@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #001a40 url("Imgs/bg.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 759px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;

}
#top {
	width: 759px;
	
}
#navigation {
	height: 42px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 42px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -42px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Imgs/Nav/home.jpg"); width: 86px; }
#nav_1 { background-image: url("Imgs/Nav/intro.jpg"); width: 149px; }
#nav_2 { background-image: url("Imgs/Nav/sales.jpg"); width: 156px; }
#nav_3 { background-image: url("Imgs/Nav/request.jpg"); width: 161px; }
#nav_4 { background-image: url("Imgs/Nav/faq.jpg"); width: 73px; }
#nav_5 { background-image: url("Imgs/Nav/contact.jpg"); width: 134px; }

#nav a:hover {
	text-decoration: none;
	
}
#header {
	width: 759px;
	
}
	
#content {
	width: 759px;
	float: left;
	background: url("Imgs/bodybg.jpg") repeat-y center top;
	
	}

#left {

	width: 520px; float: left;}
	
#left p {
	margin: 10px 20px 0px 20px;
	line-height: 20px;
	color: #ffffff;

}

#right {
	float:left;
	width: 230px;


}

#footer {
	width: 759px;
	float: left;

}

a {
	color: #92abd0;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #f5bdba;
	text-decoration: underline;
	font-weight:bold;


}

#content img {
	margin: 0px 0px 0px 0px !important;

}

h1 {
	margin: 10px 10px 10px 20px;
	color: #d2d2d2;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;
	
	}
	
	
h2 {
	margin: 10px 10px 10px 20px;
	color: #c3d5f0;
	font-family: "arial", arial, verdana;
	font-size: 15px;
	font-weight:  bold;



}
a img {
	border: 0px;
	
}