/*
Theme Name: Contrast Eng
Author: SotoLive
Author URI: http://www.sotolive.com/

*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
    font-family: Arial;
	background: #297efd 
}


table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}


a:link, a:visited, a:hover {
	color: #2a7fff;
	text-decoration: none;
}

a:hover {
	background: #000;
	color: #fff;
}

img {
	border: 0;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #ccc;
}


#header {
        background: #297ffd;
		width: 960px;
		height: 305px;
        float: left;
}

#logo {
       	background: top left no-repeat url(./images/logo-white.png);
        width: 180px;
        height: 40px;
        float: left;
        margin: 50px 0 0 0;

}

#nav-search {
	height: 25px;
	float: right;
	text-align: right;
}

#nav-search .s {
		float: left;
		background: #000;
		border: #2a7fff 1px solid;
		width: 150px;
		height: 14px;
		color: white;
}

input#s {
	   color: grey;
}


#header table, #header tr, #header td {
	border-collapse: collapse;
}

#header table td {
	vertical-align: middle;
}

#nav {
        float: left;
		background: #000 ;
		height: 25px;
        width: 960px;
        border-bottom:solid 1px #fff ;
        font-weight: normal;
}

#nav ul {
        margin: 0; 
		padding: 0;
        list-style: none;
} 

#nav li {
		float: left;
    	position: relative;
}


#nav li a:link, #nav li a:visited {
		display: block;
		font-family: arial;
		font-size: 10pt;
		text-decoration: none;
        color: #fff;
		padding: 5px 5px;
		margin: 0 4px 0 0;
}


#nav li a:hover {
	background: #fff ;
        cursor: pointer;
        color: #000;
}


#hero {
        width: 960px;
        height: 180px;
        float: left;
        background: url(images/hero.jpg) #fff;

}

#lang {
	height: 15px;
	float: left;
	padding: 2px;
	font-size: 10px;
	color: #fff;
	margin: 2px 0 0 2px;
}

#hero-text {
        margin: 60px 0 0 0;
        width: 600px;
}

#hero h2{
		float: left;
		font-family: sans-serif;
        font-weight: normal;
        color: #fff;
        font-size: 30px;
        opacity: 0.85;
        filter: alpha(opacity=85);
        -moz-opacity:0.85;
		-khtml-opacity: 0.85;
}

.HL {
        background: #2a7fff;
        padding: 2px;

}

.hl-green {
        background: #66ff03;
        padding: 1px;
        font-weight: bold;
        color: #fff;

}

.button {
        float: right;
        height: 40px;
        margin: 70px 10px 0 0;
        padding: 0;
}

.column {
        margin: 5px 0 0 0;
        width: 300px;
        float: right;
        padding: 0;
}

.column h2 {
        font-weight: normal;
	font-size: 10pt;
	margin: -3px 0 5px -5px;
	color: #fff;
}

.column .HL {
        background: #000;
}

.column ul {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


.column li{
        line-height: 1.5em;
}

#page ul {
	list-style: none;
	margin:0; 
	padding: 0;
}

.container {
        margin:0 0 15px 0;
        width: 300px;
        float: left;
}

.title {
        height: 30px;
        width: 290px;
        float: left;
        background: #66ff03 url(images/title.jpg) no-repeat;

}

.title-left {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 0 10px;
	
}


#footer {
	clear: both;
	border-top: 2px solid #2a7fff;
	background: #f3f2ed;
	font-family: Arial;
	height: 170px;
	font-size: 12px;
	color: #797876;
}


#footer h3 {
        font-size:14px;
	font-family: Arial;
        color: #666;
        font-weight: bold;
        margin: 5px 0 10px 0;
}

#footer a{
	color: #666 ;
}

#footer a:hover{
	color: #FFFFFF;
}

.footercol {
        float: left; 
        padding: 5px;
        margin-left: 5px;
        margin-right: 25px;
}

#connect {
	float: right;
	text-align: right;
	width: 150px;
	margin-right: 10px;
	padding: 5px;
}

#footer ul{
    list-style: none;
	margin: 0; 
	padding: 0;
}

.no-hover a:hover {
background: none;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 5px 5px 5px 0;
	text-align: center;
        background: #fff;
}

#sidebar ad {
        z-index:1;
}


#page {
    padding:5px 0 5px 5px;
	font-family: Helvetica;
	font-size: 10pt;
	line-height: 1.5em;
	width: 645px;
    float:left;
}

#page h1 {
	font-family:"Trebuchet MS", arial;
	font-size: 18pt;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#page h2 {
        font-weight: normal;
	font-size: 10pt;
	margin: -6px 0 5px -5px;
	color: #fff;
}

#page .HL {
        background: #000;
}


#page .content {
	clear: left;
}

#box {
        margin-bottom:5px;
        padding: 5px;
        width: 610px;
        float: left;
        background: #fff;
}

.box {
        margin-bottom:5px;
        padding: 5px;
        width: 635px;
        float: left;
        background: #fff;
        list-style: none;
}

.box li {
	display: inline;
}

#box .s {
		float: left;
		background: #fff;
		width: 470px;
		border: #2a7fff 1px solid;
		height: 21px;
		font-size: 18px;
		color: #999;
}


/*
.cat-list li {
		width:50%;
		float:left;
} 

*/
		
#refine ul li {
	display: inline;
}


#cal {
        width: 620px;
        height: 600px;
        float: left;
}


h2#comments {
	background: #f3f2ed;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	color: #333;
	padding: 10px;
}

h3#respond {
	clear: right;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
	color: #2a7fff;
	padding: 0;
	border-bottom: 2px solid #2a7fff;
}

#comments h3.review {
	clear: right;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	color: #333;
	font-family: Arial;
	font-size: 10pt;
}

#comments p {
	margin-top: 5px;
	font-size: 9pt;
	color: #333;
        font-weight: normal;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	display: inline;
}

#comments .rating_value {
	padding-right: 10px;
}

#sidebar {
	text-align: left;
}

#sidebar h2 {
    padding: 2px 0 2px 10px;
	background: #000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	line-height: 2em;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: 1px solid #eee;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #666;
}

#sidebar ul li a:hover {
	color: #fff;
}

#page td {
	vertical-align: top;
}

.customer_favorite {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}

.reviewcount, .visitsite, .visitsite_single {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite, .visitsite_single {
	padding-left: 8px;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:link, .visitsite_single a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #2a7fff;
	font-family: Arial;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:hover {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #fcc;
	font-family: Arial;
	font-size: 8pt;
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
}

td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

.rating_label {
	white-space: nowrap;
	background: #e3f1ff;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}
