/* 
cms_simple links and styles file. 
last edit: 27.05.07 by: Mark.
browser errors: none.
*/

html, body {
	margin: 0px;
	height: 100%;
	background: url(../images/banner.jpg) no-repeat left top;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	}

	#wrapper {
	float: left !important;
	float: inherit;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	min-height: 100%;
	margin-bottom: -41px;
		}
	
	* html #wrapper {
	height: 100%;
	}
	
	#heading {
		float: left;
		width: 800px;
		height: 166px;
		}
	
	#nav {
		float: left;
		height: 40px;
		width: 800px;
		color: #fff9e3;
		padding-top: 110px;
		}
	
	#sd {
		position: absolute;
		background:url(../images/sd.jpg);
		width: 40px;
		height: 28px;
		bottom: 5px;
		right: 5px;
		}
	
	#navText {
		float: left;
		height: 53px;
		width:800px;
		padding-top: 85px;
		color: #000;
		text-transform: uppercase;
		font: normal 65% arial, verdana, 'trebuchet ms', sans-serif;
		letter-spacing: 1px;
		}
	
	#navBottom {
		float: left;
		width: 800px;
		height: 20px;
		padding-top: 18px;
		color: #fff;
		font: normal 65% arial, verdana, 'trebuchet ms', sans-serif;
		letter-spacing:1px;
		text-transform: uppercase;
		}
	
	#content {
		float: left;
		}
	
	#pageLeft {
		float: left;
		padding-left: 80px;
		padding-top: 60px;
		font-size: 70%;
		color: #4e5049;
		letter-spacing:1px;
		}
	
	#pageRight {
		float: left;
		padding-top:60px;
		padding-left: 50px;
		width:390px;
		font-size: 70%;
		color: #4e5049;
		letter-spacing:1px;
		}
		
	#pages {
			float: left;
			padding-top: 60px;
			padding-left: 80px;
			width: 800px;
			font-size: 70%;
			letter-spacing: 1px;
			line-height: 24px;
			}
	
	#loginLeft {
		float: left;
		padding-left: 80px;
		padding-top: 60px;
		padding-right: 10px;
		font-size: 70%;
		color: #4e5049;
		letter-spacing:1px;
		}
	
	#loginRight {
		float: left;
		padding-top:60px;
		padding-left: 50px;
		width:300px;
		font-size: 70%;
		color: #4e5049;
		letter-spacing:1px;
		}
	
	.box {
		border: 1px solid #cdd9e3;
		font-size: 90%;
		padding: 2px;
		width:180px;
		}
	
	.loginBox {
		border: 1px solid #cdd9e3;
		font-size: 90%;
		padding: 2px;
		width:150px;
		}
	
	.bigBox {
		border: 1px solid #cdd9e3;
		font-size: 90%;
		padding: 2px;
		width:180px;
		font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
		height: 50px;
		}
	
	.supportBox {
		border: 1px solid #cdd9e3;
		font-size: 90%;
		padding: 2px;
		width:180px;
		font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
		height: 120px;
		}
	
	#submit {
		background: #CCC;
		}
	
	#users {
		padding-top: 100px;
		font-size: 90%;
		padding-left: 200px;
		}
	
	#userStyles {
		background: #ebebeb;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #868686;
		}
	
#footer {
	float: left !important;
	float: inherit;
	position: relative;
	width: 100%;
	height: 25px;
	border-top: 1px dashed #b9c2c6;
	padding: 12px 0px 3px;
	font-size: 70%;
	color: #949d7f;
	text-align: center;
	z-index: 99;
	}
	
a#map {
	width: 359px;
	height: 284px;
	display:block;
	background: url(../images/map3.jpg) 0px 0px no-repeat;
	text-decoration: none;
	}

a#map:hover {
	background-position: 0px -284px;
	}

.password {
		text-transform: uppercase;
		font-size: 90%;
		color: #6f8796;	
	}

.login {
	background: url(../images/loginBtn.jpg);
	border: 0px;
	width: 65px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	}

.submit {
	background: url(../images/submitBtn.jpg);
	border: 0px;
	width: 65px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	}

#usernameLogin {
	float: left;
	background: url(../images/username.jpg);
	width: 71px;
	height: 24px;
	}

#usernamePassword {
	float: left;
	background: url(../images/password.jpg);
	width: 71px;
	height: 24px;
	}

#loginBanner {
	background:url(../images/login.jpg);
	height: 35px;
	width: 230px;
	}

.editPageLine {
	width: 100%;
	border-top: 1px solid #c8d8e6;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}