/* -- SWR CSS v1.0 	by Damian's Design - damian@damiansdesign.com--	*/
/* Created: 	14/10/09	      									*/


/* ---------- ::Defaults:: --------------------- */

html { font-size: 12px; }

body
{
	color: #848276;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 12px;
	background-color: #EAE6E5;
	margin: 0px;
	padding: 0px;
}

div.spacer {clear: both; height: 3px;}
div.spacer-med {clear: both; height: 30px;}


/* ---------- ::Typography:: ------------------- */

address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: .3em ;}
h1 {font-size:2em; color: #9D854F; padding: 8px 0 0 0; }
h2
{
	font-size: 1.6em;
	width: 780px;
	margin: 0 0 10px 0px;
	color: #9D854F;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #9D854F;
}
h3 {font-size:1.6em; color: #9D854F; padding: 5px 0 0 0;}
h4 {font-size:1.0em;}
address  {font-size:12px;}
pre {font-size: 12px;}
blockquote {font-size: 12px; margin-left: 10px; width: 90%; font-style: italic; text-align: center;}


p {font-size: 14px; margin: 0 0 10px 0px; padding: 0; float: left; line-height: 16px; text-align: justify;}

.right p {text-align: right;}

#textwrap  {
	width: 780px;
	margin: 0px 0 20px 0 ;
	padding: 0 0 0px 60px ;
}

p.slogan {font-size:1.6em; margin-left: 30px; position: relative; top: 150px; font-style: italic; color: #00ADEE;}

.specials {font-weight: bold; font-size: 13px; color: #00ADEE !important;}

.call {font-size: 18px; font-weight: bold; padding-bottom: 10px; margin-left: 10px;}

p.contact-txt {
	position: relative;
	margin: 10px 0px 20px 0;
	width: 330px;
	padding: 0px;
}	

p.contact-txt.lrg {font-size: 16px; font-weight: bold; margin-bottom: 40px; font-style: italic;}

#textwrap ul
{
	position: relative;
	display: block;
	margin: 10px 0 0px 20px;
	list-style-type: none;
	list-style-image: url('images/list-img.jpg');
}

#textwrap li
{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #392D2B;
}

/* ---------- ::Links:: ------------------------ */

a {text-decoration: underline; color: #888888;}
a:hover {text-decoration: none; color: #847776;}
a:visited {text-decoration:none; }
a:active, a:focus {
text-decoration:none;
outline:none;
}
a img {border:none;}

/* ---------- ::Layout:: --------------------- */


#wrap {
	position: relative;
	width: 910px;
	top: 0px;
	margin: 0 auto;
	border-right: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}

.buffer
{
	width: 100%;
	height: 35px;
	background-image: url(images/buffer.jpg);
	background-repeat: repeat-x;
}

/* ---------- :: Nav :: ---------------------- */

#nav
{
	width: 910px;
	height: 40px;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	display: block;
	top: 0px;
	background-color: #373435;
	text-align: center;
}

#nav ul
{	
	text-align: center;
	width: 100%;
	height: 40px;
	top: 0px;
	background-image: url(images/nav-bg.jpg);
	list-style: none;
	margin: 0px;
	background-repeat: repeat-x;
	padding: 0px;
}

#nav li
{
	position: relative;
	float: left;
	height: 40px;
	padding: 0 10px;
	left: 10px;
	font-size: 18px;
	line-height: 40px;
}

#nav li a
{
	display: inline-block;
	padding: 0 20px 0 20px;
	margin: 0px 1px;
	background: none;
	color: #373435;
	text-decoration: none;
	height: 40px;
}

#nav li a:hover, #nav li .active
{
	display: inline-block;
	margin: 0px;
	height: 40px;
	background-image: url(images/nav-bg-hover.jpg);
	color: #847776;
	background-repeat: repeat-x;
	border-right: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}

/* ---------- :: Logo :: ---------------------- */

#logo
{
	width: 100%;
	display: block;
	height: 114px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/logo-bg.jpg);
	background-repeat: repeat-x;
}

#logo-call {
	position: absolute;
	width: 250px;
	height: 36px;
	top: 125px;
	left: 605px;
}

#logo-call p { 
	font-size: 24px;
	line-height: 36px;
	width: 250px;
	overflow: hidden;
	font-weight: bold;
	color: #373435;
}

/* ---------- :: Image Panel :: ---------------------- */

#panel
{
	width: 910px;
	height: 280px;
	position: relative;
	display: block;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #373435;
	background-image: url(images/panel-bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
}

/* ------------ Slider ------------------- */

#slider
{
	width: 640px;
	/* important to be same as image width */
	height: 280px;
	/* important to be same as image height */
	position: relative;
	/* important */
	overflow: hidden;
	/* important */
	top: 0px;
	margin: 0 auto;
	padding: 0;
	border-top:  none;
	border-right: 5px #F2F2F2 solid;
	border-bottom: none;
	border-left: 5px #F2F2F2 solid;
	z-index: 10;
}

#slider ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 640px;
}

#sliderContent {
    width: 640px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}

