/*----- Start "Main definitions" -----*/
* {
	padding: 0px 0px 5px 0px;
	margin: 0;
	outline: 0;
}

body {
	font-size: x-small;
	line-height: 1.5;
	font-family: Arial, "Trebuchet MS", "Tahoma sans-serif";
	color: #666;
	background: #ffffff;
	text-align: center;
	height: auto;
}

a img { border: 0; }
a { color: #037bb9; 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: 952px; margin: 0 auto; padding: 0 10px; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #2b2b2b;
	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: 15px 45px 15px 3px;
}
#header .description {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #9c9c9c;
	text-transform: uppercase;
	line-height: 1;
	width: 886px;
	position: fixed;
	text-align: justify;
}
#header h1 { line-height: 1.1; }
#header h1 a { color: #2b2b2b; text-decoration: none; }

#navigation {
	float: right;
	display: inline;
	font-size: 15px;
	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(images/nav-sep.gif) repeat-y right 0; }
#navigation ul li.last { margin-right: 0; padding-right: 0; background: none; }
#navigation ul li a { color: #7f7f7f; text-decoration: none; }
#navigation ul li a:hover { text-decoration: underline; }
#navigation ul li.active a { color: #000; }

/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		background:url(images/form1/form_top.gif) no-repeat 0 0;
		}
	#form1 fieldset{
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
	width:700px;
	margin-left:50px;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:480px;
		border:1px solid #ddd;
		background:#fff url(images/form1/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		}					
	#form1 p.submit{
	clear:both;
	background:url(images/form1/form_bottom.gif) no-repeat 0 100%;
	padding:3px;
	margin:0;
	width: 780px;
	text-align: inherit;
		}	
	#form1 button{	
		height:38px;
		line-height:50px;		
		background:url(images/form1/form_button.jpg) no-repeat 0 0;
		padding:0 108px 0 30px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}				
	
/* // form 1 */
#slideshow {
	height: auto;
	width: 962px;
	position: relative;
	left: auto;
}
#slideshow .bg {
	height: 454px;
	width: 962px;
}
#slideshow .cnt { padding: 42px 36px 0 36px; }
#slideshow .big-image {
	margin-bottom: 8px;
}
#slideshow .big-image img { padding: 2px; border: 0; }

#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(images/button-prev.gif) no-repeat 0 0; }
#slider .buttons .next { right: 0; background: url(images/button-next.gif) no-repeat 0 0; }
#slider .holder { width: 790px; height: 78px; margin: 0 auto; position: relative; overflow: hidden; }
#slider .content { position: absolute; top: 0; left: 0; width: 100000px; }
#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(images/slider-fragment.gif); margin: 0 10px; }

#content { padding: 0 5px 10px 5px; }
#content p { padding-bottom: 18px; }
#content .separator { padding-right: 18px; background: url(images/col-sep.gif) no-repeat right 10px; }
#content .left-col { float: left; display: inline; width: 395px; }
#content .right-col { float: right; display: inline; width: 505px; }

.linklist { padding-left: 0; }
.linklist li { padding-left: 7px; background: url(images/linklist-ico.gif) no-repeat 0 7px; list-style-type: none; }

#footer {
	background: url(../footer-01.jpg) no-repeat center 0;
	padding: 12px 12px;
}

