@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background:  #505050;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
        color: #666666;
        text-align: center;
}

#title {
        margin-top:20px;
	color: gray;
        position:relative;
}

/* Main Dropdown Navigation Manu */

#nav {
	margin-top: 40px; 
	margin-bottom:20px;
	text-align: center;
}

#nav ul ul {
	display: none;
}

	#nav ul li:hover > ul {
		display: block;
	}


#nav ul {
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	#nav ul:after {
		content: ""; clear: both; display: block;
	}

	#nav ul li {
		float: left;
	}
		#nav ul li:hover {
		}
			#nav ul li:hover a {
				color: #fff;
			}
		
		#nav ul li a {
			display: block; padding: 5px 30px;
			color: #757575; text-decoration: none;
		}
			
		
	#nav ul ul {
		background: darkgray;
		border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		#nav ul ul li {
			float: none; 
			border-top: 1px solid lightgray;
			position: relative;
		}
			#nav ul ul li a {
				padding: 5px 20px;
				font-size:12px;
				color: #757575;
			}	
				#nav ul ul li a:hover {
					background: lightgray;
					color:white;
				}
		
	#nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		
/* Portfolio, About, Contact form related */
#main_image{
	margin-bottom: 30px;
	}

#port {
        margin:0 auto;
        width: 900px;
        position:relative;
}
#aboutcontact {
        margin: 0 auto;
        width:900px;
        height:600px;
        text-align: left;
        background:lightgray;
        border-radius: 5px;
}
#about {
        width: 400px;
        height:500px;
        margin-left:30px;
        margin-top: 30px;
        float: left;
}
#contactform {
        margin-top: 30px;
        margin-left: 30px;
        float: left;
}
h2 {
        text-shadow: 1px 1px 1px #fff;
}
img {
        border:0px solid #fff;
}
#init {
        float: none;
        clear: both;
}
#footer {
        width: 100%;
        text-align: center;
	font-size: 12px;
        margin-top: 20px;
}

