/*!
 * main.css
 * Stylesheet for Kresta website - kresta.com.au
 */

/* Elements */

body { font-size: 12px; font-family: Arial, Helvetica, sans-serif; background: #fff url(../images/backgrounds/page.gif) 0 0 repeat-x; padding: 0; margin: 0; }
body.wise { background-position: 0 47px; }
div { padding: 0; margin: 0; }
h1 { border-bottom: 1px solid #ddd; color: #1e4064; font-size: 24px; font-weight: normal; margin: 8px 0 25px 0; letter-spacing: 1.5px; }
h2 { color: #1e4064; font-size: 18px; font-weight:normal; margin: 0 0 7px 0; line-height:24px; }
h3 { color: #a3a9c6; font-size: 16px; font-weight:normal; margin: 12px 0 0 0; }
h4 { font-size: 14px; font-weight: normal; margin: 17px 0 12px 10px; }
p { padding: 0; margin: 0 0 5px 0; line-height: 20px; }
ul, ol { line-height: 20px; padding: 0; margin: 7px 0 10px 50px; }
form { padding: 0; margin: 0; }
img { border:none; }
dt { color: #1e4064; font-size: 20px; font-weight:normal; margin: 0 0 7px 0; line-height:28px; }
dd { font-size: 12px; line-height: 25px; margin: 0 0 5px 0; padding: 0; }
a:link, a:visited { color: #1e4064; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

#main a { text-decoration: underline; }


/* Layout */

#container { width:1000px; margin: 0 auto; float:none; }
#header { height:110px; width: 1000px; }
#logo { width: 160px; height: 62px; margin: 8px 10px 0 0; float: left; }
#header-flash { width: 800px; height: 62px; margin: 8px 0 0 10px; float: right; }
#top-menu-container { height:30px; width: 1000px; margin-top: 6px; position: relative; z-index: 200; float: left; }
#page-holder { width: 1000px; margin-top: 15px; position: relative; z-index: 1; }
#side-banners { width: 190px; height: 500px; padding: 0 10px 5px 0; float: left; }
#side-banners img { padding: 5px 0 0 0; }
#main { width: 760px; }
body.single-column #main { width: 1000px; }
#hero { width: 800px; height: 250px; float: left; }
#content-top { background: #f1f1f1 url(../images/backgrounds/top_left.gif) no-repeat; height: 14px; width: 800px; float: left; }
#content-bottom { background: #f1f1f1 url(../images/backgrounds/bottom.gif) no-repeat; height: 14px; width: 800px; float: left; }
#content-holder { width: 800px; float: left; }
#content-main { width: 760px; background-color: #f1f1f1; padding: 0 20px 10px 20px; float: left; }
#custom-made-main { width:570px; padding: 10px 20px 10px 20px; float: left;  }
#features { width: 190px; padding: 0; font-size: 12px; font-weight: 500; float: right; }
#features ul, #features ol { line-height:20px; padding: 0 20px 0 10px; margin: 7px 0 10px 20px; list-style: square; }
#features p { padding: 0 20px 0 10px; }
#right-background { margin: 0; padding: 0; float: left; }
#footer-holder { width: 100%; height: 30px; background-color: #3c3c3d; color: #ccc; font-size: 9px; margin-top: 10px; text-align: center; float: left; }
#footer { width: 1000px; margin: 10px auto 5px auto; text-align: center; float: none; }
#footer-outer { width: 1000px; margin: 2em auto 0 auto; }
#footer-outer center { margin: 0 0 1em 0; }
#login-panel { display: inline; }
#disclaimer { width: 1000px; text-align: center; padding-bottom: 10px; }
#intro-text { background: #f1f1f1; padding: 20px; margin-bottom: 15px; }
#landing-page-content { padding: 0 35px; }

#map-container { width: 760px; height: 300px; float: none; margin-bottom: 10px; }
#map-all-container { width: 760px; height: 400px; float: none; margin-bottom: 10px; }
#map { width: 100%; height: 100%; }
#map-details { width: 275px; height: 90px; }

/* Menu */

#top-menu { display: inline-block; border-left: 1px solid #666; z-index: 199; }
#top-menu ul { display: inline; list-style: none; padding: 0; margin: 0; }
#top-menu ul li { display: block; list-style: none; float: left; padding: 0; margin: 0; position: relative; }
#top-menu ul li a { display: block; padding: 5px 25px; text-decoration: none; text-transform: uppercase; font-weight: bold; color: #fff; background-color: #3c3c3d; border-right: 1px solid #666; }
#top-menu ul li a:hover { color: #fff; background-color: #255592; }
#top-menu .sub-menu { display: none; position: absolute; top: 30px; left: 0; background-color: #666; border: none; padding-top: 10px; z-index: 198; }
#top-menu li:hover .sub-menu { display: block; }
#top-menu .sub-menu ul { display: block; background-color: #666; margin: 0; padding: 0 10px 20px 10px; }
#top-menu .sub-menu ul li { float: none; margin: 0; padding: 0; text-transform: none; color: #fff; }
#top-menu .sub-menu ul li.heading { margin-top: 1em; }
#top-menu .sub-menu ul li a { background-color: #666; color: #fff; text-decoration: none; font-weight: normal; border: none; padding: 0; text-transform: none; }
#top-menu .sub-menu ul li a:hover { text-decoration: underline; background-color: #666; }

#top-menu #sub-menu-custom-made { width: 440px; }
#top-menu #sub-menu-showrooms { width: 320px; }
#top-menu #sub-menu-how-to-measure { width: 180px; }
#top-menu #sub-menu-shareholders { width: 180px; }

#top-menu .sub-menu .sub-menu-column { float: left; }
#top-menu #sub-menu-custom-made .sub-menu-column { width: 220px; }
#top-menu #sub-menu-showrooms .sub-menu-column { width: 130px; }

#footer a:link, #footer a:visited { color: #ccc; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: none; }

/* Classes */

.holder { width:100%; }
.split2 { width:50%; float: left; }
.split3 { width:33%; }
.split4 { width:25%; }
.float-left { float:left; padding-right:10px; }
.float-right { float:right; padding-left:10px; }
.showroom-column { width: 200px; margin-right: 50px; float: left; }
.showroom-column ul, .showroom-column li { list-style: none; margin: 0; padding: 0; }
.fixed { width: 360px; height: 130px; }
.field { width: 50%; float: left; margin-bottom: 10px; height: 50px; }
.field-row { width: 100%; float: left; margin-bottom: 10px; }
.products-table input { float: left; }
.products-table span { display: block; padding-top: 3px; }
ul.products-list, ul.products-list li { display: block; list-style: none; margin: 0; padding: 0; }
.cta a { float: right; width: 150px; background: #000 url(../images/girl.png) right bottom no-repeat; display: block; padding: 20px 70px 20px 20px; color: #fff; text-decoration: none !important; font-size: 18px; margin: 0 0 15px 15px; }
.cta a:hover { background-color: #3c3c3c; }

/* Home Page */

body.index #content-main { padding: 0; background-color: transparent; float: left; }
body.index #content-top, body.index #content-bottom { display: none; float: left; }

/* Careers/Jobs Pages */

#tabs { margin-top: 20px; z-index: 1; }
#tabs ul { height: 40px; }
#breadcrumbs { margin-bottom: 1em; }
#state { padding: 10px 10px 10px 20px; margin-top: 15px; clear: both; }
#moreinfo { padding: 0 20px; clear: both; }

table.jobs { border: none; border-collapse: collapse; }
table.jobs td { padding-bottom: .5em; }

/* Captcha */

.captcha { margin: 25px 0 35px 0; }
ul.validation-messages { color: #c00; font-weight: bold; }

