/******************************************************************** CSS Credit: http://www.templatemo.com/ ********************************************************************/

body {
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #002254;
	background-image: url(images/backgroundrepeated.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner_w10 {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 1px;	
}

.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;	
}

.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;	
}

.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;	
}

.cleaner_horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 1px;	
	background: url(images/templatemo_horizontal_divider_01.jpg) repeat-x;
}

.rc_btn_01 a{
	float: left;
	clear: both;
	display: block;
	width: 150px;
	padding: 4px 0 5px 0;
	text-align: center;
	background: url(images/button_01.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a{
	float: left;
	clear: both;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	text-align: center;
	background: url(images/button_02.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#website_container{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
} 

#header {
	width: 940px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	background: url(images/header_bg.jpg) no-repeat;
}

#header #website_title {
	width: 360px;
	margin-left: 290px;
	padding: 45px 0 0 0;
	text-align: center;
}

#website_title #title {
	font-size: 40px;
	color: #f9f886;
	margin-bottom: 10px;
}

#website_title #salgon {
	clear: both;
	font-size: 16px;
	color:#FFF;
}

/* banner */
#banner {
	clear: both;
	width: 940px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/banner_bg2.jpg);
	background-repeat: no-repeat;
}

#banner #menu{
	float: left;
	width: 480px;
	height: 50px;
	/* background: url(images/menu_bg.png) no-repeat; */
}

#menu ul {
	width: 480px;
	margin: 2px 0 0 250px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu_divider.gif) top right repeat-y;
	color: #FFF;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color: #0066FF;
}
/******************************************************************** end of menu ********************************************************************/
/******************************************************************** end of banner ********************************************************************/

/******************************************************************** Content ********************************************************************/

#content {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background: #3c3936;
	background-color: #999999;
}

#content_bottom {
	position: absolute;
	border: 0;
	left: 0;
	width: 940px;
	height: 20px;
	background: url(images/content_bottom.jpg) no-repeat;
}

#content #content_left{
	float: left;
	width: 345px;
	margin: 0px;
	padding:  30px 0 0 0;
	background: #666666 url(images/left_column_top.jpg) top repeat-x;
}

#content_left .content_title_01 {
	font-size: 22px;
	color: #0066FF;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/horizontal_divider_01.jpg) bottom repeat-x;	
}
#content_title_01 {
	font-size: 22px;
	color: #0066FF;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/horizontal_divider_01.jpg) bottom repeat-x;	
}
#content #content_right{
	float: right;
	width: 565px;
	margin: 0px;
	padding:  30px 0 0 30px;
	background: url(images/content_top.jpg) top repeat-x;
}

#content_right .content_title_01 {
	font-size: 22px;
	color: #0066FF;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/horizontal_divider_02.jpg) bottom repeat-x;	
}

#content_left .content_left_section {
	padding: 0 30px;
}

.content_left_section p{
	text-align: justify;
}

.content_left_section .news_title {
	font-size: 14px;
	font-weight: bold;
	color: #eceb81;
}

.content_left_section form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.content_left_section form select {
	margin-right: 10px;	
}

.content_left_section form label {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
}
#contact {
	float: left;
	width: 300px !important;
	width: 345px;
	padding: 20px 5px 20px 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;

}
#textabout {
	float: left;
	width: 300px !important;
	width: 345px;
	padding: 20px 5px 20px 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.content_left_section form .form_row{
	margin-bottom: 20px;
}

.content_left_section .inputfield {
	color: #000;
	font-variant: normal;
	height: 16px;
	padding: 2px;
}

#content_right .content_right_section {
	margin: 0 30px 0 0;
}

.content_right_section img {
	float: left;
	border: 5px solid #2f2c29;
	margin: 3px 20px 0 0;
}

.content_right_section p{
	text-align: justify;
	padding-bottom: 10px;
}

#content_right .content_right_2column_box {
	float: left;
	width: 250px;
	margin-right: 30px;
}

#content_right .gallery_box {
	float: left;
	width: 82px;
	padding: 5px;
	background: #221f1d;
	text-align: center;
	margin-right: 15px;
	margin-top: 15px;
}

#content_right .gallery_box:hover {
	background: #13110f;
}

.gallery_box a {
	color: #FFF;
	text-decoration: none;
}

.gallery_box a:hover {
	text-decoration: underline;	
}

.gallery_box img{
	margin: 0 0 5px 0;
	border: none;
}

/******************************************************************** End of Content ********************************************************************/

/******************************************************************** Content Gallery ********************************************************************/
#content_gallery {
	float: left;
	width: 930px;
	margin: 0px;
	padding:  30px 0px 0px 10px;
	background: url(images/content_top.jpg) top repeat-x;
	}
/******************************************************************** End of Content Gallery *******************************************************************/

/******************************************************************** Gallery Scripts ********************************************************************/
	
#content_gallery .*{
	margin:0;
	padding:0;
	}
	
#content_gallery .body {
	padding:20px;
	background:white;
	text-align:center;
	background:#3c3936;
	color:#FFFFFF;
	font:80%/140% georgia,serif;
	}
	
#content_gallery .h1,h2 {
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	}
	
#content_gallery .a {
	color:#348;
	text-decoration:none;
	outline:none;
	}
	
#content_gallery .a:hover {
	color:#67a;
	}
	
#content_gallery .caption {
	font-style:italic;
	color:#FFFFFF;
	}
	
#content_gallery .demo {
	position:relative;
	}
	
#content_gallery .gallery {
	width:702px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	}
	
#content_gallery .gallery li {
	width: 68px;
	height: 50px;
	border: 3px double #111;
	margin: 2px 2px;
	background: #3c3936;
	}
	
#content_gallery .gallery li div {
	left: 240px;
	}
	
#content_gallery .gallery li div .caption {
	font: italic 0.7em/1.4 georgia,serif;
	}
	
#main_image {
	margin: 0 auto 60px auto;
	height: 438px;
	width: 700px;
	background: #3c3936;
	}	
	
#content_gallery .nav {
	padding-top: 15px;
	clear: both;
	font: 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	}

#content_gallery .info {
	text-align: left;
	width: 700px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
	}

#content_gallery .info p {
	margin-top: 1.6em;
	}

.galleria {
	list-style: none;
	width: 200px;
	}
	
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 0px;
	}
	
.galleria li a {
	display: none;
	}
	
.galleria li div {
	position: absolute;
	display: none;
	top:0px;
	left: 0px;
	}
	
.galleria li div img {
	cursor: pointer;
	}
	
.galleria li.active div img,.galleria li.active div {
	display:block;
	}
	
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
	}
	
.galleria li .caption {
	display: block;
	padding-top: .5em;
	}
	
* html .galleria li div span {
	width: 400px;
	} /* MSIE bug */

/******************************************************************** End of Gallery Scripts ********************************************************************/

/******************************************************************** Footer ********************************************************************/
#footer {
	clear: both;
	width: 940px;
	margin-bottom: 10px;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #b0af54;
	background: #221f1d url(images/content_bottom.jpg) bottom no-repeat;
}

#footer a{
	color: #b0af54;
	text-decoration: underline;
	font-weight: normal;
}
/******************************************************************** End of Footer ********************************************************************/
