/* ------------------------------------------------------------

	Title: 		Solus House
	Author: 	neal at abramarketing dot com
------------------------------------------------------------ */
* {outline: none;}
body {
	font: small Verdana, sans-serif;
	background: #5D4006 url(../images/bg_body.jpg) top center repeat-y;
	color: #FFF;
	}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label {padding: 0;margin: 0}

p {margin: 0 0 25px 0;line-height: 1.5em}

ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #FFF; border: none;}
a:hover {color: #FFF;}
img {border: none;}
/* ------------------------------------------------------------
	Header Levels
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
/* ///////////////////////////////////////////////////////////
	Clearfix
///////////////////////////////////////////////////////////// */
.clear { clear: both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* ------------------------------------------------------------
	Page Structure
------------------------------------------------------------ */
#container {
	width: 786px;
	background: url(../images/bg_container.jpg) top left repeat-y;
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
	}
	
/* ------------------------------------------------------------
	Holder Page
------------------------------------------------------------ */
#holder {
	text-align: center;
	padding: 15px 0 0 0;
}

#holder h3 {
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
}

#holder h4 {
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 7px 0;
	font-size: 24px;
}

#holder .callout {
	float: left;
	width: 325px;
	margin: 0 21px 6px 55px;
	text-align: center;
}

#holder .callout .block {
	border-top: 1px dotted #371502;
	border-bottom: 1px dotted #371502;
	padding: 6px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#holder .callout p {
	float: left;
	width: 162px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#holder .callout .link {
	width: 100%;
	text-align: left;
}

#holder .callout.strip {
	margin: 0 0 6px 0;
}

#holder .callout img {
	margin: 0 0 25px 0;
	text-align: center;
}

#holder .callout a {
	color: #CBBB94;
	text-decoration: none;
}

/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */
#headerOuter {
	margin: 0 0 15px 0;
}

#header {
	background: url(../images/bg_header.jpg) top left no-repeat;
	position: relative;
	}
	
#header #logo a {
	width: 235px;
	height: 141px;
	position: absolute;
	left: 235px;
	top: 34px;
	text-indent: -9999px;
	display: block;
}
	
/* ------------------------------------------------------------
	Navigation
------------------------------------------------------------ */
#nav {
	overflow: hidden;
	padding: 184px 0 20px 14px;
	}
	
#nav ul {
	padding: 4px 0 0 0;
}
	
#nav ul li {
	float: left;
}

#nav ul li a {
	text-decoration: none;
	font-size: 12px;
	padding: 9px 11px;
	display: block;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #CABB94;
}

#nav h3 {
	text-align: center;
	padding: 10px 0;
	font-size: 21px;
	font-weight: normal;
}

#nav p {
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
}

/* ------------------------------------------------------------
	Slideshow Pro
------------------------------------------------------------ */
#ssp {
	width: 722px;
	border: 2px solid #1E0A01;
	margin: 0 auto 15px auto;
	clear: both;
}

/* ------------------------------------------------------------
	Secondary Pages
------------------------------------------------------------ */
#content {
	padding: 10px 35px;
}

#content .left_col {
	float: left;
	width: 440px;
}

#content h2 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#content h2 span {
	color: #CABB94;
}

#content .right_col {
	float: right;
	width: 236px;
	padding: 28px 0;
}

/* ------------------------------------------------------------
	Images
------------------------------------------------------------ */
.images {
	float: right;
	margin: 0 0 10px 10px;
	display: block;
	width: 250px;
}

.images img {
	border: 2px solid #1E0A01;
	margin: 0 0 6px 0;
}

.images p {
	text-align: center;
	font-size: 11px;
	margin: 0 0 5px 0;
}

.images a {
	color: #CABB92;
	text-decoration: none;
}

.images a:hover {
	text-decoration: underline;
}

.images .thumb {
	margin: 0 2px 5px 0;
	float: left;
}

.images .thumb.strip {
	margin: 0 0 5px 0;
}
/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */
#footer {
	text-align: center;
	clear: both;
	width: 786px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
}
	
/* ------------------------------------------------------------
	 Form Fields
------------------------------------------------------------ */
label, input, select, textarea {
	border: 1px solid #999;
	}


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