/* @group General */

html { 
	background: url(../img/sitebg.jpg) repeat;
	-webkit-font-smoothing: antialiased;	
}

body {
	color: #8a8a8a;
    font: 13px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	background: url(../img/bannerbg.jpg) repeat-x;
}

a { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6b6b67;
}

a:active {
	position: relative;
	top: 1px;
}

/* @end */

/* @group Header */

#headerstretch{
	height: 494px; 
}

/* @end */

/* @group Banner Artwork */

#bannerart {
	margin: 0 auto;
	width: 1080px;
	position: relative;
	padding: 0px 20px;
}

#sunspot {
	width: 755px;
	height: 327px;
	position: absolute;
	top: 0px;
	margin-left: 160px;
	background: url(../img/sunspot.png) no-repeat;
}

#bannerart hgroup {
	position: relative;
	top: 63px;
	text-indent: -9999px;	
}

#bannerart hgroup h1 {
	width: 757px;
	height: 56px;
	margin: 0 auto;
	background: url(../img/bandbhead.png) no-repeat;
}

#bannerart hgroup h2 {
	width: 538px;
	height: 18px;
	position: relative;
	margin: 0 auto;
	top: 13px;
	background: url(../img/bandbsubhead.png) no-repeat;
}

#heroshots { 
	background: url(../img/heroshots.png) no-repeat; 
	height: 350px; 
	position: relative;
	width: 1170px;
	right: 52px;
	top: 115px;
}

img#frontshot { 
	position: absolute;
	left: 337px;
	top: 20px;
}

img#frontshot:hover {
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

/* @end */

/* @group Bottom Content */

#floorstretch {
	height: 230px;
	background: url(../img/floorbg.jpg) repeat-x;
}

#bottomcontent {
	margin: 0 auto;
	width: 1080px;
	position: relative;
	bottom: 53px;
	padding: 0px 25px;
}

#quicklinks {
	width: 1104px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 62px;
	right: 12px;
		
}

#quicklinks section {
	float: left;
	width: 252px;
	margin: 0px 12px;
	border-top: 6px solid #c8c7bb;
	-webkit-transition:border 0.4s ease-in;
    -moz-transition:border 0.4s ease-in;  
    -o-transition:border 0.4s ease-in;  
    transition:border 0.4s ease-in;     
}

#quicklinks section:hover {
	border-top: 6px solid #cc7b58;
	-webkit-transition:border 0.3s ease-in;
    -moz-transition:border 0.3s ease-in;  
    -o-transition:border 0.3s ease-in;  
    transition:border 0.3s ease-in;  
}

#quicklinks section h3 {
	padding-top: 17px; 
	color: #6b6b68; 
	font: 18px "ClarendonRoman", Georgia, Times, serif;
	margin-bottom: 10px; 
	letter-spacing: -0.1em;
}

#quicklinks section p {
	margin-bottom: 10px;
}

#quicklinks section a:hover {
	color: #595956;
}

/* @end */




