@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	}
	
body {
	width:100%;
	height:100%;
	background-color: #fff;
	font-family:Arial;
	font-size:11px;
	color:#666;
	line-height: 130%;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #ccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff; 
	}
	
h1, h2 {
	display: none;
	}
	
ul.content {
	list-style-type:none;
	font-family:Arial;
	font-size:11px;
	color:#666;
	font-style:normal;
	line-height:200%;
	text-align:left;
	}
	
ul.address {
	list-style-type:none;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
	line-height:170%;
	text-align:right;
	width:190px;
	}
	
ul.navlink {
	text-transform:uppercase;
	text-decoration: none;
	list-style-type:none;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	font-style:normal;
	line-height:150%;
	text-align:right;
	height: 280px;
	}	
	
ul.subnavlink {
	text-transform:lowercase;
	text-decoration: none;
	list-style-type:none;
	font-family:Arial;
	font-size:10px;
	color:#FFF;
	font-style:normal;
	line-height:120%;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	

	
	
	img
{
	border: 3px double #ccc;
	margin:2px;
	}
	
	
.img {
	opacity:0.3;               /*Firefox & Chrome*/
	filter:alpha(opacity=30);   /* IE */

}

.img:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}

a {
	color: #fff;
	text-decoration: none;
	border: none;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

a.content  {
	color: #999999;
	text-decoration: none;
	border: none;
	}	
	
a:hover.content  {
	color: #666666;
	text-decoration:underline;
	}
	
#MainCont {
	width: 1000px;
	height:415px;
	background-color:#FFF;
	margin: 0px auto;
	margin-top:100px;
	padding:7px;
	}
	
	#Container {
		width: 1000px;
		margin:0 auto;
		height:415px;
		
		}

#LeftContent {
	width: 230px;
	height:100%;
	border-right:#FFFFFF solid 1px;
	float:left;
	text-align:right;
	
	}
	
	.ColorBar
		{
		width:25px;
		height:100%;
		border-right:#FFFFFF solid 1px;
		float:left;
		}
	
#RightContent {
	width: 560px;
	float:left;
	background-color:#FFFFFF;
	margin-left: 20px;
	}
	
	.image {
		width: 122px;
		height: 108px;
		float: left;
		margin: 10px 12px 0px 0px;
		}
		
#gallery {
		width: 530px;
		float: left;
		
		}
 

.scrollbox { 
	overflow: auto; 
	width: 100%; 
	height: 300px;
	
	} 

.processscrollbox { 
	overflow: auto; 
	width: 545px; 
	height: 185px;
	padding-right: 20px;
	float: left;
	} 
input, textarea {
  border: 1px solid #ccc;
  background-color: #fff;
}
