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: 700px !important;
	min-width: 1000px !important;
}

#container {

}

#content {
	width:1000px;
	height:570px;
	min-height:570px !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:397px;
}
	
#menu .menu_your-very-own {
	width: 111px;
	height: 21px;
	background: url(images/meniu_your-very-own.png) no-repeat;
	margin-right:377px;
}
	
#menu .menu_contact {
	width: 68px;
	height: 21px;
	background: url(images/meniu_contact.png) no-repeat;
}
	
#info {
	padding-top:110px;
}

#your-very-own_txt {
	width:273px;
	float:left;
	margin-right:30px;
}

#your-very-own_txt p{
	margin:10px 0;
}

#featuredvid {
	width:697px;
	float:left;
}

#featuredvid p{
	line-height:26px;
	font-weight:bold;
	text-transform:uppercase;
}

ul.vidselector li {
	list-style: none;
	display: inline;
	float:left;
}

.photoliu {
	width:392px;
	float:left;
	position:relative;
}

.photoliu img{
	border:1px solid #999999;
}

.rama {
	position:absolute;
	top:258px;
	right:-162px;
}

.rama img {
	border:1px solid #ffffff;
	margin-right:8px;
	float:left;
}

.fotoliu {
	width:272px;
	margin-left:30px;
	float:left;
}

.fotoliu img {
	border:1px solid #999999;
	margin:4px 4px 0px 0px;
	float:left;
}

.ui-tabs-hide {
	display: none;
}

#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;
}