/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	text-align: center !important;
	color: #000;
}

#outercontainer {
	width: 995px;
	margin: 10px auto 0;
	padding: 0;
	background-color: #fff;
}


/* ---------------------------------------------------------------------------------------- */
/* Header and Top Content */
/* ---------------------------------------------------------------------------------------- */


#header {
	position: relative;
	width: 995px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background: #3d74c5 url(/images/header-background.gif) repeat-x left top;
	text-align: right !important;
	color: #000;
	z-index: 999 !important;
}

#header img {
	display: block;
}


/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#logo {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left: 20px;
	top: 0;
}

#headertools {
	position: absolute;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	right: 5px;
	top: 0;
	background-color: #2f5995;
	border-left: 1px solid #94C6FF;
	border-right: 1px solid #94C6FF;
	border-bottom: 1px solid #94C6FF;
}

#cart {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.search {
	display: inline;
	height: 30px;
	margin: 0 7px 0 0;
	padding: 0;
	float: right;
	width: 200px;
}

.search #searchtext {
	float:left;
	margin: 6px 0 0 0;
	padding: 0 0 0 20px;
	width: 150px;
	border: 1px solid #999999;
	color: #777;
	background: #fff url(images/searchglass.gif) no-repeat left;
}


.search #gosubmit {
	float: left;
	margin: 5px 0 0 5px;
}



#navigation {
	width: 995px;
	margin: 0;
	background-color: #518BDC;
	padding: 0;
	text-align: center;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


#language {
	float: right;
	margin: 6px 6px 0 0;
	padding: 0;
	/*background-color: #00FF33;*/
	color: #fff;
	font-size: 11px;
}


#language img {
	float: left;
	margin: 1px 5px 0 0;
	padding: 0;
}


#languageselect {
	width: 995px;	
	margin: 0;
	padding: 0;
	background-color: #0a307a;
	display: none;
	color: #fff;
}

#languageselect h1 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 14px;
}

/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	/*background: #fff url(images/container-background.gif) repeat-y center top;*/
	/*background-color: #ff0000;*/
}


/* ---------------------------------------------------------------------------------------- */
/* Home */
/* ---------------------------------------------------------------------------------------- */

#homeContent {
	float: right;
	display: inline;
	width: 740px;
	margin: 10px 0 0 5px;
	padding: 0;
	text-align: left;
	/*background-color: #CC9900;*/
}


#homeLeft {
	float: left;
	display: inline;
	width: 235px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	/*background-color: #00CC00;*/
	color: #000;
}

.leftExplore {
	height: 580px; /*590px fixed height*/
	margin: 0 0 5px 0;
	padding: 0 0 10px 10px;
	background: #F4F4F4 url(/images/explorebox_background.gif) no-repeat;
	color: #000;
	text-align: left;
}

.leftExplore ul li a {
	color: #000 !important;
}

.leftExplore ul li ul li a {
	color: #3366FF !important;
}


.leftExplore ul li  a:hover {
	color: #3366FF !important;
	background-color: transparent !important;
}

.leftExplore ul li ul li  a:hover {
	color: #000 !important;
	background-color: transparent !important;
}



.leftExplore h1 {
	margin: 0;
	padding: 15px 0 15px 0;
	font-size: 30px;
	color: #000;
	/*background: #F4F4F4 url(/images/explorebox_header.gif) no-repeat top;*/
}


.leftExplore h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}


.leftExplore ul {
	margin: 0;
	padding: 25px 0 0 0 !important;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.leftExplore ul li {
	/*display: inline;
	position: relative;*/
	padding-bottom: 35px;
}


.leftExplore ul li ul {
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.leftExplore ul li ul li {
	/*display: inline;
	position: relative;*/
	padding-bottom: 2px;
}


.homeCool {
	float: left;
	margin: 0 7px 5px 0;
	padding: 20px 0 20px 0;
	width: 242px;
	height: 120px; /*160px*/
	background: #fff url(images/coolfeatures-background.gif) no-repeat left top;
	color: #000;
	/*border: 1px solid #fdea94;*/
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}


.homecoolheader {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 17px !important;
}


.homeCool table {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.homeCool td {
	margin: 0;
	padding: 2px 0;
}


.homeFlash {
	margin: 0;
	padding: 0;
	width: 740px;
}

.homeProduct {
	margin: 0 auto;
	padding: 0;
	width: 740px;
}

.homeProduct h1 {
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #518BDC;
	font-size: 14px;
	color: #fff;

}

.product {
	float: left;
	display: inline; /* ADDED on 4/8 to fix IE6 float */
	margin: 0 7px 5px 0;
	padding: 0;
	width: 242px;
	height: 160px;
	background-color: #F4F4F4;
}

.product.last {
	margin: 0 0 5px 0 !important;
}


.product.featured {
	background-color: #B8BA4D !important;
	color: #000 !important;
}

.product.featured a {
	color: #000 !important;
}

.product.featured a:hover {
	background-color: #8BB5CD !important;
	color: #000 !important;
}


.product a {
	margin: 0;
	padding: 0;
	height: 160px;
	display: block;
	color: #7F7F7F !important;
	font-size: 10px;
}

.product img {
	margin: 0 5px !important;
	padding: 0;
}

.product a:hover {
	background-color:#8BB5CD;
	color: #126EA0 !important;


}

.product p {
	margin: 0 0 0 85px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.product h1 {
	margin: 0;
	padding: 5px;
	width: auto;
	font-size: 12px !important;
	color: #000;
	text-align: center !important;
	background-color: transparent !important;
}

/*
.product a:hover h1 {
	color: #5E5554;
}
*/

.productsearch {
	float: left;
	margin: 0 7px 5px 0;
	padding: 0;
	width: 242px;
	height: 160px;
	background-color: #d2e1ea;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.productsearch p {
	margin: 0;
	padding: 10px 10px 0 15px;
	text-align: left;
}

.productsearch table {
	margin: 5px auto 10px;
	padding: 5px;
}




/* ---------------------------------------------------------------------------------------- */
/* Subpages */
/* ---------------------------------------------------------------------------------------- */


#subContent {
	float: left;
	display: inline;
	width: 740px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	/*background-color: #FF66FF;*/
}

#subContent-full {
	float: left;
	display: inline;
	width: 995px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	/*background-color: #FF66FF;*/
}


#subRight {
	float: left;
	display: inline;
	width: 235px;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: #f4f4f4;*/
	color: #000;
}


#contentDetail {
	margin: 0;
	padding: 0 0 0 10px;
	width: 730px;
	/*background-color: #CCCC33;*/
}


