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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
	background-color: #242122;
	background-color: #6d6e71;
}

a, a:link, a:visited {
	color: #ffd61b;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-stretch: condensed;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	color: #fbd100;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

blockquote {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

a:hover {
	text-decoration: underline;
}


#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#logo {
	position: absolute;
	clear: both;
	z-index: 2;
	margin-top: 20px;
}

#slogan {
	position: absolute;
	z-index: 2;
	margin-top: 65px;
	margin-left: 630px;
}

#header {
	background-image: url(/img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
}

#header_left {
	float: left;
	background-image: url(/img/header_left.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 29px;
}

#header_right {
	float: right;
	background-image: url(/img/header_right.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 19px;
}

#topnav {
	background-color: #fbd100;
	margin-left: 5px;
	margin-right: 5px;
}

.nav, .nav_ro {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Impact;
	font-size: 20px;
	color: #4d4948;
	float: left;
}

.nav_ro {
	color: #000;
	cursor: pointer;
}

.yellow_bar {
	margin-top: 10px;
	background-color: #fbd100;
	height: 8px;
}

.yellow_text {
	color: #ffd61b;
}

.white_text {
	color: #EBEBEB;
}

.dark_grey_bg {
	background-color: #4d4948;
	color: #fbd100;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dark_grey_bg p, .light_grey_bg p {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.light_grey_bg {
	background-color: #72706f;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.main_bg {
	background-image: url(/img/main_bg.gif);
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 300px;
}

.padtop_10 {
	padding-top: 20px;
}

.box {
	background-image: url(/img/box_bg.gif);
	background-color: #72706f;
	background-repeat: repeat-x;
	height: 85px;
	overflow: hidden;
	padding: 15px;
	font-size: 10px;
}

.box h1 {
	float: left;
	color: #ffd61b;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	font-stretch: condensed;
	padding-right: 20px;
	padding-bottom: 100px;
	overflow: hidden;
}

.box p {
	margin: 0;
	padding: 0;
}

.gap_10px {
	height: 10px;
}

/* PORTAL */
.pitem {
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pitem p {
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

.pitem a, .pitem a:link, .pitem a:visited {
	/*color: #002e5f;*/
	font-weight: bold;
}

.pitem a:hover {
	/*color: #009a3d;*/
	font-weight: bold;
}

.textinput {
	/*border: 1px solid #9c9b9b;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* MSG STATUS BOX */
#msgs {
	padding: 10px;
	border: 2px solid #afcfff;
	background-color: #d8e8ff;
	color: #000;
	background-image: url(/images/info.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

.boxgrey {

}

.boxgrey { background-color: #4d4948; }

/* PRODUCTS STYLING */
.product_heading {
	background-image: url(/img/h1_grad.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 30px;
}

.storetable {
	background-color: #4d4948;
	border: 3px solid #333333;
}



/* AD ROTATOR */


#gallery {
	position: relative;
	width: 246px;
	text-align: left;
	height: 115px;
}

#gallery img {
	width: 246px;
}
 
#content {
	
}

#content_wrapper {
	background-color: #231f20;
	padding-bottom: 8px;
}
 
#content img {
	border: 0;
}