/* CSS Document */

body {
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

h1, h2 {
	color: #43b502;
	padding:8px 0px 0px 0px;
	margin:0px;
	font-size: 16px;	
}
h3, h4 {
	padding:8px 0px 0px 0px;
	margin:0px;
	font-size: 12px;
	font-weight: bold;
}

p{
	padding:3px 0px 8px 0px;
	margin:0px;
} 
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

a img {
	border: none;
}

#main_container {
	margin: 0px;
	padding: 0px;
	width:100%;
}	

#banner {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width:780px;
	height: 155px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}
#navigation
{
	display: table;
	width: 780px;
	margin: 0px auto;
	padding: 0px 0px;
	height: 28px;
	background-color: #FFFFFF;/*	background: transparent url('../images/nav-bg.jpg') top left no-repeat; */
}

* html #navigation { width: 780px; padding: 0px 0px; } /* IE 6 */
*+html #navigation { width: 780px; padding: 0px 0px; } /* IE 7 */

#navigation ul {
	display: table-row;
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: table-cell;
	width: 148px;
	height: 28px;
	margin: 0px auto;
	padding: 0px 2px;
}

* html #navigation ul li { display: inline; float: left; margin: 0px 2px; } /* IE6 */
*+html #navigation ul li { display: inline; float: left; margin: 0px 2px; } /* IE 7 */
#navigation a:visited{
	display: block;
	width: 148px;
	height: 28px;
	line-height: 28px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
; background-image: url(../images/button.jpg); background-repeat: no-repeat; background-position: top left; background-color: 006600}
#navigation a:active{
	color: #FF9900;
}
#navigation a:hover { 	color: #00CC00;
 } 
#navigation a:link { 
	display: block;
	width: 148px;
	height: 28px;
	line-height: 28px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: 006600; 
	background-image: url(../images/button.jpg); 
	background-repeat: no-repeat; background-position: top left 
} 

#content {
	text-align:left;
	margin: 0px 0px;
	padding: 0px 0px;
	width:780px;
	background-color: #FFFFFF;
	background-image:  url(../Images/shadows.jpg);
	background-repeat:no-repeat;		
		
}

.gallery_current {
	color: #822618;
	font-size: 14px;
	font-weight: bold;	
}


.left_body_div {
	width:570px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float:left;
}
.right_body_div {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right

}
.main_div {
	margin:0px 10px;
	text-align: justify;		
; padding: 10px 10px
}
.right_images {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

#text_footer {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	width:770px;
	background-color: #666666;
; color: #FFFFFF
; text-align: justify
}

#footer {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width:780px;
	height: 50px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
}

#likebox-frame{
 border:2px solid #ffffff;
 width:179px;
 z-index:10;
 height: 346px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-59px;
}


.feedback {
	width:175px;
	margin: 20px 5px 5px 0px;
	padding: 2px;
	border: 1px solid #ddddbc;
	background-color: #F8F7EF; 
	float:right
}
.clients {
	border-bottom: 1px dashed #ddddbc;
	padding:8px 0px 8px 0px;
}

.portfolio_wrapper {
	width:780px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.gallery_images {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 6px;
	padding: 0px;
	border: 1px solid #ddddbc;
	float:left;
}
.portfolio_index_links {
	width:260px; 
	padding:0px 0px 10px 0px; 
	margin:0px; 
	float:left; 
	text-align:center;
}

.clearfloats {clear:both; } 
