/* CSS Document */

/* GENERAL LAYOUT CALLS
=====================================
*/

body, html {
	margin: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9;
	text-align: center;
	height: 100%;
	background-color: #000;
}

#forceRight {
	text-align: right;
}

a, a:link, a:visited  {
	text-decoration: none;
	color: #FC0;
}
	
a:hover {
	color: #F90;
}

p {
	margin: 3px 0 3px 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0;
	margin: 7px 0 7px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0;
	margin: 7px 0 7px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0;
	margin: 7px 0 3px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0;
	margin: 3px 0 3px 0;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0;
	margin: 3px 0 3px 0;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #CC0;
	margin: 3px 0 3px 0;
}

ul {
	margin: 1px 0 1px 20px;;
	padding:0;
}

li {
	list-style-image:url(../images/bullets/tri1.gif);
	list-style-position:outside;
	text-align: left;
	padding-bottom: 3px;
	margin-left: 10px;
}

/* POSITIONING LAYOUT CALLS
=====================================
*/

#container { /* main container div */
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	]height: 100%;
	background: url(../images/v3layout/PageBG.gif) repeat-y transparent;
	width: 750px;
}

#logo {
	width: 230px;
	height: 108px;
	float: left;
}

#headerR {
	width: 520px;
	height: 73px;
	background: url(../images/v3layout/headerR.gif) no-repeat transparent;
	float: right;
}

#slogan {
	width: 300px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
	color: #CC3;
	letter-spacing: 0.5px;
}

#contactInfo {
	float: right;
	text-align: right;
	padding: 10px 25px 0 0;
}
#menuBar {
	width: 480px;
	height: 15px;
	background: url(../images/v3layout/menuBar.gif) no-repeat transparent;
	float: right;
	padding: 10px 20px;
	font-size: 13px;
	text-align: center;
}

#wrapL {
	float: left;
	width: 190px;
}

#wrapR {
	float: right;
	width: 510px;
	padding: 0px 0px 5px 0px;
	margin: 20px 20px 0 0;
	font-size: 13px;
}
	#wrapR p {
		margin: 6px 0;
	}

#leftPre {
	padding: 2px 5px 2px 20px;
	margin: 3px 0px 3px 0;
}

#leftPost {
	padding: 2px 0 2px 20px;
	margin: 3px 0px 3px 0;
}

#pod {
	margin: 20px 0;
	padding: 2px;
	background-color: #333;
	border: 1px solid #996;
	width: 100%;
}

#hours {
	margin: 20px auto 0 auto;
	padding: 5px 20px;
	background-color: #333;
	border: 1px solid #996;
	width: 65%;
}


/* MAIN MENU STYLING CALLS
=====================================

*/

#menuBar a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #CCCC99;
	padding: 0 7px 0 5px;
	margin: 0 0 0 5px;
	border-left: 3px solid #CC9;
}

#menuBar a:visited {
	color: #CCCC99;
}

#menuBar a:hover {
	padding: 0 7px 0 5px;
	margin: 0;
	border-left: 8px solid #FFF;
}

/* SUB MENU STYLING CALLS
=====================================

*/

#subMenu {
	text-align: right;
	color: #CC0;
	font-size: 12px;
	line-height: 18px;
	padding: 0 2px;

}
#subMenu a, #subMenu a:link, #subMenu a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #CC6;
	text-decoration: none;
	text-align: right;
	border: thin none;
	border-right: 2px solid #CCC;
	padding-right: 4px;
}

#subMenu a:hover {
	border-right: 4px solid #FFF;
	padding-right: 2px;
	color: #CCF;
}

/* TEXT STYLING CALLS
=====================================

*/

.RED_ALERT {
	font-style: normal;
	color: #FC0;
}

.hint {
	font-size: 10px;
	color: #CCF;
}

.title {
	font-weight: bold;
	color: #CC0;
	margin: 10px 0 0 0;
	padding: 1px 3px;
	width: 100%;
	background-color: #990000;
	border: 1px solid #996;
	text-align: center;
}
			
.copywrite  {
	position: relative;
	font-size: 10px;
	color: #CC9;
	background-color: #333333;
	border: 1px solid #996;
	text-align: center;
	padding: 2px;
}

	.copywrite a {
		color:#CC9;
		text-decoration: none;
	}
	
	.copywrite a:visited {
		color: #CC9;
	}
	
	.copywrite a:hover {
		color: #CC0;
	}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0;
	padding: 0;
	border:none;
	visibility: hidden;
}

hr {
	height: 1px;
	background-color: #996;
	color: #996;
	border: #996;
	padding: 0;
}

#itemList  {
	margin: 0;
	padding: 0;
	width: 100%;
}

	itemList  ul {
		margin: 0;
		padding: 1px 3px;
	
	}
	
	
	#itemList li {
		width: 100%;
		margin: 0;
		padding: 3px 3px;
		border-bottom: 1px solid #996;
		list-style: none;
		list-style-image: none;
	}
		
	#itemList a, #itemList a:link, #itemList a:visited {
		color: #CC0;
		text-decoration: none;
	}
	
	#itemList a:hover {
		color: #C90;
	}

.productBox  {
	font-size: 12px;
	color: #CC9;
	border-top: 1px solid #996;
	padding: 5px;
}

.dividerBox  {
	font-size: 12px;
	color: #CC9;
	border-top: 3px solid #996;
	padding: 5px;
}

.stinger {
	font-size: 14px;
	font-weight: bold;
	color: #CC6;
	text-align: right;
	border-top: 1px solid #996;
	padding: 5px;
}

#site-map a, #site-map a:link {
	text-decoration: none;
	color: #FC0;
}

#site-map a:visited {
	color: #999;
}

#site-map a:hover {
	
	color: #F90;
}

/* IMAGE STYLING CALLS */

#wrapR img {
	border: 1px solid #999;
	padding: 5px;
	margin: 0 2px;
}
