@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}
.container {
	position: absolute;
	width: 916px;
	left: 50%;
	top: 0px;
	margin-left: -458px;
	margin-top: 10px;
	background-color:#FFFFFF;
}

/* text */
h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background-color:#365072;
	padding: 5px 0px 5px 10px;
}
h2 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background-color:#666666;
	padding: 5px 0px 5px 10px;
	width:300px;
	clear:both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
a:link, a:visited, a:hover, a:active {
	color:#bf0000;
	text-decoration:none;
}
/* Body ELements */

#header {
	width: 916px;
	height: 116px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.9em;
	margin:10px;
	padding: 0 10px 10px 10px;
	width:450px;
	display:block;
	float:left;
}
.content2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.9em;
	margin:10px;
	padding: 0 10px 10px 10px;
	width:450px;
	display:block;
	float:left;
	height:490px;
}
.contentright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.9em;
	margin:10px 0px 10px 10px;
	width:385px;
	height:50px;
	float:right;
	clear:right;
	border-top:2px #fadf1a solid;
	border-bottom:2px #fadf1a solid;
	border-left:2px #fadf1a solid;
}
.fullcontent {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.9em;
	margin:10px;
	padding: 0 10px 10px 10px;
	width:877px;
	display:block;
	float:left;
}
.workcontent {
	padding:10px;
	margin:0px 0px 20px 0px;
	display:block;
	float:left;
}
.contentimage {
	float:left;
	margin: 0px 5px 20px 0px;
}

/*Gallery */
#gallery {
	height:320px;
	width:858px;
	position:absolute;
	left: 20px;
	top: 175px;
	background-color:#ffffff;
}

#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
		border: 5px solid #ffffff;
		border-width: 5px 5px 5px;
	}
#gallery ul a:hover img {
		border: 5px solid #fadf1a;
		border-width: 5px 5px 5px;
		color: #fff;
	}
#gallery ul a:hover { 
	color: #fadf1a; 
}

/* Rotator */
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:320px;
}
/* rotator css */
	div#rotator ul li {
	float:right;
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

/* Nav */
#nav {
height:25px;
display:block;
clear:both;
margin-left:-12px;
margin-top:-10px;
}
#navigation  {  
	padding-left:20px;  
}  
#navigation li  {  
	float:left; 
	list-style-type: none;
}  
#navigation li a {
	background-image:url(../images/m3nav.jpg);
	display:block;
}
#navigation a .hover {
	background:url (../images/m3nav.jpg) no-repeat;
	display: block;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.home	{
	background-position:0px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.home:hover	{
	background-position:0px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.home2	{
	background-position:0px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.services	{
	background-position:-150px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.services:hover	{
	background-position:-150px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.services2	{
	background-position:-150px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.work	{
	background-position:-300px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.work:hover	{
	background-position:-300px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.work2	{
	background-position:-300px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.about	{
	background-position:-450px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.about:hover	{
	background-position:-450px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.about2	{
	background-position:-450px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.contact	{
	background-position:-600px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.contact:hover	{
	background-position:-600px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.contact2	{
	background-position:-600px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.extras	{
	background-position:-750px 0px;
	width:150px;
	height:25px;
	border-bottom: 2px #000000 solid;
}
a.extras:hover	{
	background-position:-750px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}
.extras2	{
	background-position:-750px -25px;
	width:150px;
	height:25px;
	border-bottom: 2px #fadf1a solid;
}

/* Contact Form */
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
.contactthanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #F5D618;
	text-align:center;
}
#form {
	width:400px;
	float:right;
	margin-bottom:10px;
}
#form2 {
	width:400px;
	float:left;
}
/* Footer */

#footer {
	height: 20px;
	margin-top:10px;
	padding: 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color:#000000;
	background-color:#fadf1a;
	width: 916px;
	clear:both;
}
#footer a:link {
color:#000000;
text-decoration:underline;
}