@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 

q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}


/* Consolidated Above Here */

*{
margin:0px;
padding:0px;
outline:none;
}
body{
font-size:13px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height:1.4em;
color:#333;
background-color:#fff;
background-image: url(../images/newStore/bg.jpg);
background-repeat: repeat-x;
}
.clear{
clear:both;
}

.hide{
display:none;	
}
.show{
display:block;	
}

a img {
border:none;	
}
/* HEADER */

#header {
	position:relative;
	height:160px;
	width:960px;
	margin:auto;
}

#banner{
background-image: url(../images/newStore/Banner.jpg);
background-repeat:no-repeat;
position:relative;
width:960px;
height:125px;
}

/* NAVIGATION */
#navigation {
	height:40px;
	position:absolute;
	top:120px;
	line-height:38px;
	margin-left:20px;
	width:930px;
}

#navigation ul {
	list-style:none;
	width:500px;
}

#navigation ul ul{
width:150px;	
}

#navigation ul li{
	display:inline;
}

#navigation a {
	color:#fff;
	text-decoration:none;
	padding-right:20px;
}

#navigation a:hover {
	text-decoration:underline;
}

#payButtons {
	position:absolute;
	right:0px;
	bottom:0px;
	width:203px;
	height:35px;
}

#payButtonsMyAccount {
	position:absolute;
	left:0px;
	top:0px;
	width:111px;
	height:35px;
	background-image: url(../images/newStore/payButtonsMyAccount.jpg);
	background-repeat:no-repeat;
}

#payButtonsCart {
	position:absolute;
	left:111px;
	top:0px;
	width:92px;
	height:35px;
	background-image: url(../images/newStore/payButtonsCart.jpg);
	background-repeat: no-repeat;
}

#myAccount {
	float:left;
	width:90px;
	height:40px;
	line-height:44px;
	padding-left:22px;
	color:#990000;
	text-decoration:none;
}

#myAccount:hover, #Cart:hover {
	text-decoration:underline;
}

#Cart {
	float:left;
	width:60px;
	height:40px;
	line-height:44px;
	padding-left:39px;
	color:#990000;
	text-decoration:none;
}

/* SIDEBAR NAV */
#sidebarNav {
	position:absolute;
	width:211px;
	top:160px;
}

#sidebarNavTop {
	position:relative;
	width:211px;
	background-image: url(../images/newStore/sidebarNavTop.jpg);
	background-repeat:no-repeat;
}

#sidebarNavBottom {
	position:absolute;
	width:211px;
	height:21px;
	background-image: url(../images/newStore/sidebarNavBottom.jpg);
	background-repeat:no-repeat;
	z-index:1!important;
	bottom:0px;
	left:0px;
	
}

#sidebarNav ul{
	list-style:none;	
}

#sidebarNav li{
	list-style:none;	
}

#sidebarNav a {
	color:#fff;
	/*float:left;*/
	width:185px!important;
	text-decoration:none;
	background-image: url(../images/newStore/sidebarNavArrow.png);
	background-repeat: no-repeat;
	background-position: 165px 2px;
}

#sidebarNav a:hover {
	color: #ccccff;
	background-image: url(../images/newStore/sidebarNavArrowHover.png);
}

#sidebarNavWrapper{
	padding-top:15px;
	width:170px;
	margin:auto;
	height:240px;
}

#sidebarNav h2 {
color:#fff;
font-weight:normal;
font-size:22px;
margin-bottom:17px;
}



/* CONTENT */

#contentWrapper{
width:960px;
margin:auto;
}

#mainContent{
	float:left;	
	width:541px;
}

#sidebarLeft{
	position:relative;
	float:left;	
	width:211px;
}

#sidebarRight{
	float:left;	
	width:205px;
}

/*__SidebarBox__*/
.sidebarBox {
	position:relative;
	width:208px;
	left:1px;
}

.sidebarBoxTop {
	position:relative;
	width:208px;
	height:15px;
	background-image: url(../images/newStore/sidebarBoxTop.jpg);
	background-repeat: no-repeat;
}

.sidebarBoxMiddle {
	position:relative;
	width:208px;
	background-image: url(../images/newStore/sidebarBoxMiddle.jpg);
	background-repeat: repeat-y;
	}