#sliderContent img {border: none; padding: 0;}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	padding: 0;
	margin: 0;
}
.sliderImage span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    margin-left: 0;
    width: 630px;
    background-color: #000;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    border: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}


/* ---------- :: Content :: ---------------------- */


#content {
	position: relative;
	width: 910px;
	height: auto;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #FFF;
}


#home-image-buttons {
	width: 100%;
	margin: 20px 0 0 0;
	display: block;
	text-align: center;
}

#home-image-buttons a{
	padding: 0 15px;
}



.contact {width: 450px; float: left;}
.thankyou {height: 310px;}

.sent {
	height: 215px;
	width: 250px;
	display: block;
	position: relative;
	margin: 0 auto;
}



.thanx-txt {width: 440px; text-align: center; font-size: 18px; margin-top: 40px; }

.contact-txt { width: auto; float: right; padding-left: 10px;}

.fancy img 			{ border: 1px #373435 ridge; }
.fancy img:hover 	{ border: 1px #fff ridge; }
.off img 			{ border: none;}
.off:hover img 		{ border: none;}


/* ----------------Form Elements---------------- */
form
{
	margin: 10px 15px 10px 0;
	padding: 10px;
	border: 1px #E6E6E6 solid;
	background-color: #F7F7F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input
{
	padding: 2px;
	border: 1px solid #D0D0D0;
	background-color: #EBEBEB;
	color: #373435;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:hover { background-color: #FBFBFB; }

textarea {
	width:390px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #D0D0D0;
	background-color: #E8E8E8;
	height:100px;
	display:block;
	color:#373435;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea:hover { background-color: #FBFBFB; }

input.button { 
	margin: 0 0 0 300px; 
	/margin-left: 280px;
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

input.button:hover { 
	margin: 0 0 0 300px; 
	/margin-left: 280px;
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbghov.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* ---------- :: Residential :: ---------------------- */

#res-right
{
	position: relative;
	display: inline-block;
	right: 0px;
	float: right;
	width: 362px;
	height: auto;
	padding-left: 15px;
	clear: none;
}

#res-text-wrap {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 400px;
	float: left;
}

/* ---------- :: Commercial :: ---------------------- */

#com-left
{
	position: relative;
	display: inline-block;
	right: 0px;
	float: left;
	width: 360px;
	height: 550px;
	padding-right: 20px;
	clear: none;
}

#com-text-wrap {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 400px;
	float: right;
}

/* ---------- :: Methods :: ---------------------- */

#meth-right
{
	position: relative;
	display: inline-block;
	right: 0px;
	float: right;
	width: 360px;
	height: 547px;
	padding-left: 10px;
	clear: none;
}


#meth-text-wrap {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 400px;
	float: left;
}

/*
#meth-right
{
	position: relative;
	right: 0px;
	width: 360px;
	height: 550px;
	padding-left: 20px;
	float: right;
}

#meth-text-wrap
{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 500px;
}
*/

.edge
{
	display: block;
	width: 400px;
	height: 150px;
	position: relative;
	margin: 30px auto;
	border: 2px #373435 groove;
}

/* ---------- :: Textures :: ---------------------- */

#tex-right
{
	position: relative;
	display: inline-block;
	right: 0px;
	float: right;
	width: 360px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 0px;
}


#tex-text-wrap {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 400px;
	float: left;
}

/* ---------- :: Footer :: ---------------------- */

#footer
{
	position: relative;
	width: 910px;
	height: 60px;
	background-color: #373435;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
}

#footer ul
{
	display: inline-block;
	width: 450px;
	list-style-type: none;
	height: 13px;
	position: relative;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 10px;
	float: right;
	list-style: none;
	text-align: right;
}

#footer li {
	display: inline;
	text-align: center;
	font-size: 11px;
}

#footer li a
{
	padding: 0 0px 0 0;
	text-decoration: none;
}

#footer li a:hover { background-color: #8D8480; color: #392D2B;}

#footer li .active { text-decoration: underline; }

#footer p {
	width: 400px;
	position: relative;
	margin: 0;
	padding: 0;
	top: 10px;
	font-size: 12px;
	left: 10px;
}

#footer #credit {
	position: absolute;
	display: inline-block;
	width: 400px;
	height: 20px;
	right: 20px;
	top: 30px;
	z-index: 10;
	padding: 0;
	margin: 0;
}

#footer #credit p { text-align: right; padding: 0px; margin: 0px; font-size: 11px;}
