/* CSS Document */
body{
background-image:url(images/b_bg.gif);
background-repeat:repeat-x;
background-color:#007AC4;
padding:0px;
margin:0px;
}
.left_shadow_bg {
	background-image: url(images/left_shadow_bg.gif);
	background-repeat: repeat-y;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	text-decoration: none;
}


.right_shadow_bg {
	background-image: url(images/right_shadow_bg.gif);
	background-repeat: repeat-y;
}

.header_bg {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}

.nav_right_bg {
	background-image: url(images/nav_right_bg.gif);
	background-repeat: repeat-x;
}
.navigation_bg {
	background-image: url(images/navigation_bg.gif);
	background-repeat: repeat-x;
}

.navigation_blank{
	background-image: url(images/navigation_blank.jpg);
	background-repeat: repeat-x;
}
.content_bg {
background-color:#001B68;
	
}

.gallery_bg {
background-image: url(images/gallery_bg.gif);
	background-repeat: no-repeat;
	
}
.productandservice_bg {
background-image: url(images/productandservice_bg.gif);
	background-repeat: no-repeat;
	
}

.footer_bg {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

.footer_text {
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #99A9CD;
	text-align:left;
	text-decoration: none;
}

.footer_text a{
font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #99A9CD;
	text-align:left;
	text-decoration: none;
}

.footer_text a:hover{
	font-family:Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
}

.form_text {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align:left;
	text-decoration: none;
}