@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: center;
	font: 14px "Arial", sans-serrif;
	color: #fff;
	}
	
h3 {
	color: #49c1ff;
	font-size: 18px;
	}
	
p {
	line-height: 180%;
	}
	
ul {
	margin-left: 20px;
	line-height: 180%;
	}
	
input, textarea {
	padding: 5px;
	background: #0d0f11 url(../images/back.jpg) repeat-x;
	border: 1px solid #303030;
	margin: 0 0 15px 0;
	font: 14px "Arial", sans-serrif;
	color: #CCCCCC;
	}
	
img {
	border: 0;
	}
	
#container {
	background: #303030;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 2px 2px 2px;
	text-align: left;
	}
	
#header {
	height: 135px;
	background: url(../images/back.jpg);
	padding: 0 25px 0 25px;
	}
	
	#header img {
		margin: 20px 0 0 0;
		float: left;
		}
	
	#header ul {
		float: right;
		width: 600px;
		list-style-type: none;
		font-size: 18px;
		margin: 12px 0 0 0;
		padding: 0;
		}
		
		#header ul li {
			float: right;
			width: 150px;
			text-align: center;
			padding: 45px 0 0 0;
			height: 62px;
			background: url(../images/divider.jpg) no-repeat right;
			color: #49c1ff;
			}
			
			#header ul li a {
				color: #fff;
				text-decoration: none;
				}
	
.picture {
	height: 334px;
	}
	
	#home { background: url(../images/header.jpg); }
	#portfolio { background: url(../images/portfolio.jpg); }
	#services { background: url(../images/services.jpg); }
	#contact { background: url(../images/contact.jpg); }
	
#content {
	background: #0d0f11 url(../images/back.jpg) repeat-x;
	padding: 25px;
	}
	
#footer {
	padding: 25px;
	background: #16181a;
	height: 25px;
	}
	
#rightbox {
	background: #0d0f11 url(../images/back.jpg) repeat-x;	
	width: 306px;
	float: right;
	margin: 0 0 0 25px;
	border: 2px solid #303030;
	padding: 25px;
	}
	
	#rightbox h3 {
		margin: -66px 0 60px 0;
		}
		
	#rightbox ul {
		line-height: 100%;
		list-style-type: none;
		font-size: 16px;
		margin: 0;
		padding: 0;
		}
		
		#rightbox ul li {
			margin-bottom: 20px;
			}
		

#footer ul {
		width: 600px;
		list-style-type: none;
		font-size: 14px;
		margin: 0;
		padding: 0;
		}
		
		#footer ul li {
			float: left;
			width: 125px;
			padding: 0;
			color: #fff;
			}
			
			#footer ul li a {
				color: #a9a9a9;
				text-decoration: none;
				}
				
#zuni {
	float: right;
	font-size: 12px;
	color: #989898;
	margin-top: -8px;
	}
	
	#zuni img {
		position: relative;
		top: 7px;
		}
		
		#zuni a {
			border: 0;
			color: #989898;
			text-decoration: none;
			}
			
			#zuni a:hover {
				color: #fff;
				}