/*---------------------------------------*/
/* -----			Layout			-----*/
/*---------------------------------------*/
html
{
	background: #6C0703 url(../img/star-bg.jpg) center top no-repeat;
}
Body
{
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#mainOuter
{
	width: 791px;
	margin: 0 auto;
	padding: 0 20px;
	background: transparent url(../img/site-dropshadow.png) left top repeat-y;
}
#main
{
	width: 789px;
	background-color:White;
	position:relative;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#head_bar
{
	background-color: #26577C;
	height:117px;
	background-image: url(../img/headerBg3.jpg);
}

/* used in popups */
#small_head_bar
{
	background-color: #ADACDC;
	text-align:center;
	padding:10px 10px 10px 10px;
	
}

#menu_topspacer
{
	height: 3px;
	overflow: hidden;
}

#menu_bar
{
	background-color:Blue;
}

#menu_bottomspacer
{
	height: 5px;
	overflow: hidden;
}

#content_topspacer
{
	height: 6px;
	overflow: hidden;
}

#content_container
{
	width: 789px;
}

#popup_content_container
{
	padding:2px 2px 2px 2px;
}

#content_left
{
	position: relative;
	min-height:714px;
	height:100%;
	width: 146px; /* default - this can be overriden below if class is set on main div */
	float: left;

	padding-top:0px;
}

#content_right
{
	min-height: 724px;
	width: 643px;
	float: right;
	padding-top:30px;
}

#main_content
{
	width:590px;
	margin: 0px 0px 0px 4px;
	padding: 5px 0px 2px 15px;
	font-size:11px;
}

.mainHeaderGreen_left
{
	width: 58px;
	height: 35px;
	float: left;
	margin-right: expression( '-3px' ); /* IE Float Bug Fix */
}

.mainHeaderGold_left
{
	width: 58px;
	height: 35px;
	float: left;
	margin-right: expression( '-3px' ); /* IE Float Bug Fix */
}

.mainHeaderSilver_left
{
	width: 13px;
	height: 36px;
	float: left;
	background: transparent;
	margin-right: expression( '-3px' ); /* IE Float Bug Fix */
}

#footer
{
	font-size:10px;
	font-family:Verdana;
	padding-top:10px;
	padding-left:46px;
	padding-right:46px;
	color:#666666;
}

.leftHeader
{
	height: 35px;
	line-height: 35px;
	padding-left: 39px;
	overflow: hidden;
}

/*----------------------------------*/
/*----		Head Bar    ----*/
/*----------------------------------*/

#head_logo
{
	float:left;
	height:89px;
	overflow:hidden;
	padding-left:28px;
	padding-top:10px;
}
#head_logo img
{
	width: 95px;
	height: 97px;
}
#top_half_top_bar
{
	height:86px;
}

#bottom_half_top_bar
{
	width:789px;
	height:26px;
}

#bar_top_center
{
	float:left;
	width:309px;
	padding:18px 2px 2px 32px;
	display: none;
}

#shopping_basket
{
	float:right;
	padding-right:5px;
}


/* --------------------------- */
/* Class Based Layout Settings */
/* --------------------------- */
.onecol #content_left
{
	width:0;
	visibility:hidden;
}

.onecol #content_right
{
	width: 784px;
}

.twocol #content_left
{
	width:150;
}

.twocol #content_right
{
	width: 634px;
}

p.bodyText
{
	color:#666666;
	font-weight:normal; 
	font-size:12px;
	font-family:Verdana;
	line-height:20px;
	margin-bottom:6px;
}

.morePadding
{
	padding-bottom:6px;
}

