/*	
Theme Name: Beaufloors
Version: 1.0
Author: Perth Web Design
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif, Helvetica;
    background: #fff url(images/bg.jpg) top left repeat-y;
    color: #333;
    margin: 0px;
}

p {
    margin: 10px 0px 10px 0px;
	line-height: 18px;
}

a {
    color: #6c2840;
    text-decoration: none;
}

a:hover {
    color: #e78c2b;
    text-decoration: none;
}

img {
    border: 0px;
}

h2 {
    font-weight: lighter;
    font-size: 20px;
    color: #5d5d5d;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3 {
    font-weight: lighter;
    margin: 10px 0px;
    font-size: 17px;
    color: #e78c2b;
}

hr {
    margin-bottom: 10px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

.clear {
    clear: both;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0px;
}

.alignright {
    float: right;
    margin: 5px 0px 5px 10px;
}

.maroon {
    color: #6c2840;
}

.yellow {
    color: #e78c2b;
}

.uppercase {
    text-transform: uppercase;
}

.largefont {
	font-size: 25px !important;
}

/*/////////////////////////////////////////////////////////////////////////////
	Layout
/////////////////////////////////////////////////////////////////////////////*/

#container {
    position: relative;
    width: 980px;
	min-height: 0px;
	padding-bottom: 15px;
}

#leftcol {
    position: relative;
    float: left;
    width: 270px;
    min-height: 961px;
	border-top: 6px solid #6c2840;
}

#slideshow {
    position: absolute;
    height: 890px;
    width: 270px;
	z-index: 8;
}

#logo a {
    position: absolute;
    width: 147px;
    height: 100px;
    top: 10px;
    left: 61px;
    display:block;
    background: url(images/logo.png) no-repeat;
    text-indent: -99999em;
	z-index: 17;
}

#rightcol {
    position: relative;
    float: right;
    width: 710px;
    min-height: 967px;
	background: #fff url(images/rightcolbg.gif) repeat-x;
}


#primary_navigation {
    position: relative;
    height: 119px;
    width: 709px;
	margin-bottom: 28px;
	z-index: 15;
	border-bottom: 1px solid #e4d8dc;
}

#s3slider {
    position: relative;
    width: 680px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
	margin-left: 30px;
    position: relative; /* important */
    overflow: hidden; /* important */
	z-index: 8;
	margin-bottom: 37px;
}

#contentheaders {
    position: relative;
    width: 680px;
	z-index: 8;
	margin: 0px 0px 9px 30px;
}

#welcometo {
    position: relative;
    float: left;
    width: 430px;
	padding-right: 45px;
    height: 29px;

}

#homecontactdetails {
    position: relative;
    float: right;
    width: 205px;
    height: 29px;

}

#content {
    position: relative;
    width: 680px;
	z-index: 8;
	margin-left: 30px;
	background: url(images/spacer.gif) repeat-x;
	border-bottom: 1px solid #e4d8dc;
	padding: 25px 0px;
	margin-bottom: 22px;
}

#contentleftcol {
    position: relative;
    float: left;
    width: 430px;
	padding-right: 45px;
    min-height: 150px;

}

#contentrightcol {
    position: relative;
    float: right;
    width: 205px;
    min-height: 150px;

}

#pagecontent {
    position: relative;
    width: 680px;
	z-index: 8;
	margin-left: 30px;
	background: url(images/spacer.gif) repeat-x;
	padding: 25px 0px;
}

#pageleftcol {
    position: relative;
    float: left;
    width: 460px;
    min-height: 500px;

}

#pagerightcol {
    position: relative;
    float: right;
    width: 200px;
    min-height: 500px;

}

#contactdetails {
    position: relative;
    width: 200px;
    min-height: 50px;
	margin-bottom: 15px;
}

#contentblock {
    position: relative;
    width: 200px;
    min-height: 50px;
}

#slidercontent {
    position: absolute;
    height: 120px;
    width: 680px;
	z-index: 8;
	margin-left: 30px;
}

