

/* -------------------------------------- MAIN -------------------------------------- */

* {
	margin: 0;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	color:#B8C2D5;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(assets/tileBG.jpg);
	background-repeat: repeat;
	background-color: #04173B;
	line-height: 22px;
	text-shadow: 0 0 0 #000;
}
.ImgBorder {
	border: 1px solid #081E2F;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#cccccc;
	text-decoration:none;
}
ul {	
	margin:0 0 0 20px;
	list-style-type:disc;
}
li {
	margin:4px 0 5px 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #CD0921;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.bold  {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.thumbnail {
	height: 80px;
	width: 80px;
	float: left;
	padding: 0 0 16px 16px;
}
#container {
	width:860px;
	text-align:left;
	vertical-align: middle;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#topbar {
	height: 20px;
	width: 100%;
	background-image: url(assets/tileTop.gif);
	background-repeat: repeat-x;
}
#topInfo {
	height: 20px;
	width: 860px;
	margin: 0 auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
}
#header {
	height:350px;
	background-color:#021C39;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content {
	width:860px;
	min-height:200px;
}
#pageTitle {
	width:860px;
	height:30px;
	margin-bottom:30px;
	display: inline;
	float: left;
}
#main {
	width:540px;
	float:left;
	padding-right:30px
}
#contactForm {
	width:540px;
	float:left;
	padding-right:30px
	border:1px solid #001530;
	background-color: #0E2441;
	margin-bottom:30px;
}
#sidebar {
	width:288px;
	float:right;
	border:1px solid #010523;
	background-image: url(assets/sideBG.jpg);
	background-position: top;
	height: 220px;
}
#sidebarLightbox {
	width:290px;
	float:right;
	background-position: top;
}
#contactBox {
	width:248px;
	min-height:160px;
	padding:20px;
	float:right;
	border:1px solid #010523;
	background-image: url(assets/sideBG.jpg);
	background-position: top;
}
a.btnHome {
	display: block;
	width: 565px;
 	height: 60px;
	background: url(assets/btnHome.png) 0 0 no-repeat;
	text-decoration:none;
	line-height:60px;
}
a:hover.btnHome {
	background-position: 0 -60px;
	line-height:60px;
	text-decoration:none;
}
.btnBox {
	height:60px;
	width:auto;
	display: block;
	margin-top:30px;
}
div.clear { clear: both; }

#homeImageArea {
	width:858px;
	height:220px;
	border:1px solid #001530;
	margin-bottom:30px;
	float:left;
	background-color: #0E2441;
}
.imageBox {
	width:286px;
	height:220px;
	float:left;
}
.affiliates {
	width:248px;
	height:60px;
	margin-bottom: 10px;

}
.redDetails {color: #CD0921}

.left { float: left; }
.right { float: right; }


/* -------------------------------------- MENU -------------------------------------- */

#gradientMenu{
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:normal;
	background:transparent url(assets/menuBG.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#gradientMenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#gradientMenu ul li{
	display:block;
	float:left;
	margin:0;
}
#gradientMenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0 20px 0 20px;
	height:40px;background:
	transparent url(assets/menuDivider.gif) no-repeat top right;
}
#gradientMenu ul li a:hover,#gradientMenu ul li a.current{
	color:#CCCCCC;
	background-color: #B50017;
	background-image: url(assets/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* -------------------------------------- GALLERY -------------------------------------- */

.thumbnailGallery {
	height: 94px;
	width: 136px;
	float: left;
	padding: 5px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #010523;
	margin-right: 30px;
}
.thumbnailGalleryEnd {
	height: 94px;
	width: 136px;
	float: left;
	padding: 5px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border: 1px solid #010523;
}
#gallery {
	width:860px;
	float:left
}

/* -------------------------------------- PRESS PAGE -------------------------------------- */

.pressContainer {
	width:818px;
	height:160px;
	border:1px solid #001530;
	margin-bottom:30px;
	float:left;
	background-color: #0E2441;
	padding: 20px;
}
.pressContent {
	width:500px;
	float:left;
}
.pressImage {
	width:300px;
	float:right;
	text-align: right;
}
.btnDownload {
	height: 55px;
	width: 180px;
	margin-left: -20px;
	float: left;
}
.padding {
	padding-left: 20px;
}

/* -------------------------------------- FOOTER -------------------------------------- */

#footer {
	font-size:11px;
	background:#322F31 none repeat scroll 0 0;
	background-image: url(assets/tileFooter.jpg);
	background-repeat: repeat;
	margin:auto;
	width:100%;
	min-height:120px;
	height: auto;
}
#footerContent {
	width:860px;
	height:80px;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}