* {
   margin: 0;
   padding: 0;
}

body {
	background: #0e6fa7 url('img/bodyBg.jpg') repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	
}	

#wrapper {
	width: 922px;
	margin: 0 auto;
}
#header {
	width: 922px;
	height: 333px;
	background-repeat: no-repeat;
}
#header span {
	display: none;
}


#nav {
	padding-top: 304px;
}	
#nav ul {
	list-style-type: none;
	height: 29px;
}
#nav ul li {
	float: left;
	background: url('img/navLeft.gif') no-repeat;
}
#nav ul li a {
	display: block;
	padding-top: 8px;
	margin-left: 4px;
	padding-left: 6px;
	padding-right: 10px;
	background: url('img/navRight.gif') no-repeat right;
	height: 21px;
	color: #444;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}	
	
#nav ul li a:hover {
    color: #8077b6;
}    

#nav ul li a.current {
    color: #8077b6;
    text-decoration: underline;
} 

#contentSpace {
	width: 670px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
#contentTop {
    width: 670px;
    height: 9px;
    background: url('img/contentTop.gif') no-repeat;
}
#contentBody {
	width: 670px;
	background: #87b7d3 url('img/contentBody.gif') no-repeat;
}
#contentBottom {
	width: 670px;
	height: 6px;
	background: url('img/contentBottom.gif') no-repeat;
}	
	
#contentBody h1 {
	width: 650px;
	height: 25px;
	background: url('img/contentH1Bg.gif') no-repeat;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px;
}			

.itemH1 {
    width: 650px;
    height: 55px;
    background: url('img/contentItemH1Bg.gif') no-repeat;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 8px;
}

.itemH1 span {
    padding-left: 10px;
}
.itemH1 span.price {
	float: right;
	padding-right: 20px;
}	

.itemH1 ul.attr {
	list-style-type: none;
	margin-top: 11px;
	
}
.itemH1 ul.attr li {
	font-size: 11px;
	color: #666;
	float: left;
	
	font-weight: bold;
	width: 150px;
	
	text-align: center;
}	 
	

.thumbInset {
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 2px #afcee1 solid;
	margin: 0 10px 10px 0;
	clear: left;
}	

#right h1 {
    width: 198px;
    height: 25px;
    background: url('img/rightH1Bg.gif') no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px;
}   

#contentArea {
	background-color: #dbe9f2;
	width: 630px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
}
.contentAreaItem {
    background-color: #dbe9f2;
    width: 630px;
    margin-left: 10px;
    padding: 10px;
    overflow: auto;
}

#right {
	width: 220px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	color: #fff;
}
#right .rightBox {
	width: 220px;
}
#right .rightBox .rightBoxBody {
	background: url('img/rightBody.gif') no-repeat;
	min-height: 250px;
    padding: 10px;
}
#right .rightBox .rightBoxBottom {
    background: url('img/rightBottom.gif') no-repeat;
    height: 220px;
    height: 6px;
}   

p#usp {
	border: 2px #afcee1 solid;
    background: #fff url('img/uspBg.jpg') no-repeat;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    padding-left: 60px;
    color: #888;
}
p#cta {
    border: 2px #afcee1 solid;
    background: #fff url('img/ctaBg.jpg') no-repeat;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    padding-left: 60px;
    color: #888;
}   
p {
    margin-bottom: 20px;
    line-height: 18px;
}
div.info {
	background: url('img/info.jpg') no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	border-bottom: 2px #fff solid;
	margin-bottom: 10px;
}	    
div.info h2 {
    font-size: 14px; 
    font-weight: bold;
}       
div.question {
    background: url('img/question.jpg') no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    border-bottom: 2px #fff solid;
    margin-bottom: 10px;
}       
div.question h2 {
    font-size: 14px; 
    font-weight: bold;
}

.titleanchor {
	color: #fff;
	text-decoration: none;
}	

ul {
    margin-left: 20px;
    margin-bottom: 20px;
}   
ul li {
	margin-bottom: 5px;
}
ul.numbered {
    list-style-type: decimal;
}    
ul.numbered li {
    margin-bottom: 10px;
} 

.searchForm {
	margin-top: 10px;
}	
.searchForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}    
.searchForm select option {
	margin: 0 2px;
}
.searchForm .submit {
	margin-top: 10px;
}	   

dl {
    width: 300px;
    float: right;
    margin: 0 1em 1em 0;
}
dt {
    clear: both;
    font-weight: bold;
    float: left;
}
dd {
    margin-left: 120px;
}
hr {
    margin: 10px 0;
}
h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 11px;
}    
      
.contactBox {
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 7px;
    padding-left: 40px;
    padding-right: 5px;
    margin-bottom: 10px;
    border: 1px #ddd solid;
}   

#footer {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    height: 30px;
    
}        