/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
text-decoration:underline;
}
#gallery ul li{
	list-style:none;
	
	
}
.logo
{
margin-left:25px;
margin-top:12px;
}
.text_box_background
{
background:url(../images/text_box_bg.jpg) left top repeat-y;
padding:13px 16px 15px 27px;
text-align:justify;
}
.text_box_shadow
{
background:url(../images/box_bottom_shadow.gif) left top no-repeat;
height:12px;
}
.border_right
{
border-right:6px solid #90bbfa;
}
.text_box_table
{
margin-top:10px;
margin-bottom:20px;
margin-left:22px;
margin-right:12px;
}

#menu ul li {
	float:left;
	
	list-style:none;
	width:100px;
	height:20px;
	padding-left:0;
}
#menu ul {
	
	list-style: none;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu ul li{
	height: 35px;
	margin-top: 10px;
}
#menu ul li a{
	float:left;
	width:125px;
	height:35px;
	background:url(../images/menu1.gif) left top no-repeat;
	font-family:"tahoma";
	color:#006;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

}
#menu ul li a:hover{
	
	float:left;
	width:125px;
	height:35px;
	background:url(../images/menu2.gif) left top no-repeat;
	font-family:"tahoma";
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
}
	
	
	
.free_quote
{
margin-left:159px;
}




/* CSS Background image Document */
.header_bottom
{
background:url(../images/header_bottom.gif) left top no-repeat;
height:20px;
}
.header_bg
{
background:url(../images/header_bg.jpg) left top repeat-x;
height:180px;
}


.footer_left
{
background:url(../images/footer_left.gif) left top no-repeat;
height:32px;
padding-right:10px;
}
.left_bg
{
background:url(../images/left_bg.gif) left top repeat-y;
width:170px;
padding-left:0px;
padding-top:0px;

}

.contact_shadow
{
background:url(../images/contact_shadow.gif) left top no-repeat;
height:12px;
}


/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #021a61;
	text-decoration: none;
}
.white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.blu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#006;
	text-decoration: none;
}