/* page specific styles */

div.adts
{
	width:250px;
	float:right;
}
div.clear
{
	clear:both;
}

td.rightinfo
{
	background: url(ptrightback.jpg) no-repeat center;
}
a img
{
	border:none;
}

div.shots img
{
	margin:14px;
	border:4px solid #fff;
	-moz-box-shadow: 2px 2px 15px #000;
	-webkit-box-shadow: 2px 2px 15px #444;
	box-shadow: 2px 2px 15px #000;
	*border: 1px solid #000;
}

div
{
	padding:0px;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	background:url(back.jpg) repeat-y 50% 0% fixed;
	margin: 0px;
}

/* Now the main style for the divisions */
div.pagecontainer
{
	min-width:900px;
}

div.header
{
	background:url(header.png) center no-repeat ;
	width: 893px;
	height: 109px;
	overflow:hidden;
}

div.mainpart-decor
{
	background: url(pagemain.png) repeat-y center ;
}

div.footer
{
	background: url(footer.png) no-repeat 50% 0% ;
	height:110px;
}


div#content
{
	padding-top:5px;
	width: 720px;
	text-align: justify;
	font-size: 12px;
	color:#309;
	border-bottom:1px solid transparent;
}

div#footer-data
{
	position:relative; top:28px;
	font-size:10px;
	font-style:italic;
	color:#85d;
}

a.menuitemselected
{
	background:url(menuactive.png);
	display:inline-block;
	text-decoration:none;
}

a.menuitem:hover
{
	background:url(menuover.png);
	display:inline-block;
	text-decoration:none;
}

a.menuitem
{
	background:url(menunormal.png);
	display:inline-block;
	text-decoration:none;
}

a.menuitem, a.menuitem:hover, a.menuitemselected
{
	width:86px;
	height:24px;
	margin-left:-1px;
	color:#51348f;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff;
	position:relative;
	left:80px;
	top:74px;
	padding-top:8px;
}

a:focus
{
	outline:none;
}
