/* @override http://dev.navrasdesign.com/redrock/css/style.css */

/*=== Setup ===*/

* {
	border: 0;
	margin: 0;
	padding: 0
}

body {
	background: url(../images/bgr.jpg) #0a0a0a repeat-x top;
	color: #fef1da;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif;
}

a {
	color: #fef1da;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input,select,textarea {
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}

li {
	list-style: none;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 .5em;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 0 0 .2em;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
}

p {
	line-height: 1.8em;
	padding: 0 0 1.3em;
}

/*=== Layout ===*/

#page {
	background: url(../images/page-bgr.jpg) #000000 no-repeat 0 203px;
	border: 1px solid #ac8f76;
	border-top: 0;
	margin: 0 auto;
	width: 902px;
}

/*=== Header ===*/

#header {
	background: url(../images/header-bgr.jpg) no-repeat top;
	height: 203px;
}

#header .login {
	float: right;
	padding: 10px 37px 0 0;
	text-align: right;
	width: 480px;
}

/*- Logo -*/

#header h1 {
	float: left;
	text-indent: -9999px;
	width: 374px;
}

#header h1 a {
	display: block;
	height: 174px;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#countdown {
	padding-top: 10px;
}
#timer {
	padding-top: 68px;
	padding-right: 32px;
	position: relative;
	float: right;
}
/*=== Navigation ===*/

/*- Nav1 -*/

.nav1 {
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	padding: 0 37px 0 0;
	text-transform: uppercase;
}

.nav1 ul {
	border-right: 1px solid #bb8760;
	float: right;
	height: 29px;
}

.nav1 li {
	border-left: 1px solid #bb8760;
	float: left;
	line-height: 29px;
}

.nav1 li .select a {
	background-color: #a0704c;
}

.nav1 li a {
	color: #fef1da;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

.nav1 li a:hover,
.nav1 li.active a {
	color: #ffffff;
	text-decoration: underline;
}

/*- Nav2 -*/

.nav2 {
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	padding: 0 37px 0 0;
	text-transform: none;
}

.nav2 ul {
	border-right: 1px solid #bb8760;
	float: right;
	height: 23px;
	background-color: #a0704c;
}

.nav2 li {
	border-top: 1px solid #bb8760;
	border-left: 1px solid #bb8760;
	float: left;
	line-height: 22px;
}

.nav2 li a {
	color: #fef1da;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

.nav2 li a:hover,
.nav2 li.active a {
	color: #ffffff;
	text-decoration: underline;
}

/*- NavTeam -*/

.navteam {
	font-size: 10px;
	font-weight: bold;
	height: 23px;
	padding: 0 250px 0 0;
	text-transform: none;
}

.navteam ul {
	border-right: 1px solid #bb8760;
	float: right;
	height: 23px;
	background-color: #a0704c;
}

.navteam li {
	border-top: 1px solid #bb8760;
	border-left: 1px solid #bb8760;
	float: left;
	line-height: 22px;
}

.navteam li a {
	color: #fef1da;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
}

.navteam li a:hover,
.navteam li.active a {
	color: #ffffff;
	text-decoration: underline;
}

/*- Breadcrumbs -*/
.crumb {
	padding: 0 0 0 37px;
	position: relative;
	top: -16px;
	color: #a0704c;
	font-weight: bold;
	width: 25%;
	text-transform: capitalize;
}

.crumb a {
	color: #a0704c;
}

/*=== All Columns ===*/

#columns {
	height: 1%;
	margin: 27px 0 0;
	padding: 15px 37px 15px 37px;
}

/*=== Center Column ===*/

#centercol {
	float: left;
	width: 642px;
}

/*=== Right Column ===*/

#rightcol {
	float: right;
	width: 160px;
}

/*=== Sub Columns ===*/

.subcols {
	background: url(../images/subcols-bgr.gif) repeat-y;
	height: 1%;
	margin: 0 0 20px;
}

.col1 {
	float: left;
	width: 330px;
}

.col2 {
	float: left;
	margin: 0 0 0 70px;
	width: 230px;
}

/*=== Styling Boxes ===*/

/*- Box1 -*/

.box {
	background: url(../images/transp.png);
	border: 1px solid #675f56;
	clear: both;
	height: 1%;
	margin: 0 0 20px 0;
	text-align: center;
}

* html .box {
	background: #0c0602
}

.box img {
	padding: 10px;
}

/*- News -*/

.news {
	border-bottom: 1px solid #736858;
	font-size: .9em;
	margin: 0 0 1em;
}

.news li {
	border-top: 1px solid #736858;
	height: 1%;
	padding: 5px 0;
}

.news .ndate, .news .ndate a {
	color: #c4c2c2;
}

/*=== Pics, Thumbs, Ads etc. ===*/

.pic img {
	border: 1px solid #67594d;
	display: block;
	margin: 0 0 .3em;
}

.map {
	display: block;
	margin: 0 0 1em;
}

.ad {
	background: url(../images/ad.png) no-repeat top;
	height: 110px;
	margin: -50px 0 30px 588px;
	position: relative;
	width: 491px;
}

* html .ad {
	background: url(../images/ad.gif) no-repeat top;
	position: absolute;
}

.ads {
	text-align: center;
}

.ads img {
	margin: 0 25px;
}

/*=== Misc. ===*/

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}
ol {
	margin-left: 20px;
	line-height: 16px;
}
.twitterPrefix {
	font-size: 9px;
}
.twitterStatus {
}
.twitterTime {
	font-size: 9px;
}
#tweet ul li {
	padding: 5px;
}
#cd {
	margin-left: 35px;
	padding-top: 5px;
}
.price {
	padding-left: 50px;
}
.downloads {
	margin: 20px 0 20px 0;
	background: url(../images/transp.png);
	border: 1px solid #675f56;
	clear: both;
	height: 1%;
	text-align: center;
	padding: 5px 5px;
}
.downloads li {
	padding: 0 0 0 0;
}
.contact {
	margin: 10px 0 10px 0;
}
.video {
	margin: 20px 0 20px 0;
}
table li{
	list-style-type: disc;
	margin-left: 5px;
}
