#bodies{
	background:#414141 url(../images/background-texture.jpg) center top;
}

#container{
	width:100%;
}
	
	#header-outer{
		width:100%;
	}
		#header-top{
			width:100%;
			height:40px;
			background:url(../images/header-top.jpg) repeat-x;
		}
		
		#header-nav{
			width:100%;
			height:39px;
			background:url(../images/header-nav.jpg) repeat-x;
		}
		
		#header-middle{
			width:100%;
			background:url(../images/header-middle.jpg);
		}
		
		#header-bottom{
			width:100%;
			height:22px;
			background:url(../images/header-bottom.jpg) repeat-x;
		}
		
	
	#header-inner{
		width:980px;
		margin:0px auto;
		padding-top:41px;
	}
	
		#navigation{
			width:980px;
			margin:0px auto;
			height:36px;
			line-height:36px;
		}
			ul#nav{
				list-style:none;
				float:right;
				width:auto;
				margin:0 15px 0 0;
			}
			
			ul#nav li{
				float:left;
				padding:0px 10px 0px 10px;
				width:auto;
			}
			
			ul#nav li a{
				display:block;
				font-size:11pt;
				font-family:"Trebuchet MS",Tahoma,Verdana;
				color:#FFF;
				font-weight:bold;
			}
			
			ul#nav li a:hover{
		
			}
		
		#header2{
			width:980px;
			margin:0px auto;
			
			
		}
			#header-left{
				float:left;
				text-align:left;
				width:auto;
				margin:0 0 0 10px;
			}
			
			#header-right{
				float:right;
				text-align:right;
				width:auto;
				margin:0;
				margin:0 25px 0 0;
			}
			
			#logo{
				margin:20px 0;
				width:400px;
			}
						
			
			#header-text{
				padding:20px 0;
				width:530px;
			}
			
			#header-text p.big{
				font-size:18pt;
				color:#FFF;
				line-height:120%;
				width:100%;
				font-family:"Trebuchet MS",Tahoma,Verdana;
				margin:10px 0;
			}
			
			#header-text p.small{
				font-size:10pt;
				width:100%;
				font-family:Verdana,Tahoma,Arial;
				margin:10px 0;
			}
			
	#wrapper{
		width:980px;
		margin:0px auto;

	}
		#wrapper-left{
			position:relative;
			float:left;
			width:685px;
			margin:0 5px 0 10px
		}
			#mainbody{
				margin:0;
			}
				#mainbody H3{
					font-size:18pt;
					font-family:Tahoma,Arial;
					font-weight:bold;
					color:#EDEDED;
				}
				
				#mainbody p.big{
					font-size:15pt;
					font-family:Tahoma,Arial;
					color:#EDEDED;
					margin:10px 0;
				}
				
				#mainbody p.small{
					font-size:12pt;
					font-family:Tahoma,Arial;
					color:#EDEDED;
				}
		
		#wrapper-right{
			position:relative;
			float:right;
			width:245px;
			background:transparent;
			margin:0 25px 0 0;
		}
			.sidebar{
				background: #272320 url(../images/sidebar.jpg) left top;
				border:1px solid #5A5957;
				padding:20px;
				line-height:200%;
				text-align:left;
				font-size:8pt;
				color:#8B8A88;

			}
				.sidebar H3{
					font-size:18pt;
					font-family:Tahoma,Arial;
					font-weight:bold;
					color:#F6F5F3;
				}
				
				.sidebar p.big{
					font-size:15pt;
					font-family:Tahoma,Arial;
					font-weight:bold;
					color:#E0DFDD;
				}
				
				.sidebar p.small{
					font-size:12pt;
					font-family:Tahoma,Arial;
					color:#F6F2EF;
				}
				
		
		.module{
			width:100%;
			margin:0;
		}
	
	#footer{
		width:980px;
		margin:20px auto;
		height:40px;
		line-height:40px;
		border-top:1px solid #63625E;
		font-size:10pt;
	}
			

			
/******* Module **********/
/**** List  with images  on Top****/
ul.list-box{
	list-style:none;
	width:100%;
	height:auto;
}

ul.list-box li{
	float:left;
	width:285px;
	height:365px;
	margin:0 16px;
}
	ul.list-box li span.title{
		font-size:14pt;
		font-weight:bold;
		color:#FFF;
		height:40px;
		line-height:40px;
		font-family:"Trebuchet MS",Tahoma,Verdana;
	}	
	
	ul.list-box li .images-box{
		border:1px solid #FFF;
		width:285px;
		height:181px;
		overflow:hidden;
	}	
	
	ul.list-box li p.description{
		margin:10px auto;
		color:#B4B4B3;
		font-size:9pt;
	}	
	
/**** List Without Images *****/
ul.list{
	list-style:none;
	
}

ul.list li{
	margin:30px 0;
}

/**** Kist with Images on left ***/
ul.images-left li .photobox{
	width:160px;
	float:left;
}

ul.images-left li .photobox img{
	border:1px solid #FFF;
}


ul.images-left li .description{
	padding-left:180px;
	
}

.form {
	float	: left;
	width	: 48%;
	margin-bottom	: 10px;
}

.form-textarea {
	width	: 100%;
}

	.form label {
		display	: block;
		margin-bottom	: 5px;
	}
	
	.form input.input-text {
		width	: 300px;
		padding	: 5px;
	}
	
	.form input.input-submit {
		width	: 97px;
		height	: 31px;
		background:url(../images/submit.jpg) no-repeat;
		border	: none;
	}
	
	.form select {
		width	: 300px;
		padding	: 5px;
	}
	
	
	
	.form-textarea textarea {
		width	: 635px;
		height	: 150px;
		padding	: 5px;
	}
	
				
