@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
}
*
{
margin:0px;
padding:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
img
{
border:none;
}
/* CSS Header Document */
.header
{
width:766px;
height:290px;
float:left;
text-align:left;
background:url(images/wrapper_logo.jpg) left 30px no-repeat;
}

/* CSS Body-main Document */
.body-main
{
width:660px;
height:auto;
float:left;
text-align:left;
padding:30px 56px 30px 50px;
}
.index-services
{
width:260px;
float:left;
text-align:left;
height:auto;
}
.index-services ul
{
margin:0px;
padding:0px;
}
.index-services ul li
{
list-style-type:none;
width:240px;
padding:5px 5px 5px 15px;
float:left;
margin-bottom:10px;
background:url(images/index_green_bulet.gif) 4px 9px no-repeat #f7f7f7;
}
.dot-line
{
border-right:1px dotted #bdbdbd;
}
.horizontal-line
{
border-bottom:1px dotted #bdbdbd;
}
.padding10
{
padding-left:10px;
}
.body-image
{
float:left;
padding:4px;
border:1px solid #bdbdbd;
margin-right:10px;
background-color:#FFF;
}
.quick-contact
{
padding:4px;
border:1px solid #bdbdbd;
}
.gray-box
{
background-color:#F9F9F9;
padding:10px;
float:left;
text-align:left;
width:640px;
}
.partner-table td
{
background-color:#999999;
color:#FFF;
font-size:26px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
height:50px;
}
.partner-table td:hover
{
background-color:#5fba17;
color:#FFF;
font-size:26px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
}
.services-table td
{
background: url(images/wrapper_top_line.jpg) left top repeat;
color:#FFF;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
height:50px;
padding-left:10px;
width:305px;
}
.services-table td:hover
{
background:#5fba17;
color:#FFF;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
padding-left:10px;
width:305px;
}
/* CSS Footer Document */
.footer-bg
{
background:url(images/footer_wrapper.jpg) left bottom repeat-x;
height:50px;
}
.footer-inside
{
background:url(images/footer_bgr.jpg) center top no-repeat;
height:50px;
padding-left:50px;
color:#FFF;
}

/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646464;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #767668;
	text-decoration: none;
	margin-bottom:10px;
	padding:0px;
}
body a
{
color:#5fba17;
text-decoration:none;
font-weight:bold;
}
body a:hover
{
color:#FF9900;
text-decoration:none;
}