@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bodyBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#1f64a5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#2c2d31;
}
#wrapper {
	width:852px;
	margin:0px auto;
}
#container {
	width:853px;
	float:left;
	background-color:#ffffff;
}
#logoSection {
	width:853px;
	height:90px;
	padding-top:7px;
	background-color:#041d42;
	text-align:right;
	margin-bottom:10px;
}

#logoLeft{
	float:left;
	width:400px;
	height:30px;
	text-align:left;
	margin-top:30px;
	margin-left:30px;
	display:inline;
	color:#ffffff;
	font-size:25px;
	font-weight:bold;
	}
	
#logoRight{
	float:right;
	width:370px;
	text-align:right;
	display:inline;
	margin-right:30px;
	margin-top:25px;
	}	

#mainImageLeft {
	float:left;
	width:840px;
	height:252px;
	border:5px solid #ffffff;
	display:inline;
	padding:1px;
}
#content {
	width:831px;
	float:left;
	margin-left:18px;
	display:inline;
}
#columnRight {
	float:right;
	width:612px;
	margin-top:27px;
	padding-right:18px;
	display:inline;
}
#product1 {
	width:620px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	padding:0px;
}
#productImage {
	width:153px;
	float:left;
}
#productImage img {
	padding:1px;
	border:1px solid #b5b4b4;
}
#productDesc {
	width:100%;
	float:right;
}
#columnLeft {
	width:190px;
	float:left;
	display:inline;
}
#linksPanel {
	width:180px;
	float:left;
	margin-top:8px;
}
#linksPanel ul {
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	list-style:none;
	padding:0px;
}
#linksPanel ul li {
	border:1px solid #d2e0ed;
	margin:7px;
}
#linksPanel ul li a {
	font-size:11px;
	font-weight:bold;
	color:#2c2d31;
	text-decoration:none;
	margin-left:5px;
}
#linksPanel ul li a:hover {
	font-size:11px;
	font-weight:bold;
	color:#aaaaac;
	text-decoration:none;
	margin-left:5px;
}
#banners {
	float:left;
	width:180px;
	text-align:left;
	margin-top:8px;
}
#footer {
	width:100%;
	float:left;
	background-color:#052657;
	color:#ffffff;
}
#footerSub {
	margin:0px auto;
	width:842px;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

#footerSub a{
	color:#b3cbe1;
	font-size:11px;
	text-decoration:none;
}

#footerSub a:hover{
	color:#b3cbe1;
	font-size:11px;
	text-decoration:underline;
}

/*		General HTML tags		*/

h1 {
	font-size:22px;
	color:#2c2d31;
	margin:0;
	padding:0;
}
h2 {
	font-size:17px;
	color:#2c2d31;
	margin:0;
	padding:0;
}

a{
	color:#134a89;
	font-size:15px;
	text-decoration:none;
}

a:hover{
	color:#7192b8;
	font-size:15px;
	text-decoration:none;
}

p a{
	color:#1f64a5;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	}
	
p a:hover{
	color:#6292c0;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	}	
	

.style1 {
	color: #2984b3;
}
.style1:hover {
	color: #bbd6e5;
}
