@charset "utf-8";

body {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}

#container {width:960px;height:auto;margin:0 auto;font-size:0.8em;}

	#header {width:960px;height:204px;margin:5px 0}
	
		#headerImg {width:960px;height:180px;background:url(../images/header01.jpg);}
		
		#headerNav {width:960px;height:24px;margin:5px 0;}
		
			#headerNav ul {width:900px;height:24px;float:left;}
		
				#headerNav #front {width:30px;height:24px;background:url(../images/navFront.png);float:left;}
				
				#headerNav #end {width:30px;height:24px;background:url(../images/navEnd.png);float:left;}
		
/*				#headerNav ul li {width:225px;height:19px;padding:5px 0 0;display:block;float:left;text-align:center;}*/
				
				#headerNav a {width:225px;height:19px;padding:5px 0 0;display:block;float:left;text-align:center;}
				
				#headerNav a:link, #headerNav a:active, #headerNav a:visited {
					text-decoration:none;
					color:#FFFFFF;
					background:#5b5856;
				}
				
				#headerNav a:hover {
					background:#CCC;
					color:#666;
				}
				
				#headerTelephone {
					height:40px;
					width:140px;
					float:right;
					text-align:right;
					margin:30px 40px 0 0;
				}
				
				#headerTelephone h1 {
					color:#FFF;
					font-size:1.2em;
				}
				
				#headerTelephone p {
					color:#FFF;
					font-weight:bold;
					font-size:1.4em;
				}

	#content {width:960px;height:auto;display:block;margin:5px 0 0;}
	
		#contentLeft {width:640px;height:auto;float:left;}
		
			#contentLeft h1 {font-size:1.8em;font-weight:bold;text-align:left;}
			
			#contentLeft h2 {font-size:1.2em;font-weight:bold;}
			
			#contentLeft p {margin:15px 13px;line-height:1.6;text-align:justify;color:#555;}
			
			#contentLeft ul {margin:15px 0 0 10px;list-style:disc outside;line-height:1.6;color:#555;display:block;}
			#contentLeft ul li {margin:0 0 0 20px;}
		
			#video {width:614px;height:216px;margin:13px 13px 10px 13px;text-align:left;}
				#videoContainer {width:384px;height:216px;float:left;}
				#video p{width:199px;text-align:left;padding:0 0 0 5px;float:left;font-size:1.2em;}
		
		#contentRight {width:320px;height:auto;float:left;}
		
			.offerBox {display:block;width:320px;height:auto;overflow:auto;}
			
			.offerBox h2 {height:10px;display:inline;background:#FFF;margin:0 0 0 20px;padding:10px 0 0;font-size:1.2em;}
			
			.offerBox .offerTop {
				width:320px;
				height:17px;
				padding:3px 0 0;
				background:url(../images/offerTop.png);
			}
			
			.offerBox .offerMid {
				width:280px;
				padding:0 20px;
				height:auto;
				background:url(../images/offerMid.png);
			}
			
			.offerBox .offerBtm {
				width:320px;
				height:20px;
				background:url(../images/offerBtm.png);
			}
			
			.rss-news-item {
					line-height:1.3;
								}
			.rss-news-item p {
					display:block;
					border-bottom:1px solid #CCC;
					width:280px;
					margin:0 auto;
					padding:10px 0;
			}
		
		#consultForm {
			padding:15px 0 0;
			display:block;
			height:120px;
		}
		
		#contentRight label {
			width:90px;float:left;display:block;
		}
		
		#contentRight input {
			width:170px;float:right;display:block;border:1px solid #999;
		}
		
		#contentLeft input {
			width:200px;float:left;display:block;border:1px solid #999;
		}
		
		#contentRight #submitBtn {
			text-align:center;
			width:80px;
			margin:0 auto;
		}
		
		.formRow {
			width:280px;
			height:25px;
			display:block;
		}
		
		#contentLeft label {
			width:120px;float:left;display:block;
		}
		
		.enqRow {
			width:580px;
			height:25px;
			display:block;
		}
		
		.frmHidden {
			visibility:hidden;	
		}
	
	#footer {width:960px;height:65px;line-height:1.6;padding:10px 0 0;clear:both;background:url(../images/footBG.png);}
	
	#footerLeft {width:640px;float:left;text-align:center;}
	
	#footerRight {width:150px;float:right;text-align:right;margin:0 10px 0 0;}

