/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a { 
	margin:0;
	padding:0;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	outline:none;
}
fieldset,img { 
	border:0;
	outline:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	outline:none;
}
ol,ul {
	list-style:none;
	outline:none;
}
caption,th {
	text-align:left;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	outline:none;
}
q:before,q:after {
	content:'';
	outline:none;
}
abbr,acronym { border:0;
	outline:none;
}

/* GLOBAL STRUCTURE
------------------*/
body {
	background:#000000 url(http://www.hydome.com/img/bg2.jpg) repeat-x;
}

#wrapper{
	width:968px;
	margin:50px auto;
}

#top-cap{
	background:url(http://www.hydome.com/img/top-cap-bg.png) no-repeat;
	display:block;
	height:33px;
	width:968px;
	}

#bottom-cap{
	background:url(http://www.hydome.com/img/bottom-cap-bg.png) no-repeat;
	display:block;
	height:34px;
	width:968px;
	}

/* GLOBAL PRESENTATION
-----------------------*/
p{
	font-family:Trebuchet MS, Garamond, serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
	padding:8px 25px 0 25px;
	}

.p-yellow{
	font-size:18px;
	color:#ffcc33
	}
	
.p-white{
	font-size:18px;
	color:#FFF;
	}

/* CYCLES
---------- */
.pics {  
    width:  348px;  
    height:   130px;
    padding: 0;  
    margin:  0;  
} 
 
.pics img { 
    width:  348px; 
    height: 130px; 
    top:  0; 
    left: 0;
    margin:0;padding:0;
} 

.dPics {  
	width:571px;
	height:490px;
    padding: 0;  
    margin:  0;
    display:block;
    overflow:hidden;
} 
 
.dPics img { 
    width:  569px; 
    height: 382px; 
    top:  0; 
    left: 0;
    margin:0;padding:0;
}


/* DOME BANNER
---------------*/
#domeBanner{
	background:#000000 url(http://www.hydome.com/img/stage-bg.jpg) repeat-y;
	height:175px;
	display:block;
	}

#domeBanner-left{
	width:236px;
	float:left;
	margin:10px 0 0 50px;
	}
	
#domeBanner-logo {
	width:236px;
	}

#domeBanner-logo h1 {
	width:236px;
	}

#domeBanner-logo h1 a {
	width:236px;
	height:142px;
	display:block;
	background:transparent url(http://www.hydome.com/img/hydome-logo.png) no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	float:left;
	}
	
#hydomeSlides {
    width:348px;  
    height:130px;
    display:block;
    overflow:hidden;
    float:left;
    margin:15px 0 0 0;
}	

#domeBanner-right{
	float:left;
	height:155px;
	width:288px;
	margin:5px 0 0 0;
	}
	
#domeBanner p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding:0 30px;
	line-height:24px;
}

/* FORM BANNER
---------------*/
#formBanner{
	background:#000000 url(http://www.hydome.com/img/stage-bg.jpg) repeat-y;
	height:175px;
	display:block;
	}
	
#formBanner p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding:0 30px;
	line-height:24px;
}
	
#formBanner-left{
	float:left;
	height:155px;
	width:288px;
	margin:5px 0 0 30px;
	}

#formBanner-right{
	width:264px;
	float:left;
	margin:10px 0 0 0;
	}
	
#hyformSlides {
    width:348px;  
    height:130px;
    display:block;
    overflow:hidden;
    float:left;
    position:relative;
    z-index:1;
    top:14px;
    left:15px;
    margin:0;
}	
	
#formBanner-logo {
	width:264px;
	}

#formBanner-logo h1 {
	width:264px;
	}

#formBanner-logo h1 a {
	width:264px;
	height:142px;
	display:block;
	background:transparent url(http://www.hydome.com/img/hyform-logo.png) no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	position:relative;
	z-index:5;
	}	

/* INDEX SPECIFIC
------------------*/

#middle{
	background:#000000 url(http://www.hydome.com/img/middle-bg.jpg) no-repeat;
	display:block;
	height:80px;
	width:968px;
	text-indent:-9999px;
	}

/* EXTRAS
--------- */
.hide {
    display: none;
	}	
.selected {
	background-position:0 -35px;
	}		
.clearit{
	height:0%;
	clear:both;
	}
