/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 20px 30px;
	list-style:square;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#666;
}
a:hover{
	color:#4c4cc5;
}
a:active{
	font-weight:700;
}
a:focus{
	font-weight:700;
}
input.checkbox{
	border:none;
	background-color:transparent;
}
#content img{
	float:right;
	display:inline;
	margin:0 0 20px 20px;
	padding:2px;
	border:1px solid #e3e3e3;
}
#content #single-image img{
	float:none;
	margin:20px 0;
}


/********* TYPOGRPAHY ********/

body{
	font-family:arial, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
	background:url('images/body_tile.gif') repeat-x #fff;
}
h1, h2, h3, h4, h5{
	font-family:"Trebuchet MS", arial, sans-serif;
	font-weight:400;
	color:#9e1c06;
}
h1{
	font-size:22px;
	margin:5px 0 20px 0;
}
h2{
	font-size:18px;
	margin:5px 0 15px 0;
}
h3{
	font-size:16px;
	margin:5px 0 10px 0;
}
h4{
	font-size:14px;
	margin:5px 0 10px 0;
}
h5{
	font-size:12px;
	margin:5px 0 5px 0;
}
p{
	margin:0 0 10px 0;
	line-height:16px;
}

/********* STRUCTURE *********/

#wrapper{
	width:959px;
	text-align:left;
	margin:0 auto;
	background:url('images/wrapper_bg.gif') no-repeat #fff;
}
#content-wrapper{
	width:921px;
	margin:0 0 0 18px;
	background-color:#f8f8f8;
}
#content{
	width:680px;
	float:right;
	display:inline;
	margin:20px 20px 20px 0;
}

/********* HEADER *********/

#header{
	height:410px;
	background:url('images/header.jpg') no-repeat;
	position:relative;
}
#header img#logo{
	position:absolute;
	top:5px;
	left:25px;
}


/********* LEFT NAV *********/

#left-nav{
	width:203px;
	background:url('images/left_nav_bg.gif') no-repeat;
	float:left;
	display:inline;
}
#left-nav ul{
	list-style:none;
	margin:60px 20px 20px 10px;
	min-height:350px;
}
#left-nav ul li{
	margin:0;
	display:inline;
}
#left-nav ul li a{   
   text-decoration:none;
	color:#444;
	display:block;
	padding:7px 5px;
	margin:0;
	border-bottom:1px solid #e3e3e3;
}
#left-nav ul li a:hover{   
   background-color:#962a2a;
	color:#fff;
}
#left-nav ul li ul{
    display:block;
	min-height:18px;
	margin:0 0 0 10px;
	padding:0;
}
#left-nav ul ul a{
	border:none;
	font-style:italic;
}
#left-nav ul ul a:hover{
	background:transparent;
	text-decoration:underline;
	color:#555;
}

/********* CONTACT FORM *********/

#content form{
   border:1px dashed #d5d5d5;
   width:450px;
	padding:20px 0;
	margin:15px 0;
}
#content form p{
   margin:0 0 0 20px;
}
#content form input, #content form textarea{
   width:240px;
	height:20px;
	bordeR:1px solid #d5d5d5;
	margin:3px 5px 8px 0;
}
#content form input#submit{
   background-color:#962a2a;
	color:#fff;
	font-weight:700;
	border:none;
	width:120px;
}
#content form textarea{
   width:300px;
	height:120px;
}
#content form .wpcf7-not-valid-tip-no-ajax,div.wpcf7-validation-errors{
   color:#962a2a;
	font-size:11px;
	font-weight:700;
}
#content form img{
	float:none;
	margin:0 0 5px;
}

/********* GALLERY *********/

dl.gallery-item{
	width:170px;
}

/********* FOOTER *********/

#footer{
	height:81px;
	background:url('images/footer_bg.gif') no-repeat;
	clear:both;
}
#footer p{
	text-align:center;
	line-height:84px;
	font-size:11px;
	color:#666;
}
#footer a{
	color:#666;
}









