html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #EAEFF4;
	color: #333333;
}
	
a {
	cursor: pointer;
	text-decoration: none;
	color: #008AFF;
}

a:hover {
	color: #F4560F;
}

a:active {
	color: #F9C190;
}

img {
	border: 0;
}
	
div#jsWarning {
	width: 100%;
	margin: 0px;
	line-height: 24px;
	font-size:  18px;
	padding:  5px 0px 5px 0px;
	background-color:#B10E10;
	color: #FFFFFF;
}

div#jsWarning p {
	text-align:  center;
}

div#container, div#container2 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#topNav {
	width: 100%;
	height: 29px;
	border: 1px solid #1F75CF;
	background: url(/img/ui/barBG.png) #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 4px;
}
	
#topNav a {
	margin-top: -18px;
  text-decoration: none;
  color: #FFFFFF;
	}

#topNav a:hover {
  text-decoration: none;
  color: #114377;
	}

#topNav a:active {
  text-decoration: none;
  color: #DDE7F3;
	}
	
.cart {
	height: 29px;
	width: 20px;
	background: url(/img/ui/cart.png) transparent 50% 35% no-repeat;
	vertical-align: bottom;
	margin-left: 5px;
}
	
#loginbar, #loginbar2, #chatbar {
	height: 30px;
	border: 1px solid #1F75CF;
	padding-top: 8px; 
	padding-left: 12px; 
	vertical-align: middle; 
	background: url(/img/ui/loginbarBG.png) top left no-repeat; 
	color: #FFFFFF;
	margin-top: 5px;
	width: 758px;
	font-size: 13px;
	line-height: 24px;
}

#chatbar a {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

#loginbar a, #loginbar2 a, #chatbar a {
  text-decoration: none;
  color: #FFFFFF;
	}

#loginbar a:hover, #loginbar2 a:hover, #chatbar a:hover {
  text-decoration: none;
  color: #114377;
	}

.vr {
	display: inline;
	background: url(/img/ui/vrule.png);
	width: 13px;
	height: 29px;
	vertical-align: -33%;
}
	
#mainBanner {
	width: 580px;
	height: 300px;
	background: url(/img/ui/newZooBanner.jpg) top left no-repeat;
}
	
#mainHeader {
	width: 768px;
	height: 200px;
	border: 1px solid #1F75CF;
	background: #FFFFFF;
	padding: 1px;
}

#content {
	width: 772px;
	margin-top: 4px;
}

#content .column {
	float: right;
}

#left {
	width: 170px;
	margin-right: 6px;
}

#right { 
}
	
#right .bar {
	width: 586px;
	height: 29px;
	border: 1px solid #1F75CF;
	background: url(/img/ui/barBGRight.png) #FFFFFF;
	text-align: left;
	font-size: 15px;
	line-height: 29px;
	margin-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}

#right .box {	
	width: 584px;
	border: 1px solid #1F75CF;
	padding: 5px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

#both .bar {
	width: 762px;
	height: 29px;
	margin-top: 4px;
	border: 1px solid #1F75CF;
	background: url(/img/ui/barBG.png) #FFFFFF;
	text-align: left;
	font-size: 15px;
	line-height: 29px;
	margin-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}

#both .box {
	width: 760px;
	border: 1px solid #1F75CF;
	padding: 5px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

.navHeader {
	width: 162px;
	height: 29px;
	border: 1px solid #1F75CF;
	margin-bottom: 4px;
	background: url(/img/ui/barBGLeft.png) #FFFFFF;
	text-align: left;
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}

.navItems {
	width: 168px;
	border: 1px solid #1F75CF;
	margin-bottom: 4px;
	padding: 1px 1px 0px 1px;
}

.navItemsActive {
	border: 1px solid #1F75CF !important;
	padding: 1px 1px 0px 1px !important;
}

.navLI {
	display:  block;
	margin-bottom: 1px;
	padding: 1px 2px 0px 23px;
	list-style: none;
	background: url(/img/ui/liNavImgUp.png) no-repeat #75B0EE;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
}

.navItemsActive .navLI:last-child {
	margin-bottom: 0px;
}

