body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

h1{
	font-size: 30px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 24px;
	line-height: 1em;
}

h3{
	font-size: 18px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fff;
	color: #000; 
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px; 
	line-height: 1.5em;
}

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

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

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

.dottedList{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dottedList li{
	padding: 2px 10px 3px 20px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted;
}

.dottedList li.last{
	border: 0;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: royalblue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding-top: 461px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 50px;
	width: 100%;
}

#headerHolder{
	position: relative;
	height: 411px;
}

#headerImage{
	margin-left: 240px;
}

#headerImage img{
	vertical-align: bottom;
}

#slogan{
	position: absolute;
	left: 35px;
	top: 70px;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 1.3em;
}

#sloganTop{
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
}

#sloganBottom{
	padding-left: 39px;
	color: #fff;
}

#logo{
	position: absolute;
	top: 302px;
	left: 0;
	width: 160px;
	height: 54px;
	overflow: hidden;
	text-transform: lowercase;
	font-weight: lighter;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #fff;
	background: #000;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/logo.gif);
}

#phone{
	position: absolute;
	right: 8px;
	top: 23px;
	font-size: 18px;
	color:#333; 
}

#header .headerMenu{
	width: 800px;
	overflow: hidden;
	list-style: none;
}

#header .headerMenu li{
	float: left;
}

#header .headerMenu li a{
	display: block;
	float: left;
	width: 160px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: center;
}

#header .headerMenu li a:hover{
	text-decoration: none;
}

#brown .headerMenu li a{background-color: #baa379;}
#brown .headerMenu li a:hover, #brown .headerMenu li a.selected{background-color: #947352;}
#brown #headerHolder{background: #cebb9a url(images/cswirls.gif) no-repeat;}
#brown #sloganTop{background: #cebb9a}
#brown a {color: #947352;}

#green .headerMenu li a{background-color: #889b7b;}
#green .headerMenu li a:hover, #green .headerMenu li a.selected{background-color: #485343;}
#green #headerHolder{background: #9fb18f url(images/cswirls7.gif) no-repeat;}
#green #sloganTop{background: #9fb18f}
#green a, #lightgreen a {color: #485343;}


#chocolate .headerMenu li a{background-color: #736157;}
#chocolate .headerMenu li a:hover, #chocolate .headerMenu li a.selected{background-color: #553f32;}
#chocolate #headerHolder{background: #8b7a72 url(images/cswirls4.gif) no-repeat;}
#chocolate #sloganTop{background: #8b7a72}
#chocolate a{color: #553f32}

#lightgreen .headerMenu li a{background-color: #94a49a;}
#lightgreen .headerMenu li a:hover, #lightgreen .headerMenu li a.selected{background-color: #78897f;}
#lightgreen #headerHolder{background: #d0dcd2 url(images/cswirls5.gif) no-repeat;}
#lightgreen #sloganTop{background: #d0dcd2}


#blue .headerMenu li a{background-color: #76a1ce;}
#blue .headerMenu li a:hover, #blue .headerMenu li a.selected{background-color: #5784bb;}
#blue #headerHolder{background: #9db9d5 url(images/cswirls6.gif) no-repeat;}
#blue #sloganTop{background: #9db9d5}

/* Content */
#content{
	padding: 20px 0;
	overflow: hidden;
}

#leftColumn{	
	float: left;
	width: 210px;
}

#leftColumn h3{
	padding-bottom: .5em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftMenu{
	list-style-type: none;
	padding: 0 0 0 10px;
}

#leftMenu li{
	padding: 2px 0;
}

#leftMenu li a{
	display: block;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;	
}

#leftMenu li a:hover{
	color: #566050;
	text-decoration: none;
}

#rightColumn{
	float: right;
	width: 580px;
}

#rightColumn h2, #rightColumn h3{
	padding-bottom: .3em;
}

#rightColumn ul{
	padding: 0 0 1em 30px;
}


/* Portfolio */
.gallery_unstyled{display:none; }
 
.galleria{list-style:none; overflow:hidden; padding: 0 0 5px 0px; display:block; position:relative; left:-10px; top:0; width: 210px;margin:0px;}
html>/**/body .galleria{left:-5px; top:0; width: 210px;}
*:first-child+html .galleria{left:-5px;  width: 210px;}
.galleria li{display:block;width:96px;height:41px;overflow:hidden;margin:0 3px 10px 3px; float: left;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:160px}
.galleria li div img{cursor:pointer}
.galleria li.active div img, .galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;width:auto;height:auto}

/* Contact Form */
#contactForm{
	padding-left: 50px;
	width: 322px;
}

#contactForm label{
	display: block;
	font-weight: bold;
	color: #406ca2;
	text-transform: uppercase;
	padding: 4px 0 2px;
}

#contactForm input, #contactForm textarea{
	background: #fff;
	border: 1px solid #6e9bd2;
	width: 320px;
	height: 14px;
}

#contactForm textarea{
	height: 90px;
}

#contactForm #contactSubmit{
	text-transform: uppercase;
	font-weight: bold;
	color: #406ca2;
	width: 80px;
	height: 18px;
	float: right;
	cursor: pointer;
}

#formFooter{
	padding: 3px 0;
}

