/*----------------------
=General
--------------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#A99B8E;
	text-align:center;
	min-width:800px;
}
img {
	border:0;
}

/*----------------------
=Typography
--------------------- */
body {
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#5B5857;
}
.magazine {
	font-style:italic;
}

/*----------------------
=Links
--------------------- */
a {
	text-decoration:none;
	color:#15572C;
	background-color:#FFFFFF;
}
a:hover {
	/*text-decoration:underline;*/
	color:#EE9A87;
}
.bold {
font-weight:bold;
}

/*----------------------
=Container
--------------------- */
#container {
	position:relative;
	width:800px;
	height:600px;
	margin:auto;
	text-align:left;
}

/*----------------------
=Branding
--------------------- */
#branding {
	position:absolute;
	left:0px;
	top:0px;
	width:330px;
	height:600px;
	/*background:#A99B8E url(images/branding.jpg) no-repeat top left;*/
	text-indent:-9999px;
}

/*----------------------
=Main Navigation
--------------------- */
#mainNav {
	position:absolute;
	left:330px;
	top:0px;
	width:470px;
	height:85px;
	background:#A99B8E url(../images/mainnav.jpg) no-repeat top left;
}
#mainNav ul {
	position:absolute;
	left:0px;
	top:48px;
	/*width:375px;*/
	width:450px;
	height:30px;
	line-height:30px;
	background-color:#FFF;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	float:left;
}
#mainNav ul li {
	float:left;
}
#homeNav {
	/*width:40px;*/
	width:41px;
}
#aboutUsNav {
	/*width:59px;*/
	width:64px;
}
#servicesNav {
	/*width:54px;*/
	width:63px;
}
#portfolioNav {
	/*width:56px;*/
	width:64px;
}
#beforeAfterNav {
	/*width:87px;*/
	width:101px;
}
#contactUsNav {
	/*width:64px;*/
	width:72px;
}
#mainNav ul a {
	display:block;
	float:left;
	text-align:center;
	/*padding:0px 4px;*/
	height:20px;
}
#mainNav ul .first a {
	text-align:left;
	/*padding:0px 5px 0px 0px;*/
}
#mainNav ul .last a {
	text-align:right;
	/*padding:0px 0px 0px 5px;*/
}
#mainNav ul li:hover, #mainNav ul a:hover {
	text-decoration:none;
	background:url(../images/menuon.gif) repeat-x top left;
}

/*----------------------
=Content
--------------------- */
#mainContent {
	position:absolute;
	left:330px;
	top:85px;
	width:470px;
	height:515px;
	background:#A99B8E url(../images/maincontent.jpg) no-repeat top left;
}
#mainContent h2 {
	width:470px;
	height:100px;
	text-indent:-9999px;
}
#aboutUs {
	background:url(../images/aboutus.jpg) no-repeat top left;
}
#services {
	background:url(../images/services.jpg) no-repeat top left;
}
#portfolio {
	background:url(../images/portfolio.jpg) no-repeat top left;
}
#beforeAfter {
	background:url(../images/beforeafter.jpg) no-repeat top left;
}
#contactUs {
	background:url(../images/contactus.jpg) no-repeat top left;
}
.org {
	font-weight:bold;
}
.adr {
	margin-bottom:10px;
}
.tel {
	/*font-weight:bold;*/
	margin-bottom:10px;
}
.type {
	font-weight:bold;
}
.value {
	font-weight:normal;
}
.vcard a {
	font-weight:bold;
}
#contentNarrow {
	position:absolute;
	left:90px;
	top:100px;
	width:270px;
	height:367px;
	background-color:#FFF;
	/*overflow:auto;*/
}
#contentNarrow p {
	text-align:justify;
	padding-bottom:14px;
}
#contentNarrow ul {
	margin-left:15px;
}
#contentWide {
	position:absolute;
	/*left:0px;
	top:80px;*/
	left:-12px;
	top:100px;
	/*left:-5px;
	top:90px;*/
	width:435px;
	height:367px;
	/*width:441px;
	height:368px;*/
	background-color:#FFF;
	/*overflow:auto;*/
}
#contentIndex {
	position:absolute;
	left:0px;
	top:0px;
	width:440px;
	height:450px;
	background-color:#FFF;
	background-image:url(../images/contentIndex.jpg);
}

/*----------------------
=Form
--------------------- */
label {
	display:block;
	float:left;
	clear:left;
	width:60px;
	padding-right:5px;
	text-align:right;
	line-height:16px;
	font-weight:bold;
}
input {
	display:block;
	float:left;
	margin:0 0 8px 0;
	width:198px;
	height:16px;
}
textarea {
	display:block;
	float:left;
	margin:0 0 8px 0;
	width:198px;
}
.hidden {
	display:none;
}
.reverseForm {
	float:right;
	clear:right;
	width:200px;
	text-align:left;
	font-weight:normal;
}
#dvd {
	width:40px;
	float:right;
	margin-top:3px;
}
br {
	clear:both;
}
#submit {
	float:left;
	clear:left;
	width:70px;
	height:26px;
	margin:10px 0 0 65px;
	text-align:center;
	font-weight:bold;
	display:inline; /*fix IE doubled float-margin bug*/
}

/*----------------------
=Copyright
--------------------- */
#copyright {
	position:absolute;
	left:530px;
	top: 580px;
	font-size:9px;
	text-align:right;
}