@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 24px;
	color: #f1250e;
}
.style2 {font-size: 18px}
.style3 {
	font-size: 20px
}


body{
	background:#d4d3c3;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper{
	width:990px;
	height:auto;
	
	margin:0 auto;
	
}
.header{
	width:940px;
	height:205px;
	float:left;
	background:url(header.gif) no-repeat;
	padding:0 25px 0 25px;
}
.header .cont{
	float:right;
	height:auto;
	width:300px;
	text-align:right;
	font-size:16px;
	margin:45px 40px 0 0;
}
.top_menu{
	height:25px;
	width:940px;
	float:left;
	background-image:url(../images/menu_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:5px 0 0 0;
}
.top_menu ul{
	margin:0 0 0 510px;
	padding:0;
}
.top_menu li{
	display:block;
	float:left;
	list-style:none;
	font-size:15px;
	color:#000000;
	margin:0 10px 0 10px;
}
.top_menu li a{
	color:#000000;
	text-decoration:none;
	height:25px;
		display:block;
}
.top_menu li a:hover{
	color:#f1250e;
	text-decoration:none;
	background-image:url(../images/menu_hover.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	display:block;
}
.curr{
	color:#f1250e;
	text-decoration:none;
	background-image:url(../images/menu_hover.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	display:block;
}

.main_cont{
	width:940px;
	height:auto;
	float:left;
	background-image: url(cont_bg.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.main_cont .row1{
	width:920px;
	height:auto;
	float:left;
	background:#ececec;
	padding:5px 10px 10px 10px;
}
.main_cont .row1_box1{
	width:301px;
	height:191px;
	float:left;
	background:#ffffff;
	border:#CCCCCC solid 1px;
	margin:5px 0 0 0;
}
.main_cont .row1_box2{
	width:301px;
	height:191px;
	float:left;
	background:#ffffff;
	margin:5px 0  0 6px;
	border:#CCCCCC solid 1px;
}
.main_cont .row1_box3{
	width:301px;
	height:191px;
	float:left;
	background:#ffffff;
	margin:5px 0  0 5px;
	border:#CCCCCC solid 1px;
}
.main_cont .row2{
	width:930px;
	height:auto;
	float:left;
	background:#ffffff;
	padding:5px 0 0 10px;
	border-top:#0c875b solid 6px;
	margin:6px 0 0 0;
}
.main_cont .row2 .welcont{
	height:auto;
	width:550px;
	float:left;
	background:#fff;
	font-size:14px;
	
}
.main_cont .row2 .welcont2{
	width:340px;
	height:auto;
	float:right;
	background:url(../images/wel_bg.gif) repeat-x;
	padding:10px 10px 10px 15px;
	font-size:13px;
	line-height:25px;
}
.footer_main{
	width:940px;
	height:25px;
	float:left;
	background:#fff;
	border-top:#eceaea solid 6px;
	text-align:right;
	font-size:12px;
	color:#666666;
	padding:5px 0 0 0;
	margin:10px 0 0 0;
}
.footer2 {
	width:940px;
	float:left;
	background:#fff;
	border-top:#eceaea solid 6px;
	text-align:right;
	font-size:12px;
	color:#666666;
	padding:5px 0 0 0;
	margin:10px 0 0 0;
}
.footer{
	height:23px;
	width:990px;
	float:left;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	
}

/*SERVICES*/
	
.serv_main{
	width:930px;
	height:500px;
	float:left;
	background:#ffffff;
	padding:5px 0 0 10px;
	
	margin:6px 0 0 0;
}



/*CONTACT*/
	
.contact_main{
	width:930px;
	height:500px;
	float:left;
	background:#ffffff;
	padding:5px 0 0 10px;
	
	margin:6px 0 0 0;
}
