@charset "utf-8";
/* CSS Document */

/*
Text: #333333;
Grey: #B5A797 or #AFA79F;
Teal: #00676C;
Green: #CBD300;
Green Text: #B4BD2E;
*/

@import url("reset.css");

html, body { margin: 0px; padding: 0px; min-width: 1000px; }

body { min-width: 1000px; font-family: Arial, Helvetica, sans-serif; font-size: 0.75em; line-height: 1.3em; color: #333333; background-position: center top; background-repeat: no-repeat;  }
#body_generic { background-image: url(images/header.png); }
#body_generic.homepage { background-image: url(images/header_home.png); }
#body_foryou { background-image: url(images/header_you.png); }
#body_forbiz { background-image: url(images/header_biz.png); }

p, form, table, ul, ol { margin-bottom: 14px; }
a { color: #333333; }
a:hover { color: #666666 !important; }
input, textarea { color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
sup, sub { font-size: 0.6em; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/*Homepage*/
.homepage .banner { display: none; }
.homepage .main { position: relative; background-image: none !important; }
.homepage .sidebar { position: absolute; z-index: 20; }
.homepage #sidebar_left { right: 40px; top: 40px; }
.homepage #sidebar_right { right: 210px; top: 177px; }
.homepage #sidebar_right div { display: none; }
.homepage #sidebar_right div#sidebar_search { display: block; }
.homepage .central { width: 100%; margin: 0px; }
.homepage #breadcrumb { display: none; }
.homepage #content_box { margin-top: 220px; }
#homepage_choices { height: 380px; }
#homepage_choices .choice { width: 500px; float: left; height: 380px; }
#homepage_choices a { display: block; width: 100%; height: 380px; text-decoration: none; }
#homepage_text { margin: 0px auto; width: 620px; }
#choice_foryou { background: url(images/home_choice_you.png) right top no-repeat; }
#choice_forbiz { background: url(images/home_choice_biz.png) left top no-repeat; }
#homepage_text { border-top: 1px solid #B5A797; padding: 15px 0px 40px 0px; margin-top: 30px; }

#wrapper { width: 1000px; margin: 0px auto; position: relative; overflow: hidden; }
.sidebar { width: 170px; overflow: hidden; float: left; }
.central { width: 620px; overflow: hidden; float: left; margin: 0px 20px; }
#header { position: absolute; top: 0px; left: 0px; width: 1000px; z-index: 1000; margin-top: 20px; }

.footer { font-size: 0.9em; background: url(images/footer.png) center top no-repeat; height: 120px; border-top: 6px solid #B5A797; margin-top: 15px; padding-top: 10px; }
#footer_foryou { border-top-color: #CBD300; }
#footer_forbiz { border-top-color: #00676C; }
#footer_content { width: 620px; margin: 0px auto; color: #B5A797; border-width: 0px 1px 0px 1px; border-style: solid; border-color: #f1eeeb; padding: 0px 20px; height: 80px; }
#footer_foryou #footer_content { border-color: #f3f5c3; }
#footer_forbiz #footer_content { border-color: #cee2e4; }

.main { width: 1000px; clear: both; overflow: hidden; background-position: center top; background-repeat: repeat-y; background-image: url(images/bg.png); }
#main_foryou { background-image: url(images/bg_you.png); }
#main_forbiz { background-image: url(images/bg_biz.png); }

.banner { height: 310px; overflow: hidden; }

ul, ol, li { line-height: 1.3em; }
li { background-position: left 2px; background-repeat: no-repeat; background-image: url(images/bullet.png); padding-left: 20px; }
ol li { background: none !important; list-style-type: decimal; margin-left: 20px; padding-left: 0px; }
#navigation { }
.sidebar li { margin-bottom: 2px; }
.sidebar li a, #header li a { text-decoration: none; display: block; }
.sidebar li a:hover { text-decoration: underline; }
.sidebar li br { display: none; }
#header ul li { float: left; position: relative; margin: 0px 15px; background-color: #FFFFFF; height: 20px; font-weight: bold; }
#header ul li ul { position: absolute; top: 20px; left: 0px; display: none; }
#header ul li ul li { font-weight: normal; width: 135px; clear: both; background-color: transparent; background-image: none; padding: 0px 0px 0px 15px; margin: 0px; height: inherit; }
#header ul li ul li a { display: block; padding: 4px 14px; background: url(images/bullet_small.png) 4px 8px no-repeat; background-color: #B5A797; }
#header ul li ul li a:hover { background-color: #333333 !important; color: #FFFFFF !important; background-image: url(images/bullet_small_over.png); }
#main_foryou li, li.menu_foryou  { background-image: url(images/bullet_you.png); }
#main_forbiz li, li.menu_forbiz  { background-image: url(images/bullet_biz.png); }
li.menu_foryou ul li a { background-color: #CBD300 !important; }
li.menu_forbiz ul li a { background-color: #00676C !important; color: #FFFFFF !important; background-image: url(images/bullet_small_over.png) !important; }

h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
h1 { font-size: 1.5em; margin-bottom: 20px; margin-top: 20px; }
h2 { font-size: 1.2em; margin-bottom: 10px; margin-top: 20px; }
h3 { font-size: 1.1em; margin-bottom: 10px; margin-top: 20px; }

.sidebar h2 { font-weight: bold; font-size: 1.20em; text-transform: uppercase; background-position: right top; background-repeat: no-repeat; background-image: url(images/module_header.png); color: #FFFFFF !important; padding: 5px 10px; width: 150px; margin-left: -10px; }
#main_foryou .sidebar h2 { background-image: url(images/module_header_you.png); /*color: #333333 !important;*/ }
#main_forbiz .sidebar h2 { background-image: url(images/module_header_biz.png); }
.sidebar div { border-bottom: solid 6px #B5A797; padding: 0px 10px 10px 10px; }
.sidebar div div { border-bottom-width: 0px; padding: 0px; }
#main_foryou .sidebar div { border-bottom-color: #CBD300; }
#main_forbiz .sidebar div { border-bottom-color: #00676C; }

#content_box { margin-top: 40px; }
#sidebar_contact { margin-top: 10px; border-bottom-width: 0px; background: url(images/enquiry.png) center center no-repeat; width: 150px; height: 150px; overflow: hidden; }
#sidebar_contact #email_button { margin-top: 85px; height: 30px; padding-right: 5px; }
#sidebar_contact #enquiry_button { height: 35px; padding-right: 5px; }
#sidebar_contact #email_button a { float: right; width: 105px; height: 100%; }
#sidebar_contact #enquiry_button a { float: right; width: 115px; height: 20px; }
#sidebar_contact a { background-color: #B5A797; display: none; text-decoration: none; }
#sidebar_search { margin-bottom: 40px; border-bottom-width: 0px; }

h1, h2, h3, h4, h5, h6/*, a, strong, b*/ { color: #B5A797; }
#main_foryou h1, #main_foryou h2, #main_foryou h3/*, #main_foryou a, #main_foryou strong, #main_foryou b*/ { color: #B4BD2E; }
#main_forbiz h1, #main_forbiz h2, #main_forbiz h3/*, #main_forbiz a, #main_forbiz strong, #main_forbiz b*/ { color: #00676C; }

/*Tables*/
table { width: 100%; }
table th, table td { text-align: left; }
.central table .row_odd td, .central table .row_odd th { background-color: #F7F7F5; }
#news table th, #news table td { width: 50%; }
.central table { border-width: 0 0 1px 1px; border-spacing: 0; border-collapse: collapse; border-style: solid; border-color: #F3F3F0; }
.central td, .central th { margin: 0; padding: 2px 6px; border-width: 1px 1px 0 0; border-style: solid; border-color: #F3F3F0; }
.layout_table, .layout_table td, .layout_table th { border: 0px none #FFFFFF !important; padding: 0px !important; background-color: transparent !important; }

/*Pay*/
#pay label { display: block; width: 120px; float: left; }
#pay input { width: 160px; }
#pay select { width: 120px; }
#pay #pay_submit { margin: 20px 0px 20px 120px; width: inherit; }

/*Editor*/
.editor .sidebar { overflow: scroll; }
.SC_Panel { background: #FFFFFF; }

/*Modules*/
#freemod img { margin-top: 20px; width: 150px; }
.mod1 { display: none; }
.sidebar table { width: 150px; }

/*breadcrumb*/
#breadcrumb { border-bottom: 1px solid #B5A797; }
#breadcrumb a { color: #B5A797; }
#main_foryou #breadcrumb { border-bottom-color: #CBD300; }
#main_forbiz #breadcrumb { border-bottom-color: #00676C; }
#breadcrumb, #sidebar_search { overflow: hidden; white-space: nowrap; width: 100%; }
#breadcrumb { height: 20px; padding-top: 10px; }

/*search*/
#sidebar_search { position: relative; padding: 0px; height: 30px; background: url(images/search_bg.png) left top no-repeat; }
#sidebar_search #search { width: 135px; position: absolute; left: 4px; top: 5px; border-width: 0px; height: 16px; }
#sidebar_search #search_button { width: 28px; height: 28px; position: absolute; right: 0px; top: 0px; cursor: pointer; border: 0px solid #FFFFFF; padding: 0px; background: url(images/search_go.png) left top no-repeat; }
#body_foryou #sidebar_search { background-image: url(images/search_bg_you.png); }
#body_forbiz #sidebar_search { background-image: url(images/search_bg_biz.png); }
#body_foryou #sidebar_search #search_button { background-image: url(images/search_go_you.png); }
#body_forbiz #sidebar_search #search_button { background-image: url(images/search_go_biz.png); }

/*subscribe*/
.mod3 #sidebar_search { margin-bottom: 0px; position: relative; background-image: url(images/subscribe_bg.png); }
#body_foryou .mod3 #sidebar_search { background-image: url(images/subscribe_bg_you.png); }
#body_forbiz .mod3 #sidebar_search { background-image: url(images/subscribe_bg_biz.png); }

/*contacts*/
#profiles_box small { font-size: 0.95em; line-height: 1.3em; }

/*quote*/
.get_quote h2 { display: none; }
.editor .get_quote h2 { display: block; }
.get_quote { margin-top: 20px; border-bottom-width: 0px !important; }
.get_quote span { display: none; }
.get_quote a { display: block; width: 100%; height: 150px; background-position: center center; background-repeat: no-repeat; text-decoration: none; }

.get_quote_1 { background-image: url(images/quote_1.png); }
#body_foryou .get_quote_1 { background-image: url(images/quote_1_you.png); }
#body_forbiz .get_quote_1 { background-image: url(images/quote_1_biz.png); }

.get_quote_2 { background-image: url(images/quote_2.png); }
#body_foryou .get_quote_2 { background-image: url(images/quote_2_you.png); }
#body_forbiz .get_quote_2 { background-image: url(images/quote_2_biz.png); }

.get_quote_3 { background-image: url(images/quote_3.png); }
#body_foryou .get_quote_3 { background-image: url(images/quote_3_you.png); }
#body_forbiz .get_quote_3 { background-image: url(images/quote_3_biz.png); }

.get_quote_4 { background-image: url(images/quote_4.png); }
#body_foryou .get_quote_4 { background-image: url(images/quote_4_you.png); }
#body_forbiz .get_quote_4 { background-image: url(images/quote_4_biz.png); }

.get_quote_5 { background-image: url(images/quote_5.png); }
#body_foryou .get_quote_5 { background-image: url(images/quote_5_you.png); }
#body_forbiz .get_quote_5 { background-image: url(images/quote_5_biz.png); }

.get_quote_6 { background-image: url(images/quote_6.png); }
#body_foryou .get_quote_6 { background-image: url(images/quote_6_you.png); }
#body_forbiz .get_quote_6 { background-image: url(images/quote_6_biz.png); }

.get_quote_7 { background-image: url(images/quote_7.png); }
#body_foryou .get_quote_7 { background-image: url(images/quote_7_you.png); }
#body_forbiz .get_quote_7 { background-image: url(images/quote_7_biz.png); }

.get_quote_8 { background-image: url(images/quote_8.png); }
#body_foryou .get_quote_8 { background-image: url(images/quote_8_you.png); }
#body_forbiz .get_quote_8 { background-image: url(images/quote_8_biz.png); }
