/* @override 
	http://www.webdesign.gs/kencor/style/style.css
	http://www.webdesign.gs/kencor/style/home-style.css
*/

body {
	margin: 0px 0px;
	font-size: 13px;
	border-top: 5px solid;
	border-color: #c4df9b;
	font-family: Arial, Verdana;
}

#cms_content {
	width: 575px;
}

a {
	color: #74B247;
}

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


/* Main-Wrapper */

#main-wrapper {
	margin: 0px auto;
	position: relative;
	width: 950px;
}

/* End Main-Wrapper */

/* Headder */

	#header {
		width: 950px;
		height: 80px;
		position: relative;
		margin-bottom: 328px;
	}
	
		#header a {
			background: transparent url(/images/kencor-elevator-systems-logo.png) no-repeat 0px 22px;
			display: block;
			width: 269px;
			height: 22px;
			text-indent: -9001em;
			margin: 0px 0px 0px 40px;
			padding: 22px 0px 5px 0px;
			position: absolute;
			/* border: 1px solid #000; */
		}
		
		#header p {
			text-align: center;
			color: #b6b6b6;
			padding: 0px 0px;
			margin: 26px 0px;
			position: absolute;
			right: 37px;
			font-size: 13px;
		}
		
			#header p b {
				font-weight: normal;
				font-size: 27px;
				color: #989898;
			}
			
/* End Header */


/* Sub-Wrapper */			

	#sub-wrapper {
		margin: 0px auto;
		padding: 0px 0px 25px 0px;
		width: 920px;
		background: transparent url(/images/elevator-people-bg.png) no-repeat 730px 130px;
	}
	
	/* Main-Content */
	
		#main-content {
			margin: 0px 0px 0px 0px;
			padding: 0px 10px 0px 10px;
			width: 600px;
			float: left;
			color: #333;
		}
		
			#main-content h1 {
				color: #74B247;
				font-size: 21px;
				margin: 0px 0px;
				padding: 7px 0px;
			}
			
			#main-content h2 {
				color: #74B247;
				font-size: 16px;
				margin: 0px 0px;
				padding: 7px 10px;
			}
			
			#main-content p {
				padding: 5px 15px;
				margin: 0px 0px;
				line-height: 1.6em;
				text-align: justify;
			}
			
	/* End Main-Content */
	
	/* Right-Nav */
			
		#right-nav {
			width: 300px;
			float: left;
		}
		
			#right-nav ul {
				margin: 0px 0px 0px 14px;
				padding: 0px 0px;
				list-style: none;
			}
			
			#right-nav ul li {
				padding: 0px 0px;
				margin: 0px 0px;
			}
			
			#right-nav ul li a {
				display: block;
				width: 263px;
				height: 34px;
				padding: 18px 20px 0px 0px;
				font-size: 16px;
				text-align: right;
				color: #74B247;
				text-decoration: none;
				text-transform: uppercase;
				background: transparent url(/images/right-nav-sprites.png) no-repeat 0px 0px;
			}
			
			#right-nav ul li a:hover {
				background-position: 0px -54px;
				color: #FF9000;
			}
			
	/* End Right-Nav */
	
#newsletter{
	margin-left: 30px;
}

#newsletter h2{
	color: #74B247;
	font-size: 16px;
	margin: 0px 0px;
	padding: 7px 10px;
}

#newsletter input{
	background-color: #ebe8d1;
	border: 1px solid #b3ad9c;
	padding: 4px;
	color: #4c4c4c;
	margin-left: 10px;
}

#newsletter .news-submit{
	background-color: #c1bd9e;
	color: #424242;
	border: 1px solid #918d7f;
	margin-left: 0px;
}
	

/* End Sub-Wrapper */


/* Navigation */
			
ul#navigation {
	position: absolute;
	top: 49px;
	left: 40px;
	border-top: 1px solid #D7D7D7;
	width: 596px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

	ul#navigation li {
		display: inline;
		float: left;
		padding: 0px 0px;
		margin: 0px 5px 0px 0px;
	}
	
		ul#navigation li a {
			display: block;
			float: left;
			padding: 3px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
			color: #333;
			text-transform: uppercase;
			font-size: 12px
		}
		
		ul#navigation li:hover {
			background-color: #74B247;
			color: #FFF;
			border-bottom: 1px solid #558930;
		}
		
		ul#navigation li a:hover {
			color: #FFF;	
		}
		
		ul#navigation li.last-list {
			padding-right: 0px !important;
			margin-right: 0px !important;
		}
		
		ul#navigation li ul li a{
	font-size: 11px;
	padding-left: 5px;
}
		
/* Navigation */
		
		
/* Flash */		

#flash-box {
	width: 920px;
	height: 320px;
	margin-left: -460px;
	position: absolute;
	top: 83px;
	left: 50%;
}

/* End Flash */


/* Footer */

#footer-wrapper {
	background: #F7F7F7 url(/images/footer-bg.png) repeat-x;
	padding: 25px 0px 25px 0px;
}

	#footer-content {
		margin: 0px auto;
		width: 920px;
		text-align: center;
		position: relative;
	}
	
		div#footer-addy {
			position: absolute;
			right: 50px;
			text-align: left;
			border-left: 1px solid #CEE1B1;
			padding: 0px 0px 0px 20px;
		}
	
		#footer-content p {
			color: #595959;
			font-size: 12px;
			margin: 0px 0px;
			padding: 5px 0px;
			line-height: 1.8em;
		}
		
		#footer-content p a {
			color: #595959;
			text-decoration: none;
		}
		
			#footer-content p a:hover {
				color: #689f40;
			}
			
/* End Footer */

