/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* Defaults */
img { border: 0; }
a { text-decoration: none; }
p { margin-bottom: 12px; line-height: 18px; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; height: 1px; }
.error { background-color: #C11B22; padding: 5px; color: #fff; margin-bottom: 10px; }
.success { background-color: #6EB927; padding: 5px; color: #fff; margin-bottom: 10px; }

/* Body */
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }

/* Notice */
#notice { position: fixed; top: 0; left: 0; display: none; z-index: 200; width: 100%; height: 45px; background: url(../img/notice-bg.png) repeat-x; }
#notice .text { width: 100%; height: 35px; float: left; text-align: center; background: url(../img/notice-warning.jpg) top center no-repeat; }
#notice .text p { margin: 10px 0 15px 0; font-size: 16px; color: #363636; font-weight: bold; }
#notice .text a { color: #fff; font-size: 12px; font-weight: normal; margin-left: 10px; }
#notice .text a:hover { color: #363636; }

/* Container */
#container { width: 900px; margin: 0 auto; padding-top: 40px; }

/* Header */
#header { width: 900px; overflow: hidden; }
#header .left { float: left; width: 110px; }

#header .logo { float: left; width: 90px; height: 90px; background: url(../img/logo.jpg) no-repeat; margin: 20px 0 0 20px; }
#header .logo span { display: none; }

#header .right { float: right; }
#header .right h2 { float: right; color: #f5a200; font-size: 18px; margin: 20px 20px 0 0; font-weight: normal; }
#header .right ul { clear: right; list-style: none; padding-top: 30px; overflow: hidden;  }
#header .right ul li { float: left; height: 31px; margin-left: 10px; background: url(../img/nav-bar.jpg) no-repeat; padding: 0 20px 0 10px; font-size: 12px; }
#header .right ul li a { color: #373737; display: block; }
#header .right ul li a:hover { color: #f5a200; display: block; }
#header .right ul li a.selected { color: #f5a200; }
#header .right ul li ul { position: absolute; left: -999em; padding: 0; margin: 0; }
#header .right ul li ul li { float: none; height: 18px; margin: 10px 0 0 0; }
#header .right ul li:hover ul, #header .right ul li.sfhover ul { left: auto; margin-left: -10px; }

/* Contents */
#contents { width: 900px; margin-top: 30px; }
#contents h1 { color: #007576; font-size: 28px; font-weight: normal; margin-bottom: 10px; }
#contents p { color: #373737; }
#contents p.first { color: #007576; font-weight: bold; }
#contents p.plan-text { font-size: 11px; margin-left: 20px; }

#contents .left { float: left; width: 300px; margin-left: 20px; }
#contents .left p { color: #373737; font-size: 13px; }
#contents .left a { color: #007576; }
#contents .left a:hover { color: #f5a200; }

#contents .right { float: left; width: 460px; margin-left: 30px; padding-bottom: 20px; }
#contents .right a { color: #007576; }
#contents .right a:hover { color: #f5a200; }
#contents .right ul { list-style: none; margin-bottom: 12px; }
#contents .right ul li { background: url(../img/bullet.jpg) 0 5px no-repeat; padding: 0 0 5px 15px; color: #373737; }

#contents:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* Home */
body.home #contents .left { float: left; width: 450px; margin-left: 20px; }
body.home #contents .left a { color: #007576; }
body.home #contents .left a:hover { color: #f5a200; }
body.home #contents .right { float: right; width: 389px; height: 372px; background: url(../img/danger.png) bottom left no-repeat; margin: 0 0 -20px 0; padding: 0 10px 0 0; }

/* Accordion */
#accordion { padding-bottom: 10px; }
#accordion h3 { font-size: 14px; padding: 5px 0 5px 0; outline: none; font-weight: normal; border-bottom: 1px solid #ddd; }
#accordion h3 a { outline: none; }
#accordion div { padding: 5px 40px 5px 0; }
#accordion .arrow-down { float: right; width: 14px; height: 7px; background: url(../img/arrow-down.jpg) no-repeat; }
#accordion .arrow-right { float: right; width: 7px; height: 14px; background: url(../img/arrow-right.jpg) no-repeat; }

/* Plan table */
table.plan { clear: both; table-layout: fixed; margin-left: 20px; }
table.plan tr.top { background-color: #383737; color: #f8b940; }
table.plan tr.head { background-color: #5f5e5e; color: #fff; }
table.plan tr.light { background-color: #f9f9f9; color: #383737; }
table.plan tr.dark { background-color: #e5e5e5; color: #383737; }
table.plan td { padding: 5px; vertical-align: top; }

/* Downloads */
#contents .right ul.downloads { padding: 0; margin: 0; }
#contents .right ul.downloads li { background: url(../img/pdf.jpg) center right no-repeat; padding: 5px 0 5px 0; margin: 0; border-bottom: 1px solid #ddd; }
#contents .right ul.downloads li a { font-size: 14px; }

/* Calculate the cost of your plan form */
#contents .right .calculate { width: 530px; }
#contents .right .calculate .top { background-color: #383737; color: #f5a200; padding: 10px; }
#contents .right .calculate .left { float: left; margin: 0; padding: 0; width: 380px; }
#contents .right .calculate .right { float: right; margin: 0; padding: 0; width: 110px; }
#contents .right .calculate hr { clear: both; background-color: #7f7d7d; color: #7f7d7d; height: 1px; margin: 20px 0 20px 0; border: 0; }
#contents .right .calculate a { color: #f5a200; outline: none; }

#contents .right .calculate form { background-color: #6e6e6e; padding: 10px; color: #fff; }
#contents .right .calculate form img { margin-left: 5px; }
#contents .right .calculate form p { color: #fff; clear: both; height: 18px; }
#contents .right .calculate form p.buttons { padding: 10px 25px 0 0; text-align: right; }
#contents .right .calculate form input.text { width: 80px; background-color: #828282; border: 1px solid #6e6e6e; color: #fff; }
#contents .right .calculate form input.small { width: 50px; background-color: #828282; border: 1px solid #6e6e6e; color: #fff; }
#contents .right .calculate form select { background-color: #828282; border: 1px solid #6e6e6e; color: #fff; float: right; margin-right: 25px; }
#contents .right .calculate form input.submit { padding: 2px; width: 80px; margin-right: 5px; background-color: #828282; border: 1px solid #6e6e6e; color: #fff; }

/* http://robmaurizi.com/blog/2009/02/customizing-form-fields-with-css-and-jquery/ */
#contents .right .calculate form input.checkbox { position: relative; left: -999em; padding: 0; margin: 0; }
#contents .right .calculate form label { height: 19px; width: 25px; float: left; background: url(../img/tick_off.gif) no-repeat; margin-right: 5px; cursor: pointer; cursor: hand; }
#contents .right .calculate form label.checked { background: url(../img/tick_on.gif) no-repeat; }

#contents .right .calculate .results { display: none; background: #f5b640 url(../img/results.jpg) repeat-x; padding: 10px; color: #373737; font-size: 14px; margin-bottom: 10px; height: 220px; }
#contents .right .calculate .results span { color: #007576; font-size: 18px; margin-left: 5px; }
#contents .right .calculate .results p { color: #373737; font-size: 12px; padding-top: 8px; }
#contents .right .calculate .results a { color: #007576; }
#contents .right .calculate .results hr { background-color: #fcd07d; color: #fcd07d; height: 1px; margin: 10px 0 10px 0; padding: 0; border: 0; }

/* Tooltip */
#tooltip { position: absolute; z-index: 150; border: 1px solid #f2d2a1; width: 350px; }
#tooltip .title { background-color: #3a3837; color: #fff; padding: 8px; height: 17px; font-weight: bold; }
#tooltip .title span { float: left; }
#tooltip .title img { float: right; width: 16px; }
#tooltip .content { clear: both; background-color: #f9a11d; color: #383737; padding: 8px; }

/* Contact form */
form.contact { width: 400px; }
form.contact p { margin: 0.8em; clear: both; color: #b9b9b9; }
form.contact label { float: left; width: 120px; }
form.contact input.text { border: 1px solid #c5c5c5; width: 230px; }
form.contact input.small { border: 1px solid #c5c5c5; width: 50px; }
form.contact input.required { border: 1px solid #ff0000; }
form.contact input.hide { display: none; }
form.contact textarea { border: 1px solid #c5c5c5; width: 230px; height: 60px; }

/* Footer */
#footer { clear: both; width: 900px; background-color: #2e2e2e; }

#footer .left { float: left; margin: 30px 0 0 20px; width: 300px; background: url(../img/footer-bar.png) top right no-repeat; padding-right: 20px; }
#footer .left h3 { color: #f5a200; font-size: 17px; margin-bottom: 10px; font-weight: normal; }
#footer .left p { color: #b9b9b9; }

#footer .left .results { display: none; background: #f5b640 url(../img/results.jpg) repeat-x; padding: 10px; color: #373737; font-size: 14px; }
#footer .left .results span { color: #007576; font-size: 18px; }
#footer .left .results p { margin: 10px 0 0 0; color: #373737; font-size: 12px; }
#footer .left .results a { color: #007576; }

#footer .left form { margin-top: 20px; }
#footer .left form p { color: #f5a200; font-weight: bold; clear: both; }
#footer .left form label { float: left; width: 180px; }
#footer .left form input { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
#footer .left form input.text { border: 1px solid #3d3d3d; background-color: #4f4f4f; width: 110px; color: #b9b9b9; }
#footer .left form input.submit { border: 0; background-color: #4f4f4f; width: 55px; color: #fff; font-size: 13px; }

#footer .right { float: left; margin: 30px 0 0 20px; }

#footer .right .box { float: left; width: 250px; margin-right: 20px; color: #b9b9b9; }
#footer .right .box h3 { color: #007576; font-size: 17px; margin-bottom: 10px; font-weight: normal; }
#footer .right .box ul { width: 200px; margin-left: 20px; }
#footer .right .box ul li { color: #b9b9b9; margin-bottom: 5px; font-size: 12px; }
#footer .right .box p.note { color: #b9b9b9; margin-top: 15px; font-size: 11px; }
#footer .right .box p.note span { color: #007576; }
#footer .right .box a { color: #007576; }
#footer .right .box a:hover { color: #f5a200; }

#footer .bottom { clear: both; height: 75px; width: 900px; background-color: #2e2e2e; }
#footer .bottom .westfield { float: left; background-image: none; }
#footer .bottom .westfield img { margin-left: 20px; }
#footer .bottom .text { float: left; margin: 30px 0 0 100px; color: #7d7d7d; font-size: 11px; }
#footer .bottom .text span { margin: 0 5px 0 0; }
#footer .bottom .text a { color: #7d7d7d; margin: 0 5px 0 5px; }
#footer .bottom .text a:hover { color: #f5a200; }
#footer .bottom .cones { float: right; position: relative; }
#footer .bottom .cones img { margin: -40px 10px 0 0; }

/*  Footer links */
.footer-links { clear: both; padding: 10px 0 20px 0; width: 900px; color: #000; font-size: 11px; }
.footer-links a { color: #000; }
.footer-links a:hover { color: #f5a200; }