.navLI:hover {
	margin-bottom: 1px;
	padding: 1px 2px 0px 23px;
	list-style: none;
	background: url(/img/ui/liNavImgOver.png) no-repeat #226CBA;
	cursor: pointer;
	color: #FFFFFF;
}
	
#leftPad {
	background: #FFFFFF;
	width: 168px;
	border: 1px solid #1F75CF;
	margin-bottom: 4px;
	padding: 1px 1px 0px 1px;
}

#leftPad2 {
	margin-bottom: 1px;
	background: #75B0EE;
	height: 0px;
}

h1.header {
	font-size: 24px;
	margin: 10px 0px 10px 0px;
	color: #1F75CF;
}

h1.title {
	font-size: 28px;
	color: #1F75CF;
	margin-top:0;
}

h2.login {
	margin-top:0;
	font-size: 20px;
	color: #1F75CF;
}

h2.faq {
	font-size: 18px;
	color: #1F75CF;
	width: 100%;
	text-align: center;
}

h3.subtitle {
	font-size: 14px;
	width: 100%;
	text-align: center;
}

h3.prices {
	color: #D0611C;
	background-color: #E9F5CF;
	font-size: 14px;
	margin: 4px 0px 4px 0px;
	font-weight: bold;
	line-height: 1.5em;
}

a.helpInfo {
	margin-left: 0px;
}

.productGrid {
	text-align: center;
	float: left;
	width: 201px;
	padding: 15px 0px;
}

.productTitle {
	display: none;
}

.productPrice {
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #B10C10;
}

.productDescription {
	margin: 5px;
	text-align: center;
}

.borderT {
	border-top: 1px dotted #B0D3F7;
}

.borderR {
	border-right: 1px dotted #B0D3F7;
}

.borderB {
	border-bottom: 1px dotted #B0D3F7;
}

.blankButton {
	padding: 15px 20px 16px 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: url(/img/ui/blankButtonUp.png) center no-repeat;
	cursor: pointer;
	display: block;
}

.blankButton a { color: #FFFFFF; }

.blankButton:hover {
	color: #114377;
	background: url(/img/ui/blankButtonOver.png) center no-repeat;	
	cursor: pointer;
}
.blankButton:hover a { color: #114377; }

#productTable {
	margin: -5px;
}

#productPageL {
	vertical-align: top;
}

#productPageL p, #productPageL h2, #productPageL h3
{
	margin-left: 10px;
	margin-right: 10px;
}

#productPageR {
	vertical-align: top;
	padding: 0px 3px;
}

#productPageB {
	padding: 10px;
}

div#footer {
	width: 100%;
	height: 29px;
	border: 1px solid #1F75CF;
	background: url(../img/ui/barBG.png) #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 29px;
	margin-bottom: 4px;
	color: #FFFFFF;
}

.hitBottom {
	height: 100%;
}

div.clear {
	clear:  both;
}

hr {	
	border-width: 1px 0px 0px 0px;
	border-color: #B0D3F7;
	border-style: solid;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	font-size: 1px;
	width: 100%;
}

.formItem {
	width: 250px;
}

.required {
	color: #D00000;
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
	width: 8px;
	background-image: url(/img/ui/required.png);
	background-repeat: no-repeat;
}

.center { 
	text-align: center;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


.accordion {
	height: 0px;
	overflow: hidden;
}

/* NEW LOGIN STUFF */

#welcomeBanner, #welcomeBanner2
{
	height: 58px;
	background: transparent url(/img/ui/welcomeBannerBG.png) top left repeat-x;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	padding-top: 22px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: -5px -5px 0px -5px;
	text-shadow: #333333 3px 2px 2px;
}

#welcomeBanner2
{
	margin: 2px 0px 0px 0px;
}

#welcomeTable {
	border: 0px;
	border-collapse: collapse;
	margin: 0px -5px -5px -5px;
}

#loginTD {
	width: 176px;
	background-color: #E6E6E6;
	padding: 5px;
	border-right: 1px solid #1F75CF;
}

