* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	border:none;
}

body {
	background-color: #97999c;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	background-image: url('../images/layout/container_bg.png');
	background-repeat: repeat-y;
	background-position: top center;
}

img {
	border:none;
}

#container {
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/layout/container_bg.png');
	background-repeat: repeat-y;
	overflow:hidden;
	min-height:600px;
}
#header {
	height:83px;
	background-image: url('../images/layout/header_bg.jpg');
}
#left {
	float:left;
	width:165px;
	font-family:Georgia, Serif;
}
#middle {
	float:left;
	width:580px;
	font-family:Verdana, Sans-serif;
}
#right {
	float:left;
	width:165px;
	font-family:Verdana, Sans-serif;
}
.topBar {
	height:32px;
	background-color: #cccccc;
	line-height:32px;
	font-family: Georgia;
	font-size:13px;
}
#left .topBar {
	color:#003777;
	padding-left:15px;
	font-weight:bold;
}
#middle .topBar {
}
#right .topBar {
}

#menu {
	padding-left:20px;
	float:left;
	display:block;
	width:440px;
}

#menu li {
	white-space:nowrap;
}
#menu a {
	text-decoration:none;
	color:black;
	font-weight:normal;
	font-size: 12px;
}
#menu li.level0 {
	position:relative;
	display:inline;
	padding:8px;
}
#menu a.level0 {
	padding-left:15px;
	background:url('/images/layout/arrowright.png') center left no-repeat;
}
#menu ul.level1 {
	position:absolute;
	top:32px;
	left:0px;
	padding-left:10px;
	list-style-position:inside;
	list-style-type: disc;
	background-color:#e6e6e6;
}
#menu ul.level1 a {
	padding-right:10px;
}
#menu ul.level1 li {
	line-height:29px;
}
#menu ul.level2 {
	list-style-type: square;
	list-style-position:inside;
	padding-left:10px;
}
#menu ul.level2 li, #menu ul.level2 a {
	color:#777777;
}


#middle #languageSelect {
	margin-top:7px;
	font-size:11px;
	width:100px;
}

#left .topBar a {
	color:#003777;
	text-decoration:none;
}

#left .content a {
	text-decoration:none;
	color:black;
	line-height:20px;
	display:block;
	padding-left:15px;
	border-top:solid 1px white;
	border-bottom:solid 1px black;
	font-size:10px;
	background-color: #989799;
}
#left .content a:hover, #left .content a.active {
	color:white;
	background-color:#515152;
}
#left .content a.product {	
    color:white;
	background-color:#003777;
}
#left .content a.product:hover, #left .content a.product.active {
	background-color:#879dc3;
}
#left .content h2 {
	display:block;
	line-height:44px;
	padding-left:15px;
	background-color:white;
	font-size:14px;
	font-weight:normal;
	background-image:url('../images/layout/shadowbar.png');
	background-repeat: repeat-x;
}
#left .content h2.top {
	background-image:none;

}

div.shadowBar {
	background-image:url('../images/layout/shadowbar.png');
	background-repeat: repeat-x;
	height:5px;
}
div.shadowBar01 {
	background-image:url('../images/layout/shadowbar01.png');
	background-repeat: repeat-x;
	height:5px;
}

#right .content {
	background-color:white;
	padding-bottom:1px;
	font-family:Georgia, serif;
}

#right h2, #right h3, #right p, #right a {
	padding-left:5px;
	padding-right:20px;
	font-family:Georgia, serif;
}
#right h2 {
	color:#879dc3;
	font-family:Georgia, serif;
	font-size:12px;
	font-weight:normal;
}
#right h3 {
	font-weight:bold;
	font-size:9px;
}
#right p {
	font-size: 9px;
}
#right a.readMore {
	display:block;
	text-align:right;
	color:#879dc3;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:9px;
	font-size:10px;
}
#right .content div.shadowBar {
	margin-top:10px;
	margin-bottom:10px;
}

#right img.poweredBy {
	margin-top:100px;
	margin-left:30px;
}

