/* ------------------------------
	Basic
------------------------------ */
body {
	background: #a30001;
/*	background: #a10000 url('../images/bg.gif') top left repeat-x;*/
	margin: 0;
	padding: 0;
	}
body, th, td, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;}
body.nobg {
	margin: 0;
	padding: 15px;}
body.pop {
	background: #fff;
	margin: 0;
	padding: 15px;}

input, select {color: #000;}
input.inputright {text-align: right;}

a			{color: #c00; font-weight: bold;}
a:hover 	{color: #666;}
a:visited	{color: #c00;}
a:active	{color: #666;}

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #c00;
	color: #c00;}

img {border: 0;}

h1, h2, .lgmedb, h3, h4, h5 {
	font-weight: bold;
	color: #c00;}
h1 {
	font-size: 22px;
	font-weight: normal;}
h2, .lgmedb {font-size: 16px;}
h3 {font-size: 14px;}

big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	color: #c00;}

small, .small, .smallbold, .smallmedbold, .errorsm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;}
.small strong, .smallbold, .smallmedbold {font-weight: bold;}
.small strong, .smallmedbold {color: #c00;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */
#timer {
	background: #000;
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #fff;}
#timer a {color: #fff;}
#timer input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;}

#content {
	background: #fff;
	margin: 0;
	padding: 10px 5px;;
	padding-bottom: 75px;
	float: right;
	width: 810px;}

#footer {
	position:relative;
	margin: 0 auto;
	background: #18171b;
	color: #fff;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 975px;
}

#pleasewait {
	background: #fff;
	border: 6px double #c00;
	width: 400px;
	text-align: center;
	color: #666;}

/* ------------------------------
	Menu
------------------------------ */
#menu { display: none;}
/*
#menu {
	background-color: #eee ;
	margin: 0;
	padding: 15px 0 75px 0;
	width: 150px;
	float: left;
	min-height: 650px;
	z-index: 1;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 7px;
	padding: 0;}
#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;}
#menu li a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 3px 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #000;}
#menu li a:hover {
	background: #c00;
	color: #fff;}
*/	

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #c00;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 1em;}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #c00;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

.boxedheadsm {
	font-size: 11px;}

/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 1.5em;}

#eventlistbig {
	list-style: none;
	margin: 0 175px;
	padding: 2em 0;}
#eventlistbig li {
	list-style-type: none;
	/*list-style-image: url('../images/bullet-big.gif');*/
	margin: 0;
	padding: 0;}
#eventlistbig li a {
	background: url('../images/bullet-big.gif') top left no-repeat;;
	display: block;
	padding: 0 0 1em 35px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;}
#eventlistbig li a:hover {
	color: #c00;}

th, .listhead {
	background-color: #c00;
	font-weight: bold;
	color: #fff;}

.listeven, .listevenb {
	background-color: transparent;}

.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	background-color: #eee;}

.listoddb {
	font-weight: bold;}
	
/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;}
.cartbox {
	border: 1px solid #c00;
	padding: 4px;
	font-size: 11px;}
.carthead {
	background-color: #666;
	padding: 1px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;}
.amounthead {
	background-color: #c00;
	padding: 1px 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.button {
	/* background-color: #03c;
	border: 2px solid #c00; */
	font-weight: bold;
	color: #000;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #cc0000;}
	
ul.extended li,
ol.extended li
	{margin-bottom: 1em;}

ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol
	{margin-top: 1em;}

.hide {display: none;}

.medbold {font-weight: bold;}

span.secret {color: #fff;}

.secret, a.secret, a.secret:hover, a.secret:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;}

.blue {
	font-weight: bold;
	color: #00f;}

.red {color: #c00;}

.spaceOut {line-height: 1.5em;}

.white {background: #fff;}

/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
	font-size: 11pt;
	font-weight: bold;}

.checkamountbox {
	border: 1px solid #000;
	padding: 4px;}

.checki {
	font-size: 7pt;
	font-style: italic;}

.checkmain {
	font-size: 10pt;}

.checkmaini {
	font-size: 10pt;
	font-style: italic;}

.checksmall {
	font-size: 7pt;}

.maincheck {
	background-image: url('../images/echeck-bg.gif');
	border: 2px solid #000;
	padding: 4px;}

/* ------------------------------
	CUSTOM CODE
------------------------------ */
.printForm, .printForm td, printForm p {
	line-height: 1.5em;}


/* ------------------------------
	REDESIGN	
------------------------------ */

#headerContainer {
	background:transparent url(../images/header.png) no-repeat scroll center top;
	height:130px;
	position:relative;
	width:100%;
}

#headerPosContainer {
	height:123px;
	left:140px;
	position:absolute;
	top:18px;
	width:975px;
	margin: 0 auto;
	z-index:999;	
}

#headerN {
	float:left;
}

#mainmenu{
	position: relative;
	background: transparent url(../images/menubg.gif) no-repeat scroll center top;
	height:49px;
	width:100%;
	border-bottom: 1px solid #ff1114 ;
}

#mainwrapper {
	width: 975px;
	margin-left:auto;
	margin-right:auto;	
	background-color: #fff;	
	float: center;
}

#leftBackground { display: none;}
/*
#leftBackground {
	overflow:hidden;
	position:absolute;
	top:180px;
	width:365px;
	float: left;
	z-index: -1;
	left:-200px;
}
*/

#rightBackground { display: none;}
/*
#rightBackground {
	background: transparent url(../images/menubg.gif) no-repeat scroll center top;
	overflow:hidden;
	position:absolute;
	top:180px;
	width:365px;
	float: right;	
	z-index: -1;	
	right: -150px;
	
}
*/


#footerContainer {
	width: 100%;
	background-color: #18171b;
}		

.clear{
	clear: both;
}


