@charset "utf-8";
/* CSS Document */






/* SET DEFAULTS
**************************************************/
body {
	margin:				0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			15px;
	color:				#000000;
	background-color:	#FFFFFF;
}

a {
	color:				#BF2C37;
	text-decoration:	underline;
}

img { border: 0px none }

.left { float: left }
.rght { float: right }

.wrapper {
	width:				100%;
}

/* COMPANIES TABLE */
.companies {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
}






/* LOGIN
**************************************************/
.grey-bar {
	width: 100%;
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #656363;
}

	.grey-bar input {
		font-size: 10px;
		border: 0px none;
	}
	.grey-bar a {
 		color: #FFFFFF;
	}






/* HEADER
**************************************************/
.header-cont {
	width:				940px;
	height:				225px;
	margin:				0 auto;
	/*border:1px solid #999900;*/
}

	.header-cont a {
		color: #000000;
		text-decoration: none;
	}
	.header-cont a:hover { color: #666666 }





/* NAVIGATION
**************************************************/
.nav-cont {
	position: relative;
	top: -70px;
	left: 0px;
	width:				940px;
	height:				30px;
	margin:				0 auto;
	padding-right:		30px;
	font-size:			14px;
	font-weight:		bold;
	text-transform:		uppercase;
	color:				#FFFFFF;
}

	.nav-cont a {
		text-transform:		uppercase;
		text-decoration:	none;
		color:				#FFFFFF;
	}





/* MIDDLE - PAGE CONTENT
**************************************************/
.middle-cont {
	position: relative;
	top: -70px;
	left: 0px;
	width: 880px; /* 940 */
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 0px;
	background: url('../../files/css/bg-middle.jpg') no-repeat top;
	/*border:1px solid #0000FF;*/
}

	.middle-left {
		width:				585px;
	}
	.middle-left p, .middle-left li { line-height: 20px; }

	.middle-rght {
		width:				275px;
		/*border:1px solid #ff0000;*/
	}

	.note {
		width:				210px; /* 270 */
		height:				200px; /* 260 */
		margin-top:			-40px;
		padding:			30px;
		font-size:			12px;
		background:			url('../../files/css/note.png') no-repeat center;
		/*border:1px solid #00ff00;*/
	}

	.featured h1 {
		display:			inline;
		font-size:			20px;
		font-weight:		bold;
		text-transform:		uppercase;
		color:				#BF2C37;
	}



/* FOOTER
**************************************************/
.footer-cont {
	position: relative;
	top: -70px;
	left: 0px;
	width:				100%;
	height:				200px;
	background:			url('../../files/css/bg-footer.gif') repeat-x bottom;
	/*border:1px solid #00FFFF;*/
}

	.footer {
		width:				940px;
		height:				200px;
		margin:				0 auto;
	}

		.footer p {
			margin:				0px;
			padding:			0px;
		}

		.footer h1 {
			font-family:		Arial, Helvetica, sans-serif;
			font-size:			17px;
			display:			inline;
		}

		.footer a {
			color:				#FFFFFF;
		}

		.footer .copyright {
			margin:				110px 0 0 10px;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size:			11px;
			color:				#FFFFFF;
		}
		




/* END OF FILE
**************************************************/







