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

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img{border:0px;}



#page{
 margin:0px auto;/* center the div*/
 width:960px; 

}

#header{
 	width:960px;
 	float:left;
}
#page_body{
   width:960px;
   float:left;
   background-color:#669999;
}
#footer{
   width:960px;
   float:left;
   background-color:#669933;
}

body{
 margin:0px;
 padding:0px;
 background-image:url(../images/body-bg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 
 background-color:#010D1F;
}
#header{
 width:960px;
 height:350px;
 float:left;
 
 background-image:url(../images/header-bg.jpg);
 background-repeat:no-repeat; 
}
#logo{
 width:310px;
 height:185px;
 float:left;
 
 padding-top:45px;
 padding-left:120px;
}



#pages_nav{
 	width:450px;
 	float:left;
 	padding-top:45px;
 	padding-left:480px;
	
}
 
 #pages_nav li{
	 
	
	letter-spacing:2px;
	
 	display:inline;
 	margin:0px;
 	padding:0px;
 }

 
 #pages_nav li a{ 
 	padding-right:25px;
 	padding-bottom:8px;
 
 	color:#0b1827;
 	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:22px;
 	font-style:italic;
	
	
	text-decoration:none;
 }
 
 #pages_nav li a:hover{
 	color:#211808;
 	background-image:url(../images/pages-hover.png);
 	background-position:-8px 22px;
 	background-repeat:no-repeat;
}

#page_body{
 width:960px;
 float:left;
 
 background-image:url(../images/page-body-bg.jpg);
 background-repeat:repeat-y;
 background-color:#010D1F;
}
#content{
 width:640px;
 float:left;
 
 }
 
 #sidebar{
 width:320px;
 float:left;
 
 background-color:#CC6600;
}
#content{
 width:640px;
 float:left;
 background-image:url(../images/content-bg.jpg);
 background-repeat:no-repeat;
}
 
 #sidebar{
 width:320px;
 float:left;
 background-image:url(../images/sidebar-bg.jpg);
 background-repeat:repeat-y;
}
/* use sidebar_footer_pic when only pictures are visible in the sidebar */
#sidebar_footer_pic{
	margin-top:100px;
	width:320px;
	height:190px;
	background-image:url(../images/sidebar-footer-bg.jpg);
	background-repeat:no-repeat;
}
#sidebar_footer{
	width:320px;
	height:190px;
	background-image:url(../images/sidebar-footer-bg.jpg);
	background-repeat:no-repeat;
}
#sidebar_top{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg.jpg);
 background-repeat:no-repeat;
 }
 #sidebar_news{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg-news.jpg);
 background-repeat:no-repeat;
 }
 #sidebar_photos{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg-photos.jpg);
 background-repeat:no-repeat;
 }
 #sidebar_clients{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg-clients.jpg);
 background-repeat:no-repeat;
 }
 #sidebar_contact{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg-contact.jpg);
 background-repeat:no-repeat;
 }
 #sidebar_about{
 width:320px;
 height:167px;
 
 
 background-image:url(../images/top-sidebar-bg-more.jpg);
 background-repeat:no-repeat;
 }
#sidebar h2{
 padding-left:20px;
 padding-top:60px;
 color:#D5A934;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:26px;
 font-style:italic;
} 
#sidebar_imgs{
 width:320px;
 margin-left:50px;
}
#sidebar img{
	margin:0 5px 5px 0;
}
#sidebar h3{
	padding-top:5px;
	color:#FFF;
	font-size:13px;
	font-style:italic;
}
.nounder{
		text-decoration:none;
	}
	.nounder:hover {
		text-decoration:underline;
	}
	
	#sidebar ul{
 padding-left:25px;
 padding-top:5px;
 }
 
