/* Clickable Designs | CSS1-CSS2 Document */

/* wrap properties */
html, body {
		height: 100%;
		margin: 0px auto;
		padding: 0px;
		background: #FFFFFF;
		font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 17px; font-weight: normal; color: #B2B2B2; }

		a:link, a:visited { color: #444444; text-decoration: none; outline: none; }
		a:hover, a:active { color: #444444; text-decoration: underline; outline: none; }
		
		p { margin: 0px; padding: 0px 0px 20px 0px; }
		
#wrap_home {
		height: 100%;
		width: 713px;
		margin: 0px auto;
		text-align: center; }
		
		.left { float: left; display: inline; }
		.right { float: right; display: inline; }
		.center { text-align: center; }
		.end { clear: both; }
		
		.block { display: block; }
		
		img { border: 0px; }
		
/* home properties */
.hlogo {
		width: 713px;
		height: 438px;
		background: url(../images/home/logo.jpg) no-repeat 0px 70px; }
		
		.hmenu { padding: 0px 39px 17px 39px; }
		.hlink { padding: 0px; }
		.hlink a:link, .hlink a:visited { color: #444444; }
		.hlink a:hover, .hlink a:active { color: #444444; }
		.hlink_sep { padding: 0px 46px 0px 46px; color: #C8C8C8; }
		
		.hfooter { padding: 15px 0px 0px 0px; border-top: 1px solid #D5D5D5; }
		.copyright { padding: 0px 0px 0px 39px; font-size: 10px; }
		.copyright a:link, .copyright a:visited { color: #B2B2B2; text-decoration: none; outline: none; }
		.copyright a:hover, .copyright a:active { color: #444444; text-decoration: underline; outline: none; }
		.cd { padding: 0px 39px 0px 0px; font-size: 10px; }
		.cd a:link, .cd a:visited { color: #B2B2B2; text-decoration: none; outline: none; }
		.cd a:hover, .cd a:active { color: #444444; text-decoration: underline; outline: none; }