/* general styles */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0373BB;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0373BB;
}
a:hover {
	text-decoration: none;
	color: #0B9BFB;
}
a:active {
	text-decoration: underline;
	color: #0373BB;
}
p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #0373BB;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0373BB;
	margin-top: 0px;
	margin-bottom: 8px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #CDAC4F;
}
#header span {
	display: none;
}
.imgL {
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}
.imgR {
	float: right;
	padding-left: 10px;
}
#Side {
	float: right;
	width: 200px;
	height: 400px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	font-style: italic;
}
#contactSide {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #F8F7F3;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	background: url(images/bg.jpg) repeat-y center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
#header {
	background: url(images/header.gif) no-repeat top;
	height: 169px;
	border-top: 4px solid #CDAC4F;
}
/* navigation */
#nav {
	float: left;
	width: 185px;
	border-bottom: 1px solid #CDAC4F;
}
#nav a {
	color: #0373BB;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: normal;
	margin: 0px;
	padding: 15px 5px 15px 40px;
	border-top: 1px solid #CDAC4F;
}
#nav a:hover {
	color: #0B9BFB;
	background: url(images/tracker.gif) no-repeat 20px 8px;
}
#nav a#current {background: url(images/tracker.gif) no-repeat 20px 8px;}
#nav a.noline {
	border-top: 1px solid #FFFFFF;
}
/* content area */
#content {
	margin-left: 205px;
	margin-top: 45px;
	width: 540px;
	min-height: 340px;
	margin-bottom: 35px;
}
#left {
	float: left;
	width: 355px;
	margin: 0px;
	padding: 0px;
}
#right {
	float: left;
	width: 145px;
	background: url(images/divider.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 30px;
}
/* footer */
#footer {
	background: url(images/bot.jpg) no-repeat center bottom;
	height: 50px;
}
#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#footer a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	text-decoration: underline;
	color: #000000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.size { position:relative }
.size .field {
	width:300px; background:#EC6603; color:#fff; padding:5px; border:none; cursor:pointer;
	font-family:'lucida sans unicode',sans-serif; font-size:1em;
	border:solid 1px #EC6603;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.size .field:hover {
	border:solid 1px #fff;
	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999
}
.size>ul.list { display:none;
	position:absolute; left:30px; top:-30px; z-index:999;
	width:300px;
	margin:0; padding:10px; list-style:none;
	background:#fff; color:#333;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999
}
.size>ul.list li {
	padding:10px;
	border-bottom: solid 1px #ccc;
}
.size>ul.list li:hover {
	background:#EC6603; color:#fff;
}
.size>ul.list li:last-child { border:none }

#social {
	padding-top: 18px;
	width: 125px;
	padding-left: 37px;
	float: left;
}
#social a{
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
#social a:hover {
	text-decoration: none;
}


/* ----------------------------------------------- */
.reviewer {
	color: #0373BB;
	font-style: italic;
	text-align: right;
	margin-right: 10px;
}
