@charset "ISO-8859-1";

@import url(reset.css);
@import url(grids.css);


h1{
	font-size: 2em;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

h2{
	font-size: 1.4em;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

h3{
	font-size: 1.3em;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

h4{
	font-size: 1.0em;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

h1 span, h2 span{
	font-size: 0.8em;
	font-weight:normal;
	color: #ccc;
}
#pageWrapper {
background: #CFEFFF;
}

#header {
height: 170px;
}


#header #topNav {
position: relative;
top: 10px;
margin: 0 auto;
}

#header #topNavMainLinks {
font-size:0.8em;
font-weight:normal;
position:absolute;
right:0;
top:-23px;
height:40px;
}

#header #topNavLinks {
float: right;
font-size: 1em;
margin-top: 24px;
}

#header #topNav a {
font-weight: normal;
text-decoration: none;
font-size: 1em;
padding-right: 10px;
}



#header #logo {
float: left;

margin-right: 25px;
position: relative;
bottom: 9px;

}

#header #logo a {
padding: 0;
}


#header #topNavButtons {
	position:absolute;
	left:190px;
	top:22px;
}

.cleaner {
clear: both;
}

.floatLeft {
float: left;
}
.floatRigt {
float: right;
}

.contentWrapper {
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
}

.triangle_top {
	height:12px;
	position:relative;
	top:-21px;
	width:41px;
	background-image: url('../images/triangle_top.gif');
	
}


.featurearea h1 {
margin: 10px;
font-size: 3em;
letter-spacing: 0px;
line-height: 50px;
font-weight: bold;
}

.featurearea .featureText {
margin: 10px;
color: #999999;
font-size: 29px;
line-height: 30px;
}


.featurearea #featureImage {
	padding: 10px;
}

.productbox, .productbox_small{
	font-size: 0.9em;		
	margin-top: 10px;
	padding: 10px;
}

.productbox_small{
	width: 480px;
}

.productbox_small_preview{
	width: 390px;
	border: 1px solid #ccc;
}


.productbox img{
	float: left;
	padding: 3px;
}

.productbox .productright{
	float:left;
	width:57%;
	margin-left: 10px;
}

.divider {
height: 50px;
/*background-color: #e8e8e8;
border-top: 1px solid #bdbdbd;*/
border-bottom: 1px solid #bdbdbd;
margin-top: -20px;
margin-bottom: 10px;
}

.divider h2 {
font-weight: bold;
font-size: 2em;
margin-left: 10px;
margin-top: 0px;
}

.section{
	padding-top: 10px !important;
}

.section, .divider h2 {
position: relative;
text-align: left;
width: 96%;
padding: 0 0 10px 10px;
}

#footer {
font-size: 11px;
margin: 0 auto;
width:90%;
text-align: center;
min-height: 400px;
}

#footer strong{
	color:white;
}

#footer a {
color:#fff;
margin-left: 20px;
}

.tagline{
	font-size: 12px;
	font-style: italicc;
	font-weight: normal;
	color: #fff;
	display: inline;
	margin-top:24px;

}

.itemformlinks{
	font-size: 0.8em;
}