
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general css */

body{
margin:0px;
padding:0px;
text-align:center;
background-color:#F4F4F4;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0872B0;
line-height:18px;
}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#0872B0;
font-weight:bold;
text-decoration:underline;
}

img{ border:0px; padding:0px 0px 0px 0px; }
a:hover{ text-decoration:underline; }
h1, h2, h3, h4, p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

p{ padding-bottom:10px; }

h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:28px;
line-height:26px;
color:#B395D3;
font-weight:bold;
text-decoration:none;
padding-bottom:15px;
}

h2{
font-family:Verdana, Arial, Times New Roman, Helvetica, sans-serif;
font-size:14px;
line-height:14px;
color:#0872B0;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
padding-top:5px;
padding-bottom:5px;
}

h3{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
line-height:14px;
color:#B395D3;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}


ul{ padding:0px 0px 10px 20px; margin:0px 0px 0px 0px; }
ul li{}

#page{ width:895px; margin:0px auto; text-align:left; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header css */

#header{ 
width:895px;
height:340px;
background-image:url(/images/bg_header_895x253.jpg);
background-repeat:no-repeat;
background-position:left bottom;
position:relative; 
}

#header .logo{ position:absolute; top:21px; left:32px; }
#header .latex{ position:absolute; top:230px; left:26px; }
#header .memory{ position:absolute; top:230px; left:148px; }
#header .mattress{ position:absolute; top:230px; left:310px; }
#header .beds{ position:absolute; top:230px; left:497px; }
#header .store{ position:absolute; top:269px; left:500px; }
#header .about{ position:absolute; top:305px; left:500px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#top-nav{ position:absolute; top:47px; left:650px; color:#000000; }

#top-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:12px;
font-weight:normal;
color:#000000;
text-decoration:none;
padding:0px 5px;
}

#top-nav a:hover{ text-decoration:underline; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#header-nav{ position:absolute; top:178px; left:110px; color:#394683; }

#header-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:11px;
font-weight:normal;
color:#F5F4F2;
text-decoration:none;
text-transform:uppercase;
padding:0px 5px;
}

#header-nav a:hover{ text-decoration:underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ middle css */

#middle{ width:895px; }

#middle .middle-wrapper{ 
padding:20px 0px 40px 0px; 
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ left css */

#left{ width:232px; float:left; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ left-nav css */

#left-nav{
width:226px;
background-image:url(/images/left_bg_226x2.gif);
background-repeat:repeat-y;
background-position:left top;
}

#left-nav ul{ 
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
list-style-type:none;
display:block;
}

#left-nav ul li{
height:auto;
padding:3px 0px 3px 18px;
border-bottom:1px solid #DBDAD5;
}
 
#left-nav ul li a{
color:#B397D4;
font-weight:bold;
font-size:15px;
line-height:15px;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-decoration:none;
}

#left-nav ul li ul{ 
border-top:1px solid #DBDAD5;
padding:8px 0px 8px 10px;
}

#left-nav ul li ul li{
height:auto;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:none !important;
line-height:12px;
}
 
#left-nav ul li ul li a{
color:#040C3B;
font-weight:bold;
font-size:11px;
line-height:12px;
font-family:Arial, Verdana, Helvetica, sans-serif;
text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content css */

#content{ 
width:663px;
float:left; 
}

#content .content-wrapper{ 
padding:30px 50px 0px 30px; 
}

#content .white-box{ 
width:663px;
background-image:url(/images/content_bg_663x3.gif);
background-repeat:repeat-y;
background-position:left top;
}

#content .image{ 
float:left; 
margin-right:10px; 
margin-bottom:10px; 
}

#content .line{ 
width:100%;
height:1px;
border-bottom:1px dashed #0872B0;
}

#content .snippets{ 
width:260px;
padding-top:30px; 
padding-right:20px; 
float:left; 
}

#content .snippets p{ 
color:#8E9295;
font-size:12px;
line-height:12px;
}

#content .saveup{ 
padding-top:30px; 
}

#content table{ padding:0px 0px 10px 0px; margin:0px 0px 0px 0px; }
#content table tr td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0872B0;
line-height:18px;
padding:4px;
border-bottom:1px dashed #010E3B;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#content-nav{ 
width:663px; 
padding:10px 0px;
}

#content-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:11px;
font-weight:bold;
color:#070D41;
text-transform:lovercase;
text-decoration:underline;
padding:10px 15px;
}

#content-nav a:hover{ text-decoration:underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer css */

#page-footer{ height:60px; border-top:1px solid #6C6C6C; position:relative; }

#page-footer .copy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0E0E0E;
font-weight:bold;
text-decoration:none;
position:absolute;
top:8px;
left:15px;
}

#page-footer .comment{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#555;
font-weight:normal;
text-decoration:none;
position:absolute;
top:30px;
left:405px;
}

#page-footer .footer-nav{ position:absolute; top:8px; left:300px; }

#page-footer .footer-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#0E0E0E;
text-decoration:none;
padding:0px 5px;
}

#page-footer .footer-nav a:hover{ text-decoration:underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear stylesheet */

