/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1;
}

body {
	background-color: #494D58;
	font: 12px/170% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

img {
border: 0px
}

/* links */
a, a:visited {
	color: #666666;
	background: inherit;
	text-decoration: none;
}
a:hover {
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;
	color: #444;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	text-align: justify;
	padding-left: 0px;

}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #FF0000;
	text-align: left;
}

hr {
	padding:0;
	padding-left: 15px;
	height:1px;
	border:none 0;
	border-bottom:solid 1px #E6E6E6;
	margin-top: 20px;
	margin-right: 15;
	margin-bottom: 20px;
	margin-left: 15;
}

#sidebar h2 {
	color: #51432F;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0px;
	font-size: 1.4em;
	/*border-bottom: 1px solid #E4F2C8;	*/
}

#sidebar h3 {
	color: #FF0000;
	text-transform: none;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}


#sidebar hr {
	padding:0;
	height:1px;
	border:none 0;
	border-bottom:solid 1px #E6E6E6;
	margin-top: 10px;
	margin-right: 30;
	margin-bottom: 10px;
	margin-left: 30;
}


/* Paragraph */
p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
	text-align: justify;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
.image {
	border: 1px solid #E4E4E4;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	width: 265px;
	text-align: center;
	font-style: italic;
	padding-top: 8px;
	margin: 0px;
	line-height: 10px;
}

.image a{
	text-decoration: none;
}

.image img{
	margin-bottom: 5px;
	border: 1px solid #333333;
}

.img.float-right {
  	margin: 5px 0px 10px 10px;  
}
.img_float-left {
	background: #FAFAFA;
	border: 1px solid #E4E4E4;
	padding: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 5px 7px 5px 5px;
	font-weight: normal;
	line-height: 1.6em;
	color: #666666;
	border: 1px solid #EEE8E1;
	background-color: #F8F8F8;
}

/* start - table */
table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
		

}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	text-align: left;
	background-image: url(images/bg_kevlar1.jpg);
	font-size: 13px;
}
.th_second {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #C4DE8F;
	text-align: left;
	background-color: #575757;
}


tr {
	height: 25px;
}
.tr_second {
	height: 34px;
	background-color: #D3D3D3;
}


td {
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/table_bg2.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;

}	

/* end - table */

/* form elements */
/*form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}*/
form p {
/*	border-bottom: 1px solid #ECE5DD;*/
/*	color: #9D6D37;*/
}
label {
	font-weight: bold;
	color: #A7743B;
}
  textarea {
/*	margin: 5px 0;*/
	/*padding: 5px;*/
	color: #6A6969;
	border-width: 0px;
	border-style: solid;*/
/*  border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; */
}






/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 930px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background-image: url(images/wrap.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	clear: both;
	float: left;
	width: 930px;
	background-image: url(images/index/body_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header {
	position: relative;
	width: 930px;
	height: 295px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #43484E;
	background-image: url(images/index/header_bg.jpg);
	background-repeat: no-repeat;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #322815;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 0px;
	left: 150px;
}

/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	color: #666666;
	top: 46px;
	background-repeat: repeat;
	padding-right: 0px;
	padding-left: 0px;
	width: 559px;
	background-position: left;
	left: 20px;
	font-size: 10px;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */

#features_header {
	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	color: #FFF;
	top: 0;
	right: 70px;
	background-repeat: repeat;
}

 #nav {
	position: absolute;
	margin: 0;
	color: #494D58;
	top: 215px;
	right: 335px;
	background-repeat: repeat;
	width: 555px;
	height: 52px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
 }
 
 #nav ul li#current a {
	color: #FF0000;
}

 #nav ul li#current ul li a {
	color: #494D58;
}

 #nav ul li#current ul li a:hover {
	color: #FF0000;
}

#nav ul {
	float: left;
	list-style: none;
	height: 43px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration:none;
}


#navo ul {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration:none;
	height: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
		float: left;
			text-decoration:none;
}
 ul li {
	position: relative;
	float: left;
   /* width: 100px;*/
   	text-decoration:none;
	margin: 0; padding: 0 0 0 10px;	
	padding-left:10px;

}
li ul {
	position: absolute;
	top: 30px;
	display: none;
	width: 100px;
	text-decoration:none;
}
 ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	padding: 5px;

	margin: 0 2px;
	font-size: 1.4em;
	text-decoration: none;
}

 ul li a:hover {
	color: #FF0000;
	text-decoration:none;
}
 ul li ul li a:hover {
	color: #FF0000;
	width:100px;
	border:5px;
	border-color:#FFFFFF;
	background: #E9EEF2;
	border-width:1px;
	font-size: 1.1em;
	margin-left:-5px;
	border-top:1px;

}
 ul li ul li a {
	color: #494D58;
	background: #E9EEF2;
	margin-left:-5px;
	width:100px;
	border:5px;
	border-color:#FFFFFF;
	font-size: 1.1em;
	border-top:1px;
}
li:hover ul, li.over ul { display: block; 	text-decoration:none;}




/*

#nav ul {
	float: left;
	list-style: none;
	height: 43px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #494D58;
	text-decoration: none;
	font-size: 1.4em;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FF0000;
}
#nav ul li#current {
	background: transparent url(images/left-tab.gif) no-repeat;
	margin-top: 0px;
}
*/

