@charset "utf-8";

/* CSS Document */

/* CSS Reset */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(../images/body_bg.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

body#home
{
	background: #fff url(../images/home_bg.jpg) repeat-x 0 0;
}

#container
{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#header h1
{
	display:block;
	float:left;
	width:360px;
	height:115px;
	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

#header h1 a
{
	display: block;
	height: 100%;
	width: 100%;
}

#header #social_networksz
{
	height: 50px;
	top: 41px;
	right: 0;
	text-align: right;
	padding: 5px 50px 0 0;
	float:right;
}

#nav
{
	clear: both;
	height: 35px;
	width: 100%;
}

#nav ul
{
	float: left;
}

#nav ul li
{
	list-style-type: none;
	display: block;
	height: 35px;
	float: left;
	padding: 0px 1px 0px 0px;
}

#nav ul li a
{
	color: #3f3f3f;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 18px;
}

#nav li a span
{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}

#nav li a:hover, #nav li.active a
{
	background: url(../images/hover.jpg) no-repeat left;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

#nav li.active a span, #nav li a:hover span
{
	background: url(../images/hover.jpg) no-repeat right;
}

#mainContent
{
	margin: 55px 0 0 0;
	width: 940px;
}

#featured
{
	margin: 45px 0 0;
	background: #fff;
	padding: 10px;
	height: 340px;
	width: 940px;
}



#rightSide
{
	float:right;
	width: 260px;
	margin: 0;
	background: url(../images/form_bg.jpg) repeat-x;
	background-color:#3E3E3E;
	padding: 20px;
	min-height:300px;
}

#rightSide p
{
	color:#FFF;
}



#content
{
	width: 640px;
	float:left;
	margin: 0;
}

#content h1
{
	font-size:24px;
	color: #521801;
	margin-bottom:10px;
}

#content h2
{
	font-size:20px;
	color: #521801;
	margin-bottom:10px;
}

#content p
{
	line-height:20px;
	margin-bottom:12px;
	padding-right:15px;
}

#content p.testimo
{
	padding: 10px;
	border: #af6300 3px dotted;
	background-color:#e9d8c4;
	margin-right: 20px;
}

#content p.testimr
{
	padding: 10px;
	border: #521801 3px dotted;
	background-color:#d5c3bd;
    margin-right: 20px;
}

#content ul {
	margin-left 17px;
	padding-left:17px;
	list-style-type:square;
}

.emph
{
	font-weight:bold;
	color:#521801;
}

#content img.imageBorder
{
	border: #521801 1px solid;
	margin: 0 10px 10px 0;
}

div#content a:link, div#content a:visited
{
	color: #EB7801;
	text-decoration:underline;
	font-weight:bold;
}

div#content a:hover, div#content a:active
{
	color: #EB7801;
	text-decoration:none;
}

form#quoteHome
{
	background: url(../images/form_bg.jpg) repeat-x;
	padding: 20px;
	float: right;
	width: 260px;
	height: 300px;
	position:relative;
	top: -340px;
}

form#quote
{
}

form#quoteHome fieldset, form#quote fieldset
{
	border: 0;
}

form#quoteHome h2, form#quote h2, #rightSide h2
{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-bottom: 18px;
}

form#quoteHome label, form#quote label
{
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}

form#quoteHome input, form#quoteHome textarea, form#quote input, form#quote textarea
{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
	padding: 8px;
	width: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

form#quoteHome textarea, form#quote textarea
{
	height: 45px;
}

form#quoteHome input.btn, form#quote input.btn
{
	width: auto;
	border: none;
	padding: 0;
	margin-top: 0;
}

form#quote input#quoteSubmit
{
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#fff;
	background-color:#E97800;
}

#homeContent
{
	margin: 80px 0 0 0;
	clear: both;
	font-size: 12px;
	color: #404040;
}

#homeContent .col
{
	float: left;
	width: 258px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 153px;
	border: 1px solid #404040;
	padding: 20px;
	margin-right: 30px;
}

#homeContent .col h2
{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5c1000;
	text-decoration: none;
	margin-bottom: 18px;
}

#homeContent .col h2 span
{
	color: #404040;
}

#homeContent .col img
{
	border: solid 1px #404040;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#homeContent .col p
{
	margin-bottom: 20px;
	line-height: 17px;
}

#homeContent .col a.readmore
{
	font-weight: bold;
	color: #5c1000;
	text-decoration: underline;
}

#homeContent .col a:hover.readmore
{
	text-decoration: none;
}

#homeContent .col.noMargin
{
	margin: 0;
}

#homeContent .col.fr
{
	margin: 0;
	float: right;
}

.clear
{
	clear: both;
}

#footer
{
	clear: both;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 80px;
	width: 100%;
	margin-top: 40px;
	text-align:center;
	font-size: 12px;
	color: #fff;
	padding-top: 20px;
}

#footer p
{
	margin: 8px 0 8px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#social_networks
{
	text-align:right;
	float:right;
	margin-top:46px;
}

#social_networks img
{
	margin-left:20px;
	border: 0;
}

/* rotator in-page placement */
    div#rotator
{
	position:relative;
	height:340px;
}

/* rotator css */
	div#rotator ul li
{
	float:left;
	position:absolute;
	list-style: none;
}

div#rotator ul li.show
{
	z-index:500;
}

#contact-wrapper
{
	width:345px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
	margin: 0 25px 0 15px;
	float:right;
}

#contact-wrapper div
{
	clear:both;
	margin:1em 0;
}

#contact-wrapper label
{
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}

form#contactform input
{
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}

form#contactform textarea
{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

#portfolio img 
{
	border:#CB8011 solid 3px;
}
