@charset "utf-8";
/* CSS Document */



@charset "UTF-8";
/* Background-Styles */

body {
	margin:0px; padding:0px;
	background: #fff url(../images/gradient-bg.gif) repeat-x;
	
	
     background-color:#FFF;  
     font-family:Arial, Helvetica, sans-serif;  
     color:#7f7d78;  
     font-size:13px;  
     line-height:19px; 
	 width:100%;
}
#main {
	
}
#main .container {
	min-height:400px;
}
#footer {
	color:white;
	padding:40px;
}
.container {
	width:950px;
	margin:0 auto;
  	position:relative;
}

#header {
	padding-top:1px;
	overflow:auto;  
	margin-bottom:20px;
}

#pics{
	 display:block;     
     padding:30px;  
     overflow:auto;
}



#h1 {
	font: normal 80%/120% Helvetica, "Helvetica", Arial, sans-serif;
	font-size: 400%;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #00adef;
} 

#h2 {
	font: normal 100%/160% Helvetica, "Helvetica", Arial, sans-serif;
	font-size: 200%;
	color: #231f20;
	background-color: #ed008c;
	top:1390px;
}

#h3 {
	font: normal 100%/160% Helvetica, "Helvetica", Arial, sans-serif;
	font-size: 200%;
	color: #231f20;
	background-color: #fdf202;
} 

ul#menu {
	width:100%;
	background:#000;
	margin:0px; padding:0px;
	position:absolute;
	left:0px;
}

ul#menu li {
	display:inline;
	margin-left:5px;
}

ul#menu li a {
	text-decoration:none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#menu li a.active, ul#menu li a:hover {
	color:#EEE;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 15px 10px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	/*border-color: #000;*/
}

.gallery span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(../images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}


/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#ed008c;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/* 
	Text-Styles   
*/
a {
	color:#007de2;
	text-decoration:none;
}
a:hover { text-decoration:underline; }