/* CSS Reset for Browser Inconsistancies */

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,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight:bold;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  Start Vibrant CSS */

body {
	background-color:#016FA4;
	background-image:url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
}

html, body {
	margin-bottom:1px;
	height:100%;
}

a {
	color:#006699; /*#88D0E6;*/
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

h1 {
	padding:15px 0 5px 15px ;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#3950A0;
}

h2 {
	padding:0px 15px 0 0px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#999;
}

h3 {
	padding:0px 0 5px 15px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color: #666;
}

a img {
	border:0;
}

#container {
	width:985px;
	margin:auto;
	padding:0;
	background-image:url(images/container-bg.jpg);
	background-repeat:repeat-y;	
}


/*Header */

#hdr {
	height:172px;
	background-image:url(images/hdr.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	position:relative;
}

.hdr-logo {
	position:absolute;
	top:33px;
	left:31px;
	margin:0;
	padding:0;
}

#login {
	position:absolute;
	right:21px;
	top:25px;
}
#login strong {
	text-shadow:1px 1px #FFF;
}

.login-text {
	float:left;
	margin:5px 10px 0 0 ;
}

.login-text a {
	float:left;
	margin:0 10px;
}

.sign-in {
	background-image:url(images/sign-in.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:25px;
	width:75px;
}

.sign-in:hover {
	background-position:0 -25px;
}

.sign-out {
	background-image:url(images/sign-out.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:25px;
	width:75px;
	margin-left:10px;
}

.sign-out:hover {
	background-position:0 -25px;
}

.account {
	background-image:url(images/account.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:25px;
	width:75px;
}

.account:hover {
	background-position:0 -25px;
}

.login-apply {
	background-image:url(images/apply.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:25px;
	width:75px;
	margin-left:10px;
}

.login-apply:hover {
	background-position:0 -25px;
}

#hdr-message {
	position:absolute;
	top:63px;
	right:30px;
	font-weight:bold;
	color:#FF7B32;
	font-weight:bold;
	font-size:12px;

}

#hdr-phone {
	color:#333333;
	font-family:Georgia;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	right:30px;
	top:93px;
}

#hdr-phone span {
	font-size:20px;
	font-weight:normal;
	margin:0 5px 0 5px ;
}


#search-container {
	height:25px;
	width:250px;
	position:absolute;
	top:5px;
	right:10px;
}

#search-container form {
	margin:0;
	padding:0;
}


#searchForm {
	margin:0; 
	padding:0; 
	position:relative;
	top:0;
	left:0;
	height:25px;
	width:250px;

}

#search_field {
	border:1px solid #666;
	border-right:none;
	background-color:#FFF;
	height:15px;
	width:243px;
	font-size:11px;
	padding:4px 0 4px 5px;
	color:#666666;
}

.search-submit {
	position:absolute;
	top:0px;
	right:0px;
}

#mini-cart-container {
	position:absolute;
	top:130px;
	right:30px;
}

#mini-cart-container a {
	color:#666;
	font-size:14px;
	font-weight:bold;
}

.mini-cart {
	display:block;
	background-image:url(images/shoppingcart.png);
	background-repeat:no-repeat;
	background-position:right!important;
	height:20px;
	width:120px;
	padding:6px 35px 0 0 ;
	float:left;
}

.cart-items {
	float:left;
	Padding:5px 0 0 4px;
}

/* Top Nav */

#nav {
	background-image:url(images/nav-purple.jpg);
	background-repeat:repeat-x;
	height:33px;
	border:1px solid #666;
	margin:auto;
	padding:0;
	width:930px;
	position:relative;
}


ul#topnav a.nav1 {
	width: 78px;
}
ul#topnav a.nav2 {
	width: 90px;
}
ul#topnav a.nav3 {
	width: 100px;
}
ul#topnav a.nav4 {
	width: 140px;
}
ul#topnav a.nav5 {
	width: 110px;
}


/* Content */

#content-container {
	background-image:url(images/page-bg.jpg);
	background-repeat:no-repeat;
	width:955px;
	padding:0 15px 0 15px ;
	margin:0;
	clear:both;
	text-align:left;
	line-height:20px;
}

#main-brands {
	margin-top:15px;
	margin-left:5px;
}

#main-brands img {
	margin:0 0 0 10px;
}

.product-cell {
	width:422px;
	border:1px solid #CCC;
	padding:20px;
	float:left;
	display:inline;
	margin:10px 0 10px 10px;
}

