body, input, select, textarea, td, th, font {
   color:#353535;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   }
   
body {
	background:#fff url(/images/bg.gif) 0 0 repeat-x;
	border: 0;
	margin: 0;
	padding: 0;
}
  

form,
p,
h1,h2,h3,h4,h5,h6,
img
{
	margin:0;
	border:0;
	padding:0;
}


b,strong{font-weight:bold;}



ul,
ol,
li{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	color:#0000ff;
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}

sup{
	font-size:0.8em;
	vertical-align:top;
}

/* 
* BASE ==========================================
*/

.org-comp li a { padding-left:15px; padding-right:10px; float:left; }
.org-comp li a:hover { background:url(/images/arrow-blue.gif) 0px 3px no-repeat; font-weight:bold; }


div#base{
	position:relative;
	background:none;
	min-width:1000px;
	text-align:center;
	}
	div#base-header{
		position:relative;
		margin:0 auto;
		width:1000px;
		height:275px;
		text-align:left;
		z-index:11;
		background:none;
	}
	div#base-header-print{
		display:none;
	}	
	div#base-content{
		position:relative;
		margin:0 auto;
		width:1000px;
		min-height:400px;
		text-align:left;
		z-index:10;
		background:none;
		padding-top:8px;
		}
div#base-footer{
	position:relative;
	background:#fff url(/images/bg-footer.gif) 0 15px repeat-x;
	min-width:1000px;
	text-align:center;
	}
	div#footer{
		margin:0 auto;
		width:1000px;
		height:40px;
		text-align:left;
		overflow:hidden;
		background:none;
	}
/* SAFARI */
/*\*/
html>body * #base-content{width:1000px;}
/**/



br.cl{clear:both;margin-top:-1.2em;font-size:0;}

/* 
*  SHOPPING ICON ============================================
*/

div#shopping_icon{
	position:absolute;
	left:0;
	top:0;
	z-index:20000;
	display:none;
}

/* 
*  HEADER ============================================
*/
	div#logo{
		position:absolute;
		left:10px;
		top:35px;
		}
		div#logo a{
			background:url(/images/logo.gif) 0 0 no-repeat;
			width:241px;
			height:48px;
			display:block;
			overflow:hidden;
			text-indent:-10000px;
		}
	div#phonenumber{
		position:absolute;
		right:0px;
		top:45px;
		width:725px;
		height:37px;
		border-bottom:1px solid #dee0ef;
		}
		div#phonenumber a{
			display:block;
			border:0;
			width:725px;
			height:37px;
			border-bottom:1px solid #dee0ef;
			background:url(/images/phonenumber.gif) top right no-repeat;
			text-indent:-20000px;
			font-size:0;
			line-height:0;
			overflow:hidden;
		}
	div#welcome{
		position:absolute;
		right:10px;
		top:90px;
		color:#434343;
	}
	div#navigation{
		position:absolute;
		left:0px;
		top:113px;
		width:1000px;
		}
		div#navigation ul li{
			float:left;
			width:auto;
			}
			div#navigation ul li a{
				display:block;
				float:left;
				width:auto;
				height:24px;
				padding:8px 13px 0;
				font-size:15px;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				background:url(/images/bg-navigation.gif) 0 0 no-repeat;
				}
				div#navigation ul li:first-child a{
					background:none;
				}
				div#navigation ul li a.active,
				div#navigation ul li a:hover{
					background:url(/images/bg-navigation-active.gif) 0 0 no-repeat;
				}
	div#top_nav{
		position:absolute;
		right:0px;
		top:4px;
		}
		div#top_nav ul li{
			float:left;
			}
			div#top_nav ul li a{
				display:block;
				padding:0 10px;
				font-size:12px;
				color:#f1f1f1;
				text-decoration:none;
				}
				div#top_nav ul li a:hover{
					text-decoration:underline;
				}
	
/* 
*  SEARCH ============================================
*/
	div#search{
		position:absolute;
		top:200px;
		left:10px;
		}	
		div#search fieldset{
			margin:0;
			padding:0;
			border:0;
			width:550px;
			}
			div#search fieldset label{
				display:block;
				color:#295278;
				font-size:16px;
				padding-bottom:5px;
				}
				div#search fieldset input{
					border:1px solid #525252;
					background-color:#fff;
					height:18px;
					width:430px;
					padding:4px 0 0 4px;
					margin:0;
					}
					div#search fieldset input.search{
						position:absolute;
						border:none;
						height:24px;
						width:114px;
						margin:0;
						padding:0;
						background:url(/images/bg-btn-search.gif) 0 0 no-repeat;
						font-weight:bold;
						color:#000;
						cursor:pointer;
						}
						div#search fieldset input.search:hover{
							background:url(/images/bg-btn-search.gif) 0 -24px no-repeat;
						}
			div#search fieldset a{
				display:block;
				float:right;
				text-decoration:none;
				color:#fff;
				padding:2px 4px 0 0;
				overflow:hidden;
				}
				div#search fieldset a:hover{
					text-decoration:underline;
				}

	div#advanced_search{
		position:absolute;
		left:0;
		top:-4px;
		width:998px;
		border-bottom:1px solid #6690b8;
		border-left:1px solid #6690b8;
		border-right:1px solid #6690b8;
		background-color:#6494c2;
		height:320px;
		z-index:99999;
		}
		div#advanced_search h4{
			font-size:14px;
			color:#fff;
			font-weight:normal;
			margin:0px 0 5px 10px;
		}
		div#advanced_search fieldset{
			border:1px solid #525252;
			background:#355f85;
			padding:10px;
			margin:0px 10px 10px 10px;
			width:525px;
			}
			div#advanced_search fieldset input{
				margin-left:0;
			}
			div#advanced_search fieldset select{
				margin-top:4px;
			}
			div#advanced_search fieldset label{
				font-size:11px;
				color:#fff;
				padding-right:10px;
			}
			div#advanced_search fieldset label.lbl{
				display:block;
				color:#aecce8;
				font-size:12px;
				padding-bottom:2px;
			}
			div#advanced_search fieldset div.items{
				margin-bottom:5px;
				padding-bottom:5px;
				border-bottom:1px solid #4e7294;
			}
				div#advanced_search fieldset input.advanced_search{
					display:block;
					border:none;
					height:24px;
					width:121px;
					margin:0;
					padding:0;
					background:url(/images/btn_advancedsearch.gif) 0 0 no-repeat;
					font-weight:bold;
					color:#000;
					cursor:pointer;
					text-indent:-20000px;
					overflow:hidden;
					font-size:0;
					line-height:0;
				}
