@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, arial, trebuchet ms, sans-serif;
	font-size: 13px;
	background: #09110d url(/images/bkgrnd.jpg) repeat-x;
	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;
}

#top {
	width: 100%;
	background: #333 url(/images/three_0.gif) repeat-x;
}
#navigation {
	height: 30px;
	margin:0 auto;
	width: 900px;
}

#timeofday {
	background: #000 url(/time.png);
}

.homepage #flashfeature {
	width: 900px;
	height:380px;
	margin: -1px auto;
}

#banner {
	width:100%;
	height:105px;
	margin: 0;
	background: url(/time.png) center;
	/*background: url(/time.png/day.png) center;*/
}
#alignstore {
	float: left;
	margin: 7px 0 0 0;
	z-index: 3;
	position: relative;
}
.homepage #featurebar {
	width:100%;
	height: 270px;
	margin: 0 auto;
	margin-top: 1px;
	background: url(/images/featurebar.jpg) repeat-x;
}
.homepage #featurebarcontainer {
	width: 960px;
	margin: 0 auto;
}
.homepage #featurebartable {
	background: url(/images/bar.jpg) no-repeat;
	width: 960px;
	height: 250px; 
}

#footer {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFCC;
	padding: 18px 30px;
}

.homepage #social {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFCC;
}
#social a img {
	border: 0px;
	text-decoration: none;
}

.homepage #footer2 {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	padding: 28px 20px;
}

.homepage #social2 {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000;
	padding: 21px 10px;
}

.homepage #wantmore {
	text-align: center;
	margin-top: 80px;
}
.homepage #wantmore p {
	font: 11px Arial, Helvetica, sans-serif;
	color:#a72a0b;
	padding: 3px 8px;
	font-weight:bold;
	margin: 0px 0px;
}

#wrap {
	width:900px;
	margin: 0 auto;
}

#main {
	float:right;
	width:700px;
	height:100%;
	background: url(/images/mainbkgrnd.jpg) repeat-y top center;
	text-align: left; /* added ITK */
}

#maintop {
	float:right;
	width:700px;
	height:10px;
	background: url(/images/mainbkgrnd_top.jpg) no-repeat top center;
}

#maincontainer {
	width: 640px;
	padding: 20px 30px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#mainbottom {
	float:right;
	width:700px;
	/* margin-top: -12px; */
}

#m_sidebar {
	float:left;
	height:440px;
	width:190px;
	background: url(/images/sidebar.jpg) no-repeat top left;
}

#sidebarcontainer {
	width: 170px;
	text-align: left;
	margin: 16px 16px 16px 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 108px;
}
#logincontainer {
	text-align: right;
}

#m_footer {
	clear:both;
	height: 60px;
	width: 900px;
	background: url(/images/footer.jpg) no-repeat bottom left;
}

#m_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer2 {
	text-align: center;
	padding: 28px 20px;
}
#social2 {
	text-align: center;
	margin: 15px 0;
}
#social2 a img {
	border: 0px;
	text-decoration: none;
}

* html #footer {
	height:1px;
}

#sidemenu {
	width: 150px; /* this width value is also effected by the padding we will later set on the links. */

}
#subnav ul {
	margin: 0;
	padding: 0;
	font-family: arial, sanf-serif;
	font-weight: bold;
	font-size: 13px; 
	text-align: right;
	list-style-type: none;
}

#subnav A:link {
	text-decoration: none;
	color: #660000;
}
#subnav A:visited {
	text-decoration: none;
	color: #660000;
}
#subnav A:active {
	text-decoration: none;
	list-style-image: url(/images/bullet.png);
	color: #660000;
}
#subnav A:hover {
	text-decoration: none;
	color: #fece67;
}

#subnav li a:hover {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

#subnav li {
	margin: 2px 0 0;
}

#subscribe {
	height:230px;
	width:190px;
	background: url(/images/sidebar_email.png) no-repeat 8px 0;
}

#wantmore2 {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color:#a72a0b;
	padding: 80px 25px 0 25px;
	font-weight:bold;
	height: 120px;
}

