/* CSS Document for General and Page Styles */
body {
	color: #000;
	font: normal 100% Helvetica, Arial, sans-serif;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}
div, img, ul, dl, ol, p, span, a, dd, dt, li { 
	margin: 0; 
	padding: 0;
}
a, a:link, a:visited { color: #3399FF; }
a:hover, a:active { color: #3366cc }

div#preload { display: none; }

#outerContainer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	background: transparent url(../images/interface/blue_bg.jpg) repeat-y top left;
}

#productContainer {
	display: block;
	float: left;
	border-right: solid 1px #d9edf9;
	width: 380px;
	text-align: left;
}
#productRightPanel {
	display: block;
	float: left;
	width: 235px;
	margin-left: 5px;
	background-color: #fff;
	text-align: left;
}
.productModel {
	color: #de0609;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}


/*html>body #outerContainer { border: 0; }*/

#flashBanner ul {
    position: relative;
    left: -999px;
}

/* Main content styles */
#innerContainer {
	float: left;
	padding: 0 34px;
	background: url(../images/interface/blue_bg.jpg) repeat-y top left;
}
html>body #innerContainer { padding-right: 35px; }
.promoLeft, .promoRight {
	float: left;
	width: 220px;
}

/* Styles for Content Area */
.contentArea {
	float: left;
	width: 441px;
	background: transparent url(../images/interface/content_borderMid.gif) repeat-y top left;
}
.contentTop { 
	width: 441px;
	height: 21px;
	background: transparent url(../images/interface/content_borderTop.gif) no-repeat top left; 
}
.contentBottom { 
	width: 441px;
	height: 21px;
	background: transparent url(../images/interface/content_borderBottom.gif) no-repeat top left; 
}


.contentAreaRight {
	float: right;
	width: 661px;
	background: transparent url(../images/interface/content_border_middle_right.jpg) repeat-y top left;
}
.contentTopRight { 
	float: right;
	width: 661px;
	height: 21px;
	background: transparent url(../images/interface/content_border_top_right.jpg) no-repeat top left; 
}
.contentBottomRight { 
	float: right;
	width: 661px;
	height: 21px;
	background: transparent url(../images/interface/content_border_bottom_right.jpg) no-repeat top left; 
}


.contentFullWidth {
	float: left;
	width: 100%;
	background: transparent url(../images/interface/content_border_middle_full_width.jpg) repeat-y top left;
}
.contentTopFullWidth { 
	width: 100%;
	height: 21px;
	background: transparent url(../images/interface/content_border_top_full_width.jpg) no-repeat top left; 
}
.contentBottomFullWidth { 
	width: 100%;
	height: 21px;
	background: transparent url(../images/interface/content_border_bottom_full_width.jpg) no-repeat top left; 
}


.contentMain { 
	font: normal .8em Helvetica;
	line-height: 16px;
	padding: 15px 45px 5px; 
}
.contentMain h1, h2 {
	color: #3366cc;
	font: bold 2em Helvetica;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background: url(../images/interface/heading-divider.gif) no-repeat bottom left;
}
.productPrice {
	color:#C00;
	font: bold 1.2em Helvetica;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.contentMain h3, h4, h5, h6 {
	color: #000;
	font: bold 1.1em Helvetica;
	margin: 0;
	padding: 0;
}
.contentContainer h1, h2 {
	color: #3366cc;
	font: bold 2em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background: url(../images/interface/heading-divider.gif) no-repeat bottom left;
}
h1 {
	color: #3366cc;
	font: bold 2em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
h2 {
	color: #3366cc;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.contentContainer h3, h4, h5, h6 {
	color: #000;
	font: bold 1.1em Helvetica;
	margin: 0;
	padding: 0;
}

.contentMain p {
	margin: 0 0 10px 0;
	padding: 0;
}
.contentMain ul, ol, dd { margin: 0 0 0 35px; }
.contentMain ul ul, ol ol { margin: 0 0 0 25px; }
.contentMain ol ol { list-style-type: lower-alpha; }
.contentMain dt { margin-top: 8px; }
.contentMain dd { margin-top: 4px; }

.newsDate {
    float: left;
	color: #CC0000;
	font: bold .9em Helvetica;
	width: 100%;
	padding-bottom: 1px;	
 }
 .contentImage { text-align: center; }
 p.captionText {
	color: #006699;
	font: bold .8em Helvetica; 
 }
 .contentDivider {
 	width: 350px;
	height: 5px;
	margin: 10px 0 20px;
 	background: url(../images/interface/content-endDivider.gif) no-repeat bottom left;
 }
 .contentDividerFull {
 	width: 700px;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
 	background: url(../images/interface/content-endDivider-full.gif) no-repeat bottom left;
 }

/* Styles for Footer area */
#footer {
	clear: both;
	width: 950px;
	height: 245px;
  	background: transparent url(../images/interface/whippy_footer_gradient2.jpg) no-repeat top left; 
}
#footer_home {
	clear: both;
	width: 950px;
	height: 287px;
  	background: transparent url(../images/interface/whippy_footer_gradient2_home.jpg) no-repeat top left; 
}
.trademark, .copyright {
	color: #fff;
	font: normal .8em Helvetica;
	margin-top: 220px;
}
.trademark {
	float: left;
	text-align: right;
	width: 260px;
}
.copyright { 
	float: right; 
	width: 240px;
}

/* Styles for Homepage only */
.homeContent {
	float: left;
	width: 441px;
	height: 220px;
	background: transparent url(../images/interface/home_content.jpg) no-repeat top left;
}
.homeContent div { 
	padding: 5px 33px; 
	position: absolute;
	left: -9999px;
}

/* Product Page styles */
#productsContainer {
	float: left;
	padding: 0 34px;
	background-color: #3399FF; 
}
html>body #productsContainer { padding-right: 36px; }
.productItem {
	float: left;
	width: 220px;
	height: 220px;
}
#productDivider {
	float: left;
	width: 950px;
	height: 49px;
	background: transparent url(../images/interface/products-divider.jpg) no-repeat top left;
}

/* Common Map Page styles */
#mapLeftCol {
	float: left;
	width: 220px;
	padding-right: 2px;
}
#mapLeftCol img { border: 0; }

/* Map Area Styles */
#mapDetailsArea {
	width: 220px;
	height: 577px;
	background: transparent url(../images/maps/detailsArea.gif) no-repeat left top;
}
#mapArea {
	float: left;
	width: 659px;
}

td.size {
	padding: 4px;
	font-size: 12px;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
	background-color:#ff;
}
td.sizea {
	padding: 4px;
	font-size: 12px;
	background-color: #edf5fd;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
}
td.size2 {
	padding: 4px;
	font-size: 12px;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
	background-color:#ff;
}
td.size2a {
	padding: 4px;
	font-size: 12px;
	background-color: #edf5fd;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
}

th.heading{
	width: 30px;
	padding: 2px;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-top: solid 1px #a6bbd1;
	border-bottom: solid 1px #a6bbd1;
	/*background-color:#bfcfe0;*/
	background-color:#a2d1ff;
}

th.size{
	width: 30px;
	padding: 2px;
	border-left: solid 1px #bed0e2;
	border-right: solid 1px #bed0e2;
	border-bottom: solid 1px #a6bbd1;
	background-color:#e0e9f3;
}

