@import url("reset.css");
/*Global*/
html {
	overflow-y: scroll;
}

body{
	text-align:center; /* center doc */
	background:#fff; 
	font-family:helvetica, arial, verdana, sans-serif;
	color:#555555;
}

p, li{
	color:#555555;
	font-size:.75em;
	line-height:1.2em;
	letter-spacing:.01em;
}

a:link, a:visited{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color: #555555;
}

a:active{
	color:#555555;
}

h1{
	font-size: 1.5em;
	color:#222;
	line-height: 1.2em;
	letter-spacing:.03em;
}

li{
	list-style-type:circle;
	margin-left:13px;
}

.section{float:left;clear:both;}
/*Sections*/
#container{
	margin:0 auto;
	text-align:left;
	width:800px;
}

#header{
	margin:20px 0px;
	width:800px;
}

#logo{
	float:left;
	width:400px;
	margin:0 0 0 20px;
}

#nav{
	float:right;
	margin:40px 20px 0;
	width:340px;
}

.navItem {
	text-decoration:none;
	text-align:center;
	float:left;
	margin-left:30px;
}

.navItem a:hover, .navItem p:hover{
	cursor:pointer;
}

#iconnav{
	text-align:center;
}
.jqDock {
	text-align:center;
}

#iconnav:hover{
	cursor:pointer;
}

.smallicon{
	float:left;
	margin-top:15px;
}
	
#icon_text{
	text-align:center;
	width:800px;
	height:20px;
	left:0px;
	top:0px;
	position:relative;
	margin-bottom:93px
}

.icon_text_item{
	visibility:hidden;
	position:absolute;
	top:99px;
}

 /*         *DOCK*         */ 



#troyleedesigns_text{
	left:-10px;
}

#hartandhuntington_text{
	left:100px;
}

#gaerne_text{
	left:252px;
}

#hhrock_text{
	left:250px;
}

#epic_text{
	left:500px;
}

#asterisk_text{
	left:600px;
}

#rockwell_text{
	left:690px;
}

	
 /*         *BIG IMAGE SLIDESHOW*         */

#slideshow{
	position:relative;
		width:800px;
		height:354px;
		z-index:1;
}

#image{
	width:800px;
	height:355px;
}

#brandlogo1{
	width:300px;
	height:200px;
	position:absolute;
	top:230px;
	left:-90px;
	z-index:2;
}

.titleimg{
	display:block;
	text-align:right;
}

.front-logos{
	float:left;
	width:200px;
	height:177px;
	background:url('../images/big/front-brands-hover2.jpg') no-repeat;
}

#front-tld:hover, #front-hh:hover, #front-gaerne:hover, 
#front-epic:hover, #front-asterisk:hover, #front-rockwell:hover,
#front-hhrockstar:hover {
	background:url('../images/big/front-brands-link2.jpg') no-repeat;
}

#front-tld, #front-tld:hover{
	background-position: 0 0;
}
#front-epic, #front-epic:hover{
	background-position: 0 -177px;
}
#front-hh, #front-hh:hover{
	background-position: -200px 0;
}
#front-asterisk, #front-asterisk:hover{
	background-position: -200px -177px;
}
#front-gaerne, #front-gaerne:hover{
	background-position: -400px 0;
}
#front-rockwell, #front-rockwell:hover{
	background-position: -400px -177px;
}
#front-hhrockstar, #front-hhrockstar:hover{
	background-position: -600px 0;
}
#front-comingsoon {
	background-position: -600px -177px;
}


 /*         *BODY*         */
	
#body{
	margin:10px 0px;
	width:800px;
}

#bigPhotoContainer{
	position:relative;
	width:800px;
}

.bigPhoto{
	position:absolute;
	z-index:-1;
}

#content p{
	line-height:1.4em;
}

.content-leftside{
	width:560px;
	float:left;
}

.content-rightside{
	padding-top:15px;
	width:230px;
	float:right;
	padding-left:8px;
	border-left:1px dashed #ccc;
	font-size:85%;
	
	/* LOAD THE MAIN IMAGE ROLLOVER BG, only loads on front page */
	background: url("../images/big/front-brands-link2.jpg") -1000px -1000px no-repeat;
}


span.newsdate{
	font-size: 85%;
	color:#D80A17;
}

#brandlogo1 {
	display:block;
	margin:0 auto;
}

#chooseBrand{
	text-align:center;
	width:800px;
}

 /*         *FOOTER*         */

#footer{
	width:800px;
	text-align:center;
	margin-top:40px;
}

#copyright{
	margin-bottom:30px;
	padding:10px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

/***Form Style***/

#c_form{
	padding: 5px 0px 5px 100px; /*width of the left "column" containing the label elements*/
	margin-left:20px;
	float:left;
	border-left:1px solid #cccccc;
}

#c_form h1{
	margin-left:-68px;
}

#contact_form label {
	float: left;
	margin-left: -90px;
	margin-top:2px;
	width: 85px;
	text-align: right;
	font-weight:bold;
	font-size:1em;
}

#contact_form input[type="text"], #contact_form textarea{
	background: #fff;
	color: #555;
	border: 1px solid #aaa;
	font-size:16px;
	font-family:helvetica, arial, verdana, sans-serif;
	width: 250px;
	padding:3px;
}

#contact_form input[type="submit"]{
	margin-left:207px;
	background:#ffffff;
	border:1px solid #aaa;
	padding:3px;
	color:#555;
}

#contact_form textarea{
	height:120px;
}

hr {
	height:1px;
	border:0;
	background:#ccc;
}
