﻿@charset "utf-8";
/* CSS Document */



body	{
	background-color: #000;
	font:80%/140% georgia,serif;
}


#container {
	width: 850px;
	background-color: #000;
	margin: auto;
	padding-top: 7px;
	background-color: #000;
} 


#logo	{	
	float: left;
	height: 125px;
	width: 298px;
	background-image: url(../images/banner.jpg);

}


#banner {
	background-image: url(../images/nav.jpg);
	height: 125px;
	width: 552px;
	float: right;
}


#content {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 850px;
	text-align: center;
	background-color: #000;
	clear: both;
}



#portfoliocontent {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 850px;
	text-align: center;
	background-color: #000;
	clear: both;
}

#aboutcontent {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 850px;
	text-align: center;
	background-color: #000;
	clear: both;
	background-image: url(../images/about.jpg);
}

#contactcontent {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 850px;
	text-align: center;
	background-color: #000;
	clear: both;
	background-image: url(../images/contact.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}


.indent	{
	padding-left: 140px;
}


h1,h2	{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	color: #999;
}



.header	{
	color: #07b99e;
	text-align: left;	
	padding-left: 15px;
	letter-spacing:1px;

}



p, td	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}



#visit img	{
		float: left;
		padding-left: 40px;
		padding-bottom: 25px;
}


.caption	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
}



.demo	{
	position:relative;
	margin-top:2em;
}


.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #111;
	margin: 0 2px;
	background:#000;
	text-align: center;
}



.gallery_demo li div{
	left:240px
}



.gallery_demo li div .caption	{
	font:italic 0.7em/1.4 georgia,serif;
}



#main_image{
	height:380px;
	width:700px;
	background:black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

	



#main_image img{
	margin-bottom:10px;
}




.picnav	{
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align: center;
}





#myGallery	{
	width: 400px !important;
	height: 200px !important;
} 



#footer {
	background-image: url(../images/footer.jpg);
	height: 23px;
	width: 850px;
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding-top: 55px;
}


#form	{
	text-align: center;
}


ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	font-size: 11px;
	text-decoration: none;
	list-style-type: none;
	line-height: 2em;
	padding-top: 20px;
	margin-left:-15px;
	padding-left:-15px;
}


a	{
	outline:none;
}


a:link	{
	text-decoration:none;
	color: #999;
}


a:visited{
	text-decoration:none;
	color: #999;
}



a:active{
	text-decoration:none;
	color: #999;
}


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



a img	{
	border: none;
}