@charset "UTF-8";
/* CSS Document */
/*CSS Clear*/
*{padding:0px;margin:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height:normal;
}
ul {
	list-style: none;
}
li{
	line-height:140%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Clear*/

/*general syles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:80%;
}
.textLarge{
	font-size:120%;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.bottom-break {
	padding-bottom:10px;
}
.textBrown{
	color:#452609;
}
.imgBorder{
	border:2px solid #fff;
}




ul.bulletList li{
	list-style:square;
	margin-left:10px;
	padding-bottom:3px;
}


body {
	font-family:Arial, Helvetica, cetury gothic, sans-serif;
	background-color:#000;
	font-size: 10px;
	background:url(/image/wood_bg_repeat.jpg);
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	}
a img {
	border:none;
}
a.textUnderline{
	text-decoration:underline;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#fff;
	line-height:140%;
}
h1 {
	font-size:20px;
	}
h2 {
	font-size:16px;
	}

h3{
	font-size:14px;
	}
h4 {
	font-size:12px;
	}
p{
	font-size:12px;
	color:#fff;
	line-height:140%;
	
}
li{
	font-size:12px;
	list-style:none;
	color:#fff;
}
br{
	clear:both;
}

#positioning {
	margin:0 0 10px 0;
	text-align:center;
	padding:0px;
}
#website {
	width:990px;
	margin:0 auto 0 auto;
	text-align:left;
	display:block;
	position:relative;
	
}

#header{
	width:911px;
	height:180px;
	background:url(/image/header.jpg) no-repeat 0 0;
	position:static;
	z-index:-10;
	}
#invisigif{
	width:500px;
	height:140px;
	position:absolute;
	left:200px;
	top:20px;
}
#gun{
	background:url(/image/trans-gun.png) no-repeat 0 0;
	position:absolute;
	left:-50px;
	top:0px;
	width:279px;
	height:285px;
	z-index:0;
	}
#old-photos{
	background:url(/image/side-photos.png) no-repeat 0 0;
	position:absolute;
	right:-50px;
	top:0px;
	width:303px;
	height:439px;
	z-index:0;
		}
#winner-photo{
	background:url(/image/winner-photo-bg.jpg) repeat-y 0 0;
	width:135px;
	min-height:187px;
	text-align:center;
	position:absolute;
	right:-50px;
	top:430px;
	z-index:100;
	padding-top:5px;
}
#winner-photo h4, #winner-photo p{
	color:#000;
}
#winner-photo img{
	width:117px;
	height:151px;
	margin:0 auto;
}
#facebook_logo{
	position:absolute;
	right:-60px;
	top:635px;
	z-index:101;
	margin-top:-5px;
}
#body{
	width:911px;
	background:url(/image/body_repeat.jpg) repeat-y 0 0;
	min-height:400px;z-index:-5;
	}

#body_content{
	padding:30px 15px 15px 25px;
	overflow:hidden;
	position:relative;
	
	}

#footer{
	width:911px;
	background:url(/image/body_repeat.jpg) repeat-y 0 0;
	clear:both;
	display:block;
	overflow:hidden;
	}
#footerContents{
	padding:0 20px;
}

#cashback{}
#footer_photos{}
#footer_bottom{
	background:url(/image/footer_bg.jpg) no-repeat 0 0;
	clear:both;
	width:911px;
	height:8px;
	display:block;
	}
/*internal pages*/
span.headerParent {
	color:#fff;
	font-variant:small-caps;
	font-size:14px;
	padding-left:20px;
}
span.headerParent a, span.headerParent a:link, span.headerParent a:visited{
	color:#ecd9a5;
}
span.headerChild {
	color:#ecd9a5;
	font-variant:small-caps;
	font-size:20px;
}
#left_column {
	float:left;
	width:570px;
	padding:10px 30px 0 0;
	margin-top:10px;
	border-top:4px solid #ecd9a5;
	}