.magic{ clear:both; }
.clrlft{ clear:left; }
.clrrt{ clear:right; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ company-lead-form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#contact-form{ margin-left:20px; padding-bottom:20px; padding-top:20px; } 
#contact-form #company-lead-form{}
#contact-form #company-lead-form p{color:#FF0000;}
#contact-form #company-lead-form table{border:0px; margin:0px;}
#contact-form #company-lead-form table tr td{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; color:#272A31; padding:2px; line-height:15px; border:none !important;}
#contact-form #company-lead-form table tr td h3{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; color:#000000; padding:6px; line-height:15px; border:none !important; background-color:#E3E3E3; margin:5px 0px;}
#contact-form #company-lead-form table tr .column1{ text-align:left; padding-left:10px; width:180px; line-height:14px; }
#contact-form #company-lead-form table tr .column2{ text-indent:5px; } 
#contact-form #company-lead-form table tr .column1-error{ text-align:right; color:#FF0000; }
#contact-form #company-lead-form table tr td input, #contact-form #company-lead-form table tr td select, #contact-form #company-lead-form table tr td textarea{ font-family:Verdana,Arial, Helvetica, sans-serif; font-size:12px;  font-weight:normal; text-decoration:none; color:#000;  border:1px solid #333; width:250px; height:22px; background-color:#fff !important; margin-bottom:5px;}
#contact-form #company-lead-form table tr td .phone1, #contact-form #company-lead-form table tr td .phone2, #contact-form #company-lead-form table tr td .phone3{ width:74px !important; }
#contact-form #company-lead-form table tr td select{}
#contact-form #company-lead-form table tr td textarea{ height:120px !important; }
#contact-form #company-lead-form table tr td .submitbutton{ width:auto; height:auto; border:none; }

#contact-form #company-lead-form table tr td .applicants-dob-month { width:110px !important; }
#contact-form #company-lead-form table tr td .applicants-dob-day { width:60px !important; }
#contact-form #company-lead-form table tr td .applicants-dob-year { width:70px !important; }

#contact-form #company-lead-form table tr td .co-applicants-dob-month { width:110px !important; }
#contact-form #company-lead-form table tr td .co-applicants-dob-day { width:60px !important; }
#contact-form #company-lead-form table tr td .co-applicants-dob-year { width:70px !important; }
#contact-form #company-lead-form table tr td .chk-visa-master-card, #contact-form #company-lead-form table tr td .chk-discover, #contact-form #company-lead-form table tr td .chk-amex, #contact-form #company-lead-form table tr td .chk-bank-checking, #contact-form #company-lead-form table tr td .chk-bank-savings { width:auto !important; height:auto !important;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ google search */

#google-search{ margin:0; width:100%; font-size:12px; }
#google-search .google-search-wrapper{ padding:10px 0px 10px 5px; }
#google-search form{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#google-search table tr td{ font-size:11px; }
#google-search table tr td.google-title{ font-size:12px; font-weight:bold; padding:0px 0px 5px 0px; }
.google_input{ border:1px solid #375B75; width:120px; height:18px; font-size:9px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trafficz search */

#trafficz-search-holder{ position:absolute; top:117px; left:50px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search{width:100%; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search .trafficz-search-wrapper{ padding:0px 0px 0px 0px; }
#trafficz-search form{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search table{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search table tr td{ font-size:11px; text-align;right; padding:2px;}
#trafficz-search table tr .input{ 
width:600px; height:30px; 
font-family:Arial, Verdana, Arial Narrow, Helvetica, Sans-serif, Times New Roman;
font-size:18px;
color:#5E6C75;
font-weight:normal;
text-decoration:none;
line-height:18px;
text-indent:10px;
border:1px solid #666;
}
#trafficz-search table tr .submit{ width:77px; height:30px; padding:0px 0px 0px 0px;}

/* ~~~~~~~~~~~~~~~~~~ traficZ css ~~~~~~~~~~~~~~~~~~~ */

#results{ width:600px }
#paid{ padding:0px 0px 0px 0px; }
#sponsored_links{ 
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:28px;
line-height:26px;
color:#B395D3;
font-weight:bold;
text-decoration:none;
padding:0px 0px 20px 0px;
margin:0px 0px 0px 0px;
}
#results #sponsored_links{}
#results table tr td{ border:none !important; }
#results table tr .result_row, #results table tr .result_row_alt{ padding:0px 0px 10px 0px; }
#results table tr td .results_full_width_link{}
#results table tr td .results_full_width_link a{ font-size:11px; font-weight:bold; color:#3E4742; text-decoration:underline; }
#results table tr td .result_href{}
#results table tr td .result_href a{ font-size:11px; font-weight:normal; color:#3E4742; text-decoration:none; }
#results table tr td .results_url_full_width_link{}
#results table tr td .results_url_full_width_link a{ font-size:11px; font-weight:normal; color:#3E4742; text-decoration:none; }
#results #suggestions{ display:none !important; }
#results #nav_links, #results #nav_links a{ font-size:12px; font-weight:bold; color:#3E4742; text-decoration:underline; }


/* ~~~~~~~~~~~~~~~~~~ stores css ~~~~~~~~~~~~~~~~~~~ */

#stores{}
#stores .left{ float:left; width:300px; }
#stores .right{ float:left; width:150px; padding-top:10px; }
#stores .line{
width:100%;
height:1px;
border-bottom:1px dashed #0872B0;
clear:both;
padding:10px 0px 0px 0px;
margin:0px 0px 5px 0px;
}

