html {
	background: #000 url(../img/texture.jpg) repeat-x;
}


body {
	color: #CCC;
	font-family: helvetica, arial, sans-serif;
}


#top {
background:  url(../img/top_bar.png) repeat-x;
}


/* GENERAL STYLES */

a {
	color: #000;
}

a:hover {
	color: #eb2354;
	text-decoration:none;
}

p::selection, li::selection, a::selection {
	background: #251440;
}

p::-moz-selection, li::-moz-selection, a::-moz-selection {
	background: #251440;
}

#container {
	position: relative;
	padding-top: 0px;
}



/* HEADER */

#header {
padding-bottom: 100px;
z-index:100;
}


	
	#header img#logo {
		position: absolute;
		top: 42px; 
		}

	#header img#register {
		position: absolute;
		left: 725px; 
		}
		
		
	#header #topnav {
		float: right;
		padding-top: 125px;
		z-index: 100;
		}	
		
		#header #topnav li {
		float: left;
		list-style: none;
		padding: 8px 13px;
		height: 14px;
		line-height: 14px;
		}
		
		#topnav li a {
		font-family: 'Gruppo', cursive;
		font-size: 22px;
		text-transform:uppercase;
		color: #FFF;
		text-decoration: none;
		display: block;
		}
			
		#topnav li a.selected, #topnav li a:hover{
		color: #00aef0;
		}

/* End Header */	

		

	#content ul li {
		list-style: none;
		margin-left: 0;
		padding-top: 5px;
		padding-left: 22px;
		background: url(../img/bullet2.png) no-repeat 0 5px;
	}



#MainHead {
clear: both;
padding-top: 0px;  /* padding/margin = IE fix */
padding-bottom: 40px;
}	


	#MainHead img#line {
		position: absolute;
		top: 230px; 
		left: 536px
		}
	
	
	#sub2 img#sitron {
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
		}

#sub2 p{
	padding-right: 55px;
	padding-bottom: 15px;
		}
			





/* Button Bar */

#bar #roll {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#bar #roll span {
	display: none;
	position: absolute;
}
 #roll a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
 #roll a:hover {
	background-position: left bottom;
}
#roll a:hover span{
	display: block;
}

#roll .btn1 {
	width: 491px;
	height: 113px;
	background: url(../img/group_classes.jpg) no-repeat;
	left: -10px;
	top: 0px;
}

#roll .btn2 {
	width: 491px;
	height: 113px;
	background: url(../img/ind_classes.jpg) no-repeat;
	left: -10px;
	top: 130px;
}
		
		
/* contact form */

	input, textarea {   
	padding: 7px;  
    border: solid 1px #00aef0;  
    outline: 0;  
    font: normal 13px/100% 'Helvetica Neue', Arial, sans-serif;  
      
    background: #FFFFFF url("../image/bg_form.png") left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    }  
  
textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  

input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #00aef0;  
    }  
  
.form label {  
    margin-left: 10px;  
    color: #4e4e4e;  
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #00aef0;  
    border: 0;  
    font-size: 15px;  
    color: #FFFFFF;  
    }
	
.submit input:hover {
	color: #000;
}  




/* Footer */
			

#footer-wrap {
		background: #FFF url(../img/footer_bg.jpg) repeat-x;

}

	#footer {
		overflow: hidden;
		font-size: 12px;
		padding-bottom: 40px;
		padding-top: 32px;
	
	}
	
	#footer p {
		padding-bottom: 15px;;
	}


	#footer img#social {
		float:right;
		padding-top: 10px;
		padding-right: 50px;
		}
			
/* VERY BOTTOM */
			
#bottom-wrap {	
}

#bottom {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 30px;
}

	#bottom-wrap #bottom p:first-child {
		float: left; /* IE fix */
	}

	#bottom-wrap p, #bottom-wrap p a {
		color: #ccc;
		display: inline;
		font-size: 11px;
	}
	
			
