@charset "utf-8";
body {
	background-color: #20558a;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#main-wrapper {
	position: relative;
	background-color: #dbe6be;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 1024px;
	height: 768px;
	margin: 0 auto 0 auto;
}
#top-logo{
	position: absolute;
	left: 16px;
	top: 13px;
	z-index: 101;
}
#topNav{
	position: relative;
	height: 39px;
	padding: 22px 0 0 0;
	margin: 0 15px 0 15px;
	text-align: right;
	z-index: 100;
}
#content-wrapper{
	position: relative;
	margin: 17px 15px 0px 15px;
	width: 990px;
	height: 431px;
	background-image: url(../images/bg_content_wave.jpg);
	background-position: center;
	background-repeat: no-repeat
}
#boxes {
	margin: 10px 15px 0px 15px;
}
#footer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 12px;
}
#footer a, #footer a:visited, #footer a:hover{
	text-decoration: none;
	color: #3d3d3d;
}
#text-home{
	position: absolute;
	font-size: 26px;
	top: 12px;
	left: 20px;
	width: 292px;
	line-height:1.7em;
}
.blue{
	color: #2c6297;
}
#breadcrumb{
	position: absolute;
	left: 21px;
	top: 19px;
	font-size: 18px;
	color: #2c6297;
}
#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:hover{
	text-decoration: none;
	color: #b0b0b0;
}
#text-full{
	position: absolute;
	top: 53px;
	left: 47px;
	width: 900px;
	height: 323px;
	overflow: auto;
}
#text-full-noheigt{
}
.text-right{
	position: absolute;
	top: 53px;
	left: 266px;
	width: 681px;
	height: 323px;
	overflow: auto;
}
.content-subnav{
	position: absolute;
	top: 53px;
	left: 21px;
	width: 227px;
}
.content-subnav p{
	cursor: pointer;
	color: #2c6297;
}
#left-even{
	width: 425px;
	float: left;
}
#right-even{
	margin-left: 425px;
	padding-left: 30px;
	border-left: 1px dashed #CCCCCC;
	height:90%;
}
#product-pics{
	position: absolute;
	top: 53px;
	left: 47px;
	width: 357px;
	height: 326px;
}
#product-pics .img-links, #product-pics .product-img{
	text-align:center;
	font-size:12px;
}
#product-right{
	position: absolute;
	top: 53px;
	left: 486px;
	width: 483px;
}
ul.product-nav{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}
ul.product-nav li{
	float: left;
}
#product-right #fragment-1, #product-right #fragment-2, #product-right #fragment-3{
	padding: 18px;
	height: 280px;
	overflow: auto;
	clear: both;
}
.align-center{
	text-align:center;
}
.photo-caption{
	font-size: 12px;
	text-align:center;
}
.hidden{
	display:none;
}
sup{
	font-size: 10px;
}

/****** STORE *********/
ul.products{
	padding: 0;
	margin: 0;
}
ul.products li{
	position: relative;
	float: left;
	list-style: none;
	margin: 8px;
	width: 205px;
	height: 230px;
	border: 1px solid #CCCCCC;
}
ul.products div{
	padding: 5px;
}
ul.products .product-description{
	font-size: 12px;
}
ul.products .product-name{
	font-weight:bold;
	text-align:center;
}
ul.products .product-price{
	text-align: center;
}
ul.products .product-buy{
	position: absolute;
	bottom: 0px;
	width: 190px;
	text-align: center;
}
ul.products .product-buy form{
	margin: 0;
	padding: 0;
}

.highlight-box{
	background-color: #DCE4ED;
	border: 2px solid #20558a;
	padding: 10px;
}
.highlight-box form{
	margin: 0;
	padding: 0;
}
.highlight-box form .notes{
	font-size: 11px;
}
.right{
	float: right;
	margin: 0px 0px 10px 10px;
}
.product-list li{
	margin-right: 500px;
}
.product-page-img{
	position: absolute;
	width: 422px;
	height: 279px;
	left: 345px;
	top: 18px;
	text-align:center;
}
