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

body {
	background-color:#b2b2b2;
	
	}


#background {
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	height:402px;
	}
	
#wrapper {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}

#header {
	width:800px;
	height:100px;
	border-bottom:1px dotted #fff;
	background-color:#333;
	}
	
#logo {
	float:left;
	width:250px;
	height:80px;
	margin-left:20px;
	margin-top:10px;
	}
	
#menu {
	height:25px;
	float:right;
	width:420px;
	padding-top:7px;
	
	background-color:#333;
	}
	
#middle {
	height:500px;
	width:800px;
	background-color:#333;
	}
	
#text_left {
	margin-top:15px;
	margin-left:20px;
	width:314px;
	height:auto;
	float:left;
	}
#text_right {
	margin-top:15px;
	width:350px;
	height:auto;
	float:right;
	}
	
#footer {
	width:795px;
	height:25px;
	background-color:#333;
	border-top:1px dotted #fff;
	text-align:right;
	color:#CCC;
	padding-top:4px;
	padding-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	clear:both;
	
	}
	
#text_left li, #text_right li {
	list-style-image:url(../images/bullet.gif);
	
	}

#caption p {
	font-size:0.8em;
	line-height:0.3em;
	
	
	}

/*NAvigation*/

.submenu {
	color:#fff;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	
	}

#menu a:link, #menu a:visited {
	color:#fff;
	font-size:0.9em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	}
		
#menu a:hover {
	color:#ff3d00;
	}
	
#menu ul {
	list-style:none;
	padding:5px;
	
	}
	
/*#menu li {
	display:inline;
	margin-left:20px;
	
	}*/
#home {
	border-right:1px dotted #fff;
	margin-right:10px;
	text-align:right;
	padding-right:10px;
	} 	
	
#services, #portfolio {
	border-right:1px dotted #fff;
	width:10px;
margin-right:10px;
	padding-right:10px;
	}
#contact {
	text-align:left;
	}
.submenu a:link {
	color:#fff;
	}
	
	
	/*suckerfish*/
	
	
#nav, #nav ul {
	margin:0px;
	list-style: none;
}
#nav {
 	margin-left:82px	
	}

#nav a {
	display: block;
	width: 60px;
}

#nav li {
	float: left;
	width: 60px;
}
#nav li ul {
	color:#fff;
	position: absolute;
	width: 50px;
	left: -999em;}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
/*textlinks*/

#text a:link, #footer a:link {
	text-decoration:underline;
	color:#ccc;
	}
	

	#text a:visited, #footer a:visited {
	text-decoration:underline;
	color:#999;
	}
	
	
#text a:hover, #footer a:hover {
	text-decoration:none;
	color:#ff3d00;
	}
	
/*formCSS*/

#email, #name_first, #name_last, #message {
	background-color:#666;
	border:#000000;
	
	}
	
/*imgborder*/
#text img {
	border:1px solid #CCC;
	
	}


