html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	padding-top: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #391c00;
}

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

a {

	outline: none;
	
}

a, a:active, a:visited {
	color: #391c00;
}
a:hover {
	text-decoration: none;
}

#min_height {
	height:493px;
	width:1px;
	float:left;
}

#clear {
	height:1px;
	width:100%;
	clear:both;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 107px;
}

#logo {
	background: url( '../images/layout/bg_logo.jpg') no-repeat top;
	height: 107px;
	width: 221px;
	float:left;
}

#bg_link_top {
	background: url( '../images/layout/bg_link_top.jpg') no-repeat top;
	height: 24px;
	width: 478px;
	float: left;
}

#bg_link_left {
	background: url( '../images/layout/bg_link_left.jpg') no-repeat top;
	height: 40px;
	width: 86px;
	float: left;
}

#two_box_bottom{
	background: url( '../images/layout/bg_two_box_bottom.jpg' ) no-repeat top;
	width: 700px;
	height: 73px;
}

#home_link {
	height: 40px;
	width: 71px;
	float: left;
}

#services_link {
	height: 40px;
	width: 115px;
	float: left;
}

#contact_link {
	height: 40px;
	width: 88px;
	float: left;
}
#projects_link {
	height: 40px;
	width: 115px;
	float: left;
}

#footer {
	height: 30px;
}


#footer ul li {
	padding-left: 15px;
	float:left;
	font-size: 9px;
}

#projects_top {
	background: url( '../images/layout/gallery_repeat.jpg' ) repeat-y top right;
	background-color: #404920;
	width: 700px;
}

#projects_right {
	background: url( '../images/layout/gallery_right.jpg' ) no-repeat bottom right;
	display:table-cell; 
	vertical-align: middle; 
	text-align: right;
	color: #ffffff;
	width: 700px;
}


#projects_bottom {
	background: url( '../images/layout/gallery_bottom.jpg' ) no-repeat top;
	width: 700px;
	height: 73px;
	margin-bottom: 100px;
	padding-left: 1px;
}

#project_text {
	float: left;
	text-align: left;
	color: #ffffff;
	padding: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 11px;
}

#project_title {

	font-size: 14px;

}

#project_desc {
	margin-top: 10px;
	/*border-top: solid 1px white;*/
}

#thumb {
	height: 100px;
	width: 100px;
	margin-top: 30px;
	text-align: center;
	margin-left: 100px;
	float: left;
	display: table-cell;
	vertical-align: middle;
}

#thumb img {
	cursor: pointer;
}

#thumb_row {
	height: 140px;
	padding-top: 5px;
}

#thumbs {
	 float: right; 
	 margin-left: 10px;
}

#thumbs img {
	cursor: pointer;
}

#thumbs_0 img {
	margin-bottom: 16px;
}
#thumbs_1 img {
	margin-bottom: 16px;
}
#thumbs_2 img {
	margin-bottom: 16px;
}
#thumbs_3 img {
	margin-bottom: 0;
}

#flash_gallery{
	width: 700px;
	height: 400px;
}

#gallery_links {
	padding-top: 4px;
}
#gallery_links img{
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
}

#gallery_links a, gallery_links a:active, gallery_links a:visited {
	color: #ffffff;
}

#gallery_links a:hover {
	text-decoration:none;
}

#right_col {
	float: right;
	clear: right;
	padding-right: 10px;
	width: 49%;
}

#left_col {
	float: left;
	clear: left;
	width: 49%;
}

.img_border_left{
	float: left;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_border_right{
	float: right;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-left: 10px;
	margin-bottom: 5px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center{
	text-align: center;
}

#home_content {
	padding-right: 30%;
	background: url( '../images/layout/bg_bottom_logo.jpg') no-repeat top right;
}