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

body {
	background-color: #000;
	background-image: url(../images/ColorFlow1200.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px;
	
}

#validEmail
{
margin-top: 4px;
margin-left: 9px;
position: absolute;
width: 16px;
height: 16px;
}


html {
	border-right: 7px solid #a9bb11;
	height: 100%;
}

#logo {
	float: left;
	padding-top: 73px;
	position: relative;
	left: 0px;
}

#container {
	margin: 0px;
	margin-left: 450px;
	width: 600px;
}
#header {
	height:150px;
	margin-top: 10px;
	width:600px;
}

#feature {
	background-color: #FFF;
	width: 600px;
	height: 380px;
	display:block;
	
}

a.nav {
	float:right;
	padding-top: 120px;
	/*padding-left: 30px;*/
	font-size: 13px;
	border-bottom: 6px solid white;
	text-align: right;
	cursor: pointer;
	width: 15%;
	
}

div.DropBox {
	display: none;
	width: 520px;
	position: absolute;
	height: 440px;
	background-color: #222;
	border-bottom: 5px solid #FFF;
	border-top: none;
	z-index: 24;
	margin-top: -8px;
	padding: 10px 40px;
}

div.DropBox h2 {
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 0px;
	color: #DDD;	
}



#aboutBox {
	border-color: #F60;
}

#aboutBox h2{
	color: #F60;
}

#aboutBox p{
	line-height: 1.75em;
	margin-right: 100px;
}

#portfolioBox {
	border-color: #a9bb11; 
}

#portfolioBox h2{
	color: #a9bb11; 
}

#contactBox {
	border-color: #29aac9;
}

#contactBox h2{
	color: #29aac9;
}


#portfolio {
	color:#a9bb11;
	border-bottom-color:#a9bb11;
}

#portfolio:hover, #contact:hover, #about:hover {
	/*color: white;
	border-bottom-color: white;*/
	background-image: url(../images/GlowUp.png);
	background-position:bottom;
	background-repeat: repeat-x;
}

#contact {
	color:#29aac9;
	border-bottom-color:#29aac9;
}
#about {
	color:#F60;
	border-bottom-color:#F60;

}

#gallery img {
	border: none;
}

#gallery #slideshow {
	width: 600px;
	height: 380px;
	overflow: hidden;
}

#gallery #thumbs {
	/*clear: both;*/
}

#gallery #caption {
	clear: left;
}

#gallery ul.thumbs {
	list-style: none;
	/*clear: both;*/
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

#gallery ul.thumbs li {
	display: inline;
	float: left;
	padding-right: 5px;
}

#gallery h2 {
	text-transform: uppercase;
	font-size: 10px;
	color: #CCC;
}



#controls {
	float: right;
	
}

#controls a, #controls img {
	border: none;
	color: black;
}



#contactForm {
	padding-top: 10px;
}

input, textarea {
	/*clear: both;*/
	margin-bottom: 10px;
	width: 50%;
}

input.button {
	width: 100px;
}


#message {
	width: 300px;
	margin: 90px auto;
	/*border-left: 8px solid #29aac9;*/
	padding: 30px;
}

#message h3 {
	text-transform:uppercase;
	font-size: 13px;
	color: #29aac9; 
}

#contactGif {
	width: 24px;
	margin: 100px 288px;
}

label.label_normal {
	width: 40%;
	text-align: right;
	display: block;
	float: left;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 11px;
}
label.error {
	text-transform: uppercase;
	font-size: 11px;
	color: #F60;
	display: block;
	padding-left: 41%;
	width: 59%;
	text-align: left;
}
	
textarea {
	height: 200px;
}

button {	
    text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	
}

#portfolioContainer {
	padding: 10px 0px;
}

#porTable td {
	width: 60px;
	height: 60px;
	text-align: center;
	/*background-color: Red;*/
	padding: 0px;
	margin: 0px;
}

a.thumbP {
	border: none;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
		/*background-color: Blue;*/

}
img.thumbP {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px auto;
	border: 0px solid #FFF;
		/*background-color: White;*/

	
}

