@charset "utf-8";
/* CSS Document */


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#header {
	margin-right: auto;
	margin-left: auto;
	
}
body {
	padding-top: 50px;
	background-color: #050d34;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav-main {
	padding: 0 20px;
	overflow: hidden;
	background-image: url(../images/Nav/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color:#050f2e;
}
    #nav-main ul {
	margin:0;
	padding:0;

	}
    #nav-main ul li {
		display:inline;
		margin:0;
		padding:0;
		list-style:none;

		}
    #nav-main ul li a {
	display: block;
	float: left;
	padding: 10px 14px 10px 15px;
	text-decoration: underline;
	border-right: 1px solid #0A1F5C;
	color: #9BCEFF;
	font-weight: bold;
		}
    #nav-main ul li #nav-active a {
	border:0;
	font-weight:bold;
	text-decoration:none;
	background:#FF9900; 
	color:#00C;
	}
    #nav-main ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FF9900;
	}
h1 {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
}

h2 {
  font-weight: bold;
  color:#F90;
  font-size: 16px;
}
#cols {
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 100%;
}

#col-left {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	overflow: hidden;
	background-color: #003;
	border-radius: 5px;
}
#left-content {
	clear: both;
	float: left;
	background-color: #0A1A4D;
	border-radius: 5px;
	padding-top: 4;
	width: 97%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left-imgs {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;

}
#photos {
	margin-bottom:15px;
	font-size:0;
}
#photos img {
	display:block;
	float:left;
	width:116px;
	height:90px;
	border:0;
	margin-right:10px;
	}
	
#left-text {
	clear: both;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left-brands-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F90;
	font-size: 15px;
}
#left-brands-img {
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#left-ins-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}







#top-img {
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-bottom:	10px;
}
#top-content {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 370px;
}
#top-title {
	background-color: #09F;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;

}
#top-text {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#col-right {
	float: right;
	width: 270px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	border-radius:5px;
	background-color: #003;
	border-radius: 5px;
}
#footer {
	clear: both;
	background-color: #F90;
	border-radius: 5px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}
#footer-left {
	float: left;
}
#footer-center {
	float: left;
	clear: none;
	padding-left: 30px;
}
#footer-right {
	float: right;
}


#right-title {
	font-weight: bold;
	color: #F90;
}
#right-form {
	background-color: #0A1A4D;
	border-radius: 5px;
}
#right-img {
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#right-text {
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