.product-cell h1 {
	margin:0 0 10px 0;
	padding:0;
	color:#666;
}

.product-cell h1 a {
	color:#573AA1;
}

.product-cell h1 a:hover {
	color: #FF6600;
	text-decoration:none;
}

.product-cell a {
	color:#573AA1;
}

.product-cell p span a {
	margin: 0 5px;
}

.product-cell p span a:hover {
	color: #FF6600;
}

.product-cell img {
	margin: 0 15px 0 0 ;
}

.product-cell form {
	margin:15px 0 0 0 ;
	padding:0;
}

.product-cell form input {
	padding:0;
	margin:0;
}

.product-moreinfo {
	width:630px;
	padding:10px 0px 20px 20px;
	float:left;
	display:inline;
	margin:10px 0 10px 10px;
}

.product-moreinfo h1 {
	margin:0 0 10px 0;
	padding:0;
	color:#666;
}


.product-moreinfo h1 a:hover {
	color: #FF6600;
	text-decoration:none;
}


.product-moreinfo p {
	margin: 0;
	padding:15px 0 0 0 ;
}

.product-moreinfo p span a {
	margin: 0 5px;
}

.product-moreinfo p span a:hover {
	color: #FF6600;
}


.product-moreinfo form {
	margin:0 0 0 0 ;
	padding:0;
}

.product-moreinfo form input {
	padding:0;
	margin:0;
}

input.add {
	margin: 0 0 -7px 10px!important;
}

.sku {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}

.price {
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	color:#CC0000;
}

/* Sidebar Right */

#sbr {
	float:right;
	display: inline;
	width:258px;
	margin:20px 10px 20px 0 ;
	padding:0;
	padding-bottom:10px;
}

#sbr p {
	padding:10px;
	color:#666;
}

#sbr a {
	font-weight:normal;
}

#sbr h2 {
	margin:10px 0 0px 10px;
	padding:0;
}

#sbr ul {
	margin:0px 0 20px 5px;
}

#sbr ul li {
	margin:0 0 0 10px;
	padding: 2px 0;
	list-style:circle;
}

.cross-sell {
	border-top:1px solid #CCC;
	padding: 10px 0 0 0;
}

.cross-sell img {
	margin-right: 10px;
}

.cross-sell h3 a {
	font-weight:bold!important;
}

.cs-price {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

/* Footer */

#ftr-container {
	background-image: url(images/ftr-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height:300px;
	margin:0;
	padding:0;
	clear:both;
}

#ftr {
	background-image:url(images/ftr.jpg);
	background-repeat:no-repeat;
	margin:auto;
	height:220px;
	width:985px;
	text-align:left;
	padding:0px;
	color:#FFF;
	position:relative;
}

#ftr p {
	color:#000;
	padding:15px;
}

.ftr-links {
	text-align:center;
	font-size:14px;
	padding-bottom:0;
}

.ftr-links a {
	margin:0 15px;
	padding:0;
}

.ftr-ul {
	float:left;
	margin:0 0 0 50px;
	display:inline;
}

#ftr ul {
	margin:0 0 20px 0px;
}

#ftr ul li {
	padding: 4px 0 4px 0px;
	margin:0 0 0 16px;
	list-style: circle;
	font-size:11px;
}

.ftr-ul p {
	padding: 4px 0 4px 0px;
	font-size:18px;
}

.ftr-ul a {
	color:#FFF;
	font-weight:normal;
	
}

#follow {
	position:absolute;
	top:90px;
	right:30px;
	width:350px;
	font-size:12px;
	font-weight:bold;
}

#follow p {
	padding:10px 0 0 0 ;
}

#follow p span {
	font-size:16px;
}

#follow img {
	margin:0 20px 0 0 ;
}

#thawteseal {
	float:right;
	display:inline;
	margin-top:40px;
}

.legal {
	text-align:center;
	margin:auto;
	position:absolute;
	top:170px;
	width:100%;
	line-height:24px;
	padding-bottom:10px;
}

#ftr-note {
	clear:both;
	color: #666666;
	text-align:center;
	padding:0 0 20px 0;
	position:absolute;
	top:250px;
	width:970px;
	
}

#ftr-note p {
	margin:0;
	padding:15px 80px 0px 80px;
}


/*  Product Table */

table.products {
	width:100%;
	margin-top:20px;
}