#contentDetail-full {
	margin: 0;
	padding: 0 10px;
	width: 975px;
	/*background-color: #CCCC33;*/
}


#productDetail {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
	/*background-color: #00FFFF;*/
	
}

#productDetail img {
	border: 1px solid #000;
}

#productSpecs {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	/*background-color: #99CC99;*/
	text-align: center;
}


#productSpecs ul {
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
	text-align: left;
}

#productSpecs ul li {
	border-bottom: 1px solid #CCCCCC;
}

.priceblock {
	width: 160px;
	margin: 15px auto;
	padding: 0;
	font-size: 11px;
}

.pricetype {
	float: left;
	font-weight: bold;
}

.price {
	float: right;
}

#subProduct {
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	width: 740px;
	/*background-color: #dfdfdf !important;*/
	/*border-top: 10px solid #2478a7;*/
	background: #fff url(/images/tab-background.gif) repeat-x left top;
}

.subProductDetail {
	/*width:710px;*/ 
	min-height:150px;
  	height:auto !important;
  	height:150px;
	margin: 0; 
	padding: 15px 10px 10px 10px; 
	border-top: 5px solid #2478a7; 
	/*background-color: #dfdfdf;*/
}





#breadcrumbmenu {
	margin: 5px auto 0;
	padding: 5px 0 20px 5px;
	width: 975px;
	/*background-color: #FFFF00;*/
	text-align: left;
	color: #8a7f7f;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	color: #7f7f7f;
	font-size: 11px;
}


.boxright {
	margin: 0 auto 15px;
	padding: 0 0 10px 0;
	width: 224px;
	background: #f1f1f1 url(/images/box_footer.gif) no-repeat bottom;
	text-align: left;
}

.boxright h1 {
	margin: 0 auto 15px;
	padding: 5px 0 0 10px;
	width: 214px;
	height: 20px;
	background: #000 url(/images/box_header.gif) no-repeat top;
	color: #fff;
	font-size: 11px;
	line-height:16px;

}

.boxright p {
	margin: 0;
	padding: 10px;
}




.productListing {
	margin-bottom: 25px;
}

.productListing h1 {
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
}

.productListing h1 a {
	color: #fff !important;
}

.productListing h2 {
	font-size: 12px;
}


/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 975px;
	margin: 10px auto 0;
	padding: 10px;
	background-color: #518BDC;
	text-align: center !important;
	color: #fff;
	font-size: 12px;
}

#navBottom {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	padding: 0;
	display: inline;
}

#copyright {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}



/* ---------------------------------------------------------------------------------------- */
/* Product Tabs */
/* ---------------------------------------------------------------------------------------- */

.producttabs {
	float: left;
	font: bold 11px Arial;
	line-height: normal;
	margin-left: 10px;
}

.producttabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.producttabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

.producttabs a {
	float: left;
	background: url(images/tableft-blue.gif) no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	cursor: pointer;
}

.producttabs a span {
	float: left;
	display: block;
	background: url(images/tabright-blue.gif) no-repeat right top;
	padding: 5px 15px 4px 10px;
	color: #fff;
}

.producttabs a:hover {
	background-position:0% -42px;
}

.producttabs a:hover span {
	background-position:100% -42px;
	color: #666666 !important;
}

.producttabs a.selected {
	background-position:0% -42px;
}

.producttabs a.selected span {
	background-position:100% -42px;
	color: #666666 !important;
}

.producttabcontent {
	display: none;
}

.producttabcontent a {
	text-decoration: underline !important;
}

/*.producttabcontent img {
	margin: 0 auto;
	padding: 10px 20px 0 10px;
	float: left;
	clear: right;
}*/


.producttabcontent h1 {
	margin: 0;
	font-size: 14px;
}

.producttabcontent td {
	padding-bottom: 10px;
}




/* ---------------------------------------------------------------------------------------- */
/* Headings */
/* ---------------------------------------------------------------------------------------- */

h1 {
	font-size: 16px;
}



/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #3366FF;
}

a:hover {
	color: #000 !important;
}

a:visited {
	color: #3366FF;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #fff;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	color: #fff !important;
	text-decoration: underline;
	background-color: transparent;
}


#language a,
#language a:visited,
#language a:hover {
	color: #fff !important;
	text-decoration: none;
}


#languageselect a,
#languageselect a:visited,
#languageselect a:hover {
	color: #8BB5CD !important;
	text-decoration: none;
}


.breadcrumbs a {
	color: #2478a7 !important;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #2478a7 !important;
	text-decoration: underline;
	background-color: transparent;
}

.breadcrumbs a:visited {
	color: #2478a7;
	text-decoration: none;
}

/*.subProductDetail a {
	color: #2478a7;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}*/

/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.greentext {
	color: #92d04c;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.text14 {
	font-size: 14px !important;
}

.text16 {
	font-size: 16px !important;
}

.text18 {
	font-size: 18px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}




