/* -------- RESET --------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

/* --- BASICS --*/

html, body{
	height:100%;
	width:100%;
	}

body{
	font-size:75%;/*basefont 12px*/
	line-height:1.5em;
	color:#101010;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	/*margin-top:20px;*/
	background:url(img/bg.png) top center repeat #f3f3f4;
	margin-top:0;
	}
	
h1{
	font-size:1.5em;/*18px font-size:1.833em;/*22px*/
	margin-bottom:.5em;
	}
h2{
	font-size:1.083em;/*13px  font-size:1.667em;/*20px*/
	margin-bottom:0;
	}
h3{
	font-size:1.083em;/*13px*/
	}
h4{
	font-size:1.083em;/*13px*/
	}
h5{
	font-size:1em;/*12px*/
	}
h6{
	font-size:1em;/*12px*/
	}



p{
	font-size:1.083em;
	margin-bottom:1em;}


ul{margin-bottom:1em;
padding-left:2em;
}
li{
	list-style-type:disc;
	font-size:1.083em;
	font-style:italic;
	
	}

.index p{
	
	font-size:14px;
	font-style:italic;
	line-height:16.75px;
	margin-bottom:8px;
	}
	
.index #content a{
	color:#101010;
	}
	


ul{}
ol{}

a:link, a:visited{
	color:#101010;
	text-decoration:underline;
	}
	a:hover{text-decoration:none;}
	a:active{color:#F00;}
	
/* Skin */

#container{
	margin-top:5px;}

#header{
	height:160px;
	/*background:#fff;*/
	margin:1px auto 0 auto;
	width:900px;
	}
	
	#headerwrapper{
		background:url(img/header-bg.png) top left no-repeat;
		height:113px;
		
		}
	#header h1{
		
		}
		#header h1 a{
			border:none;
			display:block;
			width:388px;
			height:105px;
			}
			#header h1 a span{display:none;}
	#naviwrapper{
	height:47px;
	background:url(img/menu-bg.png) no-repeat top left;
	z-index:1000;
	position:absolute;
	width:900px;
	}


#content{
	margin:0 auto;
	width:900px;
	min-height:333px;
	text-align:left;
	}
	
.index #container #content{
	background:url(img/index-cont-bg.png) top left no-repeat;
	}
	
.index #block001{
	float:left;
	width:380px;
	position:relative;
	left:23px;
	min-height:333px;
	background:url(img/box-bottom.png) bottom left no-repeat;
	}
	
	
.index #block001 .wrapper{
	width:205px;
	padding:0 0 8px 27px;
	margin-top:35px;	
	}
	
.index #block002{
		float:right;
		width:466px;
		padding:0;
		margin:0;
		z-index:1;
		}
	
	
.index #block002 #flashbanner{
		position:relative;
		height:333px;
		overflow:hidden;
		right:21px;
		margin:0;
		padding:0;
		}
		

.pages001 #container #content, .pages002 #container #content{
	background:url(img/cont-bg.png) top left no-repeat;
	}
	
.pages001 #contentwrapper, .pages002 #contentwrapper{
	width:100%;
	position:relative;
	min-height:333px;
	background:url(img/contbottom-bg.png) bottom left no-repeat;
	padding:0;
	margin:0;
	}
	
.pages002 #contentwrapper{
	width:100%;
	position:relative;
	min-height:333px;
	background:url(img/contbottom-bg.png) bottom left no-repeat;
	padding:0;
	margin:0;
	}
	
	
.pages001 #contentwrapper #block001{
	width:350px;
	padding:40px 15px 30px 90px;
	float:left;
	}
	
.pages001 #contentwrapper #block002{
	padding:40px 75px 30px 0;
	float:right;
	width:350px;
	}
	
.pages002 #contentwrapper #block001{
	width:700px;
	padding:40px 15px 30px 90px;
	float:left;
	}
	
	
		
#footer{
	height:108px;
	width:100%;
	position:relative;
	bottom:0;
	background:url(img/footer-bg.png) no-repeat top left;
	margin:0 auto;
	width:900px;
	}
	
	#footerwrapper{
	padding:24px 0 0 114px;
		}
		#footerwrapper p{
			float:left;
			color:#fff;
			font-size:14px;
			font-weight:bold;
			font-style:italic;
			}
			#footerwrapper p.p1{
				padding:0 79px 0 0;
				}
			#footerwrapper p.p2{
				padding:0 0 0 0;
				}
			#footerwrapper p a{
				color:#fff;
				}
			#footerwrapper p.copy{
				float:right;
				padding:10px 64px 0 0;;
				font-size:10px;
				font-weight:normal;
				font-style:normal;
				}
		
/* FORM */

fieldset{
	background:#2d2d2d;
	color:#fff;
	padding:8px;
	border:4px solid #fff;
	}

label{
	display:block;
	margin-top:.5em;
}
input, textarea{
background:#fff;
padding:2px;
width:98%;
}

input.short{
	width:50%;
	}
	
input.button{
	width:auto;
	background:#666;
	margin-top:1em;
	color:#fff;
	border:2px solid #fff;
	}
	


		

.hide{display:none;}
.clear{clear:both;}
.right{float:right;}
.left{float:left;}
.border{border:4px solid #fff;
		margin:0 10px 10px 0;
}
.border2{
		margin:0 10px 20px 0;
		border:4px solid #fff;
}
.scroller{
	height:220px;
	overflow:auto;
	border:4px solid #fff;
	background:#2d2d2d;
	color:#fff;
	padding:10px 0 0 10px;
	margin-bottom:10px;
	}
	
.box{
	width:180px;
	background-color:#2d2d2d;
	border:4px solid #fff;
	padding:20px;
	color:#fff;
	margin:0 5px 5px 0;
	float:left;
	min-height:330px;
	}
	
.box h2{
	font-size:1.5em;
	margin-bottom:1em;
	}
	
.tall{min-height:450px;}
	
.box ul{
	margin-bottom:0;
	}
	.box ul li{
		
		}
	

	

