/*
Copyright (c) 2009, Studio 18.
version: 2
*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000 url(../img/elements/bg.png) bottom repeat-x;
	color:#666; /* BODY TEXT COLOUR */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
p {
	color: #A5A5A5;
	line-height: 19px;
	margin-top: 5px;
	margin-bottom: 7px;
	font-size: 11px;
}
a, a img, a:hover img {
	text-decoration:none; 
	border: 0px; 
}
h1{
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
}
h2{
	font-size: 13px;
	font-weight: normal;	
	color:#FFF;
	line-height: 20px;
	float: right;
	margin: 5px 10px 0 0;
}
h3{
	font-size: 13px;
	font-weight: normal;	
	color:#FFF;
	line-height: 15px;
	margin: 1px 0 0 0;
}
h4{
	font-size: 13px;
	font-weight: normal;	
	color:#FFF;
	line-height: 15px;
	margin: 1px 0 0 0;
}



/* Main Structure */
#main-container {
	margin: 20px auto 150px auto; 
	padding: 0px;
	width: 720px; 
}
#header {
	background-image:url(../img/elements/spot_light.gif);
	background-position:center;
}

.menu a{
	background:#000 url(../img/elements/bgmenu.png) repeat-x;
	border-right:1px solid #222;
	border-top:1px solid #1A1A1A;
	color:#FFF;
	float:left;
	font-size:1.2em;
	padding-top:4px;
	width:102px;
	height:36px
}
.menu a span{
	padding-left:6px
}
.menu a:hover{
	background-position:left bottom;
	color:#bb231a;
}
.menu a#last{
	border-right:none;
	width:102px
}


#content {
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	background: #000;
	clear: both;
}

/* Columns */
.col {
	width: 205px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	margin-left: 25px;
	float: left;
	padding-top: 12px;
	margin-top: 25px;
	display: inline;
}
.col h1{
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	line-height: 20px;
	margin: 0px 0px 10px;
	padding: 0px;
}
.col h1 a{
	color: #FFF;
	text-decoration: none;
}
.col  p  a, h1 a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
}
.col p a:hover,  h1 a:hover {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
}
.col p strong {
	color: #FFF;
}
.col h2 {
	font-size: 12px;
	line-height: 17px;
	background-image: url(../img/elements/mainL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 11px;
	font-weight: normal;
	float: left;
}
.col h2 a {
	background-image: url(../img/elements/mainR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.col h2 a:hover {
	color: #FFF;
}
.long-col {
	margin: 10px 20px 0 20px;
}



/* Gallery thumbs */
.Gallery {
	background: #000;
	height: 450px;
	padding: 10px;
}
.GalleryThumb {
	background: #080808;
	float: left;
	width: 150px;
	border: 1px solid #222;
	margin: 0 15px 15px 0;
	padding: 5px;
}
.GalleryThumb-end {
	background: #080808;
	float: left;
	width: 150px;
	border: 1px solid #222;
	margin: 0 0px 15px 0;
	padding: 5px;
}



/* Table */
.table{
	width:100%;
	border-collapse:collapse;
	margin:0px;
}
th,td{
	text-align:left;
	padding:5px;
}
.table tr{
	border-bottom:1px dotted #171717;
}
.table td span{
	color:#FFF;
}
/* Table hover */
tr.even td{
	background:#000;
}
tr.odd td,td,th{
	background:#050505;
}
td.over,tr.even td.over,tr.odd td.over{
	background:#212121;
}


/* List */
#navlist{
	margin-left: 20px;
	padding-left: 0px;
}
#navlist li{
	line-height: 17px;
	padding-left: 3px;
}



/* ------------------------ Footer ------------------------ */
#footer {
	background: #080808;
	padding:10px;
	margin-top:30px;
	clear:both;
}
ul#footer-left{ 
	margin:0px;
	padding:0px;
	float:left;
}
ul#footer-right{ 
	margin:0px;
	padding:0px;
	float:right;
}
ul#footer-left li, ul#footer-right li {
	font-size:9px;
	display:inline;
}
ul#footer-left li a, ul#footer-right li a {
	text-decoration:none;
	color:#999;
}
ul#footer-left li a:hover, ul#footer-right li a:hover {
	text-decoration:none;
	color:#FFF;
}






/* Misc */
.Clearer {
	clear:both;
}
.hidden {
	display:none;
}
