/*
Author: George Poulos, www.abovethemezzanine.com

[Table Of Contents]
0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer
*/

/* =0 Reset */

/* =1 Global */
body { background: #FFFFFF; color: #1E0027; font: 62.5%/1.25 Helvetica, Arial, sans-serif; }
#page-wrap { width: 940px; margin: 5px auto 0 auto; padding: 0; position: relative; overflow: hidden; }

p { font-size: 1.2em; padding: 5px 0 5px 0; }
.clearfix { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/* =2 Links */
a:link, a:visited { color: #1E0027; text-decoration: none; }
a:hover { color: #1E0027; text-decoration: underline; }
a:active { color: #1E0027; text-decoration: none; }

/* =3 Headings */
h1, h2, h3, h4, h5 { font-family: Georgia, serif; font-style: bold; }
h1 { font-size: 3.0em; margin: 0; }
h2 { font-size: 2.4em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

/* =4 Header */
#header { width: 940px; height: 140px; background: white url("http://www.candlewood.com.au/images/interface/main-header.png") no-repeat scroll 0 0; }
#home-link { height: 60px; left: 5; position: absolute; text-indent: -9999px; top: 40px; width: 425px; }

/* =5 Navigation */
#navbar { width: 940px; background: #FFFFFF; color: #1E0027; }
#menu, #menu ul { float: right; list-style: none; line-height: 1.5em; margin: 5px 0 5px 0; padding: 2px 0 0 0; }
#menu li { float: right; padding: 0; }
#menu a { display: block; color: #1E0027; font-size: 1.4em; text-decoration: none; text-transform: uppercase;  padding: 0px 11px 0px 12px; border-right: 1px solid #1E0027; }
#menu .active a { color: #CE7B0E; }
#menu .active a:hover { color: #CE7B0E; }
#menu .first a { padding-left: 9px; }
#menu .last a { border: none; }
#menu a:hover { color: #1E0027; text-decoration: underline; }

/* =6 Middle */
#content { background: #FFF; width: 940px; margin: 0 0 20px 0; padding: 0; position: relative; float: left; }
#feature, #main-content { background: #FFF; width: 940px; margin: 0; padding: 0; position: relative; float: left; }
#main-content { border-top: 1px solid #1E0027; padding: 20px 0 0 0 }
#main-content ol { list-style-type: decimal; margin: 5px 0 5px 30px; padding: 0; }
#main-content ol li { margin: 0; padding: 0; font-size: 1.2em; }
#main-content  p { padding: 0 0 0 6px; }
#main-content  h2 { margin: 0 0 10px 0; padding: 0 0 0 6px; }
#main-image { float: right; padding: 0 0 0 15px; }
#gallery-nav { width: 940px; position: relative; float: left; border-bottom: 1px solid #1E0027; margin: 0 0 20px 0; }
#gallery { width: 60px; position: relative; float: left; padding: 5px 0 5px 0; font-size: 1.2em; }
#nav, #nav ul { width: 880px; background: #FFFFFF; color: #1E0027; position: relative; float: left; list-style: none; line-height: 1.3em; margin: 0; padding: 5px 0 5px 0; }
#nav li { float: left; padding: 0; }
#nav a { display: block; color: #1E0027; font-size: 1.2em; text-decoration: none; text-transform: uppercase;  padding: 0px 11px 0px 12px; }
#nav .active a { color: #1E0027; }
#nav .first a { padding-left: 9px; }
#nav .last a { padding-left: 9px; border: none; }
#nav a:hover { color: #CE7B0E; text-decoration: none; }
#nav a.activeSlide { color: #CE7B0E; }
#nav a:focus { outline: none; }
#feature-name { width: 341px; padding: 0 0 0 9px; position: relative; float: left; }
#feature-name h1 { width: 341px; margin: 0 0 10px 0; border-bottom: 1px dashed #1E0027; text-align: center; }
/* CHANGE DOWNLOAD BUTTON, CLASS NOT IN CURRENT USE - CLIENT REQUEST */
/*
.pdf-download { text-indent: -9999px; }
.pdf-download a { background: transparent url("http://www.candlewood.com.au/images/interface/button-download-pdf.png") no-repeat 0 0; height: 37px; width: 173px; display: block; padding: 0;}
*/
#feature-description { width: 560px; padding: 0 10px 0 20px; position: relative; float: left; }
#download-pdf { margin-left: 0; padding-left: 0; list-style: none; }
#download-pdf li { height: 40px; padding: 8px 0 0 32px; background-image: url(http://www.candlewood.com.au/images/interface/down-arrow.png); background-repeat: no-repeat; background-position: 0 0.5em 0 0.5em; font-size: 1.2em; text-transform: uppercase; }

/* =8 Extra */
/* =9 Footer */
#footer { font-family: Georgia, serif; width: 940px; margin: 0 0 20px 0; background: #FFF; border-top: 1px solid #1E0027; }
#footer .site-info { margin: 5px 0 0 0; padding: 0 0 0 9px; }
#footer .site-info a { padding: 0 6px 0 6px; }
