@charset "utf-8";
/* CSS Document */
/* General */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgo.jpg);
	background-repeat: repeat-x;
	background-color:#ad3208;	
}
h1{ font-size:18px;}
h2{ font-size:14px; color:#CC6600; margin:0px; padding:0px;}


form{margin:0px;
padding:0px;}
fieldset{
border:none;
	
	padding:5px;
}
input.text {
	color:#666;
	padding:3px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	height:15px;
	margin-top:0px;
	margin-left: 0px;
}
label { display:block; padding:1px; }
input.textarea {
	height:60px;
	color:#666;
	padding:3px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;

	
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	border:1px solid #ccc;
	background-color:#FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a{ text-decoration:none}
a:hover{text-decoration:underline;}
p{ margin-top:5px;}
/* Container*/
#wrap{
	padding: 10px;
	width: 800px;
	height:665px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
}

#wrap2{
	padding: 10px;
	width: 800px;
	height:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-color:#FEE593;
}
*
{
	margin: 0;
	padding: 0;
}

/* Header*/
#header{
	width:780px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo{
	width:260px;
	height:115px;
	float:left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;	
}
*html #header #logo{
	width:212px;
	height:115px;
	float:left;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
     src='images/logo.png', sizingMethod='scale');
	
}
#header #nav{ width:520px; float:left; 
	
}
*html #header #nav{ width:560px; float:left; margin-left:5px;
	
}
#header #nav li{
	
	list-style-type: none;
	margin-left:10px;
	font-size:12px;
	float:left;
}
*html #header #nav #main{ color:#FFFFFF; margin-top:60px; margin-left:5px;

	
}
#header #nav #main{ color:#FFFFFF; margin-top:60px; margin-left:-20px;

	
}
#header #nav #main a{ color:#FFFFFF; 

	
}
#header #nav #sub{
	color:#666;
	text-transform: uppercase;
	margin-left:221px;
}
*html #header #nav #sub{
	color:#666;
	text-transform: uppercase;
	margin-left:247px;
}
#header #nav #sub a{
	color:#666;

}
/* Banner*/
#banner{
	clear:both;
	width:760px;
	height:258px;
	margin-left:20px;
	background-color: none;
	margin-top:15px;
}
#banner2{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
#banner3{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/02.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
#banner4{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
#banner5{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/04.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
#banner6{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/05.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
#banner7{
	clear:both;
	width:760px;
	height:150px;
	margin-left:20px;
	
	background-image: url(../images/06.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}
/* home Content*/
#contenti{
	width:770px;
	height:200px;
	font-size:11px;
	padding-top: 10px;
	margin-top:10px;
	margin-left:20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
	clear:both;
	
}
#contenti #main{ width:590px; float:left}
*html #contenti #main{ width:590px; float:left}
#contenti #side{
	margin-left:10px;
	width:140px;
	float:left;
	padding:10px;
	height:180px;
	background-image: url(../images/side_bg.jpg);
	background-repeat: no-repeat;
}
*html #contenti #side{ margin-left:10px; width:150px; float:left; }
#contenti #side ul{ margin:0px; padding:0px;}
#contenti #side li{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996600;
	list-style-type: none;
}
#contenti #side a{
color:#333;
}
#contenti #side a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #996600;
}
/* Content*/
#content{
	width:760px;
	height:330px;
	font-size:11px;
	padding-top: 10px;
	margin-top:10px;
	margin-left:20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
}
#content #main{ width:550px; float:left;padding:20px;}
*html #content #main{ width:550px; float:left; padding:20px;}

#content #main a { color:#cc6600;}

#content #main .col{ width:240px; float:left;}
#content #side{ margin-left:10px; width:150px; float:left;font-size:11px;}
*html #content #side{ margin-left:10px; width:150px; float:left;}
#content #side ul{ margin:0px; padding:0px;}
#content #side li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996600;
	list-style-type: none;
}
#content #side a{
color:#333;
}
#content #side a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #996600;
}

#content2{
	width:760px;
	height:470px;
	font-size:11px;
	padding-top: 10px;
	margin-top:10px;
	margin-left:20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996600;
	border-bottom-color: #996600;
}
#content2 #main{ width:590px; float:left}
*html #content2 #main{ width:590px; float:left}

#content2 #main .col{ width:240px; float:left;}
#content2 #side{ margin-left:10px; width:160px; float:left;}
*html #content2 #side{ margin-left:10px; width:150px; float:left;}
#content2 #side ul{ margin:0px; padding:0px;}
#content2 #side li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996600;
	list-style-type: none;
}
#content2 #side a{
color:#333;
}
#content2 #side a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background-color: #996600;
}



/* footer*/

#footer{
	width:760px;
	height:20px;
	font-size:10px;
	margin-left:20px;
	clear:both;

	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;}
	#footer a{color:#666;}

#footer #copy{ width:560px;float:left; margin-top:2px;}

#footer #credits{ width:190px; float:left; margin-top:2px;}
