/* ******************************Page Properties***************************** */
body{
	font-family:"Arial";
	font-size:13px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	background:#EEE url(../images/bg.jpg) repeat-x;
	
}
	
h1	{
	font-size:15px;
	text-align:left;
	color:#7D0000;
	margin:0 0 15px 0;
	font-weight:normal;
	padding:0 0 10px 0;
	}

h2	{
	font-size:17px;
	color:#7D0000;
	text-align:left;
	margin:10px 0;
	font-weight:normal;
	padding:0;
}
	
h3	{
	font-size:16px;
	text-align:left;
	color:#0EA1FF;
	margin:20px 0;
	padding:0 0 10px 35px;
	border-bottom:1px dotted #999;
	font-weight:normal;
}

h4	{
	font-size:15px;
	color:#7D0000;
	text-align:left;
	margin:10px 0;
	padding:0;
	font-style:italic;
}
	
h5	{
	font-size:15px;
	color:#7D0000;
	text-align:left;
	margin:20px 0 15px 0;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:1px dotted #999;
}
	
h6	{
	font-size:13px;
	color:#0EA1FF;
	text-align:left;
	margin:10px 0;
	padding:10px 0;
	border-bottom:1px dotted #999;
	font-weight:bolder;
}

p {
	margin:6px 0 0 0;
	line-height:normal;
}


a:link {
	color:#0EA1FF;
	text-align:left;
	text-decoration:none;
}
		
a:visited {
	color: #0EA1FF;
	text-decoration:none;
}
		
a:hover {
	color: #0EA1FF;
	text-decoration:underline;
}

a:active {
	color: #FF6600;
	text-decoration:none;
}
/* ******************************Fin Page Properties***************************** */


#top{
	width:100%;
	background:url(../images/bg-top.png);
	margin:auto;
	border-bottom:1px dotted #777;
}

#top-header{
	width:800px;
	height:130px;
	margin:0 auto;
}	

.side01{
	width:400px;
	height:90px;
	margin-top:30px;
	text-align: center;
	float:right;
}	

.side02{
	width:300px;
	height:130px;
}

#btn{
	width:100%;
	height:52.5px;
	background: url(../images/bg-btn.png);
	border-bottom:1px solid #EEE;
	padding-top:7.5px;
}

#btn-index{
	width:100%;
	height:140px;
	background: url(../images/bg-indx.jpg);
	border-bottom:1px solid #EEE;
	padding-top:10px;
}

#menu-index{
	margin:0 auto;
	width:810px;
	height:130px;
	margin-top:50px;
	background:url(../images/menu-indx.jpg) repeat-x;
	}
	
#contact{
	margin:0 auto;
	width:800px;
	height:auto;
	}
	
#wrapper{
	width:800px;
	height:auto;
	margin:0 auto;
	margin-top:40px;
	padding:15px 0 25px 0;
	}

#cont{
	width:760px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	font-size:11px;
	padding:10px 20px 10px 20px;
	text-align:jleft;
}

#containerbtm{
	width:100%;
	height:100%;
	clear: both;
	background:#EEE url(../images/bg-bottom.jpg) repeat-x;
	padding:0 0px 15px 0px;
	border-top:1px solid #CCC;
}

#btm{
	width:780px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	padding:5px 10px 15px 10px;
	
	}


/* ****************************** Div Class ****************************** */
.gray{
	color: #0EA1FF;
}

.red{
	font-size:13px;
	color:#7D0000;
	font-weight:bold;
	}
	
.box001{
	width:800px;
	height:auto;
	margin:0 auto;
	text-align:justify;
	padding:20px 0 50px 0;
	border-bottom:1px  dotted #333;
	font-weight: normal;
	}	
	
.box002{
	width:745px;
	height:500px;
	margin:0 auto;
	background:#FFF;
	text-align:justify;
	padding:20px 25px 30px 25px;
	font-weight: normal;
	border:1px dotted #999;
	}	

.side-left{
	width:320px;
	margin-left:10px;
	padding:15px;
	border:1px dotted #999;
	}
	
.side-rigth{
	width:320px;
	margin-right:10px;
	float:right;
	padding:15px;
	border:1px dotted #999;
	}

.box-left{
	width:340px;
	height:300px;
	margin-left:15px;
	float:left;
	padding:5px;
	text-align:left;
	border:1px dotted #999;
	}


/* ******************************* Menu ****************************** */

#menu{
	margin:0 auto;
	width:800px;
	height:50px;
	background:url(../images/menu.jpg) repeat-x;
	}
	
#menu ul{
	list-style:none;
	margin:0;
	}
	
#menu li{
	list-style:none;
	display:block;
	float:left;
	width:120px;
	height:28px;
	padding:6px 0 0 0;
	}

#menu li a{
	display:block;
	float:left;
	color:#7D0000;
	font-size:13px;
	width:120px;
	height:28px;
	text-align:center;
	text-decoration:none;
	}

#menu li a:hover{
	color:#444;
	}

#menu li a.current{
	display:block;
	float:left;
	color:#0EA1FF;
	font-size:13px;
	text-decoration:none;
	}

#menu li a:hover.current{
	color:#666;
	}
