/*******************************/
/* BODY  TAGS*/
/*******************************/

body 
{ 
	text-align: center;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #282866;
}


/*******************************/
/* PAGE STRUCTURE*/
/*******************************/

#wrap  /* outer wrapper */
{ 
 	width: 730px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

#main /* main site table */
{
	width: 730px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

#spacer
{
width: 30px;
padding: 0px;
}

#mainL  /* left col */
{
	width: 120px;
	text-align: left;
	padding: 0px;
	vertical-align: top;
	background-image: url(bg_navbar.gif);
	background-repeat: repeat-y;
	background-position: top center;
}


#mainC  /* content area */
{
	width: 385px;
	background-color: #ffffff;
	padding: 15px 10px 20px 10px;
	_padding-top: 30px;
	vertical-align: top;
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

#mainR /* right rail */
{
	width: 175px;
	padding-top: 30px;
	vertical-align: top;
	text-align: right;
	background-image: url(bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: top center;
	position: relative;
}

/*******************************/
/* HEADER*/
/*******************************/

#header
{
	width: 730px;
	height: 145px;
	padding: 0px;
	text-align: left;
	position: relative;
}

.hdr-sidebar
{
	background-image: url(bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width: 175px;
}

/*******************************/
/* NAVBAR*/
/*******************************/

#navbar
{
width: 120px;
margin-top: 10px;
}

#navbar img
{
margin-bottom: 30px;
}

/*******************************/
/* SIDEBAR*/
/*******************************/

#sidebar
{
	width: 148px;
	padding: 0px 5px 0px 15px;
	text-align: left;
	margin: 10px 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}

#sidebar img
{
padding-right: 5px;
}

#sidebar a:link
{
color: #ffffff;
text-decoration: underline;
}

#sidebar a:visited
{
color: #ffffff;
text-decoration: underline;
}

#sidebar a:hover
{
color: #ffffff;
text-decoration: none;
}

#sidebar a:active
{
color: #ffffff;
text-decoration: underline;
}
/*******************************/
/* LINKS*/
/*******************************/

a:link
{
color: #282866;
text-decoration: underline;
}

a:visited
{
color: #6464C2;
text-decoration: underline;
}

a:hover
{
color: #faaa27;
text-decoration: none;
}

a:active
{
color: #282866;
text-decoration: underline;
}

/*******************************/
/* CONTENT*/
/*******************************/


h3
{
color: #282866;
margin-bottom: 5px;
font-size: 12px
}

.small
{
 	font-size: 11px;
	color: #999999;
}

.img-home
{
padding: 7px;
margin-left: 5px;
border: 1px solid #666666;
float: right;
}

.col-left
{
float: left;
width: 120px;
padding-right: 5px;
}

.col-right
{
float: right;
width: 120px;
padding-right: 5px;
}

.store-name
{
	font-weight: bold;
}
.clear
{
clear: both;
}

#promo
{
	border: 1px solid #282666;
	padding: 10px;
	margin: 20px 5px;
	width: 350px;
	background-color: #f4f4f4;
}

#promo h2
{
	color: #faaa27;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}

