﻿/*
	Version 1.0 - June 23, 2008
	Version 1.1 - Modified, October 1, 2008

	/////////////////////////////////////////////////////////////
	
	STYLE-TEMPLATE.CSS ORDER BREAKDOWN 	
		1. Body / Column Count
		2. Skip To
		3. Page Container
		4. Header
		5. Navigation (Top, Side)
		6. Sub Navigation
		7. Content Container (content types, breadcrumb)
		8  Footer/Copyright		
	
*/

html {scrollbar-track-color: #5a5e67}

.clear {
	clear:both;
}

body {
	background-image: url('../images/bodyBKG.jpg');
	background-repeat: repeat-x;
	background-color:#6DA4C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*Classes for content*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	font-size:medium;
}
h1.seo {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	font-size:large;
    margin-left:40px;
    margin-right:60px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	font-size: large;
}
h2.sidebarHeading {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: large;
	background-image: url('../images/sidebarHeadingBkg.gif');
	background-repeat: repeat-x;
	margin:0;

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000080;
	font-size: 14px;
	margin: 0;
}

h3.promoTitle {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: medium;
	margin:0;
}


h4 {
	
}

p {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	margin-bottom:15px;
}

a {
	color: #000080;
}

img.floatRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	clear: none;
}

iframe.floatRight {
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}

td.productlines {
	text-align:center;
}

img.floatLeft {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.button {
	background-position: right;
	color: #000080;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 21px;
	text-decoration: none;
	text-align:center;
	background-image: url('../images/button_right.png');
	background-repeat: no-repeat;
	display: block;
	padding-right: 5px;
}
a.button span {
	background: transparent url('../images/button_fill.png') no-repeat;
	height: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	display: block;
}

#button {
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	width:125px;
}

		
/* putting everything in a container to keep html code down */	

#pageContainer {
	width: 900px;
	margin: 10px auto 0 auto;
	position: relative;
}
#contentContainer {
	border: 1px solid #FFCC00;
	background-color: #062F63;
	margin-top: 20px;
	position: relative;
	clear: both;
	}

.contentModule {
	position: relative;
}


.contentModule h2 {
	color:white;
	padding-left: 5px;
	background-color: #062F63;
	height: 25px;
}

#containerMaincontent {
	background-repeat: repeat-y;
	padding-top: 116px;
}

#containerMaincontentInside {
	background-image: url('../images/contentInside.gif');
	background-repeat: repeat-x;
	position: relative;
	width: 898px;
	margin-left:auto;
	margin-right:auto;
	background-color: #062F63;
}

.floatLeftSidebar {
	float: left;
	z-index: 999;
	width: 200px;
	position:relative;
}
.floatLeftContent {
	float: left;
	width: 498px;
	position: relative;
}

.floatLeftContentListings {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.floatRightSidebar2 {
	float: right;
	width: 200px;
	position:relative;

}

.navigation {
	margin-top:25px;
	margin-bottom:25px;
	font-size: 20px;
	font-weight:bolder;
	padding-top:25px;
}

.navigation li a {
		color:white;
		padding:9px;
		text-decoration:none;
}

.navigation li a:hover {
		color:#062F63;
		padding:9px;
		background-color:#FFCC00
}

.navigation li{
	display:inline;
	margin-right: 20px;
}

.navigation ul {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align: center;
	}


/* HEADER */
#header {
	background: url('../images/header.gif') no-repeat;
	padding: 10px;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	height: 96px;
	width: 878px;
	position: absolute;
	top: 0px;
	left:0px;
	border-bottom-color: #FFCC00;
}
	
	
	/* supplementary navigation in the header */
	
	ul.headerNav {
	margin: 0 0 0 225px;
	padding: 0;
	list-style-type: none;
	position: relative;
	height: 30px;
	font-size: 14px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	
	}
		
	ul.headerNav li {
	display: inline-block;
	float: left;
}

	ul.headerNav li a{
	display: inline-block;
	margin: 0 0 0 5px;
	color: #336600;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	background-image: url('../images/top_nav_btn.gif');
	background-repeat: repeat-x;
	border: 1px solid #FFCC00;
}
	ul.headerNav li a:hover{
	color:white;
	background: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 50% 110%;
}

	
	/* site logo */
	#header #logo {
		position: absolute; 
		left: 5px; 
		top: 5px;
		width: 300px;
		z-index: 1000;	
		}
		
		#header img {
	border-style: none;
}
		


/*roundedn corner box*/

#sidebar1 {
	border-top: 1px solid #FFCC00;
	min-height: 200px;
	width: 199px;
	background-image: url('../images/sibebarBKG.jpg');
	background-repeat: no-repeat;
		position:relative;
		z-index:999;

}
#sidebar2 {
	width: 199px;
	min-height: 200px;
	border-top: 1px solid #FFCC00;
		float: left;
	background-image: url('../images/sibebarBKG2.jpg');
	background-repeat: no-repeat;
		position:relative;

}

#listings {
	margin-bottom: 10px;
	padding: 10px;
	width: 148px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


#listings a{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#listings a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#thumbs {
	width: 498px;
	height: 80px;
}


#flashContent {
	height: 255px;
	position: relative;
	clear: both;
	position:absolute;
	top: -47px;
}

.flashContent {
	position: absolute;
	width:498px;
	height:320px;
}


#content {
	padding: 10px;
	width: 478px;
	min-height: 400px;
	background-color:#D0D9EE;
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
	clear:both;

}

#contentListings {
	padding: 10px;
	width: 478px;
	min-height: 400px;
	background-color:#D0D9EE;
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
	clear:both;

}

#content p{
	color:black;
}

#content img{
	border-style:none;
}

#content ul {
	list-style:none;
	margin-bottom: 10px;
}
#content ul.indent{
	text-indent:40px;
}

.module {
	margin-TOP: 10PX;
	margin-bottom:20px;
	background-position: 50% top;
	background-image: url('../images/moduleBKG.png');
	background-repeat: no-repeat;
	min-height: 175px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;

}

.module h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:900;
	margin-bottom: 10px;
	padding-left: 20px;
	text-align:left;

}

.module img {
	margin-left:auto;
	margin-right: auto;
	border-style:none;

}


#contentInside {
	clear: both;	
}

/*====LISTING STYLES*/

#listingsDetail {
	background-color: transparent;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
	height:2050px;
}

#T1 {
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 850px;
	height: 1625px;
}

#T2 {
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 850px;
	height: 600px;
}


#T3 {
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 850px;
	height: 800px;
}

iframe {
   background-color: #333333;
}


/* SITE FOOTER/NAVIGATION */
#footer {
	font-size: 10px;
	position: relative;
	background-repeat: repeat-x;
	background-color: #F7BE20;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	padding-top: 20px;
	min-height:225px;
}

	#footer .bottomNav li {
		display: inline;
		padding: 0 15px;
	}
		#footer .bottomNav li a {
		}
		
		
/*footer links*/

#other-features {
	width: 477px;
	height:140px;
	padding-bottom:10px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#other-features p {
	font-size: 12px;
}


.footerCol {
	position:relative;
	float: left;
	width: 115px;
}

.footerCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	font-weight: bolder;
}

.footerCol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding: 0;
}

.footerCol ul a {
	color: #666666;
	text-decoration: none;
}

.footerCol ul a:hover {
	color: #062F63;
	text-decoration: none;
}

/* copyright info */
#copyright {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top:20px;
	font-size: 14px;
	text-align:center;
}
.whitelink a:link	{ text-decoration: none; color: white; }
.whitelink a:visited	{ text-decoration: none; color: white; }
.whitelink a:hover	{ text-decoration: underline; }
