/* -------main layout-------- 
-------------------------------*/
body {
	background-color: #fff;
}
div#wrapperLeft {
	background: transparent url("../images/leftBG.png") no-repeat top left;
	width: 974px;
	min-height: 610px;
	margin: 0 auto;
}
div#wrapperRight {
	background: transparent url("../images/rightBG.png") no-repeat top right;
	width: 974px;
	min-height: 610px;
	margin: 0 auto;
}
div#container {
	background: transparent url("../images/mainBG.png") repeat-x;
	width: 936px;
	min-height: 610px;
	margin: 0 auto;
}
/* divs below within container */
div#header {
	position: relative;
	height: 150px;
}
div#logo {
	padding: 50px 0 0 25px;
}
div#logo h1 a {
	background: transparent url("../images/logo.png") no-repeat top right;
	outline: none; 
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 448px;
	height: 77px;
}
div#logo h1 a:hover, div#logo h1 a.active {
	background-position: bottom right;
}
div#mainNav {
	position: absolute;
	top: 75px;
	right: 25px;
	height: 50px;
	width: 375px;
}
div#mainNav ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 25px;
}
div#mainNav ul li a {
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	float: left;
	text-decoration: none;
	height: 46px;
}
li.about a {
	background: transparent url("../images/about.png") no-repeat top left;
	padding: 0 45px;
}
li.about a:hover, li.about a.active {
	background-position: bottom left;
}
li.work a {
	background: transparent url("../images/work.png") no-repeat top left;
	padding: 0 37px;
}
li.work a:hover, li.work a.active {
	background-position: bottom left;
}
li.contact a {
	background: transparent url("../images/contact.png") no-repeat top left;
	padding: 0 53px;
}
li.contact a:hover, li.contact a.active {
	background-position: bottom left;
}
div#banner {
	position: relative;
	width: 936px;
}
div#picture {
	position: absolute;
	right: 40px;
	bottom: -50px;
	height: 240px;
	width: 299px;
	background: transparent url("../images/pictureBG.png") no-repeat;
}
div#picture img {
	padding: 12px 0 0 14px;
}
div#mainWrap {
	margin-top: 50px;
	padding-left: 25px;
}
div#content {
	width: 550px;
	float: left;
}
div.gallery {
	width: 900px;
}
div#sidebar {
	background: transparent url("../images/customers.png") no-repeat;
	background-position: 50% 5%;
	margin-left: 550px;
}
div#sidebar2 {
	margin-left: 550px;
}
div#sidebarInner {
	width: 283px;
	padding: 10px 25px 0 28px;
}
div.contact {
	background: none;
}
div#sidebarInner ul {
	margin-top: 40px;
}
div#sidebarInner ul li {
	padding: 15px;
}
div#sidebarInner ul li.odd {
	background-color: #d1d3d4;
}
/* divs below NOT within container */
div#footer {
	position: relative;
	margin: 0 auto;
	clear: both;
	width: 949px;
	height: 200px;
	background: transparent url("../images/footer.png") no-repeat top center;
}
div#copyright {
	color: #844748;
	padding: 63px 0 0 37px;
	float: left;
	width: 600px;
}
div#copyright a {
	color: #844748;
	text-decoration: underline;
}
div#copyright a:hover {
	color: #eee;
	text-decoration: none;
}
div#footerNav {
	position: absolute;
	bottom: 105px;
	right: 40px;
}
div#footerNav ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 25px;
}
div#footerNav ul li a {
	font-size: 1.2em;
	color: #844748;
	outline: none;
	overflow: hidden;
	float: left;
}
div#footerNav ul li a:hover {
	color: #eee;
	text-decoration: none;
}
/* ------------home-------------- 
----------------------------------*/
div.home {
	height: 228px;
	background: transparent url("../images/bannerHome.png") no-repeat;
}
div.motto {
	height: 88px;
	background: transparent url("../images/banner.png") no-repeat;
}
img.frontH {
	margin-right: -10px;
}
p.home {
	font-size: 1.2em;
}
p.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.sitemap {
	font-size: 1.4em;
	margin-left: 40px;
}
.site {
	margin-bottom: 15px;
	list-style-type: square;
}
div.myform {
	float: left;
	width:470px;
}
div.myform h2{
	margin: 0 0 20px 30px;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:130px;
	float:left;
}
#stylized .small {
	color:#FFF;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:130px;
}
#stylized input, #stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #B3B3B3;
	width:220px;
	margin:2px 0 20px 10px;
}
#stylized textarea {
	text-align: left;
	width:310px;
	height: 100px;
	}
#stylized button {
	outline: none;
	cursor: pointer;
	clear:both;
	margin-left: 350px;
	width:101px;
	height:40px;
	background: transparent url(../images/submit.png) no-repeat center center;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
#gallery {
	margin-top: 20px;
	clear: both;
}
.galleryHeader {
	font-size: 1.2em;
	font-variant: small-caps;
}