.loginBox {
	width: 176px;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.loginBoxLast {
	margin-bottom: 0px;
}

.loginBoxTop {
	height: 20px;
	background: #E6E6E6 url(/img/ui/loginBoxTop.png) top left no-repeat;
}

.loginBoxMiddle {
	background: #E6E6E6 url(/img/ui/loginBoxMiddle.png) top left repeat-y;
	text-align: center;
}

.loginBoxMiddle p.tiny {
	margin-bottom: 0px;
	font-size: 9px;
	font-weight: bold;
}

.loginBoxMiddle input {
	font-size: 10px;
}

.loginBoxMiddle .textInput {
	width: 140px;
}

.loginBoxMiddle h4 {
	margin: 0px;
	font-size: 12px;
	color: #1F75CF;
}

.loginBoxBottom {
	height: 20px;
	background: #E6E6E6 url(/img/ui/loginBoxBottom.png) bottom left no-repeat;
}

#contentTD .content {
	padding: 10px;
}

/* */

.loginTable {
	border:1px solid #1F75CF;
}

.loginTable h4 {
	font-size: 12px;
}

.loginLeft {
	padding: 14px;
	background: url('/img/ui/loginGrad.jpg') repeat-y;
	vertical-align: top;
}

.loginLeft hr, .loginRight hr {
	border-width: 3px 0px 0px 0px;
	border-color: #C0D8F0;
	border-style: double;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	font-size: 1px;
	width: 100%;
}

.loginCenter {
	padding-top: 14px;
	padding-bottom: 14px;
}

.textInput {
	width: 120px;
}

.formItem2 {
	width: 170px;
}

.loginCenterVR {
	height: 310px;
	border-left: 3px double #C0D8F0;
}

.loginRight {
	padding: 14px;
	background: url('/img/ui/loginImg.jpg') no-repeat bottom right;
	vertical-align: top;
}

.error {
	color: #B10E10;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
	}
	
#errorDIV {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3F3F40 url('/img/ui/gradient.png') repeat-x top left;
	font-family: Helvetica, san-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 40px;
}

.blue {
	color: #1F75CF;
	font-weight: bold;
}

.green {
	color: #056839;
}

.gray {
	color: #415C83;
}

.greenParagraph {
	padding: 0px 30px;
	text-align: left;
}

.greenTable {
	border-width: 2px;
	border-spacing: 2px;
	border: 2px solid white;
	border-collapse: separate;
	width: 100%;
}

.greenTable td {
	background-color: #E5F2E8;
}

.greenTable h2 {
	margin: 10px 20px;
	font-size: 16px;
	white-space: nowrap;
}

.greenTable h3 {
	margin: 10px 20px;
	font-size: 14px;
	white-space: nowrap;
}

.greenTable p {
	font-size: 10px;
	margin: 10px;
	white-space: nowrap;
}

.welcome_badge {
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 459px;
	height: 223px;
	background: url(/img/badges/zebra_bg.jpg) top left no-repeat;
	padding: 5px 20px 0px 20px;
	position: relative;
}

.welcome_badge h2 {
	color: #FFA500;
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 13px;
}

.welcome_badge h3 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	width: 100%;
	text-align: center;
}

.welcome_badge p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.1em;
}

.welcome_badge img {
	position: absolute;
	left: 176px;
	top: 187px;
}

.welcome_footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	width: 718px;
	height: 196px;
	padding: 5px 20px 10px 20px;
	background: url(/img/badges/dot_bg.jpg) top left no-repeat;
}

.welcome_footer a {
	font-size: 11px;
	color: #FFFFFF;
}

.welcome_footer a:hover, .welcome_footer a:active {
	color: #FFA500;
}

.welcome_footer h3 {
	font-size: 20px;
}

.welcome_footer_nested_table {
	width: 100%;
	margin-top: -15px;
}

#marketing_nav {
	width: 100%;
	margin: 10px auto 5px auto;
	border-collapse: collapse;
}

.marketing_nav {
	margin: 5px auto;
	border-collapse: collapse;
}

.marketing_nav_button {
	background: url(/img/badges/nav_button.jpg) 0px 0px no-repeat;
	text-align: center;
	width: 101px;
	height: 30px;
}

