html, body {
	padding: 0;
	margin: 0;
	height: 100%;

}

body {
	
	background-image: url(images/site_big_bg.jpg);
	background-repeat: repeat-x;	
	background-position: bottom;
	background-attachment:fixed;
	background-color: #8CACC4;
	text-align: center;

}

#mainbody{
	position:relative;
	width:840px;
	z-index:11;
	border: 1px none #000000;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	text-align: center;	
	height: 100%;
	}


#menu {
	width: 840px;
	height: 30px;
	margin-top: 0px;
}

.meniu {
	margin-left: 0;
	padding-left: 0;
	display: inline;	
}

.meniu li.buton {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
    float:left;
}

.meniu li.buton a, .meniu li.buton a:visited {
	width: 140px;
	height: 30px;
	font-family: "Trebuchet MS";
	letter-spacing: .05em;
	font-variant: small-caps;
	font-size: .9em;
	font-weight: 500;
	color: #5A5649;	
	display: block;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
	background: url(images/menu_list_bg.gif) no-repeat;
	/*border: 1px dashed #e7e7e7;*/
	}


.meniu li.buton a:hover {
	background-image:  url(images/menu_list_bg_over.gif);
	/*background-position: 0 -68px;*/
	color: #FFFFFF;
	/*border: 1px solid #e7e7e7;*/
}

#logo_home {
	width: 575px;
	height: 125px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: url(images/3dc_logo_home.gif);
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 575px;
	height: 82px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: url(images/3dc_logo.gif);
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 425px;
	overflow: visible;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;	
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;

}

.behind {

	display: none;

}

#footer {
	width: 425px;
	margin-top: 45px;
	padding-bottom: 135px;
	border-top: 1px dashed #e7e7e7;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;

}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #605B4E;

}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #D4354B;


}

		h1 {
			font-size: 1.2em;
			font-weight: normal;
			letter-spacing: -.04em;
			margin: 0;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
			color: #000000;
		}
		
		h2 {
			font-size: 1.2em;
			font-weight: normal;
			letter-spacing: -.04em;
			margin: 0;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
			color: #FFFFFF;
		}		
		
		h3 {
			font-size: .95em;
			font-weight: normal;
			letter-spacing: -.02em;
			line-height: 1.8em;
			margin: 0;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
			color: #FFFFFF;
		}				
		
		h3 a {
		color: #DFDCC4;
		
		
		}
		
		