body
{ 
	background:#b2d2c2;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	color:#000000;	
}


/* Text links*/

a.lnkstyle:link {color: #000000; text-decoration:none; border-bottom: dotted 1px #000000;}
a.lnkstyle:visited {color: #000000; text-decoration:none; border-bottom: dotted 1px #000000;}
a.lnkstyle:hover {color: #ffffff; background-color:#000000; text-decoration:none;}
a.lnkstyle:active {color: #4c4c4c}

#mainimg { background: none;

      filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled , sizingMethod=crop , src=img/logo.png ); }

	   img 
{
	border-width: 0px;
}

ul 
{
list-style: square outside url('../img/arrow.gif');

}

#header{
	position:relative;
	width:1008px;
	height:75px;
	margin-top:40px;
	margin-left:40px;
}

#header_logo{
	position:relative;
	float:left;
	width:400px;
}


#wrapper{
	position:static;
	width:1010px;
	margin-left:40px;
	margin-top:60px;
}

#item_list{
	position:relative;
	float:left;
	border-right:thin dotted;
	border-color:#787878;
	width:480px;
	height:100%;
}

#copyright{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#6d6d6d;
	font-size:9px;
}

.items_wrapper{
	float:left;
	width:auto;
	height:auto;
	margin-right:30px;
	margin-bottom:30px;

}

.items_image{
	float:left;
	width:208px;
	height:91px;
	border:thin solid;
	border-color:#787878;
	margin-bottom:10px;
}

.item_txt{

	height:auto;
	font-size:11px;
	font-weight:bold;

}

.item_txtsecond{

	height:auto;
	color:#6b6b6b;
	font-style:italic;

}

#item_container{
	position:relative;
	float:left;
	margin-left:30px;
	margin-bottom:60px;
}

#img_big{
	position:relative;
	background:#000000 url('../img/loader.gif') 50% 50% no-repeat; 
	width:492px;
	height:293px;
	border:thin solid;
	border-color:#787878;
}



.zoom{
	position:absolute;
	right:4px;
	bottom:2px;
	z-index:15;
}


#desc{
	position:relative;
	margin-top:10px;
	padding-bottom:20px;
	width:492px;
}

#footer{
	position:relative;
	clear:both;
	width:1010px;
	height:40px;
	top:25px;
	padding-top:10px;
	margin-left:40px;
	border-top:thin dotted;
	border-color:#787878;
	color:#6d6d6d;
	font-size:9px;
	text-align:right;
	
}

.menu{
position:relative;
float:right;
width:auto;
 display: inline;


}




		.underlinemenu{

		width: 100%;
		}

		.underlinemenu ul{
		padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
		margin: 0;
		text-align: right;
		}

		.underlinemenu ul li{
		display: inline;
		}

		.underlinemenu ul li a{
		color: #494949;
		padding: 2px 8px 2px 8px; /*top padding is 6px, bottom padding is 4px*/
		margin-right: 2px; /*spacing between each menu link*/
		text-decoration: none;
		background-color:#000000;
		color:#fff;
		font-size:10px;
		}

		.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
		border-bottom-color: black;
		background-color:#e2e500;
		color:#000000;
		}