.sidebarBoxBottom {
	position:relative;
	width:208px;
	height:14px;
	background-image: url(../images/newStore/sidebarBoxBottom.jpg);
	background-repeat: no-repeat;
}
.sidebarBoxWrapper{
	width:168px;
	margin:auto;
}


/*__SignUpBox__*/
#signUpBox {
	position:relative;
	width:209px;
	margin-top:2px;
}

#signUpBoxTop {
	position:relative;
	width:209px;
	height:18px;
	background-image: url(../images/newStore/signUpBoxTop.jpg);
	background-repeat: no-repeat;
}

#signUpBoxMiddle {
	position:relative;
	width:209px;
	background-image: url(../images/newStore/signUpBoxMiddle.jpg);
	background-repeat: repeat-y;
}

#signUpBoxBottom {
	position:relative;
	width:209px;
	height:126px;
	background-image: url(../images/newStore/signUpBoxBottom.jpg);
	background-repeat: no-repeat;
}

#signUpBoxWrapper {
	margin:auto;
	width:169px;
}

/*__ContentBox__*/
.contentBox {
	position:relative;
	width:541px;
}

.contentBox ul{
	margin: 10px 0px 10px 15px;
	list-style:disc;
}

.contentBoxTop {
	position:relative;
	width:541px;
	height:17px;
	background-image: url(../images/newStore/contentBoxTop.jpg);
	background-repeat: no-repeat;
}

.contentBoxMiddle {
	position:relative;
	width:541px;
	background-image: url(../images/newStore/contentBoxMiddle.jpg);
	background-repeat: repeat-y;
	min-height:630px;
}

#homepage .contentBoxMiddle{
min-height:0px;	
}

.contentBoxBottom {
	position:relative;
	width:541px;
	height:17px;
	background-image: url(../images/newStore/contentBoxBottom.jpg);
	background-repeat: no-repeat;
}

.contetnBoxWrapper{
	width:501px;
	margin:auto;
}


/* FOOTER */

#footerWrapper {
	width:100%;
	background-image: url(../images/newStore/Footer.jpg);
	background-repeat: repeat-x;
	height:133px;
}

#footerSpacer {
	height:75px;	
}

#footer {
width:960px;
margin:auto;
}
#copyright {
float:left;
width:300px;
}

#footerNav {
float:right;
width:500px;
text-align:right;
}

#footerNav ul {
list-style:none	
}

#footerNav ul li {
display:inline;
}

#footerNav a {
text-decoration:none;
color:#777;
padding:0px 10px;
}
#footerNav a:hover {
text-decoration:underline;
}

/* MISC */

#contactUsBox {
text-align:center;	
}

#contactUsBox a {
text-decoration:none;
color:#333;
font-size:13px;
}

#contactUsBox a:hover {
	text-decoration:underline;	
}

#contactUsBox p{
text-align:center!important;	
}

.homeCategory {
float:left;
width:167px;
margin-top:20px;
}

/* TYPE */

.red{color:#990000;}
.center {text-align:center;}
.xs{font-size:10px}
.sm{font-size:12px}
.md{font-size:16px}
.lg{font-size:18px;line-height:18px;}
.xl{font-size:22px;line-height:22px;}
.xx{font-size:28px;line-height:28px;}
.normal{font-weight:normal;}
.strong{font-weight:bold;}

.middle{text-align:center;}
.last{text-align:right;}
.nudgeD {position:relative;top:7px;}
.LH20 {
margin-top:10px;
padding-bottom:10px;
line-height:1.7em;	
font-size:11px;
}

h2 { 
padding-top:3px;
}

/* FORMS */

.signUpField{
background:none;
background-image: url(../images/newStore/signUpBoxField.jpg);
width:150px;
height:24px;
border:none;
padding-top:8px;
padding-left:7px;
padding-right:2px
}

#signUpButton {
	background:none;
	border:none;
	background-image: url(../images/newStore/signUpBoxButton.jpg);
	width:76px;
	height:37px;
	text-indent:-99999px;
	color:#fff;
	cursor:pointer;
	z-index:999;
}

#mc-embedded-subscribe{
	background:none;
	border:none;
	background-image: url(../images/newStore/signUpBoxButton.jpg);
	width:76px;
	height:37px;
	text-indent:-99999px;
	color:#fff;
	cursor:pointer;
	z-index:999;	
}

#mc_embed_signup * {
border:none;	
}


/* POP OUT MENU */
#sidebarNav .mlddm *{
z-index:900;	
}

