/*----- Start "Main definitions" -----*/
* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, "Trebuchet MS", Tahoma sans-serif;
    color: #282821;
    background: #c6c1b2 url(body-bg.gif) no-repeat 0 0;
    text-align: left;
}

a img { border: 0; }
a { color: #480000; text-decoration: underline; }
a:hover { text-decoration: none; }

.cl, .clear { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
/*----- End "Main definitions" -----*/

#page { width: 900px; margin: 0 auto; padding: 0 10px; }

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;*/
	color: #282821;
	font-weight: normal;

}
h1 { font-size: 23px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

ul { padding-left: 15px; }

#header { padding: 20px 12px 15px 3px; }
#header .description { font-family:Georgia, "Times New Roman", Times, serif;/*font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;*/ font-size: 11px; color: #9c9c9c; padding:  2px; text-transform: uppercase; line-height: 1; }
#header h1 { line-height: 1.1; }
#header h1 a { color: #2b2b2b; text-decoration: none; }

#navigation { float: right; display: inline; font-size: 11px; line-height: 1.5; text-transform: uppercase; padding-top: 10px; }
#navigation ul li { float: left; display: inline; list-style-type: none; padding-right: 18px; margin-right: 14px; background: url(nav-sep.gif) repeat-y right 0; }
#navigation ul li.last { margin-right: 0; padding-right: 0; background: none; }
#navigation ul li a { color: #808080; text-decoration: none; }
#navigation ul li a:hover { text-decoration: underline; }
#navigation ul li.active a { color: #000; }

#slideshow { height: 150px; width: 962px; position: relative; left: -5px; }
#slideshow .bg { height: 454px; width: 962px; background: url(images/slider.png) no-repeat 0 0; }
#slideshow .cnt { padding: 42px 36px 0 36px; }
/*#slideshow .big-image { margin-bottom: 12px; }
#slideshow .big-image img { padding: 2px; border: solid 5px #d5d5d5; }*/

#slider { width: 890px; position: relative; }
#slider .buttons span { display: block; width: 38px; height: 37px; font-size: 0; line-height: 0; text-indent: -4000px; cursor: pointer; }
#slider .buttons span { position: absolute; top: 21px; }
#slider .buttons .prev { left: 0; background: url(button-prev.gif) no-repeat 0 0; }
#slider .buttons .next { right: 0; background: url(button-next.gif) no-repeat 0 0; }
#slider .holder { width: 790px; height: 125px; margin: 0 auto; position: relative; overflow: hidden; }
#slider .content {
	position: absolute;
	top: 3px;
	left: 1px;
	width: 131072px;
	height: 115px;
}
#slider .content ul { float: left; display: inline; padding-left: 0; }
#slider .fragment { float: left; display: inline; list-style-type: none; }
#slider .fragment a { float: left; display: inline; width: 133px; height: 72px; padding: 3px; background: url(slider-fragment.gif); margin: 0 10px; }

#content { padding: 10px 5px 10px 5px; }
#content p { padding-bottom: 18px; }
#content .main { float: none; display: block; width: 850px; padding-left:75px;}


.linklist { padding-left: 0; }
.linklist li { padding-left: 7px; background: url(linklist-ico.gif) no-repeat 0 7px; list-style-type: none; }

#footer { background: url(footer-line.gif) no-repeat center 0; padding: 20px 18px; }
