@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .72em;
	line-height: 145%;
	background: #000 url(../images/bg_inner.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9d9d9d;
}
.home body {
	background: #000 url(images/bg_home.jpg) top center no-repeat;
}
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #6ae816;
	text-decoration: none;
}
a:active
{
	outline: none;
}
a:focus
{
	-moz-outline-style: none;
}

h1 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.right {
	float: right;
	padding: 0 0 12px 40px;
}
.clear {
	clear: both;
	height: .01em;
	overflow: hidden;
}
a.smaller {
	font-size: 80%;
}
/* Home */
#container { 
	position: relative;
	width: 948px;
	margin: 0 auto; 
	text-align: left;
	overflow: hidden;
} 
/* Home Header */
#header { 
	height: 106px;
	padding: 0;
	position: relative;
	overflow: hidden;
} 

#header ul{
	float: right;
	margin:64px 0 0 0;
	padding:0;
	list-style:none;
	width:770px;
}
#header ul li{
	float:left;
	margin:0 0 0 10px;
	height:41px;
	display: inline;
}
#header ul li a{
	float:left;
	height:41px;
}
#header ul li a span{
	display:block;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	height:41px;
	background-repeat:no-repeat;
}
#header ul li a.features {
	background-image:url(../images/nav_signfeatures.jpg);
	background-position: 0 0;
	width:132px;
}
#header ul li a.about {
	background-image:url(../images/nav_about.jpg);
	background-position: 0 0;
	width:158px;
}
#header ul li a.advertise {
	background-image:url(../images/nav_advertise.jpg);
	background-position: 0 0;
	width:158px;
}
#header ul li a.mediagallery {
	background-image:url(../images/nav_mediagallery.jpg);
	background-position: 0 0;
	width:132px;
}
#header ul li a.contactus {
	background-image:url(../images/nav_contactus.jpg);
	background-position: 0 0;
	width:132px;
}
 #header ul li a:hover {
	background-position: 50%  100%;
}
#header img.logo {
	margin: 66px 0 0 15px; 
	float: left;
	padding: 0;
	border: none;
}
#header a.logohome{
	position:absolute;
	margin: 6px 0 0 15px;
	width:118px;
	height:93px;
	text-indent:-9999px;
	overflow:hidden;
}
#header a {
	border: none;
	}
/* Home Sign */
.home #container #sign {
	margin: 72px auto 0; 
	padding: 36px 35px;
	width: 631px;
	height: 340px;
	background: url(../images/bg_sign.jpg) no-repeat;
	clear: both;
}
/* Home Play Controls */
.home #container #controls {
	margin: 57px auto 0;
	width: 686px;
	height: 70px;
	clear: both;
	}
.home #container #controls ul {
	float: left;
	margin:0;
	padding:0;
	list-style:none;
	width:686px;
	clear: both;
}
.home #container #controls ul li{
	float:left;
	margin:0;
	height:70px;
	display: inline;
}
.home #container #controls ul li a{
	float:left;
	height:70px;
}
.home #container #controls ul li a span{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:70px;
	background-repeat:no-repeat;
}
.home #container #controls ul li a.viewsouth {
	background:url(../images/tip_viewsouth.jpg) 0 70px no-repeat;
	width:260px;
	cursor: default;
}
.home #container #controls ul li a.viewsouthbtn {
	background-image:url(../images/btn_viewsouth.jpg);
	background-position: 0 0;
	width:47px;
}
.home #container #controls ul li a.viewsouthbtn:hover{
	background-position: 50%  100%;
	}
.home #container #controls ul li a.playslideshow {
	background-image:url(../images/btn_playslideshow2.jpg);
	background-position: 0 0;
	width:72px;
}
.home #container #controls ul li a.viewnorthbtn {
	background-image:url(../images/btn_viewnorth.jpg);
	background-position: 0 0;
	width:47px;
}
.home #container #controls ul li a.viewnorthbtn:hover{
	background-position: 50%  100%;
	}
.home #container #controls ul li a.viewnorth {
	background:url(../images/tip_viewnorth.jpg) 0 70px no-repeat;
	width:260px;
	cursor: default;
}
/* Homepage Buckets */
.home #container #leftbucket {
	width: 350px;
	margin: 12px 0 0 42px;
	padding: 0 0 142px 0;
	float: left;
	text-align: left;
}
.home #container #leftbucket h2 {
	width: 273px;
	height: 27px;
	background:url(../images/title_hightraffic.jpg) no-repeat;
	text-indent: -9999px;
}
.home #container #leftbucket a {
	padding-right: 10px;
	background:url(../images/link_bullet.gif) 100% 1px no-repeat;
}
.home #container #rightbucket {
	width: 355px ;
	margin: 12px 42px 0 0;
	padding: 0 0 142px 0;
	float: right;
	display: block;
}
.home #container #rightbucket p {
	text-align: right;
}
.home #container #rightbucket h2 {
	width: 355px;
	height: 27px;
	background:url(../images/title_expandedcolor.jpg) 100% 0 no-repeat;
	text-indent: -9999px;
	display: block;
}
.home #container #rightbucket a {
	padding-left: 10px;
	background:url(../images/link_bullet.gif) 0 1px no-repeat;
}
/* Inner */