#sidebarNav .mlddm
{	visibility: hidden;
	position: relative;
	margin: 0;
	padding: 0}

	#sidebarNav .mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;}

	#sidebarNav .mlddm li a, #sidebarNav .mlddm li a#buttonnohover
	{	display: block;
		color: #FFF;
		margin: 0;
		width: 120px;
		text-decoration: none;
		
	}
	
	#sidebarNav .mlddm ul{
	padding:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}
	
	#sidebarNav .mlddm li li a{
	background-position: 200px 4px!important;
	}
	.mlddm li a:hover, #sidebarNav .mlddm li a#buttonhover
	{	/*color on hover over*/
	}
		#sidebarNav .mlddm ul
		{	
			/*background of pop outs*/
			z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background-color: #4a565f;
		}		
		#sidebarNav .mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0px;
			padding: 3px 15px;
			text-align: left;
			text-decoration: none;
			color: #FFF;
			z-index:100;}

		#sidebarNav .mlddm ul li a:hover
		{	
		/* inner links of the pop out*/
			color: #ccccff;
			padding: 3px 15px;
			}

/* all buttons with arrows without hover  */
.mlddm .hsub, .mlddm a#buttonnohover
{	/*background:  no-repeat right url(../images/newStore/arroww.gif)*/}

/* onhover top-level buttons with arrows */
.mlddm li a.hsub:hover, .mlddm li a#buttonhover
{	/*background:  no-repeat right url(../images/newStore/arrow.gif)*/}

/* onhover layer buttons with arrows */
.mlddm ul li a.hsub:hover, .mlddm ul li a#buttonhover
{	/*background:  no-repeat right url(../images/newStore/arroww.gif)*/}

#sidebarNav .mlddm ul ul li a {
background-image:none!important;	
}

.noBG{
	background-image:none!important;	
}

#sidebarNav ul ul {
width:190px;
background-color: #4a565f;
}

#leftNavPlaceHolder {
height:253px;	
}

.noArrows a {
	background-image:none!important;
}

/* Top drop downs */

#navigation .mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0}

	#navigation .mlddm li
	{	display: inline;
		list-style: none;
		float: left;
	}

	#navigation .mlddm li a, #navigation .mlddm li a#buttonnohover
	{display: block}

		#navigation .mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			background-color: #4a565f;
			padding-left:10px;}
		
		#navigation .mlddm ul li
		{	float: none;
			border-width: 0;
		}

		#navigation .mlddm ul li a
		{	display: block;
			white-space: nowrap}
			
		#navigaiton a:hover {
		color:#ccccff!important;	
		}
	
	#corporateLink{
	font-weight:bold;
	color:#fff;
	float:right;
	z-index:999;
	}
			
		
			
#menu2
{	width:700px!important;}

	#menu2 li
	{	margin: 0;
		padding: 0 0 0 0;
	}
	#menu2 li li a {
	padding: 2px 0px;	
	}

	#menu2 li a, #menu2 li a#buttonnohover
	{	
		margin: 0;
		color: #FFF;
		text-decoration: none}

	#menu2 li a:hover, #menu2 li a#buttonhover
	{	
		}

		#menu2 ul
		{	margin: 0 0 0 0;
			padding: 0;
		}
		
		#menu2 ul li
		{	margin: 0;
			padding: 0;}

		#menu2 ul li a
		{	margin: 0px;
			width: auto;
			font: 12px arial;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			text-decoration: none;
			border: 0px solid black;
			background: transparent;
			}

		#menu2 ul li a:hover
		{	}
/* rotating banner */

#bannerImg{
position:relative;
background-image: url(../images/newStore/RotatingBannerStore0.jpg);
width:541px;
height: 253px;
cursor:pointer!important;
}

#slideshownav{
	height:30px;
	/*width:115px;*/
	width:96px;
	position:absolute;
	bottom:5px;
	right:0px;
	display:none;
	visibility:hidden;
	cursor:default!important;
	
}

#slideshownav li{
	display:inline;
	background-color: #ccc;
	text-align:center;
	width:17px;
	height:17px;
	line-height:17px;
	float:left;
	margin-left:3px;
	margin-top:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	}

#slideshownav a{
	float:left;
	color:#333;
	width:17px;
	height:17px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}


/*ADDED STYLES*/