#footercontainer {
    position: relative;
    width: 980px;
    height: 42px;
}

#footer {
    position: relative;
    width: 980px;
    height: 27px;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Left Slideshow
/////////////////////////////////////////////////////////////////////////////*/

#slideshow IMG {
    position: absolute;
    left: 0px;
    opacity: 0.0;
    padding: 0px;
	background: none;
    border: 0px;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

/*/////////////////////////////////////////////////////////////////////////////
	Navigation
/////////////////////////////////////////////////////////////////////////////*/

#primary_navigation li {
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
}

#primary_navigation li a {
    padding: 87px 12px 10px 12px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #6c2840;
    text-decoration:none;
	border-top: 6px solid #6c2840;
	border-left: 1px solid #e4d8dc;
}

#homeborder {
	border-left: none !important;
	padding-left: 29px !important;
}

#primary_navigation a:hover {
	color:#e78c2b;
	border-top: 6px solid #e78c2b;
}

#primary_navigation .current_page_item a {
	color:#e78c2b;
	border-top: 6px solid #e78c2b;
}

/*--second level------------------------------------------*/

#primary_navigation :hover > a, #primary_navigation ul ul :hover > a {
	color:#e78c2b;
	border-top: 6px solid #e78c2b;
}

#primary_navigation ul ul :hover > a, #primary_navigation ul ul ul :hover > a {
	color:#e78c2b;
}

#primary_navigation ul li ul li {
    background: none !important;
}

#primary_navigation ul li ul {
    position: absolute;
    width: 184px;
	min-height: 0px;
    left: 0px;
    visibility: hidden;
    background: url(images/submenu.png) repeat !important;
	border: 1px solid #e4d8dc;
	border-top: none !important;
}

#primary_navigation ul ul li a {
    width: 170px;
    padding: 7px 4px 7px 10px;
	border-bottom: 0px;
    color: #6c2840;
    font-size: 14px;
    line-height: 14px;
	border-top: 1px solid #e4d8dc !important;
	border-left: none !important;
}

#primary_navigation ul ul a:hover {
	color: #e78c2b;
}

#primary_navigation ul ul .current_page_item a {
	color: #e78c2b;
}

#primary_navigation ul ul .current_page_item ul li a {
    color: #6c2840;
}

#primary_navigation ul ul .current_page_item a:hover {
	color: #e78c2b;
}

/*--third level-------------------------------------------*/

#primary_navigation ul ul ul {
    width: 184px;
    background: url(images/submenu.png) repeat !important;
    top: 0px;
    left: 184px;
	min-height: 0px;
	border: 1px solid #e4d8dc;
	border-top: none !important;
	
}

#primary_navigation ul ul ul li a {
    width: 170px;
    padding: 7px 4px 7px 10px;
	font-size: 14px;
    line-height: 14px;
    color: #6c2840;
	border-top: 1px solid #e4d8dc !important;
	border-left: none !important;
}

#primary_navigation ul ul ul a:hover {
	color: #e78c2b;
}

#primary_navigation ul ul ul .current_page_item a {
	color: #e78c2b;
}

/*--show second level on first level hover----------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
    visibility: visible;
}

/*--hide third level on second level hover----------------*/
#primary_navigation ul :hover ul ul {
    visibility: hidden;
}

/*--show third level on second level hover----------------*/
#primary_navigation ul :hover ul :hover ul {
    visibility: visible;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Right Slideshow
/////////////////////////////////////////////////////////////////////////////*/

#s3slider ul {
   left: 0px !important;
    list-style: none !important;
   margin: 0px !important;
}

#s3slider ul li {
   margin: 0px !important;
}

#s3sliderContent {
   width: 680px; /* important to be same as image width or wider */
       height: 340px;
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 660px;
   height: 55px;
   padding: 10px;
   background:url(images/quotebg.jpg);
   color: #fff;
   display: none; /* important */
   bottom: 0;
}

.bottom strong {
    font-weight: normal;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Content
/////////////////////////////////////////////////////////////////////////////*/

#contentleftcol {
    margin-top: 0px !important;
}

