*{ margin:0; padding:0; }
body{
	background:#000 url(../images/bg.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
img, div { behavior: url(../../template9/css/iepngfix.htc) }
strong{
	color:#CC6600;
}
strong.phone{
	font-size:24px;
}
img.floatLeft{
	padding:5px 10px 0 0;
	float:left;
}
img.floatRight{
	padding:5px 0 0 10px;
	float:right;
}
#bg{
	width:1012px;
	height:inherit;
	background:url(../images/light.png) no-repeat center top;
}
#container{
	width:800px;
	height:inherit;
}
#header{
	width:800px;
	height:115px;
	background:url(../images/header.jpg) no-repeat center bottom;
}
#rightHeader{
	width:400px;
	height:100px;
	float:right;
	margin-top:15px;
}
#rightHeader h1{
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	color:#FFFFFF;
	margin-top:45px;
	padding-right:10px;
}
#menu{
	width:800px;
	height:25px;
	background:url(../images/bgMenu.jpg) repeat-x left top;
	text-align:left;
}
#menu p{
	line-height:150%;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
}
#menu a{
	color:#fff;
	text-decoration:none
}
#menu a:hover{
	color:#CC6600;
	text-decoration:none;
}
#content{
	width:800px;
	height:inherit;
	background-color:#fff;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#CC6600;
	padding:3px 20px;
}
#content p{
	padding:3px 20px;
	line-height:150%;
}
#content ul{
	padding:3px 20px 3px 50px;
}
#content li{
	line-height:150%;
}
#footer{
	width:800px;
	height:100px;
	background:url(../images/footer.jpg) no-repeat center top;
	margin-bottom:15px;
}
#footer p{
	color:#fff;
	line-height:200%;
	font-size:11px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#014A94;
	background-color:#fff;
}
#serv {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    color: #333333;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 97%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title {
    background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
#title strong {
     color: #FFFFFF;
    }

#serv td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 2px;
}
#serv td:first-child {
    border-left: medium none;
}
#serv td:last-child {
    border-right: medium none;
}
