@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
 
}
body {
	font: 70%/1.6 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/bg.jpg) #c15e03 repeat-x top;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#splash #container {
	width: 480px;
	margin: 0 auto;
	height: 500px;
	background: url(../images/splash.gif) no-repeat;
}

#splash #button {
	font-size: 24px;
	margin-top: 20px;
}

#splash #button:hover {
	cursor: pointer;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "GillSans", Futura, "Trebuchet MS", Arial, sans-serif;
	padding: 0;
	font-weight: normal;
}

p, li {
	text-align: justify;
}
 
h1 {
	padding: 15px 0 5px 0;
	font-size: 2.0em;
	margin-bottom: 5px;
}

#main h1, #main_full h1 {
	float: left;
}
 
h2 {
	padding: 20px 0;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#main h2, #main_full h2 {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#company blockquote {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
 
h3 {
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
	color: #999999;
	font-size: 1.2em;
	font-family: "GillSans", Futura, "Trebuchet MS", Arial, sans-serif;
}

a:hover {
	color: #c15e03;
}

#main a, #main a:link, #main a:visited, #main a:hover,
#main_full a, #main_full a:link, #main_full a:visited, #main_full a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.top {
	text-transform: uppercase;
	font-weight: bold;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../images/input.gif) repeat-x top #c15f03;
	border: none;
	min-height: 15px;
	padding: 4px;
	margin: 0px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 5px;
}

#searchbutton {
	text-transform: uppercase;
	padding-top: 3px;
}
 
textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}

.management tr td {
	background-color: #0f0f0f;
}

.management th {
	background-color: #deaa12;
	color: #000000;
}

#company td {
	margin-top: 5px;
	padding-top: 5px;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 800px;
	height: 243px;
	clear: both;
}

#container {
	width: 759px;
	padding: 0px 10px 10px 10px;
	margin-left: 3px;
	background: url(../images/bot.jpg) bottom no-repeat #000;
}

#content {
}

#main, #main_full {
	width: 440px;
	padding-left: 30px;
	float: left;
}

#main_full {
	width: 680px;
}

#right {
	width: 240px;
	float: right;
	margin-top: 1px;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	width: 785px;
	height: 40px;
	clear: both;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer_left, #footer_right {
	float: left;
	padding: 10px;
	height: 40px;
}

#footer_left {
	color: #dda716;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 6px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 2px;
}

#footer a:hover {
	color: #000000;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav {
	height: 48px;
	display: block;
}

ul#nav {
	padding-left: 20px;
	padding-right: 20px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
	border-top: 1px solid #c15e03;
	border-bottom: 1px solid #c15e03;
}

#nav a {
	height: 34px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 9px 0px 10px;
	text-transform: uppercase;
	font-size: 10px;
}

#wrap #container #nav li ul li a {
	height: auto;
	width: 100px;
	padding: 5px;
	margin: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: none;
	text-align: left;
}

#wrap #container #nav li ul li a:hover {
	color: #c15e03;
}

#wrap #container #nav li ul li {
	background: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #131313;
	text-align: left;
}

#wrap #container #nav li ul li:hover {
	background-color: #131313;
}

#wrap #container #nav li ul {
	border: none;
	background: #000000;
	border: 1px solid #131313;
}

#nav a:hover {
	color: #c15e03;
}

#home .home, 
#company .company, 
#products .products, 
#links .links, 
#blog .blog, 
#keldery .keldery, 
#clients .clients, 
#area-accommodation .area-accommodation, 
#contact .contact, 
#webcam .webcam {
	background: url(../images/nav_left.gif) top left no-repeat #c15e03;
}

#home #nav .home a, 
#company #nav .company a,
#products #nav .products a,
#links #nav .links a,
#blog #nav .blog a,
#keldery #nav .keldery a,
#clients #nav .clients a,
#area-accommodation #nav .area-accommodation a,
#contact #nav .contact a,
#webcam #nav .webcam a {
	background: url(../images/nav_right.gif) top right no-repeat;
}

#home #nav .home a:hover,
#company #nav .company a:hover,
#products #nav .products a:hover,
#links #nav .links a:hover,
#blog #nav .blog a:hover,
#keldery #nav .keldery a:hover,
#clients #nav .clients a:hover,
#area-accommodation #nav .area-accommodation a:hover,
#contact #nav .contact a:hover,
#webcam #nav .webcam a:hover {
	color: #FFFFFF;	
}

