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

/*------------------------------------------------------------------------------------------------------------------
-----------DO NOT MODIFY THIS PAGE----------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

.iphone-320px-only {
	display:none;
	}
	
* {/*This resets the default margins, padding, etc to 0px!
 Thanks to perishablepress.com for reset codes http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles*/
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;/*end perishablepress.com codes*/
}
a:-webkit-any-link{
text-decoration:none !important;
}
#container {
	margin-top: 15px;
	min-height: 450px;
	}



body {
	/*background-image:url(images/body-i-color.gif);
	background-repeat:repeat-x;*/
	/* gradient */
	font: .81em/150% Arial, Helvetica, sans-serif;
background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top,  #2d2d2d 0%, #2c2c2c 27%, #494949 45%, #a8a8a8 46%, #a8a8a8 46%, #a8a8a8 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(27%,#2c2c2c), color-stop(45%,#494949), color-stop(46%,#a8a8a8), color-stop(46%,#a8a8a8), color-stop(99%,#a8a8a8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2d2d2d 0%,#2c2c2c 27%,#494949 45%,#a8a8a8 46%,#a8a8a8 46%,#a8a8a8 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2d2d2d 0%,#2c2c2c 27%,#494949 45%,#a8a8a8 46%,#a8a8a8 46%,#a8a8a8 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2d2d2d 0%,#2c2c2c 27%,#494949 45%,#a8a8a8 46%,#a8a8a8 46%,#a8a8a8 99%); /* IE10+ */
background: linear-gradient(to bottom,  #2d2d2d 0%,#2c2c2c 27%,#494949 45%,#a8a8a8 46%,#a8a8a8 46%,#a8a8a8 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */

background-repeat:no-repeat;
min-height: 450px;
max-height:750px;
}

.fxd-hdr {/*last div in html code*/
	background-image: #;
	background-color:#595959;
	font-family:"Comic Sans MS", cursive;
	font-size:36px;
	text-align: center;
	text-decoration: none;
	opacity:.75;
    border: 1px solid #000000;
/*    bottom: 0;*/
	top:0px;
    height: 70px;
    left: 50%;
    margin-left: -480px;
    position: fixed;   
    width: 960px;
}

#facebook-icons{
	position:absolute;
	top: 45px;
	left: 400px;
	height:32px;
	width: 200px;
	webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.facebook, .twitter, .rss, .blog {
	margin:5px;
	}
.facebook {
	background-image:url(images/facebook_32.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin-top: 5px;
	
}
#facebook img{
	float:left;
	margin-right:30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-khtml-transition: all 0.5s ease-in-out;
	-chrome-transition: all 0.5s ease-in-out;
}

.facebook:hover{
	-webkit-transform: rotate(2deg) scale(1.2);
	-moz-transform: rotate(2deg) scale(1.2);
	-o-transform: rotate(2deg) scale(1.2); 
	-ms-transform: rotate(2deg) scale(1.2);
	-khtml-transform: rotate(2deg) scale(1.2);
	-chrome-transform: rotate(2deg) scale(1.2);
	transform: rotate(2deg) scale(1.2);
}

.twitter {
	background-image:url(images/twitter_32.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin-top:5px;
}
#twitter img{
	float:left;
	margin-right:30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-khtml-transition: all 0.5s ease-in-out;
	-chrome-transition: all 0.5s ease-in-out;
}

.twitter:hover{
	-webkit-transform: rotate(2deg) scale(1.2);
	-moz-transform: rotate(2deg) scale(1.2);
	-o-transform: rotate(2deg) scale(1.2); 
	-ms-transform: rotate(2deg) scale(1.2);
	-khtml-transform: rotate(2deg) scale(1.2);
	-chrome-transform: rotate(2deg) scale(1.2);
	transform: rotate(2deg) scale(1.2);
}
.rss {
	background-image:url(images/rss_32.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin-top:5px;
}
#rss img{
	float:left;
	margin-right:30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-khtml-transition: all 0.5s ease-in-out;
	-chrome-transition: all 0.5s ease-in-out;
}

.rss:hover{
	-webkit-transform: rotate(2deg) scale(1.2);
	-moz-transform: rotate(2deg) scale(1.2);
	-o-transform: rotate(2deg) scale(1.2); 
	-ms-transform: rotate(2deg) scale(1.2);
	-khtml-transform: rotate(2deg) scale(1.2);
	-chrome-transform: rotate(2deg) scale(1.2);
	transform: rotate(2deg) scale(1.2);
}
.blog {
	background-image:url(images/blog_32.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	float:left;
	margin-top:5px;
}
#blog img{
	float:left;
	margin-right:30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-khtml-transition: all 0.5s ease-in-out;
	-chrome-transition: all 0.5s ease-in-out;
}

.blog:hover{
	-webkit-transform: rotate(2deg) scale(1.2);
	-moz-transform: rotate(2deg) scale(1.2);
	-o-transform: rotate(2deg) scale(1.2); 
	-ms-transform: rotate(2deg) scale(1.2);
	-khtml-transform: rotate(2deg) scale(1.2);
	-chrome-transform: rotate(2deg) scale(1.2);
	transform: rotate(2deg) scale(1.2);
}

#container {
	margin: 55px auto;
	position: relative;
	text-align: left;
	width: 960px;
	height: 750px;
	padding-bottom:20px;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	left: 0;
/*	bottom: 0;*/
	z-index: 100;
	/* gradient */
	background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(134,137,136,1) 50%, rgba(89,89,89,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(134,137,136,1)), color-stop(99%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(134,137,136,1) 50%,rgba(89,89,89,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#595959',GradientType=0 ); /* IE6-8 */
	/* rounded corner */
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-chrome-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#nav {
	list-style: none;
	width: 960px;
	height: 34px;
	text-align: center;
}
#nav li {
	float: left;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #ffffff;
	line-height: 34px;
	font-family:"MS Serif", "New York", serif;
	font-size: 16px;
	padding: 0 40px 0 40px;
}
#nav li a:hover {
	color: #f70000;
}
.top-menu {
	height:34px;
	min-width:300px;
	background-color:#171717;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	line-height: 1px;
    margin-top: 7%;
	moz-border-radius:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-chrome-border-radius: 5px;
	-0-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nav:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}
.nav { display: inline-block; }
.nav { display: block; zoom: 1; }

.header {
	height: 140px;
	margin-top: 10px;
	background-repeat:no-repeat;
	/*background-image:url(images/logo.gif);*/
}
.header a {
	float: left;
	}
/*update from this line down*/
.header-tag {
	height: 100px;
	margin-top: 22px;
	width: 560px;
	float: left;
	background-image:url(images/ad-trek.GIF);
}
/*----------------END HEADER TEMPLATE------------------*/





/*----------------BEGIN FOOTER TEMPLATE------------------*/
#footer {
	list-style: none;
	width: 100%;
	margin: 10px 0px;
	height: 20px;
	float: left;
	background-color:#636564;
	border: 1px solid;
}
#footer li {
	float: right;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #e5e5e5;
	font-family:"MS Serif", "New York", serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}
#footer li a:hover {
	color: #959595;
}