@charset "utf-8";
/* CSS Document */
img, a {border:none; text-decoration:none;}
body {
	padding: 0px;
	height: 100%;
	font-family: Book Antiqua;
	font-size: 13px;
	color:#997F7D;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:none;
	background-attachment:fixed;
}
#main-container{
	margin: 0 auto;
	width: 816px;
}
#header{
	float:left;
	width: 816px;
	margin-top: 40px;
}
#logo{
	float:left;
	width: 261px;
	min-height: 170px;
}
#house{
	float:right;
	position: relative;
	top: 20px;
}
#menu-container{
	float:left;
	width: 100%;
	margin-top: 7px;
	height: 30px;
	background: rgb(25, 8, 1);
	background: rgba(25, 8, 1, 0.6);
	margin-bottom: 50px;
}
.menu {
	margin: 0 auto;
	width: 819px;
	padding-top: 7px;
	font-size: 14px;
}
.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.menu {
	color:#b6b6b6;
}
.menu a{
	color: #741d16;
}
.menu a:hover{
	color: #b6b6b6;
}
#main-wrapper{
	float:left;
	width: 100%;
	height: 100%;
	background: rgb(25, 8, 1);
	background: rgba(25, 8, 1, 0.6);

}
#main-holder{
	margin: 0 auto;
	width: 819px;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.home-box{
	float:left;
	width: 186px;
	height: 100%;
	text-align:center;
	padding-bottom: 30px;
	padding-right:25px;
}
.home-box a, .home-box-last a{
	color:#fd342a;
	text-decoration:none;
}
.home-box a:hover, .home-box-last a:hover{
	text-decoration:underline;
}
/*a:hover img{  BORDER NA SLIKE
border:1px solid #fff;
}*/
.home-box-last{
	float:left;
	width: 186px;
	height: 100%;
	text-align:center;
	padding-bottom: 30px;
}
#star-wrapper{
	margin: 0 auto;
	width: 816px;
}
#star-holder{
	float:left;
	width: 816px;
	margin-top: 60px;
	text-align:center;
}
#footer{
	margin: 0 auto;
	width: 816px;
	height: 100%;
	font-size: 12px;
	color:#741d16;
}
#footer-wrapper{
	float:left;
	width: 819px;
	margin-top: 100px;
	margin-bottom: 30px;
}
#footer-left{
	float:left;
	width: 409px;
}
#footer-right {
	float:right;
	width: 409px;
	text-align:right;
}
.link a{
	color:#b6b6b6;
}
.link a:hover{
	text-decoration:underline;
}
.invisible{
	display:none;
}
.tableform{float:left;width: 500px;}
.col_1 input{ color: #997f7d; background-color:#220802; margin-bottom: 10px; border: 1px solid #400f09; margin-left: 10px;overflow:hidden;}
.col_1 textarea { color: #997f7d; background-color:#220802; margin-bottom: 10px; border: 1px solid #400f09; margin-left: 10px; overflow:hidden;}
.col_0{vertical-align:top; padding-top:2px; color:#997f7d;overflow:hidden;}
.submit_container input{width: 100px; height: 23px; background-color:#400f09;  border: 1px solid #220802;}
p.error{color:#731d17; padding-left: 10px;}
.right-side{float:left; }

.content-red{
	color:#741d16;
	text-align:center;
}
.position-center{
	float:left;
	margin-left: 30px;
}
ul.gallery {
	width: 186px;
	list-style: none;
	padding: 0;
}
ul.gallery li {
	float: left;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li a.thumb {
	width: 186px;
	height: 123px;
	padding: 0px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 186px;
	height: 123px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #f0f;
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	color:#fd342a;
	text-decoration:none;
	margin-top: 3px;
}
ul.gallery li a {text-decoration: none; color:#fd342a; display: block;}
ul.gallery li a:hover {color:#777;}
.logo-link a{color:#b92b25; text-decoration:none;}
.logo-link a:hover{color:#b92b25; text-decoration:underline;}
.kje-smo {
	float:right;
	width: 475px;
	margin-top: 10px;
}
.kje-smo a{
	float:left;
	height: 41px;
	width: 132px;
	background: url(../images/kje-smo.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	outline: 0px;
}
.kje-smo a:hover{
	background-position: 0 -42px;
}