#nav li.clients a:link, #nav li.clients a:visited, #nav li.clients a:hover, #nav li.clients a:active,
#nav li.webcam a:link, #nav li.webcam a:visited, #nav li.webcam a:hover, #nav li.webcam a:active {
	color: #999;
}

#nav li {
	height: 38px;
	float: left;
	display: block;
	position: relative;
	margin: 10px 4px 0px 0px;
	padding: 0px;
	text-align: left;
}

#nav ul {
	position: absolute;
	display: none;
	width: 110px;
	padding: 0px;
	margin: 0px;
	top: 38px;
}

#nav ul ul {
	top: 0px;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/

#breadcrumbs {
	width: 735px;
	height: 23px;
	padding-top: 8px;
	border-bottom: 2px solid #deaa12;
	padding-left: 25px;
	font-size: 9px;
	text-transform: uppercase;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
}

#breadcrumbs a:hover, #breadcrumbs {
	color: #c15e03;
}

#news {
	border-bottom: 1px solid #c15e03;
	padding-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#news h1 {
	border-top: 2px solid #deaa12;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

#news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	display: block;
}

#news a:hover {
	color: #c15e03;
}

#search {
	margin: 12px;
	float: right;
}

#searchresult {
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
	font-size: 16px;
}

#searchresult:hover {
	background-color: #111;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#sitemap {

}

#image1, #image2 {

}

#flash {

}

#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

.product_addtocart {

}

.product_viewcart {

}

.product_viewpdf {

}

.product_viewurl {

}

.print, .send {
	display: block;
	width: 53px;
	height: 15px;
	background: url(../images/print.gif) no-repeat left;
	float: right;
	margin-top: 25px;
}

.send {
	width: 126px;
	margin-left: 15px;
	background: url(../images/send.gif) no-repeat left;
}

a.print:hover, a.send:hover {
	background-position: right;
}

.contentphoto {
	float: right;
	border: 3px solid #111;
	margin-top: 20px;
}

.contentphoto2 {
	border: 3px solid #CCC;
}

.contentphoto2:hover {
	border: 3px solid #c15e03;
}

.crumbs {
	display: block;
	float: left;
}

.languages {
	display: block;
	float: right;
	margin-right: 100px;
}

#breadcrumbs .languages a:hover, #wrap #breadcrumbs .languages a.inactive:hover {
	color: #FFF;
}

#wrap #breadcrumbs a.inactive:link, #wrap #breadcrumbs a.inactive:visited, #wrap #breadcrumbs a.inactive:hover, #wrap #breadcrumbs a.inactive:active {
	color: #666666;
}

#area-accommodation #wrap table tr td h2 a {
	font-size: 16px;
}

#area-accommodation #main table {
	background-color: #0D0D0D;
	padding: 5px;
	border-bottom: 1px solid #DEAA12;
}

.seperator {
	width: 100%;
	display: block;
	border-bottom: 2px solid #333;
	margin: 10px 5px;
}

.product {
	border: 5px solid #deae12;
	background-color: #c15e03;
	width: 175px;
	height: 180px;
	display: block;
	text-align: center;
	padding-top: 5px;
	margin: 5px;
	float: left;
}

.product a:link, .product a:visited, .product a:active {
	color: #FFF;
}

.product a:hover {
	color: #000;
}

.product h3 {
	margin: 0px 10px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	height: 36px;
}

.product p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
}

.product img {
	margin-top: 10px;
}

#tooltip { 
	background: #099baf; 
	color: #FFF; 
	border: 2px solid #8fd2db;
	position: absolute;
	z-index: 3000;
	display: none;
} 

#tooltip h3 {  
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	margin: 0;  
	padding: 10px 8px 6px 8px;  
	background: none;
	border: 1px solid #FFF; 
}

#products a.back {
	float: right;
	clear: both;
	font-size: 14px;
	font-weight: bold;
}

#products #main img {
	padding: 0px;
	background-color: #0f0f0f;
	border: 3px solid #deae12;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}	

#products #main p img {
	padding: 0px;
	border: none;
	margin: 0px;
	background: none;
}

a.facebook, a.twitter {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	margin-left: 20px;
	margin-rigth: 20px;
}

a.facebook {
	background: url(../images/icon_facebook.jpg) no-repeat left;	
}

a.twitter {
	background: url(../images/icon_twitter.jpg) no-repeat left;	
}

a.facebook:hover, a.twitter:hover {
	background-position: right;
}