#right .search {

}
#right #searchBox {
	padding-left:4px;
	margin-top:7px;
	height:16px;
	border: solid 1px black;
	background-color:#eceae9;
	background-image:url('../images/layout/magnifier.png');
	background-repeat:no-repeat;
	background-position:98% 60% ;
	width:140px;
}

#right #extraLinks {
	text-align:center;
	height:25px;
	background-color:white;

}
#right #extraLinks  a{
	color: #aaaaaa;
	text-decoration:none;
	border:solid 1px #cccccc;
	padding:4px;
	padding-bottom:1px;
	border-top:none;
}

#content {
	padding:20px;
	padding-top:15px;
}

/* CONTENT STYLING  */

#content p, #content h1 {
	padding-bottom:5px;
}
#content h1 {
	color:#003777;
	font-size:20px;
	font-family:Georgia;
}
#content h2 {
	font-size:12px;
}

#content p {
	font-size:11px;
	line-height:16px;;
}

#content ul {

}

#content li {
	font-size: 10px;
	margin-left:20px;
}

#content a {
	color:#003777;
}

#content .pageImage {
	padding-bottom:10px;
}

#content .pageImage .second {
	padding-left:20px;
}

#content .columns {
	overflow:auto;
}
#content .columns .left {
	width:260px; 
	float:left;
	overflow:hidden;
}
#content .columns .right {
	padding-left:20px;
	width:260px;
	float:left;
	overflow:hidden;
}
#content .columns .right h2 {
	padding-bottom:5px;
	color:black;
	font-size:20px;
	font-family:Georgia;
}

/* Errors and successes */
#content .success, #content .error {
	margin:10px;
	padding:10px;

}
#content .error {
	border:solid 1px #ec0000;
	background-color: #ffe0e0;
	color: #ec0000;
}
#content .success {
	border:solid 1px #34c900;
	background-color: #d5ffc7;
	color: #34c900;
}

/* Forms */
#content .formlayout td {
	vertical-align:top;
}
#content .formlayout label {
	margin-right:5px;
	float:right;
}
#content .formlayout .field {
	width:250px;
}

/* Search results */
#content .searchResults a{
	text-decoration:none;
}
#content .searchResults a:hover{
	color:red;
}
#content .searchHighlight {
	font-weight:bold;
}

/* Catalog styling */
#content table.productModels {
	margin-top:10px;
}

#content table.productModels td, #content table.productModels th {
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}
#content table.productModels td.hl, #content table.productModels th {
	background-color:#ffcc00;
	font-size: 9px;
	font-weight:bold;
}
#content table.productModels td.even {
	background-color:#fff;
	font-size: 9px;
}
#content table.productModels td.odd {
	background-color:#ffefb1;
	font-size: 9px;
}

#content table.productButtons {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#content .productBox {
	overflow:hidden;
	width:86px;
	float:left;
	text-align:center;
	margin:0px;
	margin-bottom:10px;
	text-decoration:none;
	color:black;
	font-size: 9px;
}

#content .productImages {
	text-align:center;
	font-size:0px;
}
#content .productImages img {
	margin:3px;
}

#content div.productShadowBar {
	background-image:url('../images/layout/shadowbar.png');
	background-repeat: repeat-x;
	height:5px;
	overflow:hidden;
	border-top:solid 1px #7d7d7d;
}
#content div.productShadowBarUp {
	background-image:url('../images/layout/shadowbarup.png');
	background-repeat: repeat-x;
	height:5px;
	overflow:hidden;
	border-bottom:solid 1px #7d7d7d;
}

#content .subNote {
	color: #838383;
}

#catalog .right h2 {
	font-weight:normal;
}

/* Distributors */

#distributors h2 {
	color:#003777;
	font-family:Georgia, Serif;

}

#distributors .regionBox {
	width:175px;
	height:250px;
	float:left;
}

#distributors li {
	list-style-image: url('/images/layout/arrowright.png');
}
#distributors a {
	text-decoration:none;
	font-size:11px;
}