/* Inner Header */
.inner #header { 
	height: 125px;
	width: 948px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: url(../images/nav_inner_bg.jpg) top right no-repeat;
} 
.inner #header ul{
	float: right;
	margin:94px 0 0 6px;
	padding:0;
	list-style:none;
	width:793px;
	height:29px;
}
.inner #header ul li{
	float:left;
	margin: 0;
	padding-right: 2px;
	height:29px;
	display: inline;
}
.inner #header ul li a{
	float:left;
	height:29px;
}
.inner #header ul li a span{
	display:block;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9999px;
	height:29px;
	background-repeat:no-repeat;
}
.inner #header ul li a.features {
	background-image:url(../images/nav_inner_features.gif);
	background-position: -2px 0;
	width:138px;
}
.inner #header ul li a.features:hover, .inner #header ul li a.featureshere{
	background-image:url(../images/nav_inner_features.gif);
	background-position: -2px 20px;
	width:138px;
	}
.inner #header ul li a.about {
	background-image:url(../images/nav_inner_about.gif);
	background-position: -2px 0;
	width:175px;
}
.inner #header ul li a.about:hover, .inner #header ul li a.abouthere {
	background-image:url(../images/nav_inner_about.gif);
	background-position: -2px 21px;
	width:175px;
	}
.inner #header ul li a.advertise {
	background-image:url(../images/nav_inner_advertise.gif);
	background-position: -1px 0;
	width:173px;
}
.inner #header ul li a.advertise:hover, .inner #header ul li a.advertisehere {
	background-image:url(../images/nav_inner_advertise.gif);
	background-position: -1px 21px;
	width:173px;
	}
.inner #header ul li a.mediagallery {
	background-image:url(../images/nav_inner_gallery.gif);
	background-position: -2px 0;
	width:164px;
}
.inner #header ul li a.mediagallery:hover, .inner #header ul li a.mediagalleryhere{
	background-image:url(../images/nav_inner_gallery.gif);
	background-position: -2px 21px;
	width:164px;
	}
.inner #header ul li a.contactus {
	background-image:url(../images/nav_inner_contactus.gif);
	background-position: 0 0;
	width:132px;
}
.inner #header ul li a.contactus:hover, .inner #header ul li a.contactushere {
	background-image:url(../images/nav_inner_contactus.gif);
	background-position: 0 21px;
	width:132px;
	}
.inner #header ul li.last {
	padding: 0;
}
.inner #header img.logo {
	margin: 0; 
	float: left;
	padding: 0;
	border: none;
}
.inner #header a {
	border: none;
	}
.inner #banner {
	margin: 20px 0 0 0;
	padding: 0;
}
#banner #tech, #banner #attr {
	display: none;
}
.inner #subnav {
	width: 240px;
	margin: 37px 0 0 17px;
	float: left;
	padding: 0;
}
.inner #subnav ul{
	margin: 4px 0 0 0;
	padding:0;
	text-transform:uppercase;
	list-style:none;
	clear: both;
}
.inner #subnav ul li{
	float:left;
	margin:0 0 0 19px;
	display:block;
	width: 200px;
	padding: 10px 0;
}
.inner #subnav ul li a{
	font-size: .95em;
}
.inner #subnav ul li a:hover{
	color: #6ae816;
	}
.inner #subnav ul li a.here {
	color: #6ae816;
	margin-left: -19px;
	padding-left: 25px;
	background: url(../images/subnav_bullet.jpg) 0 50% no-repeat;
}
.inner #content {
	width: 948px;
	margin: 14px 0 0 0;
	padding: 0 0 30px 0;
}
.inner #content h1.features-mobile {
	width: 387px;
	height: 25px;
	background:url(../images/title_features_mobile.jpg) no-repeat;
	text-indent: -9999px;
	padding: 0 0 2px 0;
}
.inner #content h1.overview {
	width: 275px;
	height: 22px;
	background:url(../images/title_overview.jpg) no-repeat;
	text-indent: -9999px;
	padding: 0 0 5px 0;
}/* Footer */
.inner #contentgallery {
	width: 932px;
	margin: 45px 0 0 8px;
	padding: 0 0 30px 0;
}
.inner #contentgallery h1, .inner #contentgallery h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .85em;
	color: #acabab;
	padding: 5px 0 5px 5px;
	margin: 0;
	clear: both;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	display: block;
	width: 927px;
	letter-spacing: 1px;
	cursor: pointer;
}
.inner #contentgallery h1.subcat, .inner #contentgallery h3.subcat {
	color: #fff;
	padding-left: 18px;
	width: 914px;
	background: #000 url(../images/plus.gif) 9px 11px no-repeat;
}
.inner #contentgallery ul {
	list-style:none;
	width: 932px;
	margin: 0;
	padding: 15px 0 15px 5px;
}
.inner #contentgallery ul li {
	float: left;
	height: 114px;
	width: 116px;
	margin: 0 13px 16px 0;
	padding: 7px 0 0 5px;
	background:url(../images/bg_gallery_thumb.gif) 0 0 no-repeat;
}
.inner #contentgallery ul li.last {
	margin-right: 0px;
}
.inner .photos {
	z-index: 999;
}
.inner #footer {
	margin-top: 70px;
}
#footer { 
	background:url(../images/bg_footer.jpg) 0 0 no-repeat;
	width: 948px;
	clear: both;
} 
#footer p {
	margin: 0; 
	padding: 10px 0 10px 42px;
	color: #9d9d9d;
	font-size: .95em;
}
#footer a {
	color: #9d9d9d;
}
#footer a:hover {
	color: #6ae816;
}
#footer a.email {
	text-decoration: underline;
}

