html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

#outside_container {
    background:url(images/bg_tapet_meniu.png) repeat-x #000000;
	height: 100%;
	width: 100%;
	min-height: 600px !important;
	min-width: 750px !important;
}

#container {
}

#content {
	width:750px;
	height:470px;
	min-height:470px !important;
	margin:0 auto;
	position:relative;
}

#logo {
	width:115px;
	margin:0 auto;
	padding-top:13px;
}

ul#menu{
    position:absolute;
	top:83px;
	left:0px;
}

ul#menu li {
	float:left;
	list-style:none;
    display:inline;
}
	
#menu a {
	display: block;
	text-indent: -9000%;
	outline: none;
}
	
#menu a:hover {
	background-position: left bottom;
}
	
#menu a.current_menu {
	background-position: left bottom;
}

#menu .menu_home {
	width: 47px;
	height: 21px;
	background: url(images/meniu_home.png) no-repeat;
	margin-right:272px;
}
	
#menu .menu_your-very-own {
	width: 111px;
	height: 21px;
	background: url(images/meniu_your-very-own.png) no-repeat;
	margin-right:252px;
}
	
#menu .menu_contact {
	width: 68px;
	height: 21px;
	background: url(images/meniu_contact.png) no-repeat;
}

#contact_form {
	width:490px;
	float:left;
	position:relative;
}

#contact_form form {
	text-align:left;
}

#contact_form input, #contact_form textarea {
	padding: 5px;
	width: 290px;
	margin: 5px 0px;
	border: 1px solid #0a0a0a;
	background-color:#2a2a2a;
	color:#ffffff;
	font-size:12px;
}

#contact_form textarea {
	height: 120px;
}

#contact_form textarea:focus, #contact_form input:focus {
	border: 1px solid #de2a13;
}

#contact_form input.button {
	border:1px solid #fff;
	margin:15px 0px 0px 0px;
	color:#3D7169; 
	background:#CCC;
	width:100px;
	float:left;
}

#contact_form input.button:hover {
	background:#009FAA none repeat scroll 0% 0%;
	color:white;
}

label.error { 
	font-size:12px;
	line-height:24px;
	color:#de2a13;
	text-align:left;
	width:140px;
	padding-right:20px;
}

#message {
	width:180px;
	margin:60px 0 0 100px;
}

#message p {
	color:white;
	font-weight:bold;
	margin:12px 0px;
}

#checkmark {
	position:relative;
	top:-46px;
	left:-60px;
}

#contact_txt {
	width:260px;
	float:left;
}

#contact_txt p{
	margin:10px 0;
}

#info {
	padding-top:110px;
}

#footer {
	padding:50px 0 25px 0;
	margin:0 auto;
	text-align:center;
}

#footer p {
	font-size:10px;
    color:#999999;
    line-height:22px;
}

#footer a {
    color:#999999;
    text-decoration:none;
}

#footer a:hover {
	color:#de2a13;
}

#footer a.current_footer {
	color:#de2a13;
}

/********** GENERAL STYLES **********/

p {
	font-size:11px;
	line-height:18px;
	color:#ffffff;
}

hr {
	height:1px;
	border:0px;
	color:#ffffff;
	background-color:#ffffff;
	margin:5px 0px 10px 0px;
}