#product-details_content {
	
	padding: 3px 5px 10px 26px;
	min-height: 535px;
}

#product-details_content #title {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 25px;
}

#product-details_content #image {
	float: left;
	font-size: 9pt;
}

#product-details_content #cost {
	font-size: 13pt;
	font-weight: bold;
	margin-right: 85px;
	margin-top: 10px;
	float: right;
}

#product-details_content #details_list {
	margin-top: 45px;
	font-size: 9pt;
	line-height: 2em;
}

#product-details_content #details_list .highlight {
	float: left;
	color: #D40000;
	font-weight: bold;
	width: 155px;
}

#about-us_content {
	background: url(../images/about-us_content_bg.jpg) no-repeat scroll 99% 100%;
	font-size: 10pt;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 25px;
/*	line-height: 1.5em;	*/
}

#about-us_content ul {
	list-style: inside disc;
}


#about-us_content a:link,
#about-us_content a:active,
#about-us_content a:visited {
	font-weight: bold;
}

#about-us_content .highlight {
	color: #D40000;
	float: left;
	padding-right: 8pt;
}

#product-categories_content {
	padding: 3px 13px 10px 13px;
	width: 557px;
	position: relative;

}
#product-categories_content a:link,
#product-categories_content a:active,
#product-categories_content a:visited {
	display: block;
	float: left;
	width: 149px;
	height: 99px;
	margin: 8px 16px;
}

#product-categories_content img {
	border: 0px;
}
	
#content_bottom {
	background: url(../images/content_bottom.jpg) no-repeat;
	width: 584px;
	height: 15px;
}
	
#why-aventis {
	background: url(../images/why-aventis_bg.jpg) no-repeat;
	width: 584px;
	height: 99px;
	top: 447px;
}

#learn_more {
	display: block;
	position: relative;
	text-indent: -9000px;
	width: 70px;
	height: 12px;
	top: 80px;
	left: 508px;
}

#product-items_content {
	
	padding: 3px 13px 10px 20px;
	
}
	
.product {
	background: url(../images/product_bg.jpg) no-repeat;
	width: 164px;
	height: 148px;
	float: left;
	padding: 10px 0 0 10px;
	margin: 6px;
}

#featured-products {
	background: url(../images/featured-products_bg.jpg) no-repeat;
	width: 780px;
	height: 143px;
	margin: 7px;
}

#pagination {
	text-align: right;
}

#pagination a:link,
#pagination a:active,
#pagination a:visited {
	font-size: 8pt;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
}
	
.featured-product {
	left: 26px;
	position: relative;
	top: 37px;
	width: 212px;
	height: 97px;
	float: left;
	margin-right: 45px;
}

.featured-product #prod_title,
.prod_title {
	color: #75A7B9;
	font-weight: bold;
	font-size: 9pt;
}

.featured-product #prod_content,
.prod_content {
	margin: 13px 0 0 3px;
}

.featured-product #prod_info,
.prod_info {
	color: #5F100C;
	font-size: 8pt;
	margin-bottom: 9px;
}

.featured-product #prod_image,
.prod_image {
	float: left;
	margin-right: 11px;
}

.featured-product #prod_price,
.prod_price {
	color: #D40000;
	font-size: 10pt;
	font-weight: bold;
	float: left;
}

.featured-product #prod_buy,
.prod_buy {
	position: relative;
	margin-left: 18px;
	border: 0px;
}


.CPcatDescList{
width:510px;	
}
.CPcatDescList li {
	width:150px;
	float:left;
	margin-right:20px;
	text-align:center;
	padding-bottom:10px;
}

.CPcatDescList {
	list-style:none!important;
	margin:0px 0px 0px 0px!important;
	
}
#terms {
	position: absolute;
	left: 27px;
	bottom: 27px;
}
.optionUpgrades {
	width: 200px;
}
.CPprodDet div table tr td {
	vertical-align: top;
}
.CPprodDet div table tr td p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}
.CPoptDesc {
	width: 160px;
}
.CPprodPriceT, .CPprodPriceV {
color:#990000;	
}

