@charset "utf-8";

/* CSS Document */

*{

	outline:none;

}

body{

	background-image:url(../images/bg_01.jpg);

	background-position:top left;

	background-repeat:repeat-x;

	background-color:#1d1610;

	color:#000000;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	margin:0px;

	padding:0px;

}

a, a:visited{

	color:#19350e;

	text-decoration:none;

}

a:hover{

	color:#276210;

	text-decoration:underline;

}

h1, h2, h3, p, form{

	margin:0px;

}

form{

	padding:0px;

}

img{

	border:none;

}

.clr{

	clear:both;

	height:0px;

	font-size:1px;

}



/* ------------------------------------------------------------ */



#Wrappre{

	width:950px;

	margin:auto;

}



#header{

	height:93px;

	background-image:url(../images/header_01.jpg);

	background-position:top left;

	background-repeat:no-repeat;

	position:relative;

}

#header a, #header a:visited, #header a:hover{	

	color:#FFFFFF;

	margin-right:10px;

}



.leftBlock{

	width:200px;

	position:absolute;

	top:30px;

	left:10px;

	text-transform:uppercase;

}

.leftBlock img{

	margin-right:5px;

}

.leftBlock span, .RightBlock span{

	display:block;

	margin:0px;

	margin-top:5px;

}

.RightBlock{

	width:230px;

	position:absolute;

	top:30px;

	right:10px;

	text-transform:uppercase;

}

.bodyContent{

	background-color:#FFFFFF;

	padding:6px 6px 20px 6px;

}



.flashContainer{

	border: 1px solid #c3c3c3;

}



.bodyContent h1{

	background-image:url(../images/h1_icon.jpg);

	background-position:center left;

	background-repeat:no-repeat;

	padding:12px 0px 12px 30px;

	font-size:14px;

	color:#17310d;

	font-weight:bold;

}

.bodyContent h2{

	border: 1px solid #c3c3c3;

	background-color:#f8f8f8;

	padding:10px;

	font-size:12px;

	font-weight:normal;

	color:#316d1a;

}

.bodyContent h2 a, .bodyContent h2 a:visited, .bodyContent h2 a:hover{

	color:#316d1a;

}

.bodyContent p{

	padding:10px 5px;

	line-height:1.5em;

}



#scrollThumb{

	border:1px solid #cfcfcf;

	background-color:#f0f0f0;

	padding:25px 45px 0px 45px;

	height:155px;

	position:relative;

	z-index:0;

}

#arrowLeft{

	position:absolute;

	top:80px;

	left:10px;

}

#arrowRight{

	position:absolute;

	top:80px;

	right:10px;

}



.Thumbs{

	width:107px;

	float:left;

	margin-right:30px;

	text-align:center;

}

.Thumbs img{

	border:1px solid #999999;

}

.Thumbs p{

	padding:5px 0px;

	font-size:12px;

}

.Thumbs a, .Thumbs  a:visited, .Thumbs a:hover{

	color:#333333;

}

#footer{

	padding:20px 0px;

	text-align:center;

	color:#FFFFFF;

}

#footer a, #footer a:visited, #footer a:hover{

	color:#fff;

	margin:10px;

	text-transform:uppercase;

}



.leftPanel{

	width:200px;

	float:left;

	margin:10px 10px 0px 0px;

	background-color:#f8f8f8;

	border:1px solid #cfcfcf;

	border-bottom:none;

}

.leftPanel h1{

	background-image:url(../images/bulet_02.jpg);

	background-position:top left;

	background-repeat:no-repeat;

	padding:8px 0px 8px 35px;

	font-size:14px;

	color:#17310d;

	font-weight:bold;

	border-bottom:1px solid #000000;

}

.leftPanel ul{

	margin:0px auto;

	padding:0px;

	font-size:12px;

}

.leftPanel li{

	list-style:none;

	border-bottom:1px solid #cfcfcf;

	padding:5px 0px 5px 10px;

}

.leftPanel a, .leftPanel a:visited, .leftPanel a:hover{

	color:#000000;

}

.RightPanel{

	float:left;

	width:720px;

	margin:10px 0px 0px 0px;

}

.RightPanel h1{

	font-size:18px;

	font-weight:normal;

	padding:10px 0px;

	background:none;

}

.bodyContent .RightPanel h2{

	background:none;

	border:none;

	font-size:18px;

	font-weight:normal;

	padding:10px 0px 5px 0px;

}

.RightPanel h3{

	background:none;

	border:none;

	font-size:16px;

	font-weight:normal;

	padding:5px 0px;

}

.RightPanel p{

	padding:0px;

	padding:5px 0px;

	line-height:1.5em;

}

.specialSize{

	font-size:16px;

}



.Green{

	color:#316d1a;

	font-weight:bold;

}