/* Main Column */
#main {
	float: left;
	width: 510px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 45px;
	border-right-color: #EEEFF0;
	padding-right: 20px;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
	text-align: center;
}


.index_bodypicbox_left {
	width: 250px;
	float:right;
	text-align: center;
}

.index_bodypicbox_right {
	width: 250px;
	text-align: center;
}



/* sidebar*/
#sidebar {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 52px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 300px;
	clear: none;
	float: left;
}

.sidebar_bodypicbox_left {
	width: 140px;
	float:right;
	text-align: center;
	padding: 0px;
	margin:0;
	margin-bottom: 15px;
	vertical-align: top;
	height: 100px;

}

.sidebar_bodypicbox_right {
	width: 130px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	margin-bottom: 15px;
	height: 100px;
	
}


.sidebar_bodypicbox_right p{
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}



.sidebar_bodypicbox_left p{
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 14px;

}

.photo_tmb {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
	width: 120;
	margin: 0px;
	
}

.photo_tmb:hover{
	border: 1px solid #CC0000;
}


#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}	
.halfsizeimage	 {
	padding-right: 45px;
	padding-top: 10px;
}

.halfsizeimageright	 {
	 margin-left: 30;
}
	
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

#shadowbox {
	width: 283px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}




/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

#sidebar .underpic {
	text-align: center;
	font-style: italic;
	padding-top: 0px;
	margin: 0px;
}



/* footer */
#footer {
	clear: both;
	width: 930px;
	margin: 0;
	padding: 15px 0 20px 0;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: 0.2px;
	background-image: url(images/index/foother_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#footer p {
	padding:0px 0;
	background-position: center;
	text-align: center;
	color: #CCCCCC;
}
#footer a:hover { 
	color: #CCCCCC; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}



/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.hd_picture {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* LIGHTBOX*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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{
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
.imgframe {
	width: 140px;
	float: left;
	text-align: center;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}


/**************** references ****************/

.references_container{

width: 500px;
}

.references_left {
width: 240px;
float: right;
}
.references_right {
	width: 240px;

}
.references_picture {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	float:left;
}

.references_picture:hover {
	border: 1px solid #CC0000;
}

.references_right p{
	vertical-align: bottom;
	line-height: 12px;
	text-align: left;
}

.references_left p{
	vertical-align: bottom;
	line-height: 12px;
	text-align: left;
}

/**************** products ****************/

.products_container{
	width: 500px;
	float: none;
}

.products_left {
	width: 240px;
	float: right;
	height: 165px;
}
.products_right {
	width: 240px;
	height: 165px;


}


.photo_right {
	width: 240px;
	clear:right;
	float:right;
	height: 165px;
	border:1px solid #333333;
	margin-top:15px;
	background-color: #3F3F3F;
	}
.photo_left {
	width: 240px;
	float:left;
	height: 165px;
	clear:left;
	border:1px solid #333333;
	margin-top:15px;
	background-color: #3F3F3F;
}

.products_picture {
	padding: 3px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}

.products_picture:hover {
	border: 1px solid #CC0000;

}

.products_right p{
	vertical-align: bottom;
	line-height: 16px;
	text-align: justify;
}


.products_left p{
	vertical-align: bottom;
	line-height: 16px;
	text-align: justify;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#wrap #content #main .products_container .products_right h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

#wrap #content #main .products_container .products_left h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

/**************** photography ****************/

.photography_container{
	width: 500px;
	float: none;

}

.photography_picture {
	padding: 3px;
	border: 1px solid #333333;
	margin: 10px;
	background:#333333;
}

.photography_picture:hover {
	border: 1px solid #FFDE0D;

}

.photography_sidebar_header3{
	color: #FFDE0D;
}

.photography_sidebar_header3 a{
	color: #FFDE0D;
}

.photography_content {

background:url(images/photography_body_bg.jpg);
	clear: both;
	float: left;
	width: 930px;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#photography_header {
	position: relative;
	width: 930px;
	height: 295px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #43484E;
	background-image: url(images/photography_header_bg.jpg);
	background-repeat: no-repeat;
}

#photography_footer {
	clear: both;
	width: 930px;
	margin: 0;
	padding: 15px 0 20px 0;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: 0.2px;
	background-image: url(images/photography_footer_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#photography_footer p {
	padding:0px 0;
	background-position: center;
	text-align: center;
	color: #CCCCCC;
}
#photography_footer a:hover { 
	color: #CCCCCC; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

#photography_footer a {
	color: #CCCCCC;
	text-decoration: none;
}

.photography_h3 {
	font-size: 1.6em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #FFDE0D;
	text-align: left;
}



/************* LIGHTBOX ***************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}


#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
	


.uzenet_text {
	left: 10px;
	font-size : 8pt;

}

.uzenet_box_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	width: 260px;
	background-color:#CCCCCC;
	color:#000000;
	border-color:#333333;
	padding:3px;
}

.uzenet_head {
	color: #FFFFFF;
	font-weight: bold;
	font-size : 9pt;
}

.kapcsolat_input {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#000000;
	border-width:1px;
	border-color:#333333;
}

#photoform {
	border: 1px solid #333333;
	width: 285px;
	padding: 5px;
	margin: 5px;
	background-color: #333333;
	border-color: #000000;
	border-width: 1px;
}
#main .photography_h3 a {
	color: #999;
}
#sidebar h2 a {
	color: #FFDE0D;
}