.CPprodPriceV {
	font-size: 16pt;
	text-align: center;
}
.readytoorder div.title {
	 font-size: 12pt;
	 font-weight: bold;
}
.readytoorder{
padding: 10px;
background-color: #FFE;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border: solid 1px #aaa;
border-top: solid 1px #eee;
border-left: solid 1px #eee;
}
div.autocomplete { position:absolute; width:400px; background-color:white; border:1px solid #ccc;margin:0px; padding:0px; font-size:0.8em; text-align:left; max-height:200px;}
div.autocomplete ul { list-style-type:none; margin:0px; padding:0px; }
div.autocomplete ul li.selected { background-color: #EAF2FB; }
div.autocomplete ul li { list-style-type:none; display:block; margin:0; padding:0px; cursor:pointer; }
.combo, .combo2, .combo3, .quantityfield {
	margin: 0px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width: 17em; 
	display : block;
	text-align: center; 
	background: url('../selectbox/images/bg_select.jpg') right;
	height:16px;
	cursor: pointer;
	border:1px solid #ccc;
	color:#999;
	padding-right:15px;
}
.combo2{
	background: url('../selectbox/images/bg_select2.jpg') right;
	padding-right:15px;
}
.combo3{
	background: url('../selectbox/images/bg_select3.jpg') right;
	padding: 0px;
	padding-top: 2px;
	margin-top: 2px;
	padding-right:15px;
}
.combo4{
	margin: 0px 5px 10px 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width : 160px; 
	display : block;
	text-align:center; 
	background: url('../selectbox/images/bg_select3.jpg') #fff top right no-repeat;
	height:24px;
	padding-top: 3px;
	/*padding: 3px 5px 0px 3px;*/
	cursor: pointer;
	border:0px;
	color:#999;
	padding-right:15px;
}
div.comboOptions {
  position:absolute;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
}
div.comboOptions ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.lihover { 
  background-color: #EAF2FB;
}
div.comboOptions ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.paypal input{
	display:none;
}
#button{
	display:block;
	height:24px;
	width:128px;
}
.selectboxfieldset{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px groove #DEA68B;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 190px;
}
.selectboxlegend{
	padding: 2px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
}
.quantityfield {
	background: none;
	width: 5em;
	float: left;
	color: black;
	padding-right:0px;
}
.CPprodPriceT {
	text-align: center;
}
.cart_item_description {
	font-weight: bold;
}

#warranty_and_terms {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.detail_component_title {
	color: #990000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.detail_component_desc {
	display: block;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
}

#components .border td {
	padding:10px;
	text-align:center;
}

#otherComps td {
	padding:5px 0px;	
}

#logoLink{
	float:left;
	width:300px;
	height:100px;
	outline:none;
	border:none;
	text-decoration:none;
	text-indent:-99999px;
}
	
.borderfull{
border:solid 1px #ccc;
}

.borderfuller{
border:solid 1px #777;
}
.borderTop{
border-top:solid 1px #ccc;
}
.borderfull td {
padding:7px;	
}

u{
text-decoration:none;
font-weight:bold;
color:#990000;
}

.viewItemButton {
position:relative;
top:6px;
}

.CPprodPriceV, .CPprodPriceT {
font-size:16px;	
}

.CPprodPriceV {
margin-left:3px;	
}

.borderfull tbody{
height:100%;	
}

.bottomBorder{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;

}
.topBorder{
border-right:solid 1px #000;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	
}

.attributes{
	/*display:none;*/
	background-image: url(../images/attribute.jpg);
	width:75px;
	height:7px;
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
	position:relative;
	top:3px;
	left:3px;
	clear:right;
	}

.serverAtrributes{
	text-align:left;
	width:140px;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	float:left;
	padding:5px;
}
#search{
width:300px;
color:#fff;
position:absolute;
top:0px;
right:105px;
}

#searchInput {
	color:#777;	
}

.quoteButton {
	position:relative;
	top:5px;
}

.listh3{
	padding-bottom:10px;	
}

.margintop {
	padding-top:20px;
	clear:both;
}

h2 {
	position:relative;	
}

.getQuote {
	display:block;
	display:inline;
	overflow:hidden;
	text-indent:-99999px;
	width:102px;
	height:23px;
	background-image: url(../images/spriteGetQuote.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-right:200px;
	position:absolute;
	top:5px;
	left:175px;
}

.getQuote:hover {
	background-position: 0px -23px;
}

#ciscoButton {
		position: absolute;
        left: 300px;
        top: 0px;
		width:150px;
        padding: 0;
	
}

.contetnBoxWrapper {
	position:relative;	
}

.dockclass {
	/*position:relative;*/	
}