/* 
*  SHOPPINGCART ============================================
*/
	div#shoppingcart{
		position:absolute;
		top:146px;
		right:0px;
		width:219px;
		height:128px;
		background:url(/images/bg-shoppingcart.gif) 0 0 no-repeat;
		cursor:pointer;
		}	
		div#shoppingcart div.shopping-header{
			position:absolute;
			left:15px;
			top:15px;
			font-weight:bold;
			font-size:14px;
			color:#353535;
		}
		div#shoppingcart div.shopping-products{
			position:absolute;
			left:15px;
			top:43px;
			color:#000;
			font-size:12px;
			}		
			div#shoppingcart div.shopping-products span.items{
				font-weight:bold;	
			}
		div#shoppingcart div.shopping-price{
			position:absolute;
			left:15px;
			top:65px;
			color:#000;
			font-size:12px;
			}
			div#shoppingcart div.shopping-price span.price{
				font-weight:bold;
			}
			div#shoppingcart div.shopping-price span.price sup{
				font-size:1.0em;
			}

		div#shoppingcart a.shopping-link{
			position:absolute;
			left:15px;
			top:98px;
		}		
		div#shoppingcart a.shopping-order{
			position:absolute;
			left:105px;
			top:95px;
			background:url(/images/bg-btn-order.gif) 0 0 no-repeat;
			width:98px;
			height:20px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			font-size:13px;
			text-indent:10px;
			line-height:18px;
		}		
		
/* 
*  CONTENT COLUMNS ============================================
*/
	div#columns{
		float:left;
		width:996px;
		margin-top:8px;
		padding-bottom:20px;
	}
	div#columns div#brands{
		float:left;
		width:166px;
		margin-right:6px;
		}
		div#columns h2, div#columns h3{
			background:#f4f4f4 url(/images/bg-title.gif) 0 0 repeat-x;
			color:#000099;
			font-weight:bold;
			font-size:14px;
			height:26px;
			text-indent:10px;
			line-height:25px;
			border:1px solid #ededed;
		}
		div#columns div#brands ul{
			padding-top:10px;
		}
		div#columns div#brands li{
			padding-bottom:5px;
			}
			div#columns div#brands li a{
				display:block;
				font-size:13px;
				text-decoration:none;
				color:#353535;
				padding-left:23px;
				}
				div#columns div#brands li a:hover,
				div#columns div#brands li.active a{
					background:url(/images/arrow-brand.gif) 10px 2px no-repeat;
					font-weight:bold;
				}
	
	
/* 
*  LINKS ============================================
*/
input.hidden_submit{
	position:absolute;
	left:-10000px;
	overflow:hidden;
	background:none;
	width:10px;
	height:10px;
	top:-100000px;
}	
a.link{
	padding:0 0 0 5px;
	height:20px;
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	}
	a.link.green{
		background:transparent url(/images/bg-btn-green-left.gif) 0 0 no-repeat;
		}
	a.link.blue{
		background:transparent url(/images/bg-btn-blue-left.gif) 0 0 no-repeat;
	}
	a.link span{
		padding-right:5px;
		display:block;
		height:20px;
		}	
		a.link.green span{
			background:transparent url(/images/bg-btn-green-right.gif) top right no-repeat;
			}
		a.link.blue span{
			background:transparent url(/images/bg-btn-blue-right.gif) top right no-repeat;
		}
	
/* 
*  CRUMBTRAIL ============================================
*/
	div#crumbtrail {
		font-size:11px;
		color:#949494;
		padding-left:10px;
		}
		div#crumbtrail a{
			color:#949494;
			}
			div#crumbtrail a:hover{
				text-decoration:none;
			}
		div#crumbtrail span.active{
			color:#4c4c4c;
		}	



	
/* 
*  FOOTER ============================================
*/
	div#footer a{
		color:#4c4c4c;
		text-decoration:none;
		margin-right:15px;
		}
		div#footer a:hover{
			text-decoration:underline;
		}
	div.copy {
		color:#adadad;
		padding-bottom:6px;
	}
	

/* 
*  TABS ============================================
*/
div.tab_content{
	display:none;
	}
	div.tab_content.active-tab-body {
		display: block;
	}
