/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #a4aeb4;
	margin-top: 0;
}


#site_bg{
	width: 1118px;
	height: auto;
	background-image:url(../images/bg_home_tile.jpg);
	position:relative;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
}

#site {
	width: 1118px;
	height: auto;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
}

#bannerFlash {
	position:absolute;
	left: 24px;
	top: 141px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family:Verdana;
	font-size: 22px;
	color: #0d2358;
	text-align: left;
	text-transform: uppercase;
	overflow: hidden;

	position:absolute;
	left: 26px;
	top: 412px;
	width: 790px;
	height: 25px;
}
	
.content {
	font-family: Verdana;
	font-size: 13px;
	color: #0d2358;
	overflow-y: auto;
	text-align: left;
	margin: 0px;
	position:relative;
	padding-right:5px;
	left: 26px;
	top: 452px;
	width: 790px;
	height: auto;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 105px;
	left: 24px;
	position: absolute;
	text-align: center;
	height: 36px;
	width: 1170px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: 211px;
	height: 36px;
	padding-right:2px;
	margin: 0;
	float: left;
	display: inline;
}
	
#topNav a {
	background-image:url(../images/nav_bg.jpg);
	width:211px;
	height:36px;
	display:block;
	margin: 0;
	padding: 0;		
	text-decoration: none;
	cursor: pointer;
}

#topNav a span {
	color: #ffffff;
	position: relative;
	top: 9px;
	width:213px;
	font-family: Verdana;
	font-size: 14px;
	font-weight:normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	background-image:url(../images/nav_bg_on.jpg);
}

#bottomNav {
	top: 0px;
	position: relative;
	text-align: right;
	height: 160px;
	width: 1118px;
	background-image: url(../images/bg_home_bottom.jpg);
}
	
#bottomNav ul {
	position: relative;
	top: 108px;
	right: 80px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 15px;
	margin-left: 10px;
	display: inline;
}
	
#bottomNav a {
	color: #071a36;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color: #000000;
}

div#button1 {
	position: absolute;
	left: 837px;
	top: 445px;
}

div#button2 {
	position: absolute;
	left: 837px;
	top: 522px;
}

div#button3 {
	position: absolute;
	left: 837px;
	top: 599px;
}

a.productbutton {
	display: block;
	width: 252px;
	height: 72px;
}

a.productbutton:hover {
	background-image:url(../images/button-on.png);
}
