/* 
CSS Document
Theme Name: Bloody Sunburst
Theme URL: http://www.addictivehosting.com
Version: 1.0
Author: Justin Small
*/

/* Begin Typography & Colors */
body {
	margin: 0px;
	padding: 0px;
	background: #100F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
* html #page { 
	height: 1%;
	overflow: visible;
}
#page {
	width: 995px;
	height: auto;
	margin: 0px auto;
}

/* Begin Header */
#header {
	width: 995px;
	height: 161px;
	padding: 0px;
	background: #0A0909;
}
#top-nav {
	float: right;
	height: 65px;
	width: 700px;
	text-align: right;
}
	#top-nav a {
		width: auto;
		height: auto;
		margin: 0px 10px;
		line-height: 35px;
		color: #FFF;
		text-decoration: none;
	}
	#top-nav a:hover {
		color: #DAAD00;
		text-decoration: underline;
	}
#navigation {
	float: right;
	width: 700px;
	height: 94px;
	margin: 0px 0px 0px auto;
	text-align: right;
}
	#navigation a {
		width: auto;
		height: auto;
		margin: 0px 10px;
		color: #FFF;
		font-size: 1.4em;
		font-weight: bold;
		text-decoration: none;
		line-height: 160px;
	}
	#navigation a:hover {
		color: #DAAD00;
		text-decoration: underline;
	}
	#navigation a.selected {
		color: #DAAD00;
		text-decoration: underline;
	}


/* Begin Banner */
#banner {
	width: 995px;
	height: auto;
	min-height: 385px;
	padding: 0px;
	background: #FFF;
}


/* Begin Shop Container */
#shop-container {
	width: 995px;
	height: 385px;
	padding: 0px;
	background: url(../images/shop-bg.jpg) no-repeat top left;
}
#shop-links {
	float: left;
	width: 190px;
	height: 320px;
	margin: 20px 0px 0px 20px;
	color: #999999;
}
	#shop-links a {
		width: auto;
		font-size: 12px;
		font-weight: bold;
		color: #181717;
		text-decoration: none;
		line-height: 30px;
		display: block;
	}
#shop-items {
	float: right;
	width: 730px;
	height: 520px;
	margin: 20px 20px 0px 0px;
}
#shop-ajax {
	font-size: 11px;
}
#shop-ajax h2 {
	font-size: 13px;
	color: #666666;
	padding-bottom: 0px;
}
#shop-ajax .price {
	line-height: 40px;
	padding-right: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #CC9900;
}
#shop-ajax li {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
#shop-ajax table {
	color: #333333;
	text-indent: 5px;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
}


/* Begin Content */
#main-content {
	width: 995px;
	height: auto;
	min-height: 385px;
	background: #FFF url(../images/content-bg.jpg) no-repeat top left;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#main-content p {
	padding: 0px 10px 10px 10px;
	margin: 0px;
	line-height: 20px;
	font-size: 12px;
	text-indent: 20px;
}
#main-content h2 {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
#main-content .test-name {
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
#main-content a {
	color: #663366;
	text-decoration: none;
	font-weight: bold;
}


/* Begin Footer */
#footer {
	width: 995px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
	#footer a {
		text-decoration: none;
		margin: 0px 10px;
		color: #FFF;	
	}
	#footer a:hover {
		color: #DAAD00;
		text-decoration: underline;
	}
	
	
