body, html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background: #fff;
	background-image : url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family : Lucida Sans, Arial, Helvetica;
	text-align: center;
}
#wrapper {
	position:relative;
	width:960px;
	margin-right : auto;
	margin-left : auto;
	min-height:100%;
	text-align: left;
	background-position: center top;
	background-image :  url(images/bg2.jpg);
	background-repeat: repeat-y;

}
* html #wrapper {
	height:100%;
}
#container {
	padding-bottom:100px;
}
#container:after {
	content:" ";
	display:block;
	clear:both;
}
* html #container {
	height:1px;
}
#top {
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	width : 960px;
	padding:0;
	height:97px;
	
}
#top #topPhone {
	float: right;
	width: 243px;
	height: 97px;
}
		
 /* NAVIGATION
------------------------------------------------------*/
#nav {
	padding : 0px 0px 0px 0px;
	width : 960px;
	height: 33px;
	float : left;
}
#nav #navlink-1 {
	width : 145px;
	height: 33px;
	align : left;
}
 /* TOP IMAGE
------------------------------------------------------*/
#topImage {
	padding : 0px 0px 0px 0px;
	width : 960px;
	height: 246px;
	float : left;
}	
	
/* MAIN CONTENT
------------------------------------------------------*/
#content{
	width : 960px;
	padding : 0;
}
#main {
	width : 682px;
	float: right;
	margin: 0;
	padding: 0 ;
	background-image: url(images/maintop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent {
	width : 627px;
	float: left;
	padding: 0px 0px 0px 25px;	
}
#sidebar {
	float:left;
	width:278px;
	height: 100%;
	background-image: url(images/sidebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
 }
#sideTop {
	float:left;
	width:278px;
	height: 8px;
 }
#sideLinks {
	float:right;
	width:254px;
 }
#sideLinks img {
	display:block;
}		
#latestWork {
	float:left;
	width:610px;
 }
 #latestWork img {
	display:block;
}
/* FOOTER
------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 127px;
	margin: 0 auto;
	background: url(images/bottombg.jpg) repeat-x;
	bottom:0;
	clear:both;

}
.footer2 {
	margin: 0 auto;
	width: 960px;
	height: 127px;
	background: url(images/bottom.jpg) no-repeat;
	background-position: center top;
}
.footerText {
	text-align: center;
	color : #fff;
	padding-top: 40px;
	font-size : 75%;
	display : block;
}
.footerText a {
	color : #fff;
	text-decoration: none;
}
.footerText a:hover {
	color : #fff;
	text-decoration: underline;
}

/* FONTS
------------------------------------------------------*/
p {
	font-size : 85%;
	color : #514C32;
}

.pBold {
	font-size : 85%;
	font-weight: bold;
	color : #514C32;
}
.pBig {
	font-size : 100%;
	color : #514C32;
}
.pOrange {
	font-size : 80%;
	font-weight: bold;
	color : #D18F07;
}

a {
	color: #514C32;
	text-decoration: underline;
}
a:hover{
	color: #A0965A;
	text-decoration: underline;
}
.H1 {
	font-size : 100%;
	font-weight: bold;
	color : #FAB851;
}

.H2 {
	font-size : 100%;
	font-weight: bold;
	color : #b3ab95;
}
ul {
	font-size : 85%;
	color : #514C32;
	list-style-image :  url(images/bullet.gif);
	padding : 0 10px 0 20px;
	margin : 0;
}
.inputContact {
	font-family : Arial, Helvetica;
	font-size: 12px;
	color: #192134;
	background-color: #FFFFFF;
	width: 180px;
	border: 1px solid #D18F07;
	text-align: left;
		}
		
.input-box
{
	border: 1px solid #68572b
}
.submit-button
{
	color: #68572b;
	font-size: 11px; 
	font-weight: bold;
	background: #B5B8A7;
	border: 1px #68572b;
	cursor:pointer
}
/* BACKGROUND BOXES
------------------------------------------------------*/

.rndbox {
	margin-left: 0px;
	background: #E9E7DB;
	width: 608px;
}
.rndtop {
	background: url(images/top_right.gif) no-repeat right top;

}
.rndbottom {
	background: url(images/bottom_right.gif) no-repeat right top;
}
.rndbottom img {
	display:block;
}

.rndbox P {
	 margin: 0 ;
	 padding: 5px 15px 5px 15px;
 }           
 

/* TABLE
------------------------------------------------------*/
 .Datatable {
	border: 0px;
	border-collapse: collapse;
	background-color: #E9E7DB;
	font-size: 80%;
	color: #514C32;
	!font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	width: 608px;
}
.Datatable td {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 25px;
	width: 304px;
	
}
.Datatable tr.altrow {
	!background-color: #E9E7DB;
	line-height: 15px;
	}

.Datatable th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 20px;
	height: 20px;
}	
	
 .Datatable2 {
	border: 0px;
	border-collapse: collapse;
	background-color: #E9E7DB;
	font-size: 80%;
	color: #514C32;
	!font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	width: 608px;
}
.Datatable2 td {
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 25px;
	
}
.Datatable2 tr.altrow {
	!background-color: #E9E7DB;
	line-height: 15px;
	}

.Datatable2 th {
	!background-color: #E9E7DB;
	!font-weight: regular;
	text-align: left;
	line-height: 20px;
	height: 20px;
}		
/* CAROUSEL
------------------------------------------------------*/
.stepcarousel{
	position: relative;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	overflow: scroll;
	width: 610px;
	height: 179px;
	background: url(images/carouselbg.jpg) no-repeat;

}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 10;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	padding: 0px;
	text-align: left;
	width: 590px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.pCarousel {
	font-size : 70%;
	color : #6E673D;
	font-style: italic;
}	