@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1f1f1f url(site_images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#shell {
	margin:0 auto;
	padding-top:42px;
	padding-bottom:42px;
	width:750px;
	text-align:left;
	
}

td.padBottom {
	padding-bottom: 20px;
}

ul#menuTop {
	float:right;
	padding:4px 20px 0 0;
	height:12px;
	list-style-type:none;
}
ul#menuTop li {
	float:right;
	padding:0 0 0 0;
	color:#FFFFFF
	
}

h1 
{
	/*font:18px/20px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:18px;
	color:#5a534e;
	font-weight:normal;
	/*font-weight:bold;*/
	margin:0 0 6px 0;
	text-transform:uppercase;
}
h1.hr {
	background:url(site_images/hr_distressed.gif) no-repeat scroll bottom left;
	padding-bottom:10px;
}

h2.two {
	/*font:18px/20px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:14px;
	color:#901A1A;
	font-weight:normal;
	margin:12px 0 6px;
}

h2.productHeader {
	
	font:helvetica;
	font-size:18px;
	color:#901A1A;
	font-weight:normal;
	letter-spacing:5px;
	margin:20px 0 6px;
	text-decoration:underline;
}

h2 {
	/*font:18px/20px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:14px;
	color:#901A1A;
	font-weight:normal;
	margin:20px 0 6px;
}
h3 {
	/*font:12px/16px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin:0 0 15px 10px;
	text-align: center;
	letter-spacing: 12px;
}




h3.sideHeader {
	/*font:12px/16px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 15px 10px;
	text-align: center;
	letter-spacing: 12px;
}




h4 {
	/*font:14px/18px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:14px;
	color:#5a534e;
	font-weight:bold;
	margin:0 0 6px 0;
}

/* font for tailgating*/
h5 
{
	/*font:18px/20px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:18px;
	color:#5a534e;
	font-weight:normal;
	/*font-weight:bold;*/
	margin:0 0 6px 0;
}
h6 {
	/*font:18px/20px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size:16px;
	color:#5a534e;
	font-weight:normal;
	margin:0 0 6px 0;
}

img.productPic2 {
	margin: 0 0 0 0;
	height:120px;
		
}


img.productPic {
	
	width: 100px;
	margin: 0 0 0 0;
		
}

p.product {
	margin:0 0 0 0;
}



p {
	/*font:12px/16px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size: 12px;
	color:#2e445b;
	margin:0 0 6px 0;
	line-height:17px;
}

p {
	margin:0 0 6px;
}

p.salutation {
	padding-top:15px;
	font-weight:bold;
	 
}




p.lilHeader {
text-decoration:underline;
font-size:12px;
margin:0;
padding:0;

}

p.lilInfo {

font-size:11px;
margin-bottom:4px;

}

p.saleInfo {

font-size:11px;
margin-bottom:0;

}


p.linkSeperator {
margin: 5px 0 5px 0;
}




ul {
	/*font:12px/16px helvetica, arial, verdana, sans-serif;*/
	font:helvetica;
	font-size: 10px;
	
	margin:0 0 10px;
	line-height:17px;
	letter-spacing: 3px;
	text-align: center;
}




a.subPage, a.subPage:link, a.subPage:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.subPage:hover, a.subPage:active {
	
	text-decoration:none;
	color:#2e445b;
}




	

a.linksLink, a.linksLink:link, a.linksLink:visited {
	color:#2e445b;
	text-decoration:none;
}
a.linksLink:hover, a.linksLink:active {
	
	text-decoration:none;
	color:#006699;
}



a.inPage, a.inPage:link, a.inPage:visited {
	color:#003366;
	text-decoration:underline;
}
a.inPage:hover, a.inPage:active {
	color:#003399;
	text-decoration:none;
}


	

a, a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:active {
	color:#b0d9fe;
	text-decoration:none;
}

#container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000 url(site_images/bg_content.jpg) repeat-x;
	
} 
#menu {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #menu instead of text, you may want to remove the padding. */
	border: none;
	width: 750px;
	
	height:30px;
	background:url(site_images/menuTop_bg.jpg) no-repeat #000000;
	position:relative;
	z-index:99;
	background-image: url(site_images/menuTop_bg.jpg);
} 

ul#menuTop li.seperator {
	background:url(site_images/seperator.gif) no-repeat;
	width:2px;
	margin-top:5px;	
	margin-left:16px;
	margin-right:16px;
	
}



#menu h1 {
	margin: 0; /* zeroing the margin of the last element in the #menu div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}


}

#showBox {
	background: #000000;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #menu instead of text, you may want to remove the padding. */
	height: 170px;
	border-bottom: 1px solid;
	width: 750px;
}


#showBoxImg {
        display:block;
		
		
	   
		position:relative;
		
}
 
#showBox h1 {
	margin: 0; /* zeroing the margin of the last element in the #menu div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}






#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000 url(site_images/menuSide2.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
#mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 455px;
	height: 420px;
	color: #5a534e;
	font-size: 14px;
	font-weight: normal;
	font: helvetica;
	background-image: none;
	
}






#mainContentVariable {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 455px;
	color: #5a534e;
	font-size: 14px;
	font-weight: normal;
	font: helvetica;
	background-image: none;
	
}





#mainContentTerms {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 455px;
	height: 780px;
	color: #5a534e;
	font-size: 14px;
	font-weight: normal;
	font: helvetica;
	background-image: none;
	
}




li.terms  {
	font:helvetica;
	font-size: 12px;
	color:#2e445b;
	margin:0 0 10px 20px;
	line-height:17px;
}






ul#footer li.seperator {
	background:url(site_images/seperator.gif) no-repeat;
	width:2px;
	margin-top:9px;	
	
	
}

ul#footer {
	
	
	
	list-style-type:none;
}
ul#footer li {
	
	float:left;
	color:#FFFFFF;
	padding-right:19px;
	padding-left:5px;
	
	margin-top:5px;
}


 
#footer {
	padding: 0 0 0 0;
	width: 750px;
	height:30px;
	
	background:url(site_images/footer_bg.jpg) no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.note001 {
	color: #333333;
	font-size:15px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
	text-decoration:underline;
}
