BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D8A753;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
H1{
	margin:10px 0px 5px 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color:#853214;
}
#dual{color:#574A48;}
H2{
	margin:0px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#853214;
}
#bigText{	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#853214;
	line-height: 2em;
}
#maintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	
}
#maintext_border{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/corner_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
#logo{
	margin:0px;
	padding:0px;
	margin-bottom:16px;
	height:90px;
	background-color: #853214;
}
#twist{
	background-image: url(images/twist.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:24px;
	width:100%;
	margin-top: 16px;
}
#twist_grey{
	background-image: url(images/twist_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:35px;
	width:95%;
	margin-top: 16px;
}
td.twist_grey_bottom
{
	background-image: url(images/twist_grey.gif);
	background-repeat: no-repeat;
	background-position: center 98%;
}

#largertext{
	margin:0px 20px 20px 0px;
	font-size:20px;
	color:#853214;
	font-style:italic;
}

#testimontial{
	width:390px;
	padding:8px 28px 16px 0px;
}
#solution{
	width:398px;
	padding:8px 16px 16px 16px;
}
div.dotted_hr {
	height: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	margin-left: 0px;
	margin-right: 0px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/dots_h.gif);
	background-repeat: repeat;
	background-position: center;
}
div.dotted_hr hr {
  display: none;
}
/**************************
***** Box Shadow
**************************/
td.shadow-right {
	width: 24px;
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}

td.shadow-bottomRight {
	width: 24px;
	height: 24px;
	background-image: url(images/shadow_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td.shadow-bottom {
	height: 24px;
	background-image: url(images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.shadow-bottomLeft {
	width: 24px;
	height: 24px;
	background-image: url(images/shadow_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

td.shadow-left {
	width: 24px;
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#main_content_area{
	width:868px;
	padding: 16px;
}
#dotted_vert{
	margin-top: 15px;
	background-image: url(images/dot_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* Footer */

#footer {
	margin: 0px;
	width: 868px;
	padding: 5px 0 0 0;
	color:#853214;
	font-size:11px;
}
#footer a {
	color:#853214;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
}

html>body #footer {
	height: auto;
}	
#header{
	vertical-align:top;
	padding:0px;
	margin:0px;
	height:88px;
}

/* Horizontal Menu */

#navigation{
	clear: both;
	margin-top: 30px;
	width: 488px;
	padding: 0px;
	color: #D49D3F;
	text-align:center;
}

#navigation a{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font: bold normal 16px Arial, Helvetica, sans-serif;
}

#navigation a:hover{
color: #D7BA89;
text-decoration: underline;
}

/* Sub Horizontal Menu */

#sub_navigation{
	margin:22px 0px 3px 0px;
	clear: both;
	width: 488px;
	padding: 0px;
	color: #D49D3F;
	text-align:center;
}

#sub_navigation a{
	padding: 0;
	margin: 0px;
	color: #D49D3F;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#sub_navigation a:hover{
color: #fff;
text-decoration: underline;
}