.marketing_nav_button:hover {
	background: url(/img/badges/nav_button.jpg) 0px -32px no-repeat;
	text-align: center;
}

.marketing_nav_button a {
	color: #FFFFFF;
	padding-top: 6px;
	width: 101px;
	height: 24px;
	display: block;
}

.marketing_nav_spacer {
	width: 6px;
	font-size: 8px;
}

#green_1 {
	position: relative;
	width:745px;
	height: 420px;
	text-align: left;
}

#green_2 {
	position: relative;
	width:745px;
	height: 133px;
	text-align: left;
}

#green_3 {
	position: relative;
	width:745px;
	height: 213px;
	text-align: left;
}

#green_1 img, #green_2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#green_1_content {
	position: absolute;
	top: 74px;
	left: 98px;
	width: 444px;
}

#green_2 p {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 228px;
	margin: 5px;
}

#benefits_1 {
	position: relative;
	width:745px;
	height: 249px;
	text-align: left;
}

#benefits_2 {
	position: relative;
	width:745px;
	height: 512px;
	text-align: left;
}

#benefits_1 img, #benefits_2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#benefits_2_content {
	position: absolute;
	top: 53px;
	left: 20px;
	width: 474px;
}

#benefits_2_content h3 {
	margin: 10px 0px;
}

#benefits_2_content p {
	margin: 0px;
}

#offset_1 {
	position: relative;
	width:745px;
	height: 232px;
	text-align: left;
}

#offset_2 {
	position: relative;
	width:745px;
	height: 563px;
	text-align: left;
}

#offset_1 img, #offset_2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#offset_2_content {
	position: absolute;
	top: 55px;
	left: 20px;
	width: 452px;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}

#offset_2_content h2 {
	color: #BEFC2F;
}

#offset_2_content h3 {
	font-size: 13px;
}

#designonline_1 {
	position: relative;
	width:745px;
	height: 229px;
	text-align: left;
}

#designonline_2 {
	position: relative;
	width:745px;
	height: 471px;
	text-align: left;
}

#designonline_1 img, #designonline_2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#designonline_2_content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 715px;
}

#designonline_2_content p {
	font-size: 16px;
	line-height: 1.7em;
}

#designonline_2_content .left_cell {
	width: 385px !important;
}

#designonline_2_content h2 {
	font-size: 18px;
	margin: 9px;
}

#free_2 {
	text-align: left;
}

#free_2_content_right {
	background: url(/img/free/4.jpg) top left no-repeat;
	width: 391px;
	height: 720px;
	padding: 50px 0px 15px 0px;
	margin-left: 10px;
}

#free_2_content_right p {
	color: #FFFFFF;
	margin: 0px 15px;
	font-size: 11px;
	line-height: 1.3em;
}

#free_2_content_right ul {
	margin: 0px;
	padding: 0px;
	padding: 0px 15px;
	list-style-position: inside;
	font-size: 11px;
	line-height: 1.3em;
}

#free_2_content_right li {
	color: #FFFFFF;
	margin: 0px;
	font-size: 11px;
	line-height: 1.3em;
}

#free_2_content_right h3 {
	background: url(/img/free/tab.png) top left no-repeat;
	color: #F8A91B;
	display: block;
	padding: 4px 15px 4px 15px;
	margin: 12px 0px 8px 2px;
}

.new {
	font-weight: bold;
	color: yellow;
}

.dealerinfo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	width: 718px;
	height: 196px;
	padding: 5px 20px 10px 20px;
	background: url(/img/dealers/dealerinfoBG.jpg) top left no-repeat;
	text-align: left;
}

.dealerinfo a {
	text-decoration: underline;
	color: #FFFFFF;
}

.dealerinfo a:hover {
	color: #FFA500;
}

.dealerinfo h3 {
	font-size: 18px;
	margin-bottom: 0px;
}

.dealerinfo p {
	font-size: 12px;
	line-height: 1.4em;
}

#international_2 {
	width:715px;
	height: 289px;
	text-align: left;
	background: url(/img/international/2.jpg) top left no-repeat;
	padding: 20px 15px;
}

