@charset "utf-8";
/* CSS Document */

body {
	background: #A30504 url(images/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
	margin-bottom: 0px;
	color: #720404;
}
div#content ul {
	color: #720404;
}

h1 {
	font: bold 1em;
}
h2 {
 font-size: bold .9ems;
}
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
	/*font-weight: bold;*/
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 780px;
	margin: 0px auto;
}
#layout-header_ {
	background: url(images/layout-header.jpg);
	width:780px;
	height:168px;
}
#layout-seperator_ {
	background: url(images/layout-seperator.jpg);
	width:780px;
	height:42px;
}
#layout-repeat_ {
	background: url(images/layout-repeat.jpg) repeat-y;
	width:780px;
}
#layout-footer_ {
	background: url(images/layout-footer.jpg);
	width:780px;
	height:20px;
}
div#content {
	width: 535px;
	margin-right: 6px;
	padding: 10px 10px;
	margin-left: 219px;
}
div#content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #720404;
	margin-top: 0px;
}
div#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #720404;
	margin-top: 0px;
}
div#left-bar {
	float: left;
	width: 218px;
}
div#payment-methods {
	width: 121px;
	height: 27px;
	background:url(images/cc.gif) no-repeat;
	margin: 10px auto;
}
div#audio {
}
div#logo {
}
div#header {
}
div#flash {
}
div#footer {
}
div#owner {
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#copyright img {
	border: none;
}
div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
}
address {
	margin-top: 10px;
	margin-left: 18px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #410202;
	color: #FFCC00;
	padding: 8px;
	font-size: 0.7em;
}
ul#mainnav {
	width:192px;
	padding:0px;
	margin-top: 0px;
	margin-left:18px;
	list-style-type: none;
}
ul#mainnav li {
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	width:192px;
	height:28px;
	background: url('images/button.jpg') no-repeat;
	text-align: right;
	margin-top:10px;
	line-height:2.2;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url('images/button.jpg');
	font-size: 12px;
	color: #FFE900;
	font-weight:bold;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 780px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	font-size: 10px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	font-size: 10px;
	color: #440202;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #7F7777;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #7F7777;
}

div.float-left {
	float: left;
}
div.float-right {
	float: left;
	margin-left: 10px;
}
div.clearfix { clear: both; }