/*PJ.CSS*/
* {
	padding: 0;
	margin: 0;
}

html,body {
	background: #000000 url(../images/bg.jpg) repeat-x top left;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}

avinode {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
	link="#990000"
	vlink="#990000"
	alink="#990000" 
}

.spacetop {
	padding: 20px 0px 0px 0px;
	}


.img {
	padding: 5px 0px 0px 5px;
	border: 1px #000;
	}

.darkred{
	color: #6e0202;
}
.red{
	color: #b00a31;
}
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}

.big {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #fea905;
}
a:hover {
	color: #ffffff;
}

.bigletter {
	font-size: 22px;
}

.center {
	margin: 0px 20px 0px 20px;
	text-align: center;
}

div.transbox {
	width: 600px;
	height: auto;
	margin: 20px 20px 20px 20px;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity:0.7;
	}
div.transbox p {
	text-align: justify;
	margin: 5px 20px 5px 170px;
	font-weight: bold;
	color: #ffffff;
	}
div.transbox h1 {
	text-align: right;
	padding: 5px 35px 0px 0px;
	font-size: 14px;
	color: #6e0202;
	font-weight: bolder;
	}



#page {
	width: 968px;
	height: auto;
	margin: 0 auto 0 auto;
}

#top {
	width: 968px;
	height: 114px;
	float: left;
	padding: 0px;
	margin:0px;
}

	#logo {
		width: 501px;
		height: 114px;
		background: url(../images/logo.jpg) no-repeat top left;
		float: left;
	}
	#topmenu {
		width: 467px;
		height: 32px;
		float: left;
	}
		#topmenu ul {
			float: right;
		}
		#topmenu li {
			list-style: none;
			display: block;
			width: auto;
			float: left;
		}
	
	#phone {
		width: 467px;
		height: 82px;
		background: url(../images/phone.jpg) no-repeat top left;
		float: left;
	}

#header {
	width: 968px;
	height: 300px;
	background: url(../images/headerImg.jpg) no-repeat top left;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainmenu{
	width: 968px;
	height: 49px;
	float: left;
}
	#mainmenu ul {
		float: left;
	}
	#mainmenu li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
#text {
	width: 968px;
	height: auto;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
	#left {
		width: 300px;
		height: auto;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		#lefttext {
			width: 300px;
			height: auto;
			background-color: #e5e3e3;
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
			
			#lefttext p {
				padding: 5px 5px 3px 20px;
				font-size: 10px;
				text-align: justify;
			}
			#lefttext ul {
				float: left;
				padding: 0px 0px 0px 0px;
			}
			#lefttext li {
				padding: 0px 0px 0px 0px;
				list-style: none;
				display: block;
				width: 300px;
				float: left;
			}
			
			#lefttext h1 {
				padding: 0px 10px 0px 20px;
				font-size: 10px;
				font-weight: bolder;
				color: #6e0202;
				text-align: left;		
			}
					
		#leftend {
			width: 300px;
			height: 28px;
			background: url(../images/left_footer.png) no-repeat bottom left;
			float: left;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
	#right {
		width: 668px;
		height: auto;
 		background-color: #e5e3e3;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		#righttext {
			width: 636px;
			height: auto;
			float: left;
			background: #2e2d2d url(../images/map.jpg) top left repeat-x;
			margin: 0px 0px 0px 15px;
			padding: 0px;
		}
			#righttext p {
				padding: 5px 15px 5px 15px;
				color: #ffffff;
				text-align: justify;	
			}

#redline {
	width: 636px;
	height: 15px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	background: #2e2d2d url(../images/right_redline.jpg) repeat-x top left;
}

		#menuimg {
			width: 636px;
			height: 150px;
			background: url(../images/img_menu_bg.jpg) top left repeat-x;
			float: left;
			margin: 5px 0px 0px 0px;
		}
			#menuimg ul {
				float: left;
				padding-left: 25px;
			}
			#menuimg li {
				list-style: none;
				display: block;
				width: auto;
				float: left;
			}

#footer {
	width: 968px;
	height: 32px;
	float: left;
	margin: 0px 0px 0px 0px;
}
	#footer p {
		font-size: 9px;
		padding: 0px 25px 0px 0px;
		color: #ffffff;
		text-align: right;
	}
	#footer a {
		font-weight: bolder;
		color: #ffffff;
	}
	#footer a.over {
		font-weight: bolder;
		color: #6e0202;
	}
	
#box {
	width: 190px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 15px;
}
	#boxtitle {
		width: 190px;
		height: 33px;
		background: url(../images/box_title.jpg) no-repeat top left;
		float: left;
		margin: 0px 0px 0px 0px;
	}
	#boxtitle h1 {
		font-size: 12px;
		text-align: center;
		margin: 10px 0px 0px 0px;
		panding: 0px 0px 0px 0px;
		color: #ffffff;
		font-weight: bolder;
	}
	
	#boxcontent {
		width: 190px;
		height: auto;
		float: left;
		background: #171515 url(../images/box_content.jpg) no-repeat top left;
		margin: 0px 0px 0px 0px;
	}
		#boxcontent h1{
			font-size: 10px;
			text-align: justify;
			margin: 2px 5px 0px 5px;
			padding: 0px 0px 0px 0px;
			color: #ffffff;
		}
		#boxcontent h2{
			font-weight: bolder;
			font-size: 11px;
			text-align: justify;
			margin: 2px 5px 0px 5px;
			padding: 0px 0px 0px 0px;
			color: #6e0202;
			font-weight: bolder;
		}
		#boxcontent p{
			font-size: 10px;
			text-align: justify;
			margin: 0px 0px 0px 0px;
			padding: 2px 7px 0px 5px;
			color: #ffffff;
		}
	
	#boxbottom{
		width: 190px;
		height: 43px;
		background: url(../images/box_bottom.jpg) no-repeat top left;
		float: left;
		margin: 0px 0px 0px 0px;
	}
#form {
	width: 400px;
	height: auto;
	padding-left: 100px;
	float: left;
}