#international_2 h2 {
	font-size: 24px;
}

#international_2 p {
	font-size: 12px;
	line-height: 1.4em;
	width: 370px;
}

#privateshipping_2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 5px 20px 10px 20px;
	text-align: left;
}

#privateshipping_2 h3 {
	font-size: 18px;
}

#privateshipping_2 p {
	font-size: 16px;
	line-height: 1.4em;
}

#pricematching_2 {
	width: 745px;
	background: url(/img/freedelivery/2.jpg) top left no-repeat;
	margin: 12px auto;
}

#pricematching_2 {
	background: url(/img/pricematching/2.jpg) top left no-repeat;
}

#freedelivery_2 .table, #pricematching_2 .table {
	width: 732px;
}

#freedelivery_2 .td_left, #pricematching_2 .td_left {
	padding: 12px;
	width: 362px;
	vertical-align: top;
}

#pricematching_2 .td_left {
	width: 382px;
}

#freedelivery_2 .td_right, #pricematching_2 .td_right {
	width: 346px;
	padding: 12px;
	padding-top: 80px;
	vertical-align: top;
}

#freedelivery_2 .td_right {
	width: 316px;
	padding: 12px;
	padding-top: 24px;
	vertical-align: top;
}

#pricematching_2 .td_right {
	width: 326px;
}

#pricematching_2 .pm_footer {
	width: 745px;
	height: 20px;
	background: url(/img/freedelivery/2.jpg) bottom left no-repeat;
}

#samples_2 {
	width: 745px;
	background: url(/img/samples/2.jpg) top left no-repeat;
	margin: 12px auto;
}

#samples_2 .table {
	width: 732px;
}

#samples_2 .samples_left {
	padding: 12px;
	width: 372px;
	vertical-align: top;
}

#samples_2 .samples_right {
	width: 336px;
	padding: 12px;
	padding-top: 80px;
	vertical-align: top;
}

#samples_2 .samples_footer {
	width: 745px;
	height: 20px;
	background: url(/img/samples/2.jpg) bottom left no-repeat;
}

#news_div {
	float: left;
	width: 404px;
	background: #FFFFFF url(/img/home/top.jpg) top left no-repeat;
}

#news_contents {
	margin-top: 15px;
	min-height: 683px;
	background: transparent url(/img/home/bottom.jpg) bottom left no-repeat;
	padding: 15px;
	padding-top: 0;
	color: #FFFFFF;
	text-align: justify;
}

#new_contents p {
	font-size: 10px;
}

#new_contents h3 {
	margin: 5px 0px;
}

#news_contents hr {
	border-width: 2px 0px 0px 0px;
	border-color: #FFFF00;
	border-style: solid;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	font-size: 1px;
	width: 100%;
}

#badges_div {
	float: right;
	width: 170px;
}

.safety_green {
	margin-top: 0px;
	color: #5DFF00;
}

.footnote {
	color: #FFFF00;
	font-style: italic;	
}

.resubscribe {
	display: block;
}

.w270 {
	width: 270px;
}

.badge {
	display: block;
	width: 170px;
	height: 157px;
	margin-bottom: 10px;
}


.wsLoginBox {
	border: 1px solid #1F75CF;
	padding: 1px;
	margin: 0;
	margin-bottom: 10px;
}

.wsLoginBox h2 {
	font-size: 14px;
	margin: 10px 15px; 
}

.wsLoginBox h3 {
	background: white url(/img/ui/loginbarBG.png) -1px -1px no-repeat;
	padding: 4px 15px; 
	vertical-align: middle; 
	color: #FFFFFF;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.wsLoginBox p {
	margin: 10px 15px;
}

.wsLoginImg {
	display: block;
	margin: 10px;
	border: 1px solid #333333;
}


.multlist-wrapper, .multilist-wrapper {
	width:100%;
	float: left;
}

.multi-ol {
	width:75px;
	margin: 0 0 20px 0;
	padding-top: 0;
	float: left;
} 

.multi-ol li {
	float: left;
	clear: left;
}