#content ul, ol {
    position: relative;
    margin: 10px 0px;
    left: 40px;
}

#pagecontent ul, ol {
    position: relative;
    margin: 10px 0px;
    left: 40px;
}

#content ul li, #pagecontent ul li {
    list-style: url(images/list.png);
    margin-bottom: 5px;
}

.searchnavigation {
    position: relative;
    width: 585px;
	margin-bottom: 10px;
}

.searchtermarea {
    position: relative;
    width: 585px;
}

.readmore {
	color:#fff;
	font-weight:bold;
	background:#00b0ca;
	padding:5px;
	text-shadow: 0px 0px 21px #000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	line-height: 30px;
}

.readmore:hover {
	color:#fff;
	background:#478547;
}

/*--Tables----------------*/

#content table, #pagecontent table {
    margin: 10px 0px;
}

#content th, #pagecontent th {
    background: #6c2840;
    color:#fff;
    padding: 5px;
}

#content tr, #pagecontent tr  {
    background: #e4d8dc;
}

#content tr:hover, #pagecontent tr:hover  {
    background: #fac994;
}

#content td, #pagecontent td {
    padding: 5px;
    vertical-align: top;
}

#contentrightcol table {
    margin: 0px;
}

#contentrightcol tr {
    background: none !important;
}

#contentrightcol tr:hover  {
    background: none !important;
}

#contentrightcol td {
	padding: 2px !important;
}

#contentrightcol td strong {
    font-size: 16px;
    line-height: 16px;
}

#contactdetails tr {
    background: none !important;
}

#contactdetails tr:hover  {
    background: none !important;
}

#contactdetails td {
	padding: 2px !important;
}

#contactdetails td strong {
    font-size: 16px;
    line-height: 16px;
}

/*--Contact Form Formatting----------------*/

#contactform tr  {
    background: none !important;
}

#contactform td {
    vertical-align: top;
    padding: 5px;
}

textarea  {
    font-size: 11px;
    color: #898a8d;
    border: 1px solid #6c2840;
    font-family: Arial, Helvetica, sans-serif;
    height: 70px;
}

input {
    font-size: 11px;
    color: #898a8d;
    border: 1px solid #6c2840;
	width: 175px;
}

.contactformbutton {
    background: #6c2840;
    color: #fff !important;
    border: none;
	width: 50px !important;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Slider
/////////////////////////////////////////////////////////////////////////////*/

#slider {
    margin: 0px 0px 0px 34px !important;
    width:616px;
}


#slider ul, #slider li {
    margin:0;
    padding:0;
    list-style:none;
}

#slider li { 
    width:624px;
    height:91px;
    overflow:hidden; 
}

#slider1next, #slider1prev { 
    display:block;
    width:24px;
    height:28px;
    position:absolute;
    left:0px;
    top:83px;
    z-index:14;
	display: block;
	text-indent: -999999em;
}	

#slider1next { 
    left:658px;
}														

#slider1next a, #slider1prev a {  
    display:block;
    position:relative;
    width:28px;
    height:28px;
    background:url(images/btn_prev.gif) no-repeat;	
}	

#nextBtn a, #slider1next a { 
    background:url(images/btn_next.gif) no-repeat;	
}

#slider li img { 
    margin-right: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Footer
/////////////////////////////////////////////////////////////////////////////*/

#copyright {
    position: absolute;
	top: 0px;
	width: 680px;
	background: url(images/spacer.gif) repeat-x;
    left: 300px;
    color: #b4939f;
	font-size: 12px;
	line-height: 15px;
	padding-top: 7px;
        text-align: center;
}

#copyright a {
    color: #b4939f;
    text-decoration: none;
}

#copyright a:hover {
    color: #6a273f;
    text-decoration: none;
}

#pwdlogo {
    position: absolute;
    width: 114px;
    height: 27px;
    left: 74px;
	top: 0px;
    display:block;
    background:url(images/pwdlogo.png) no-repeat;
    text-indent: -99999em;
}