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

textarea { background-color:#333; border:1px solid #666; color:gray; overflow:auto;}
input { background-color:#333; border:1px solid #666; color:gray; font-size:11px; }

#contact{ 
	float: right;
	padding-right:8px;
	padding-top:150px;
	font-size:12px;
	color:#999;
	}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

object {
	outline:none; 
	
	}
	
html a:active { outline:none;}
a:focus {-moz-outline-style: none;}

body {
		background-color:#000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		
	 }

#mediaplayer {
	float: left;
	height:25px;
	width:150px;
}

#container {
		width: 975px;
		border:1px solid #999;
		margin:0 auto;
		height:560px;
		color:#333;
	}

#main_menu {
		height: 3px;
		background:#999;
		border-bottom:1px dotted #333;
		
	}
#slideshow {
	float:right;
	text-align:right;
	padding-right:7px;
}

#gallery {
	float:right;
	margin-right:10px;
	}
	
#content{
		height:500px;
		width:907px;
		background-color:#0C0C0C;
		float:right;
		padding: 3px 0px;
		border-bottom:1px dotted #333;
                font-size: 14px;
	}
	
#aboutMe{
	width:700px;
	height:200px;
	float:right;
	padding-right:10px;
	padding-top:8px;
	text-align:justify;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:auto;
	color:#333;
}

.testimonials{
	float:right;
	width:700px;
	border:1px dotted #666;
	margin:5px;
	padding:5px;
	text-align:justify;
	font-size:11px
	}
	
.tes_details{
	font-family:"Lucida Console", Monaco, monospace;
	font-size:11px;
	text-align:right;
	color:#CB600C;
	background:#000;
	padding-right:3px;
	
	}

#logo {
	text-decoration:none;
	background-color:#0C0C0C;
	border:none;
	width:68px;
	height:383px;
	float:left;
	padding-top:123px;
	border-bottom:1px dotted #333;
	
	}
#footer {
		width:100%;
		height:15px;
		background-color:#000;
	}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	float:right;
	padding:3px;
}
	
/* BEGIN: NAVIGATION CSS */

#navcontainer ul
{
	padding: 3px 0px;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	border-bottom:1px dotted #333;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color:#000;
color: #666;
text-decoration: none;
float:right;
/*border-right: 1px solid #666;*/
}

#navcontainer ul li a:hover
{
background-color: #000;
color: #333;
}

.active {color:#B2550C;}
/* END: NAVIGATION CSS */