/* Do not Edit Here
 Template: Under Sea Porfolio
 Author : Paarth 
 Free css docuement at www.cssmoban.com
 */


*{	margin:0;
	padding:0;
		font-weight:normal;
	
}
body {
	background-color:#000b1c;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#058ab6;

}
a {
	color:#39F;
	text-decoration:underline
}
a:hover {
	color:#0ff;
	text-decoration:none
}

h2{color:#0a9bcb;

text-align : left;
text-decoration : none;
font-size : 20px;
font-weight:bold;
}

#wrapper {
	background:#000b1c;
	background:url(images/bg.png) no-repeat top center;
}

#header {
	width:100%;
	margin:0 auto;
	padding:0;

		
}

#splash {
width:1000px;
height:300px;
	margin:0 auto;
}

#splash blockquote p
{
	clear:left;
	color:#3CF;
padding : 25px 20px;
line-height:34px;
font-size:20px;
}
img {
border : none;
float : left;
}
#logo {
background:url(images/logo.png) no-repeat top left;
margin : 45px 0 0 20px;
width : 400px;
float : left;
height : 120px;
}
#logo h1 a {
color:#3FF;
text-decoration : underline;
text-align : left;
display : block;
text-align : left;
padding-left : 75px;
text-decoration : none;
font-size : 60px;
font-weight:bold;
}
#logo h1 a:hover {
color:#0CF;
text-decoration : none;
}

#navbar {
width:520px;
 float: right; 
margin-top:60px;

}

#navbar ul { list-style : none; }
#navbar li 
{  
padding-bottom: 15px;
padding-left: 10px;
 float: left; 
 width:90px;
 font-size:16px;
 text-align:center;
 line-height:30px;
 margin:3px 0 0 3px;
 	background:url(images/web.png) no-repeat top left;
  }
#navbar li a
{  
color:#fff;
 padding-bottom: 4px;
 text-decoration:none;
  }
  #navbar li a:hover
{
color:#6F0; 
  }
  
div.container {
	width:1000px;
	margin:0 auto;
	padding:0;
	clear:both
}

 p {
color : #06C;
padding : 10px;
line-height:20px;
}
.inner_copyright{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
#left-box {
width : 480px;
margin-left : 10px;
margin-top : 10px;
}

#right-box {
		background:url(images/submarine.png) no-repeat top center;
width : 480px;
float : right;
border-left : 1px dashed #03C;
padding:10px;

}
#portfolio {
clear : left;
padding-left:10px;
}

#left-image{
		background:url(images/left.png) no-repeat left ;
		float:left;
		width:40px;
		height:52px;
		margin-top:30px;
}
#right-image{
		background:url(images/right.png) no-repeat right;
		float:right;
		width:40px;
		height:52px;
			margin-top:30px;
}
#gallery
{
	width:930px;
	margin:20px 20px;
	float:left;
}
#gallery img{
width:160px;
height:120px;
  	float: left;
	margin:5px;
		opacity:0.4; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* for Internet Explorer */
	background-color: #fff;
	border:none;
	
	}
	
	#gallery img:hover{
	opacity:0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* for Internet Explorer */
	}
	
	
/*- Footer -*/
#footer {
	background:url(images/footer.png) no-repeat bottom center;
	height:250px;
	clear:both;
	margin:10px;
	padding:30px 10px 60px 10px;
	text-align:right;
}

hr {
	height:1px;
  border: 1px solid #006;
margin:10px;
}
	
#footer img { float:right; margin-left: 10px;}

#icons{ float:right;}

#icons img{
width:50px;
height:50px;
  	float: left;
	margin:5px;
	border:none;
	}
	
	

#contactform{
	display:block;
	float:left;
		padding-left:20px;
	width:400px;
		text-align:left;
	}
#contactform form{
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	}


#contactform label{
	display:inline;
	width:170px;
	float:left;
	margin:0 0 6px 0;
	padding:0;
	}

#contactform label.margin{
	margin-left:10px;
	}

#contactform label input, #contactform label textarea{
	display:block;
	width:162px;
	margin:5px 0;
	padding:3px;
	color:#000000;
	background-color:#036;
	border:1px solid #06C;
	}

#contactform label textarea{
	display:block;
	width:342px;
	overflow:auto;
	}

#contactform p{
	display:block;
	margin:0;
	padding:0;
	clear:both;
	}

#contactform p input{
	padding:5px 10px;
	color:#fff;
	background-color:#09C;
	border:1px solid #0CF;
	}
	#contactform p input:hover{
	padding:5px 10px;
	color:#fff;
	background-color:#069;
	border:1px solid #0CF;
	}
	
#credit {float: right;
		margin-top:50px;
		}