@charset "utf-8";
body  {
	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: #FFF;
	background-color: #3b0404;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.twoColFixLtHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #rectangle {
	width: 969px;
	border: 3px solid #FFF;
	background-color: #901416;
	background-image: url(../images/rectangleBG.jpg);
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #headerLogo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 299px;
	background-position: 16px 24px;
} 
.twoColFixLtHdr #headerSplatter {
	background-image: url(../images/splatter.jpg);
	background-repeat: no-repeat;
	height: 299px;
	background-position: 496px 95px;
} 
.twoColFixLtHdr #headerPlayer {
	Sbackground-image: url(../images/player.png);
	background-repeat: no-repeat;
	height: 299px;
	background-position: 159px 85px;
	background-image: url(../images/player.jpg);
}   
.twoColFixLtHdr #headerPattern {
	background-image: url(../images/pattern.jpg);
	background-repeat: no-repeat;
	height: 299px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header 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;
}
.twoColFixLtHdr #container #rectangle #mainContent h1 {
	color: #4d0808;
	font-size: 148%;
	padding-top: 15px;
}
.twoColFixLtHdr #container #rectangle #mainContent h2 {
	color: #4d0808;
	font-size: 130%;
}
.twoColFixLtHdr #container #rectangle #mainContent h3 {
	color: #4d0808;
	font-size: 115%;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	font-size: 85%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1Mod1 {
	background-image: url(../images/module_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #sidebar1Mod2 {
	background-image: url(../images/module_BG.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-position: 2px;
	padding-right: 14px;
	padding-left: 14px;
}

.twoColFixLtHdr #sidebar1Mod3 {
	background-image: url(../images/mmodule_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 13px;
	margin-right: auto;
	margin-left: auto;
}

.productsPic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #F7BFC0;
	height: 305px;
	width: 303px;
	margin-right: 20px;
	float: left;
	padding: 0px;
}

.thumbsText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #F7BFC0;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	color: #6C0404;
	padding: 15px;
} 

.twoColFixLtHdr #footer a:link {
	color: #6C0404;
	text-decoration: none;	
} 
.twoColFixLtHdr #footer  a:visited {
   color: #6C0404;
	text-decoration: none;	
}  
.twoColFixLtHdr #footer a:hover {
    color: #6C0404;
	text-decoration: none;	
} 
.twoColFixLtHdr #footer  a:active {	
   color: #6C0404;
   text-decoration: none;	
} 
.menu {
	height: 86px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-left: 300px;
	width: 675px;
} 
.menuTabs {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	background-image: url(../images/menuOrangerBar.gif);
	background-position: 3px 76px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #FFF;
	background-repeat: no-repeat;
	height: 12px;
	bottom: 3px;
	padding-top: 74px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 12px;
} 
.menuTabs a:link {
	color: #FFF;
	text-decoration: none;	
} 
.menuTabs a:visited {
    color: #FFF;
	text-decoration: none;	
}  
.menuTabs a:hover {
    color: #FFF;
	text-decoration: none;	
} 
.menuTabs a:active {	
   color: #FFF;
   text-decoration: none;	
} 
.twoColFixLtHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	margin-left: 8px;
}
.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;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #640D0F;
	padding-top: 4px;
	padding-bottom: 22px;
	margin: 0px;
}

.sidebarHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FBE703;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600D0F;
	line-height: 26px;
	}
	
.sidebarQuotes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #fbe703;
}
.sidebarYellowText {
	color: #fbe703;
}
.sidebarYellowText a:link {
	color: #fbe703;
	text-decoration: none;	
} 
.sidebarYellowText  a:visited {
   color: #fbe703;
   text-decoration: none;	
}  
.sidebarYellowText a:hover {
    color: #fbe703;
	text-decoration: none;	
} 
.sidebarYellowText  a:active {	
   color: #fbe703;
   text-decoration: none;	
} 
.mailLinks  {	
   color: #FFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
}
.mailLinks a:link {
	color: #fff;
	text-decoration: underline;	
} 
.mailLinks  a:visited {
   color: #fff;
   text-decoration: underline;	
}  
.mailLinks a:hover {
    color: #fff;
	text-decoration: underline;	
} 
.mailLinks a:active {	
   color: #fff;
   text-decoration: underline;	
}
a:link {
	color: #fff;
	text-decoration: none;	
} 
a:visited {
   color: #fff;
   text-decoration: none;	
}  
a:hover {
	color: #EF8789;
	text-decoration: none;
} 
a:active {	
   color: #fff;
   text-decoration: nonce;	
}
.newsletter {
	border: 1px solid #CCC;
}
