@charset "utf-8";
body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000;
	background-image: url(../images/ap_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h3 {
	font-family:"Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #03F;
	font-size: 16px;
	margin: 5px 0px 0px;
	padding: 0px;
}
h2 a {
	color: #e0e0e0;
	text-decoration: none;
	background: #000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1pt;
}
h2 a:hover {
	color: #000;
	background: #CCC;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 850px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
	padding: 0px;
} 
.thrColFixHdr #header {
	padding: 0 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 40px;
	height: 90px;
	position: relative;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999;
	display: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
}
#block {
	margin: 20px 0px 0px;
	padding: 10px 10px 0px;
	width: 250px;
	background: url(../images/column-bg.png) repeat;
	height: 110px;
}
h2 {
	font-family:"Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.2em;
	margin: 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #2E2E2E;
	text-transform: uppercase;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	margin: 0px 290px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
} 
.thrColFixHdr #footer {
	height: 150px;
	width: 850px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
.thrColFixHdr #container #header img {
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #footer p {
	font-family:"Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	color: #03F;
	float: left;
	text-align: center;
	right: 50px;
	bottom: 5px;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 240px;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.thrColFixHdr  #header p {
	float: right;
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:0 1px 0 rgba(0,0, 255, 1);
	font-size: 12px;
	color: #ccc;
	margin: 0px;
	padding: 50px 0px 0px;
	position: absolute;
	right: 30px;
	bottom: 31px;
	font-style: italic;
}
.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}
	
/* feedback form */

#feedback{
	margin:0;
	position:fixed;
	left:-401px;
	top:100px;
	width:400px;
	z-index:1000;
	background:#000 url(../images/feedback_form.gif) repeat-x;
	border:1px solid #000000;
	border-left:none;
	text-align:left;
	}
#feedback h3{
	font-size:18px;
	margin:1em 35px;
	padding-bottom:0.75em;
	background:url(../images/feedback_border.gif) no-repeat 0 100%;
	color: #CCC;
	}
#feedback fieldset{
	border:none;
	margin:1em 35px;
	padding:0;
	}
#feedback legend{
	display:none;
	}
#feedback div{
	clear:both;
	padding:.2em 0;
	}	
#feedback label{
	float:left;
	width: 100px;
	}	
#feedback .field, #feedback .area{
	float:right;
	width:220px;
	border:1px solid #d5d5d5;
	padding:3px;
	background:#fff url(../images/feedback_input.gif) repeat-x;
	}	
#feedback .area{
	height:120px;
	overflow:auto;
	}	
#feedback .submit{
	padding:1em 0;
	text-align:right;
	}	
#feedback button{
	text-indent:-8000px;
	text-align:left;
	border:0;
	overflow:hidden;
	width:164px;
	height:33px;
	background:url(../images/feedback_submit.png) no-repeat 0 0;
	cursor:pointer;
	}	

	/* feedback buttons */
	
	#feedback .open, #feedback .close{
	float:left;
	position:absolute;
	top:-1px;
	left:401px;
	text-indent:-8000px;
	width:32px;
	cursor:pointer;
	z-index: 1000;
		}
	#feedback .open{
	background:url(../images/feedback_open.png) no-repeat 0 0;
	height:106px;
	z-index: 1000;
		}
	#feedback .close{
		background:url(../images/feedback_close.png) no-repeat 0 0;	
		height:33px;
		}	

/* // feedback form */
	
	
a.obidos {
	background: url(../images/obidos-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
	padding: 0px;
}
a.obidos:hover {
	background: url(../images/obidos-thumb.png) 0px -130px;
	}
a.trailriders {
	background: url(../images/trailriders-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
}
a.trailriders:hover {
	background: url(../images/trailriders-thumb.png) 0px -130px;
	}
a.griffin{
	background: url(../images/griffin-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
	padding: 0px;
}
a.griffin:hover {
	background: url(../images/griffin-thumb.png) 0px -130px;
	}
	a.veritas{
	background: url(../images/veritas-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
}
a.veritas:hover {
	background: url(../images/veritas-thumb.png) 0px -130px;
	}
		a.gms{
	background: url(../images/gms-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 0px 0px 0px;
	padding: 0px;
}
a.gms:hover {
	background: url(../images/gms-thumb.png) 0px -130px;
	}
a.clicksheds{
	background: url(../images/clicksheds-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
}
a.clicksheds:hover {
	background: url(../images/clicksheds-thumb.png) 0px -130px;
	}
	
			a.yat{
	background: url(../images/yat-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
	padding: 0px;
}
a.yat:hover {
	background: url(../images/yat-thumb.png) 0px -130px;
	}
	
	a.black{
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
	padding: 0px;
	background-image: url(../images/black-thumb.png);
}
a.black:hover {
	background: url(../images/black-thumb.png) 0px -130px;
	}
a.urban{
	background: url(../images/urban-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 20px 0px 0px;
	padding: 0px;
}
a.urban:hover {
	background: url(../images/urban-thumb.png) 0px -130px;
	}
	a.diablo{
	background: url(../images/diablo-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 0px 0px 0px;
	padding: 0px;
}
a.diablo:hover {
	background: url(../images/diablo-thumb.png) 0px -130px;
	}
	a.grafstarz {
	background: url(../images/grafstarz-thumb.png);
	display: block;
	height: 130px;
	width: 270px;
	margin: 0px 0px 0px;
	padding: 0px;
}
a.grafstarz:hover {
	background: url(../images/grafstarz-thumb.png) 0px -130px;
	}
.greytext {
	color: #666;
}