#sidebar ul li{
 padding-left:20px;
 margin-bottom:3px;
 list-style:none;
 padding:5px 5px 5px 20px;
 color:#FFFFFF;
 
 		
 }
	#sidebar ul li.cat{
		color:#FFD869;
 		background-image:url(../images/sidebar-a-hover.gif);
 		background-position:left;
 		background-repeat:no-repeat;
		font-weight:bold;
	}
	#sidebar ul li.norm{
		padding-left:35px;	
	}
 
#sidebar ul li a{
 padding:5px 5px 5px 20px;
 color:#FFFFFF;
     
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:14px;
}

	#sidebar ul li a:hover{
 		color:#FFD869;
 		background-image:url(../images/sidebar-a-hover.gif);
 		background-position:left;
 		background-repeat:no-repeat;
	}

/******************** 

	entry css


*********************/
.entry{
 width:565px!important;
 float:left;
 
 padding-left:50px!important;
 padding-right:25px!important;
 padding-bottom:15px;
}
 
 .entry h2{
 	width:460px;
 	padding-bottom:5px;
 	color:#E4DECA;
 	font-family:Georgia, "Times New Roman", Times, serif;
 	font-style:italic;
 	font-size:34px;
 }
 
 	.entry h2 a{
 		color:#E4DECA;
 	}
 
 		.entry h2 a:hover{
 			color:#FFD869;
 		}
 .entry h3{
	 color:#FFE195;
	 font-style:italic;
	 font-size:20px;
 }
 .prices{
	font-size: 10px;
	color:#FFE195;
	padding-left:12px;
 }
 
 .entry .comments{
 	width:95px;
 	height:65px;
	float:right;
 
 	margin-top:-45px;
 
 	padding-top:3px;
 	padding-bottom:10px;
 
 	background-image:url(../images/comments-bg.png);
 	background-repeat:no-repeat;
 
 	color:#FFFFFF;
 	font-size:38px;
 	text-align:center; 
 }
 
 	.entry .comments a{
 		color:#FFFFFF; 
 	}
 
 .entry .meta{
 	width:440px;
 	float:left;
 
 	padding-top:3px;
 	padding-left:20px;
 	padding-bottom:15px;
 
 	color:#FFE195;
 	background-image:url(../images/meta-star.gif);
 	background-repeat:no-repeat;
 
 	font-size:12px;
 }
 
 .entry .preview_image{
 	float:left;
 	margin-right:15px;
 }
 
 	.entry .preview_image img{
 		width:200px;
 		height:200px;
 		border:1px solid #DBD9CC;
 	}
 
 		.entry .preview_image img:hover{
 			border:1px solid #FFC337;
 		}
 
 .entry .meta_categories{
 	width:500px!important;
 	float:left!important;
 
 	padding-top:10px;
 	padding-bottom:10px;
 	padding-left:25px;
 
 	color:#FFFFFF;
 	font-size:12px;
 	border-bottom:1px solid #163656;
 	background-image:url(../images/meta-star.gif);
 	background-position:5px 8px;
 	background-repeat:no-repeat;
 }
 
 	.entry .meta_categories a{
 	} 
 
 		.entry .meta_categories a:hover{
 			text-decoration:underline;
 		} 
 /*common*/
 .entry p{
 	color:#FFFFFF;
 	font-size:16px;
	line-height:170%;
 
 	
 }
 
 .entry p a{
 } 
 
 	.entry p a:hover{
 		text-decoration:underline;
 	} 
 
 .entry a{
 	color:#FFD869;
 }
 
 	.entry a:hover{
 		color:#EDCC0C;
 	}
 /*end of common*/ 
 
 /*end entry css */




#footer{
 width:960px;
 height:248px;
 float:left;
 
 background-image:url(../images/footer-bg.jpg);
 background-repeat:no-repeat;
}


/** Contact CSS **/
#contact-area {
	width: 400px;
	 margin:0px auto;/* center the div*/
	 
	background-image:url(../images/contact-bg.png);
	background-repeat:no-repeat;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 380px;
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	color:#FFF;
}

/* lightbox css styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*end lightbox styles */


