@charset "utf-8";
/*------------basic styling----------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
background-color:#DFDFDF;
}

#wrapper{
position:relative;
width:850px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
height:660px;

}

#clear{
clear:both;
}

#blanc{
height:40px;
background-color:#DFDFDF;
}


#header{
width:850px;
height:100px;
background-image:url(assets/Swan_Master_1.jpg);
margin:0;
float:left;
}

p a {
	color: #000;
	text-decoration:underline!important;

}
a{
	color:#666666;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}

ul#nav {
/* the structure of our head-menu */
	list-style: none;
	/*display:block;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:700px;
	height:25px;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-top:74px;
}


ul#nav li a {
/* the links inside our first items */
	display:block;
	font-weight: bold;	
	padding-top: 5px;
}

ul#nav li a:hover{
/* the roll-over styles for the links in our first items */
	display:block;
	color:#333333;
	background-color:#CCCCCC;
	height:20px;
	/*padding-top:3px;
	padding-bottom:3px;*/

	}
	
ul#nav li {
/*iekspise kvadratiem*/
/* the structure of the first items */
	float: left;
	display:block;
	position: relative;
	width: 120px;
	text-align: center;
	margin-right:2px;
	border:1px solid #630000;
	height:25px;
	/*padding-top:3px;
	padding-bottom:3px;*/
	background-color:#FFFFFF;

}

ul#nav li.current a{
/* the structure of our submenu items */
	
	}

ul#nav li.current a:hover{
	}

li ul {
/* first items > submenu structure */
	display: none;
	position: absolute;
	width:120px;
	top: 0;
	left: 0;
	font-weight: normal;

	
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
/* extra styles for Internet Explorer (behavior file) */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
/* to make things */
	display: block;
	margin-top:26px;
	background-color:#00FF00;
	margin-left:-1px;

}


#greenline{
	width:850px;
	height:2px;
	background-color:#630000;
	font-size: 5px;
	color: #630000;
	float:left;
}

#vertical{
width:11px;
height:494px;
background-repeat:no-repeat;
float:left;
background-image:url(assets/vertical.jpg);
}

#vertical_1{
width:11px;
height:494px;
background-repeat:no-repeat;
float:left;
background-image:url(assets/vertical_1.jpg);
}

#picture{
	width:493px;
	height:494px;
	float: left;
	background-image:url(assets/front.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: baseline;
}
#main{
	background-color:#FFFFFF;
	width:320px;
	height:469px;
	float: left;
	margin-left:15px;
	margin-top:25px;
	}
	
#stars{
	width:80px;
	height:115px;
	background-image:url(assets/logo_stars.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	margin-top:12px;
	}
	
#text1{
	width:210px;
	height:160px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.5em;
	text-align: justify;
	margin-left:15px;
	margin-top:3px;
	display:block;

	letter-spacing:-0.2px;
	word-spacing:2px;
	}	
	
#text{	
	background-color:#FFFFFF;
	width:303px;
	height:250px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.6em;
	text-align: justify;
	padding-left:2px;
}

#white {
	width:238px;
	height:40px;
	float:left;

}
#home {
	width:65px;
	height:40px;
	float:left;
	
	}


#footer{
	height:20px;
	width:850px;
	background-image:url(assets/footer.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	padding-top:4px;
	text-indent:30px;
	float:left;
}


