* {
	margin: 0;
}


body {
	/*background-image:url(bkg.jpg);
	background-repeat: no-repeat;
	background-position:center right;
	background-attachment:fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
	color:#4e69b2;
	cursor:default;
}

html {
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:none;
	color: #4e69b2;
}

p {
	margin-bottom:10px;
}

#mainCover{
	width:100%;
	height:100%;
	background-color:#000000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10000;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	visibility:hidden;
}

#popUpImage{
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:10001;
	visibility:hidden;
	background-image:url(ajax_loader_big.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#poppedImage{
	background-image:url(close.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:19px;
	cursor:pointer;
}

#spacer{
	display: block;
	height: 95%;
	width: 1px;
	padding: 0;
	margin: 0;
	border: 1;
	float: right;
}

#GalleryMenu {
	height: 20px;
	max-height: 20px;
	position:absolute;
	top:150px;
	z-index:100;
	font-family:Arial;
	font-size:14px;
	margin-left:30px;
	margin-left:expression('70px');
}

.subMenu:hover {
	color:#4e69b2;
}

.subMenu {
	color:#000000;
	font-size:11px;
}

#main {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width:100%;
	height:100%;
}

#content{
	position:relative;
	left: 50%;
	margin-left:-400px;
	width:800px;
	color:#000000 !important;
}

#logo{
	position:absolute;
	top:50px;
	width:288px;
	height:87px;
}

#emptySpacer{
	position:relative;
	height:200px;
	width:100px;
}

#footer{
	text-align:center;
	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -4em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em; /* .push must be the same height as .footer */
}

#thumbnails{
	position:absolute;
	top:318px;
	-top:314px;
	left:430px;
	width:360px !important;
	height:120px;
}

#backNext{
	position:absolute;
	top:300px;
	left:431px;
}

#addToLightbox{
	position:absolute;
	top:0px;
	left:-20px;
	cursor:pointer;
}

#pagesSwitcher{
	position:absolute;
	top:435px;
	left:435px;
	height:30px;
	width:200px;
}

#largeImage {
	height:429px;
	width:429px;
	
	position:relative;
	
	/*
	background-color:#ffffff;
	overflow:hidden;
	border:1px solid #c0bc5b;
	*/
	background-image:url(ajax_loader_big_white.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#imageInfo{
	position:absolute;
	top:435px;
	left:0px;
	height:100px;
	width:383px;
	z-index:1000;
}

#searchResults {
	width:800px;
	margin-top:20px;
	height:463px;
}

#searchFormHolder{
	position:relative;
	width:300px;
	left:50%;
	
	margin-left:-150px;
}

#testinput{
	height:16px;
	margin-right:10px;
	width:200px;
	border:1px solid #4e69b2;
	margin-bottom:1px;
	/margin-bottom:0px;
	color:#000000;
}

#testSubmit{
	height:20px;
	letter-spacing:-1px;
	width:60px;
	border:1px solid #4e69b2;
	background-color:white;
	color:#000000;
}

#flashGallery{
	position: absolute;
	width:100%;
	top:50%;
	margin-top:-85px;
	height:200px;
	z-index:0;
}

#backButton{
	position:absolute;
	top:-51px;
	left:0px;
	background-image:url(back.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}

.inputArea,.inputBox{
	border:1px solid #4e69b2;
	width:350px;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.form_btn{
	height:20px;
	letter-spacing:-1px;
	width:60px;
	border:1px solid #4e69b2;
	background-color:white;
	color:#000000;
}

/* MENU CSS */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom:5px;
}
#nav li {
	float: left;
	position: relative;
	
	padding-left:8px;
	padding-right:13px;
	list-style-type: none;

}
#nav li ul {
	display: none;
	position: absolute;
	margin-left:-8px; 
	-margin-left:0px;
	-width:1px; 
	top: 0px;;
	left: 0px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	background-color:white;
	width:150px;
}
#nav li > ul {
	top: auto;
	left: auto;
	
}

#nav li  ul  li{
	width:150px;
}

#nav li:hover ul, #nav li.over ul{ 
	display: block;
	width:150px;
	padding-top:5px;
	
}

.nav li.hover .sub {
	
	width:150px;
	
}

.nav li:hover li,
.nav li.active li {
	
	width:150px;
}

/*
 * 	Nethanel STYLING
 * 
 */

#about_nav {
	position:relative;
	float:left;
}
.about_nav_tab{
	position:relative;
	width:131px;
	height:30px;
	background:url('../images/button.png') no-repeat;
	cursor:pointer;
	cursor:hand;
	color:#fff;
	line-height:30px;
	font-size:12px;

	padding-left:7px;
}
.tab_selected{
	cursor:default;
	color:#EBF0B8;
}
#about_content {
	width:600px;
	position:relative;
	float:right;
	
}
.about_content_title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	text-decoration:underline;
}
#about_bottom_text {
	position:relative;
	margin-top:20px;
}
#contact_roll_remark {
	position:absolute;
	top:120px;
	width:148px;
}
#lightbox_go_link {
	margin-right:170px;
}
#lightbox_remark{
	color:#000000;
	position:relative;
	float:left;
/*	width:212px;*/
}

