body
{
	margin:				0px;
	padding:			0px;
	font:				normal 10px/15px Verdana,Tahoma;
	background:			#e0dbca url('/media/images/bg.png') repeat-x;
	position:			relative;
	color:				#4a4b4b;
	text-align:			center;
}
table
{
	position:			relative;
}

td
{
	margin:				0px;
	padding:			0px;
	font:				normal 10px/15px Verdana,Tahoma;
	position:			relative;
	vertical-align:                 top;
	text-align:			left;
}
hr
{
	border:				0px;
	background-color:               gray;
	height:				1px;
}
h1 
{
	color:				silver;
	font:				bold 20px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a,a:visited 
{
	text-decoration:                none;
	color:				#4a4b4b;
}
a:hover 
{
	text-decoration:                underline;
}
table
{
	width:				100%;
}
div 
{
	margin:				0px;
	padding:			0px;
	font:				normal 10px/12px Verdana,Tahoma;
	position:			relative;
	text-align:			left;
}
input,button 
{
	font:				normal 10px/12px Verdana,Tahoma;
	margin-right:		5px;
}
img 
{
	margin:				0px;
	padding:			0px;
	border:				0px solid white;
}

span.formError
{
	color:				red;
}
input {
	border:				1px solid gray;
}

div#top
{
	width:				923px;
	margin:				0px auto;
	border:				0px solid black;
}
div#topMenu
{
	float:				right;
	margin:				4px 15px 0px 0px;
	font:				normal 12px/14px Verdana;
	color:				silver;
	border:				0px solid black;
	width:				600px;
	text-align:			right;
}
div#logo
{
	float:				left;	
	margin:				4px 0px 0px 40px;

}
div#mainImage
{
	padding-top:                    10px;
	width:				100%;
	height:				311px;
	clear:				both;
	background:			transparent url('/media/images/mainImage.jpg') no-repeat center bottom;
	z-index:			10;
	border:				0px solid black;
}
div#gray
{
	background:			#b6b4ad;
	position:			absolute;
	top:				323px;
	right:				0px;
	width:				30%;
	height:				226px;
	border:				0px solid black;
	z-index:			-1;
}
div#middle
{
	width:				923px;
	margin:				0px auto;
	border:				0px solid black;
}

div#middleLeft
{
	float:				left;
	height:				168px;
	border:				0px solid black;
	width:				630px;
}

div#middleRight
{
	float:				right;
	height:				156px;
	border:				0px solid black;
	width:				286px;
	z-index:			20;
	background:			#b6b4ad;
}
input.email
{
	width:				245px;
	background:			transparent url('/media/images/newsletterBox.png') no-repeat center left;
	border:				0px solid black;
	height:				18px;
	color:				gray;
	padding:			8px 0px 0px 10px;
}
input.dodaj
{
	width:				68px;
	background:			transparent url('/media/images/newsletter_dodaj.png') no-repeat center left;
	border:				0px solid black;
	height:				36px;
	color:				silver;
	margin-top:			5px;
	float:				right;
	cursor:				pointer;
}
input.usun
{
	width:				68px;
	background:			transparent url('/media/images/newsletter_usun.png') no-repeat center left;
	border:				0px solid black;
	height:				36px;
	color:				silver;
	margin-top:			5px;
	margin-right:                   12px;
	float:				right;
	cursor:				pointer;
}


div#bottom
{
	width:				923px;
	margin:				0px auto;
	border:				0px solid black;
	text-align:			center;
	clear:				both;
}

a.menu,a.menu:visited 
{
	float:				right;
	color:				gray;
	font:				normal 16px/16px Verdana;
	background:			transparent url('/media/images/topMenuLine.jpg') no-repeat center right;
	border:				0px solid black;
	padding:			25px 20px;
}

input.search
{
	position:			absolute;
	bottom:				29px;
	right:				90px;
	width:				175px;
	border:				0px solid black;

}
input.search_submit
{
	position:			absolute;
	bottom:				26px;
	right:				15px;
	height:				20px;
	width:				70px;
	border:				0px solid black;
	cursor:				hand;
	background:			transparent;
}

