html,body,ul,li,p,h1,h2,h3,form,fieldset,a,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

body {
	background-color: #fdfcf9;
	font-family: "Bell MT", "Trebuchet MS";
	width:100%;
	min-width:1024px;
	color: #444B4E;
}

a:link              { color:#323232; text-decoration:underline; font-weight:bold;}
a:visited           { color:#323232; text-decoration:underline; font-weight:bold;}
a:hover             { color:#323232; text-decoration:underline; font-weight:bold;}
a:active            { color:#323232; text-decoration:underline; font-weight:bold;}

.header {
	background:#575648;
	background: url(images/head_bg.png) repeat-x top;
	height:159px;

}

.head {
	background: url(images/header.png) no-repeat top center;
	height:159px;
	width:1024px;
	margin:0 auto;
}

.head img {
	margin: 40px 0 0 65px;
}

.main_container {
	background: #dad5c6;
	border-bottom: dashed 2px #8e8d83;
	border-top: dashed 2px #8e8d83;
	
}

.main {
	height:492px;
	width:1024px;
	background: url(images/main_bg.png) no-repeat top center;
	margin:0 auto;
	text-align:center;

}

.main .left {
	float:left;
	margin:15px 20px 0 65px;
	width:525px;
	display:inline;
}

.right_box {
	float:right;
	height:414px;
	width:274px;
	background:url(images/empty_box.png) no-repeat;
	margin:40px 100px 0 0;
	display:inline;
}

.right_box h1 {
	text-align:center;
	padding:20px 0 5px 0;
}

.right_box p {
	padding:0 25px 0 25px;
}

.right_box ul {
	font-size:.8em;
	padding:0 20px 10px 55px;
}
	

.main_text {

	text-align:left;
}

.footer {
	width:1024px;
	height:50px;
	font: 12px "Trebuchet MS";
	color: #8e8d83; 
	text-align:left;
	font-size: .7em;
	margin:0 auto;
	clear:both;

}

.footer p {
	padding:15px 0 0 65px;
}

h1 {
	font:25px "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding:0 0 10px 0;
}

h2 {
	font:32px "Trebuchet MS", sans-serif;
	color:#8e8d83;
	font-weight: bold;

}

h3 {
	font:24px "Georgia", serif;
	color:#8e8d83;
	
}

.front_table {

	margin-top:60px;
}

.front_table td {
	padding:0 10px 0 10px;
	font-size: .9em;
	font-weight:bolder;
	vertical-align:top;
	color:#8e8d83;
	border-left:1px solid;
}

.front_table img {
	vertical-align:middle;
	margin:-1px 0 0 5px;
}

ul {
	font: .8em "Trebuchet MS";
}

* html li {line-height:1.4em;}


.main p {
	font: .8em "Trebuchet MS";
	padding-bottom:12px;
	text-align:justify;
}

#services:hover
{ 
  background-position: 0 -49px;
}
 
#services
{
	display: block;
	width: 124px;
	height: 49px;
	background: url("images/services.png") no-repeat 0 0;
	margin:-75px 0 0 250px; 
}

#folio:hover
{ 
  background-position: 0 -49px;
}
 
#folio
{
	display: block;
	width: 124px;
	height: 49px;
	background: url("images/portfolio.png") no-repeat 0 0;
	margin:-49px 0 0 450px; 
}

#contact:hover
{ 
  background-position: 0 -49px;
}
 
#contact
{
	display: block;
	width: 124px;
	height: 49px;
	background: url("images/contact.png") no-repeat 0 0;
	margin:-49px 0 0 650px; 
}

.head span
{
  display: none;
}

.caps {
	font: bold;
	font-size:30px;
	line-height:1em;
}

.mailer {
	text-align:left;
	width:600px;
	margin:0 auto;
	padding-top:15px;
}

.mailer p {
	font: .8em "Trebuchet MS";
	float:left;
	display:inline;
}

input {
	background: url(../images/input.png) no-repeat;
	width: 219px;
	height: 20px;

	border: none;
	padding: 5px 0 0 5px;
	font: 14px "Trebuchet MS";
	color: #444B4E;
	margin-bottom: 15px;
}

textarea {
	background: url(../images/textarea.png) no-repeat;
	width: 249px;
	height: 116px;

	border: none;
	padding: 5px 0 0 5px;
}

input.submit {

	font: 14px "Bell MT";
	color: #dad5c6;
	font-weight: bold;
	width: 70px;
	height: 24px;
	padding: 0;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}

label {

	font: .8em "Trebuchet MS";
	margin:10px 0 5px 0;
}

form {
	float:right;
	text-align:right;
	padding-left:46px;
	border-left:  solid 1px #8e8d83;
	display:inline;
}


* html .mailer .blurb {padding-right:15px;}

input.submit {
	background: url(../images/button_send.png) no-repeat;
}

.mailer .blurb {
	width:280px;
	float:left;
	text-align:justify;
	display:inline;
	
}

.button {
	margin:40px 10px 0 10px;
}

.bottom {
	width:1024px;
	margin:0 auto;

}

.bottom p {
	font: .8em "Trebuchet MS";
	padding-bottom:12px;
}

.bottom .left {
	margin: 15px 0 0 65px;
	width:600px;

}

.bottom .left p {
	padding-right:65px;
	text-align:justify;
}

.bottom .left img {
	float:left;
	padding-right:5px;
	display:inline;
}

.bottom .right {
	margin:0 165px 0 0;
	float:right;
	border-left:1px solid #d0cbbb;
	padding:10px 0 10px 65px;
	display:inline;
}

.banner {
	margin-left:-32px;
}