
/* 
	Whole Site
*/
html
{
	min-width: 980px;
	height: 100%;
	background-image: url("/images/background_gold.png");
	/*background-image: url("file:///C:/Users/Dragan/Desktop/WebSite/images/background_gold.png");*/
	background-attachment: fixed;
	background-size: cover;
}

body
{
	margin:0;
	font-family: Verdana,Arial;
    font-size: 11px;
	height: 100%;
}

#whole_site 
{
	position: relative;
}

#site
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#content 
{
	float: left;
	width: 979px;
	background-color: #FFFFFF;
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 0 1px 1px;
    /*position: relative;*/
}

/* 
	Header, Links, Spaces
*/
.header1
{
	border-color: #BEBEBE;
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 24px;
}

.borderClass 
{
    border-color: #EBEBEB;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 2px;
}

.spaceit 
{
    margin: 5px 0 0 0;
    padding: 3px 0 0 0;
}

a.link_gold 
{
	font-size: 11px;
	font-weight: bold;
	color: #8B814C;
	text-decoration:none;
}

a.link_gold:hover
{
	border-bottom-color: #8B814C;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* 
	Home Picture
*/
#home_picture
{
    height: 150px;
	background-image: url("/images/home_picture_gold.png");
	background-repeat: no-repeat;
}

#home_picture a 
{
    display: block;
    height: 152px;
    width: 350px;
}

/* 
	Search Bar
*/
#search
{
    background-color: #CDBE70;
    height: 34px;
	box-shadow: 0 0 3px #FAFAD2;
}

#search_button
{
	float:right;
	height: 34px;
	margin-right:6px;
}

#search_text
{
	float:right;
	height: 28px;
	margin-top: 6px;
	margin-right: 5px;
}

#search_value
{
	float:right;
	text-align: right;
    vertical-align: bottom;
	height: 27px;
	margin-right:5px;
	margin-top: 7px;
}

/* 
	Navigation Bar
*/
#menu 
{
    background-color: #8B814C;
    height: 40px;
	box-shadow: 0 0 10px #FAFAD2;
}

/*LEVEL ONE*/
ul.dropdown
{
	position: relative; 
	list-style: none outside none; 
	margin: 0; 
	padding: 0;
}

ul.dropdown li 
{
	font-weight: bold; 
	font-size: 14px; 
	float: left; 
	background: #8B814C; 
	/*width: 98px;*/ 
}

ul.dropdown a:hover		
{ 
	color: #000; 
}

ul.dropdown li a
{
	display: block; 
	color: white; 
	text-align: center; 
	text-decoration: none; 
	padding-top: 10px; 
	padding-bottom: 6px; 
	height: 24px; 
	width: 98px;
}

ul.dropdown li:last-child a         
{ 
	border-right: none; 
}

ul.dropdown li.hover,ul.dropdown li:hover
{
	background: #d0c277; 
	color: white; 
	position: relative; 
}

ul.dropdown li.hover a
{
	color: black;
}

/* LEVEL TWO*/
ul.dropdown ul
{
	width: 180px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	list-style: none outside none; 
	margin: 0px; 
	padding:0;}
	
ul.dropdown ul li
{
	font-weight: normal; 
	background: #d0c277; 
	color: green; 
	font-size: 13px;
	border-top: 1px solid #d0c277; 
	float: none;
}

ul.dropdown ul li a
{
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	height: 10px; 
	text-align: left; 
	padding: 5px 0px 1px 10px;
} 

ul.dropdown ul li:hover			
{
	background: #8B814C;
}

ul.dropdown ul li.hover a		
{
	color: white;
}

.dropshadow
{

height: 30px;
width: 180px;
margin-top:1px;
box-shadow: 0 0 3px #FAFAD2;
padding: 1px 0px 1px 0px;
}

/* 
	Left Content
*/
#content_left
{
	float: left;
	/*position: relative;*/
	width: 640px;
	background-color:#FFFFFF;
	padding-left: 11px;
	padding-right: 12px;
	text-align: justify;
	word-wrap: break-word;
	border-right-color: #E0E0E0;
    border-right-style: solid;
    border-right-width: 1px;
}

#content_left p
{
	padding-right: 12px;
}

.morecontent span 
{
	display: none;
}

/* 
	Right Content
*/
#content_right
{
	float: right;
	width: 287px;
	margin-right: 1px;
	text-align: justify;
	background-color: FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	word-wrap: break-word;
}

#content_right p
{
	padding-right: 12px;
}

.content_right_pictureBig
{
	width: 210px;
	height: 300px;
	margin: 30px auto 12px auto;
	/*overflow-y:hidden;
	overflow-x:hidden;*/
}

.content_right_pictureSmallContainer
{
	height: 115px;
	width: 280px;
	margin: 10px 4px 5px 1px;
	background-color: #FFFFFF;
}

.content_right_pictureSmall
{
	position: relative;
	float: left;
	width: 80px;
	height: 115px;
	margin: 0px 0px 5px 5px;
	/*overflow-y:hidden;
	overflow-x:hidden;*/
}

.content_right_pictureArrowLeft
{
	background-image: url("/images/arrow_left_gold.png");
	background-size: 10px 115px;
	position: relative;
	float: left;
	width: 10px;
	height: 115px;
	margin: 0px 0px 5px 0px;
}

a.content_right_pictureArrowLeft
{
    display: block;
    height: 115px;
    width: 10px;
}

.content_right_pictureArrowRight
{
	background-image: url("/images/arrow_right_gold.png");
	background-size: 10px 115px;
	position: relative;
	float: left;
	width: 10px;
	height: 115px;
	margin: 0px 0px 5px 5px;
}

a.content_right_pictureArrowRight
{
    display: block;
    height: 115px;
    width: 10px;
}
