/*----------------------------------------------------------------- MASTER CLASSES ---*/
@import url('dropdown.css');
* { font-size: 100.01%; margin: 0; padding: 0; }
html { font-size: 62.5%;}
body {
/*	font:11px Arial, Helvetica, sans-serif;*/
	font:110% Arial, Helvetica, sans-serif;
	color: #666;
	height: 100%;
	background-color: #005B79;
}
.clearfix {
	clear: both;
	display: block;
}
.right {float: right;}
.left {float: left;}
.center {text-align: center;}
/*----------------------------------------------------------------- MASTER CLASSES END ---*/

/*----------------------------------------------------------------- LAYOUT CLASSES ---*/

#wrapper {
	width: 100%;
	position: relative;
	background: #00769E url(img/page-bg.gif) repeat-x;
}
#container {
	width: 778px;
	background: transparent url(img/page-shado.png) repeat-y center top;
	margin: 0 auto;
}
#header {	
	width: 740px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
	background: transparent url(img/container-bg.gif) repeat-x top;
}
#nav {
	width: 750px;
	margin: 15px 12px 10px 12px;
	text-align: center;
	clear: both;
	font: lighter 140% Georgia, "Times New Roman", Times, serif;
	color: #666;
 	padding-left:40px;
	position: relative;
}
#page {
	width: 750px;
	margin: 20px auto;
}
#sidebar {
	width: 220px;
	margin-left: 20px;
	float: left;
	display: inline;
}
#sidebar .inner {width: 200px; margin: 10px auto 0;}
#page-content {
	width: 510px;
	float: left;
	/*position: relative;*/
	/*background: white url(img/page-content-bg.gif) no-repeat center top;*/
}
#page-content .inner {width: 420px; margin: 30px auto 0;}
#footer {
	width: 100%;
	height: 140px;
	background: #005B79 url(img/footer-bg.gif) no-repeat center top;
	text-align: center;
	color: #fff;
}
/*----------------------------------------------------------------- LAYOUT CLASSES END---*/


/*----------------------------------------------------------------- STYLING CLASSES ---*/
#page a:link {color: #005B79; text-decoration: underline;}
#page a:active {color: #005B79;}
#page a:visited {color: #005B79;}
#page a:hover {color: #666; text-decoration: none; background-color: #ffe; border-bottom: 1px dotted #555;}

#page a.cookieNav:link {color: #666; text-decoration: underline;}
#page a.cookieNav:active {color: #666;}
#page a.cookieNav:visited {color: #666;}
#page a.cookieNav:hover {color: #555; text-decoration: none; background-color: #fff; border-bottom: none;}

#page p {
	line-height: 1.4em;
	padding: 6px 0;
}
#header #img-box {
	border: 16px solid #00769E;
	width: 435px;
	height: 198px;
	margin:30px 30px 0 0;
	overflow: hidden;
	float: right;
	position: relative;
	display: inline;
}
#header #img-box p {
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: 380px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font: lighter 195% Georgia, "Times New Roman", Times, serif;
	background: transparent url(img/img-box-p-bg.png) repeat-x;
}
#header #toplinks {
	position: absolute;
	top:0;
	right:40px;
	font: normal 110% Georgia, "Times New Roman", Times, serif;
}
#header #toplinks li {
	display: block;
	float: left;
	height: 61px;
	list-style: none;
	padding: 0 40px 0 0;
	margin-right: 10px;
}
#header #toplinks li.signup {
	background: transparent url(img/toplinks-signup.gif) no-repeat right top;
}
#header #toplinks li.order {
	background: transparent url(img/toplinks-cd.gif) no-repeat right top;
}
#header #toplinks li.contact {
	background: transparent url(img/toplinks-contact.gif) no-repeat right top;
}
#header #toplinks li a {
	color: #fff;
	display: block;
	margin-top: 28px;
}
#header #toplinks li a:hover, #footer a:hover {
	text-decoration: none;
}
#page label {
	font-size: 90%;
	display: block;
	margin: 0 0 0 10px;
}
#page input.text {
	width: 90%;
	border: 1px solid #8ECDF2;
	padding: 8px;
	margin: 5px auto;
}
#page input.button {
	background-color: #fff;
	border: none;
	color: #636363;
	cursor: pointer;
	text-decoration: underline;
	text-transform: uppercase;
	float: right;
}
#page div.prod-item {
	width: 100%;
	/*position: relative;*/
	border-bottom: 1px solid #8ECDF2;
	margin: 20px 0;
	padding: 0 0 10px 0;
}
#page div.prod-item p {
	float: left;
}
#page div.prod-item img {
	float: left;
	margin-right: 15px;
}
#page div.prod-item a.view {
	/*position: absolute;*/
	/*top: 5px;*/
	/*right: 0;*/
	float: right;
}
#page div.page-navi {
	/*position: absolute;*/
	/*top: 40px;*/
	/*right: 40px;*/
	float: right;
	padding-top: 5px;
	font-size: 110%;
}
#page div.page-navi a{
	letter-spacing: 1px;
}
/*----------------------------------------------------------------- STYLING CLASSES END ---*/


/*----------------------------------------------------------------- TYPOGRAPHY CLASSES ---*/
#header h1 {
	height: 252px;
	width: 235px;
	float: left;
	text-indent: -9999px;
	background: transparent url(img/logo.jpg) no-repeat center top;
}
#page h1 {
	font: lighter 240% Georgia, "Times New Roman", Times, serif;
	color: #00769E;
	float: left;
}
#page h2 {
	font: lighter 190% Georgia, "Times New Roman", Times, serif;
	color: #00769E;
	margin: 10px 0;
	line-height: 130%;
}
#page h3 {
	font: lighter 140% Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	color: #00769E;
}
#sidebar p {font-size: 120%;margin-bottom: 10px;}
#sidebar span.center a:hover {color: #666; text-decoration: none; background-color: #fff; border-bottom: none;}
#footer p {
	color: #fff;
	padding-top: 60px;
}
#footer a {
	color: #fff;
}
/*----------------------------------------------------------------- TYPOGRAPHY CLASSES END ---*/