@import url(color_blue/color.css);
@import url(fonts.css);

HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	font: normal .7em Verdana, Geneva, Arial, Helvetica sans-serif;
	color: #333;
	background: #dadadb url(color_blue/pics/body.jpg) repeat-y center top;
	line-height: 1.2em;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
	color: #06538a;
}

A:hover {

}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #666;
}

H1 {
	color:#06538A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.25em;
	margin:0;
	padding:10px 0 5px;
}

H2 {
	color:#06538A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding:10px 0 5px;
}

H3 {
	color:#06538A;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
	margin:0;
	padding:10px 0 5px;
}

P {
	margin: 0;
	padding: 5px 0;
}

HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #666;
	background-color: #ccc;
}

INPUT, SELECT, TEXTAREA {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 1em;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #dfdfdf;
}
TABLE {
	border-color: #dfdfdf;
}
TD {
	border-color: #dfdfdf;
}

/* Wrapper
===================*/
#wrapper {
	margin: 0 auto;
	padding: 0px 30px 30px 30px;
	position: relative;
	width: 860px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	background: #fff;
}


/* Header
===================*/
#header {
	width: 860px;
	height: 327px;
	overflow: hidden;
	float: left;
	position: relative;
}

#logo {
	height: 55px;
	float: left;	
	padding: 5px 0px 0px 17px;
}

#lang {
	float: right;
	height: 35px;
	padding-top: 25px;
	width: 86px;
}

#lang A {
	margin-left: 10px;
	float: right;
}
#lang SPAN {
	display: none;
}
#lang IMG {
	border: 0px;	
}
#lang A.open {
	float: left !important;
}

#nav {
	float: left;
	width: 860px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 2px;
	background: transparent url(color_blue/pics/navUl.png) repeat-x left top;
}

#nav UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav UL LI {
	float: left;
	display: block;	
}

#nav UL LI A{
	border-left: 1px solid #08548b;
	float: left;
	display: block;
	width: 142px;
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#nav UL LI.open A{
	background: transparent url(color_blue/pics/navItem-hover.png) repeat-x left top;
}

#nav UL LI A:hover{
	background: transparent url(color_blue/pics/navItem-hover.png) repeat-x left top;
}

#header .banner {
	float: left;
	width: 665px;
	height: 240px;
	overflow: hidden;
}

#productNav {
	float: right;
	width: 193px;
	height: 230px;
	overflow: hidden;
	padding-top: 10px;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.10em;
	line-height: 1.10em;
	background: #5399bb url(color_blue/pics/categoryItem.jpg) repeat-x left top;
}

#productNav UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#productNav UL {
	float: left;
	width: 193px;
	height: 69px;
	overflow: visible;
	margin: 0px 0px 2px 0px;
}
#productNav UL {
	min-height: 69px;
	height: auto;
	overflow: hidden;
}
#productNav LI {
	float: left;
	width: 193px;
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}
#productNav LI:FIRST-CHILD {
	border: 0;
}
#productNav A {
	display: block;
	color: #fff;
	padding: 0 20px;
}

#productNav A:hover {
	text-decoration: underline;	
}

#productNav UL UL {
	width: 193px;
}
#productNav UL UL A {
	background: url(color_blue/pics/ulBullet.gif) no-repeat 20px 4px;
	padding: 0 20px 0 30px;
	font-weight: normal;
}
#productNav .sub UL,
#productNav .sub LI {
	background: none !important;
	border: 0 !important;
	padding: 0;
}
#productNav .sub {
	background: url(color_blue/pics/categoryItem.jpg) repeat-x left -24px;
	border: 0 !important;
}
/*
#header .productCategoriesList {
	float: right;
	width: 193px;
	height: 240px;
	overflow: hidden;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.10em;
	line-height: 1.10em;
	background: #5399bb;
}

#header .productCategoriesListTable {
	width: 100%;
}
#header .productCategoryDivider {
	height: 2px;
	overflow: hidden;
}
#header .productCategoryDivider HR {
	height: 2px;
	background: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
}
#header .productCategoriesList .categoryItem  {
	float: left;
	width: 163px;
	min-height: 69px;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 2px 0px;
	background: #5399bb url(categoryItem.jpg) repeat-x left top;
}
#header .productCategoriesList A {
	color: #fff;
}
#header .productCategoriesList UL {
	list-style-image: url(ulBullet.gif);
	margin: 2px 0;
	padding-left: 18px;
}

*/

/* Content
===========*/
#content {
	float: left;
	width: 860px;
}

#main {
	float: left;
	height: auto;
	min-height: 20px;
	overflow: hidden;
	width: 645px;
	padding: 20px 0px 0px 20px;
}

#column2 {
	position: absolute;
	top: 170px;
	left: 50px;
	width: 330px;
	height: 130px;
	overflow: hidden;
}

#column2 .column2Text {
	position: absolute;
	bottom: 0px;
	left: 0px;	
}

#column2 H1 {
	color: #8b8c8d;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 25px;
	font-weight:normal;
	line-height:20px;
}

#column1 {
	float: right;
	width: 173px;
	height: auto;
	min-height: 20px;
	overflow: hidden;
	padding: 20px 10px 0px 10px;
}

/* Search
===========*/

.searchBox {
	float: right;
	height: 40px;
	padding-top: 20px;
	padding-right: 25px;
}

.searchBox .searchInput {
	border: 1px solid #999;
	padding: 2px 5px;	
}

.searchBox .searchSubmit {
	border: 0px;
	background: #2577bf;
	color: #fff;
	padding: 2px 5px;
	cursor: pointer;
}


/*Footer
===========*/

#footerContainer {
	color:#999;
	margin: 0 auto;
	padding: 0px 30px 10px 30px;
	position: relative;
	width: 860px;
	font-size: 0.95em;
	background: #fff;
	text-align: center;
}

#footerContainer A {
	color: #999;
}

.categoryBanner {
	position: absolute;
	left: 0;
	top: 87px;
	width: 665px;
	overflow: hidden;
	height: 240px;
	background: #fff;
}