body {
	font-family: Helvetica, sans-serif;
	font-size: 50px;
	color: #fff;
	margin: 5px 0px 0px 5px;

	
	background: url("images/background/background11.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 95% 20%;
	background-color:#000;
}

container {
	
}
table.main {
	width: 60%;
	border: 1px solid #000;
	margin: 0px 0px 3px;
	padding: 0px;
}
tr {
	background-color:#000;
}
tr:hover {
	background-color:#000;
}
td {
	padding: 1px 6px;
	vertical-align: top;
}
td.subhead {
	background-color:#000;
	color:#FFFFFF;
}

.head02 {
	color: #000;
	font-weight: bold;
}
/* left side (#) */
.head03, .head03:link, .head03:active, .head03:visited {
	font-size: 9px;
	color: #6AC4FF;
	background-color: #000;
	font-weight: normal;
	text-decoration: none;
}

tr.entry {
	font: Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-bottom:10px;
	
}

.entry p {
	font: Helvetica, sans-serif;

/*	padding: 5px 3px 3px 5px;*/
	font-size:12px;
	line-height:14px;
	color:#fff;
}

form {
	margin: 0px;
	padding: 0px;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C83BC;
	background-color: #FFFFFF;
	border: 1px solid #88AEF7;
	font-size: 9px;
	width: 60px;
	margin-top: 1px;
}
input.button:hover {
	background-color: #88AEF7;
	color: #FFFFFF;
}
input.input, select.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D5478;
	width: 280px;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight:normal;
}
/* left side-link-area */
.white, .white:link, .white:visited {
	color: #FFFFFF;
	font-weight: bold;
/*	background-color: #000;  */
	text-decoration: none;
}
.blue , .blue:link, .blue:active {
	color: #0066CC;
	font-weight: bold;
}
a, a:link, a:active {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}
a:visited {
	color: #fff;
	font-weight: normal;
}
a:hover, .white:hover {
	color: #0066CC;
}

.photo-list {
 float:left;
 margin: 0 0 0 0;
 padding: 0;
 height: auto;
 width:1100px;
 overflow: auto;
 white-space: nowrap;
 list-style: none;
}

.photo-list li {
 display: inline;
}

.photo-list img {
 height: 250px;
 width: auto;
 border: 0;
 margin-top: 4px;
}

.black_overlay{
   
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
  
}

.black_overlay img {
border:0;
text-decoration: none;

}
  
.white_content {
 
display: none;
position: absolute;
top: 15%;
left: 25%;
width: 50%;
height: 70%;
padding: 5px;
border: 5px solid #0066CC;  
background-color: white;
z-index:1002;
overflow: auto;
color:black;
font-family:Helvetica, sans-serif;
}

.white_content img {

width: auto;
height: 100%;

}

.white_content a:link { color: #0066CC; }
.white_content a:visited { color: #0066CC; }
.white_content a:hover { color:#666666; }
.white_content a:active { color: #FFFFFF; }


.productname {

font-size:16px;
font-weight:bold;
}


