﻿
/*
Gallery type 1
*/
div.gal {
	position: relative;
}

div.gal img {
	float: left;
	border: none;
}

ul.display {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.display li {
	float: left;
	width: 100%;
	margin: 5px;

}

ul.display li a {
	color: #e7ff61;
	text-decoration: none;
}
ul.display li .content_block {
}
ul.display li .content_block h2 {
	margin: 0 0 0 170px;
	font-weight: normal;
	font-size: 1.7em;
}
ul.display li .content_block p {
	margin: 0 0 0 170px;
}
ul.display li .content_block a img{ 
}

ul.thumb_view li{ width: 160px; } 
ul.thumb_view li h2 { display: none; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0; }

a.switch_thumb {
	color: #000;
}
a.swap { color: red; }

A:link {text-decoration: none; color: #fff} 
A:hover {text-decoration: none; color: #fff} 
A:visited {text-decoration: none; color: #fff} 
A:active {text-decoration: none; color: #fff}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #000;
	overflow: hidden;
}	


#txt {
	z-index: 100;
	position: fixed;
	right: 0px;
	top: 1px;
	width: 350px;
	height: 100%;
	color: #ff0000;
	background: #000;
	padding: 0 0 30px 0;
}




#txtP {
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index: 100;
	position: absolute;
	right: 15px;
	top: 0px;
	width: 320px;
	color: #fff;
}

#bottomLogo {
	margin: 20px 0 0 0;
	
}	

div#menuBg{
	z-index: 100;
	height: 100%;
	width: 291px;
	position: fixed; 
	left: 0px;
	top: 0px;
	text-align: center;
}

div#menuBgBlack{

	background: #000;
	width: 250px;
	position: absolute; 
	left: 0px;
	top: 0px;

}

#menus {
	margin-left: -25px;
	text-align: left;
}			

#menus ul {
	list-style-type: none;
}

#menus ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;

}

#menus ul li a:hover {
	color: #fff;

}

.modalOverlay {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
}

#galleries {
	position: relative;
	z-index: 1;
	margin: 50px;
}

#galleries ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#galleries li {
	float: left;
	margin: 1px 1px 0 0;
}

#menuBtn {
	position: absolute;
	width: 41px;
	height: 136px;
	right: 0px;
	top: 0;
	cursor:pointer;
}

#myflash {
	position: relative;
	z-index: 1;
	margin: 50px;
}

/* Forms */
fieldset {  
margin: 0;;
padding: 0;
border: none;  
}

legend {  
margin-left: 1em;  
color: #fff;  
font-weight: bold;
}

fieldset p {  
padding: 1em 1em 0 1em;  
}

fieldset ol {  

list-style: none;
}

fieldset li {  
padding-bottom: 1em;
}

fieldset.submit {  
border-style: none;
}

label {  
float: left;  
width: 12em;  
margin-right: 1em;  

}

.tableau label {  

text-align:center;
width: 150px;  
}

.tableau input {  
width: 150px;  
}

input {  
width: 15em;  
margin-right: 1em;  
}

textarea {
width: 20em;  
  }