table.products th {
	background-image:url(images/table-head.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-shadow:1px 1px #000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border:1px solid #333;
	padding:4px;
	background-color:#327027;
}

table.products td {
	text-align:center;
	border:1px solid #999;
	padding:4px;
}

.product-name {
	text-align:left!important;
	padding-left:15px!important;
	width:300px;
}

#li_container1 {
	margin-top:10px;
}
#li_container2 {
	margin-top:10px;
}
#li_container1 a {
	font-weight:normal!important;
}

.buy-online {
	background-image:url(images/globe-icon.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:24px;
	float:right;
	padding-left:34px;
	padding-top:2px;
}

h1 img {
	padding-bottom:10px;
}

.sbr-pod {
	border:1px solid #999;
	margin:15px 0 0 0  ;
	padding:0 0 0 0 ;
}

.sbr-pod h2 {
	color:#666!important;
}

ul.list {
	list-style:circle;
	margin:0px 0 0px 30px ;
}

ul.list li {
	padding: 2px 5px;
}

table.fulfill {
	width:100%;
	margin-top:20px;
}

table.fulfill th {
	background-image:url(images/table-head.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-shadow:1px 1px #000;
	font-weight:bold;
	font-size:14px;
	border:1px solid #333;
	padding:4px;
	background-color:#327027;
}

table.fulfill td {
	border:1px solid #999;
	padding:4px;
}

.cost {
	background-color:rgb(242, 252, 253);
}

.add-to-cart {
	font-size:10px;
	color:#000;
	background-color:#CCCCCC;
	padding:0px 4px 2px 4px;
	background-image:url(images/add-bg.jpg);
	background-position:0 0;
	height:18px;
	width:62px;
	display:block;
	margin:auto;
}

.add-to-cart:hover {
	background-position:0 -20px;
	text-decoration:none;
	color:#000;
}

.message-received {
	color:#5BA326;
	padding:20px 20px 20px 0;
}

.message-received img {
	margin-right:20px;
}

.apply-form label {
	width:100px;
	display:block;
	float:left;
	font-weight:bold;
	margin:8px 2px!important;
}

.category {
	width:200px!important;
}
.apply-form input {
	margin:8px 2px!important;
}

.apply-form select {
	margin:8px 2px!important;
}

.apply-form textarea {
	margin:8px 2px!important;
}

.name-label {
	float:left;
	margin-left:5px;!important;
}

.name-label-prefix {
	float:left;
	margin-left:0px!important;
}

input#prefix {
	width:25px;
	margin-right:5px;
}

input#suffix {
	width:25px;
}

span.explain {
	margin-left:5px;
}

div.category-checkbox {
	margin-left:104px;
	margin-bottom:10px;
}

.pdf-icon {
	background-image:url(../images/pdf-icon.gif);
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin:0 0 0 10px ;
}

.pdf-icon:hover {
	background-position:0 -16px;
}

.error {
	background-color:#FFE6E6;
}

.red {
	color:#FF0000;
	font-weight:bold;
	font-size:16px;
}

#error {
	display:none;
	background-color:#FFE6E6;
	height:20px;
	padding:6px 10px;
	margin:10px 0;
	border:1px solid #FF0000;
}

#error label {
	display:none!important;
}

td.product-name strong {
	float:left;
}

fieldset {
	border:1px solid #CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:auto;
	padding:10px 20px;
}
legend {
	background-color:#0A6E90;
	border:1px solid #2D3647;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:10px 0;
	padding:2px 6px;
}
fieldset label {
	color:#333333;
	display:block;
	float:left;
	font-weight:bold;
	width:80px;
}
textarea#Message {
	background-color:#DAE7EE;
	background-image:url("images/textarea-bg.jpg");
	background-repeat:repeat-x;
	border:1px solid #999999;
	padding:5px;
}

.support-img {
	float:right;
	margin-bottom:15px;
}

#thawte-seal {
	text-align:center;
	margin: 10px;
	padding:10px;
	width:212px;
	background-image:url("images/textarea-bg.jpg");
	background-repeat:repeat-x;
	border:1px solid #999999;
}

.apply-submit {
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	padding:6px 8px!important;
	margin-top:10px!important;

}

.apply-seal {
margin:10px 0 0 0 ;
}

span.price-performance {
	color: #FF0000;
	font-size:12px;
	line-height:12px;
}

table.qp_header {
	display:none;
}

td.wholesale {
	width:80px;
}