/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background:url(../grfx/backgrounds/background.jpg) repeat-x #d8e0f3;
	margin: 0;
}

#shadow-top {
	width: 965px !important;
	
	margin-top: 0;
	background:url(../grfx/shadow-top.jpg)  no-repeat;
	background-position: top center !important;
	overflow: visible;	
}

#shadow {
	width: 965px;
	background:url(../grfx/shadow.jpg) repeat-y;
	margin-left: auto !important;
	margin-right: auto;	
}


#container {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 936px;
	height: 121px;
	background:url(../grfx/logo-header.jpg) no-repeat;
}

 * html #header {
 	margin-left: 13px;
}

#header img {
	padding: 12px 0 0 20px;
}

#content-wrapper {
	float: left;
	width: 883px;
	padding: 10px 40px 10px 40px;
}

	#login-left {
		width: 350px;
		float: left;
		line-height: 140%;
		text-align: justify;
	}
	
	#login-right {
		width: 500px;
		float: left;
	}

	#content {
		width: 640px;
		float: left;
		line-height: 140%;
		text-align: justify;
	}
	
	* html .banner {
		margin-left: 14px;
	}
	
	#rightside {
		width: 220px;
		float: left;		
		margin: 0 0 0 20px;
	}
	
	#right-col {
		width: 169px;
		float: left;
		border: 1px solid #c6c7c7;
		margin: 25px 0 45px 0px;
		padding: 0px 10px 5px 10px;
		background-color: #f0f0f1;
		font-size: 12px;
		color: #595959;
		line-height: 150%;
	}
	
	#client-login {
		width: 300px;
		border: 1px solid #ccc;
		padding: 10px;
		font-size: 11px;
		background-color: #f3f3f3;
	}
	
	
	#license-contact {
		
		font-size: 11px;
		width: 200px;
		padding-left: 10px;
		margin-top: 20px;
	}
	
		
	
		#license-contact td {
			vertical-align: top;
			padding: 2px 0 2px 0;
		}
		
		#license-contact th {
			padding: 0 0 5px 29px;
			text-align: left;
		}
		

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	height: 60px;
	background:url(../grfx/footer.jpg) no-repeat #d7e2f3;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 40px;
	color: #898989;
	text-align: center;
}

	#footer a {
		color: #898989;
		text-decoration: none;
		padding: 0 5px 0 5px;
	}
	
		#footer a:hover {
			color: #000000;
		}
	
	#footer .perthweb {
		margin-right: 30px;
	}
	
	#ftcopy {
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -10px;
	}
	
		#ftcopy a {
			text-decoration: underline;
			padding: 0;
		}
	
	.footer-blue {
		color: #6491da;
		padding-right: 5px;
	}
	
	.copyright {
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
		font-size: 10px;
		width: 850px;
	}
	
	.contactcpy {
		line-height: 110%;
		font-size: 10px;
		width: 250px;
	}