#left_column p {
	color:#fff;
}
#left_column a{
	color:#fff;
}
#left_column a.underline {
	text-decoration:underline;
}
#left_column a:hover.underline{
	color:#ff0000;
}

img.floatLeft {
	margin-right:10px;
}
#right_column {
	float:left;
	width:225px;
	background-color:#ecd9a5;
	overflow:hidden;
	position:relative;
	margin-top:10px;
	padding:0 10px;
}
#right_column h3, #right_column h4, #right_column p, #right_column li{
	color:#000;
	margin-bottom:10px;
}
#right_column h4.nospace{
	margin-bottom:0px;
}
#specials {
	margin:10px;
	min-height:100px;
	display:block;
	border:1px solid #000;
}
#specials p {
	color:#000;
}
#specials a {
	position:relative;
	z-index:51;
}
#break {
	width:100%;
	height:10px;
	margin:0 0 10px 0;
	border-bottom:2px solid #ecd9a5;
	clear:both;
}
/*general styles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}


/* Begin CSS Top Menu */

#header_navbar_container {
	width: 911px;
	height: 31px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 10px;
	text-align:center;
	position:absolute;
	top:170px;
	clear:both;
	z-index:1000;
	}
* html #header_navbar-container {
	\width: 850px; /* for IE5 and IE6 in quirks mode*/
	w\idth: 850px; /* for IE6 in standards mode */
}
#header_navbar {
	padding: 0 0 0 15px;
	margin:0 auto;
	text-align:center;
}
* html #header_navbar a {
	\width: 1px; /* for IE5 and IE6 in quirks mode*/
	w\idth: 1px; /* for IE6 in standards mode */
}
#header_navbar a {
	display:block;
	border: none;
	cursor:pointer;
	white-space:nowrap;
	height:26px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: bold;
	background:url(/image/navbar_bg.gif) repeat-x;
	width:100%;
	
}
#header_navbar a:link span, #header_navbar a:visited span, #header_navbar a:active span{
    background:url(/image/navbar_pipe.gif) no-repeat right top;
		height:26px;
    display: block;
    line-height: 21px;
    padding:3px 22px 0 22px;
	color:#000;
	margin: 0;
	
}
#header_navbar a:link span.no_pipe, #header_navbar a:visited span.no_pipe, #header_navbar a:active span.no_pipe{
	background:none;
}

#header_navbar a:hover	/* menu at mouse-over  */ {
	background:url(/image/navbar_bg.gif) repeat-x left bottom;
	cursor:pointer;
	width:100%;
	}
#header_navbar a:hover span{
	background:url(/image/navbar_pipe.jpg) no-repeat right bottom;
	color:#fff;
}
#header_navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#header_navbar li {
	position:relative;
	min-height: 1px; 			/* For IE7 */
	vertical-align:middle; /* For IE7 */
}
#header_navbar ul ul {
	position:absolute;
	z-index:500;
	top: auto;
	display: none;
	padding:0;
	margin:0;
	background: #e2bd63;
	text-align:center;
	
}
#header_navbar ul ul a{
	background: #612c00;
	cursor:pointer;
	}

#header_navbar ul ul a:link span, #header_navbar ul ul a:visited span, #header_navbar ul ul a:active span{
	background:none;
	color:#fff;
	}
#header_navbar ul li li {

	padding:5px 0 0 0;
}

#header_navbar ul ul ul {
	top:0;
	left:100%;
}
div#header_navbar li:hover {
	cursor:pointer;
	z-index:100;
}
div#header_navbar li:hover ul ul, div#header_navbar li li:hover ul ul, div#header_navbar li li li:hover ul ul, div#header_navbar li li li li:hover ul ul {
	display:none;
}
div#header_navbar li:hover ul, div#header_navbar li li:hover ul, div#header_navbar li li li:hover ul, div#header_navbar li li li li:hover ul {
	display:block;
}

/* End CSS Top Menu */

