** {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

body
{
	background-color:#462c1b;
	color:#7e1416;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

a:link, a:visited { text-decoration: none; color: #ffc325; }
a:hover { text-decoration: underline; }

h1{
	color: #000;
	margin-bottom:6px;
	font-size:22px;
}

h2{
	color:#000;
	margin-bottom:10px;
}

h3{
	font-size:16px;
	margin-bottom:0px;
	color:#000000;
	margin:0px;
	margin-top:3px;
}

div,li,td {
	font-size: 12px;
	line-height:16px;
}

p {
	font-size:12px;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	line-height:19px;
	color:#000;
}

p span.red{
	color:#7e1416;
}

img{
	border:none;
}

form{
	padding:0;
	margin:0;
}

div#header{
	width:510px;
	height:205px;
	position:relative;
}

div#header #logo{
	position:absolute;
	top:0px;
	left:-40px;
}

div#header #text{
	position:absolute;
	top:30px;
	font-size:13px;
	left:230px;
	z-index:5;
	line-height:24px;
}

div#header #contact_form{
	position:absolute;
	top:110px;
	font-size:13px;
	left:230px;
	z-index:5;
	line-height:24px;
}

div#header #text span.phone{
	font-size:40px;
}

div#container{
	width:1062px;
	margin:0 auto 0;
	background-color:#000;
}


div#container div#page{
	width:1048px;
	position:relative;
	background-image:URL('/images/template/fullpage.png');
	background-repeat:no-repeat;
	float:left;
	margin-left:7px;
	margin-right:7px;
}

div#container div#page div#left{
	float:left;
	width:510px;
	min-height:388px;
  	height:auto !important;
  	height:388px;
  	position:relative;
	padding-left:25px;
	padding-right:5px;
}

div#container div#page div#right{
	float:right;
	width:508px;
	position:relative;
}


ul,ol{
	margin-left:20px;
}

div.services ul{
	list-style:none;
	float:left;
	width:255px;
	margin:0;
	padding:0;
}

div.services ul li{
	list-style:none;
	width:255px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}


ul#slideshow{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:21px;
}

ul#slideshow li{
	list-style:none;
}

div#footer p{
	text-align:center;
	color:#FFF;
	line-height:16px;
	font-size:11px;
}






