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

body {
color: #333300;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
height:100%;
}

a {
color: #333300;
text-decoration: none;
border:hidden;
}

a img {border: none;}


a:hover {
    text-decoration: underline;
}

.contact {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a.contact:link {
	text-decoration: none;
}

a.contact:hover {
text-decoration: underline;
}

a.contact:visited {	
	text-decoration: none;
	}
	
.menu_padding {padding-left:15px; padding-top:10px; padding-bottom:13px;}

.contact_padding {padding-bottom:10px; padding-left:5px; padding-top:7px;}

.footer_padding {padding-top:7px; padding-bottom:10px;}

.project_padding {padding-left:30px; padding-right:30px; padding-bottom:20px; padding-top:10px;}
	
.doing_header {color: #74653D; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }

.footer {color: #74653D; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

.contact_text {
	color: #EDF5CB;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	color: #333300; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
li.services {
	background: url(../images/bullet.gif) left center no-repeat; 
	padding-left: 5px;
}

ul.services {
	color: #333300; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	list-style-type:disc;
	padding-left: 0;
	margin-left: 0;
	}

hr {
	border: 0;
	color:#333333;
	background-color:#333333;
	height: 1px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#333300;
	font-style:normal;
	font-weight:normal;
	margin: 10px 0px 10px 0px;
}


.gallery-description {margin:10px 0 0 0;}
.portfolio-description {margin:0 0 18px 0;}
.gallery {list-style-type:none; margin:0 10px 15px 10px; position:relative;}
.gallery li {list-style-type:none; float:left; padding:0; width:115px;}
.gallery:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} 
.gallery {display: inline-block;}
/* Hide from IE Mac */ 
.gallery {display:block;}
/* End hide from IE Mac */
* html .gallery {height: 1px;} 

a.thumbs:link img, a.thumbs:visited img {margin:0; padding:15px 15px 0 0; }
a.thumbs:hover img {filter: Gray; margin:0; moz-opacity:0.7; opacity: 0.7; alpha(opacity=70);}

	