* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	font: .63em Corbel, Helvetica, Arial, sans-serif;
	background: #382608 url(img/bg_tile.png) repeat-x left top;
	height: 100%;
	min-height: 100%;
}

h1 {
	color: #6d5100;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
}

p {
	padding-bottom: 1em;
}

ul {
	list-style-type: none;
}

hr {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
	height: 0px;
	border: none;
	border-top: 1px solid #b99c4b;
	margin-bottom: 10px;
}

img {
	border: none;
}

#wrapper_stars {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(img/bg_stars.jpg) no-repeat center top;
}

#wrapper_holder {
	width: 944px;
	margin: 0 auto;
	background: white url(img/content_bg.png) repeat-x left top;
	min-height: 100%;
}

#wrapper_script {
	width: 944px;
	background: url(img/content_scriptbg.jpg) no-repeat left top;
}

#lang {
	margin-top: 15px;
	padding-top: 20px;
	background: url(img/lang.gif) no-repeat left top;
	float: right;
	height: 15px;
	margin-right: 35px;
	color: #725707;
}

#lang a {
	color: #725707;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 1px;
}

#headerimg {
	clear: both;
	width: 878px;
	margin: 0 auto;
	height: 248px;
	overflow: hidden;
}

#nav {
	float: left;
	margin-left: 34px;
	width: 878px;
	overflow: hidden;
}

#nav li {
	float: left;
}

#nav li a{
	float: left;
	height: 42px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}

#nav #link1 a{
	width: 126px;
	background-image: url(img/nav_home.jpg);
}

#nav #link2 a{
	width: 137px;
	background-image: url(img/nav_promomov.jpg);
}

#nav #link3 a{
	width: 105px;
	background-image: url(img/nav_synop.jpg);
}

#nav #link4 a{
	width: 147px;
	background-image: url(img/nav_medrel.jpg);
}

#nav #link5 a{
	width: 85px;
	background-image: url(img/nav_links.jpg);
}

#nav #link6 a{
	width: 122px;
	background-image: url(img/nav_project.jpg);
}

#nav #link7 a{
	width: 156px;
	background-image: url(img/nav_contact.jpg);
}

#nav #link1 a:hover{background-image: url(img/navon/nav_home.jpg);}
#nav #link2 a:hover{background-image: url(img/navon/nav_promomov.jpg);}
#nav #link3 a:hover{background-image: url(img/navon/nav_synop.jpg);}
#nav #link4 a:hover{background-image: url(img/navon/nav_medrel.jpg);}
#nav #link5 a:hover{background-image: url(img/navon/nav_links.jpg);}
#nav #link6 a:hover{background-image: url(img/navon/nav_project.jpg);}
#nav #link7 a:hover{background-image: url(img/navon/nav_contact.jpg);}

#footernav {
	color: #a27b11;
	text-align: center;
}

#footernav a {
	text-decoration: none;
	color: #a27b11;
	margin-right: 10px;
	margin-left: 10px;
	border: none;
}

#footernav a:hover {
	border-bottom: 1px dotted #a27b11;
}

#content {
	clear: both;
	padding: 30px 40px;
	font-size: 1.2em;
	color: #6d5100;
}

#footer {
	color: #4c340b;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

#preload {
	display: none;
}

a {
	font-weight: bold;
	color: #6d5100;
}

a:hover {
	color: #630;
}

.field {
	font: 11px Corbel, Helvetica, Arial, sans-serif;
	color: #6d5100;
	padding: 3px;
	background: #fff url(img/txtbox.jpg) repeat-x left top;
	border: 1px solid #88795b;
	width: 200px;
	margin: 2px;
}

#logos {
	text-align: center;
	width: 100%;
	height: 63px;
}

/* JQuery Side Scroller CSS */

#slider {
    width: 750px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 150px;
    width: 750px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 150px;
    width: 710px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/* End Side Scroller */