@charset "utf-8";
/* CSS Document */

html { margin:none;}
body, div, h1, h2, p, ul, img {margin:0px; padding:0px; }
body{
	background:url(images/bg.jpg) repeat-x #FFFFFF;
	font-family:'Tahoma',Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666;


}


#container {
	width:795px;
	height:auto;
	margin:0 auto;

}

#header {
	height:259px;
	width:795px;
	background: url(images/header-bg.jpg) no-repeat;

	}
	
#slideshow {
	width:638px;
	height:223px;
	margin:0px 0px 0px 79px;
	padding:12px 0px 0px 0px;
	}	
	
.content {
	width:795px;
	height:auto;}	
	
#text { 
    margin:20px 10px 52px 0px;
	width: 610px;
	height:210px;;
	float:left;
    }

#img {
	margin:25px 0px 30px 0px;
    width:156px;
	float:right;
	height:auto;}

a:link, a:active, a:visited{
	color:#DEE306;
	text-decoration:none;
} 
 a:hover { color:#999 ; text-decoration:none; }
h1 {
	font-size:14px;
	color:#DEE306;
	line-height:12pt;
	padding-bottom:8px;
}

h2 {
	font-size:14px;
	color:#DEE306;
	line-height:12pt;
	padding-bottom:8px;
	
}

p {
	line-height:17pt;
	font-size:12px;}

#footer { 
     width:795px;
	 height:auto;
	 clear:both;
	 margin:30px 0 15px 0;}
	 
#services {
	float:left;
	width:360px;
	font-size:12px;
	color:#FFF;
	padding:0 10px 0 0;}	 
	
#contact {
	float:right;
	width:405px;
	font-size:12px;
	color:#FFF;
	padding:0 0 0 15px;}	

#contact.box {
	width:auto; height:auto;
	float:left;
	line-height:22pt;
	margin:10px 0 3px 0;}
#hr {
	background:url(images/hr.jpg) no-repeat;
    height:298px;
    width:3px;
	float:left;}	
	
.ul, li {
	list-style-type: circle;
	line-height:15pt;
	}	
	
	#copyright {
		float:left;
		color:#666;
		font-size:10px;
		width:790px;
		margin: 20px 0px 20px 0px;}
