body{
	margin:0;
	font-family:'Arial', Arial, sans-serif, Verdana;
	background:#C3C3C3;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
img{
	border:0;
}
a:link, a:visited{text-decoration:none;}

/* BEGIN  Header */

.header {
	margin:0 auto;
	width: 100%;
	height: 109px;
	background: #ccc url(../images/bg_header.jpg) repeat-x 0 0;
	text-align: center;
	padding: 0;
}

/* BEGIN  Logo  */	
.header a .logo {
	background: url(../images/cps_logo.gif) no-repeat 0 0;
	height: 105px;
	width: 234px;
	position: absolute;
	left: 50%;
	top: 0;
	margin:0 auto;
	margin-left: -117px;
	padding:0;
	border: none;
	border: 0;
	cursor: pointer;
	float: left;
}
/* BEGIN  Caf*/	
.header a .caf {
	background: url(../images/caf.gif) no-repeat 0 0;
	height: 79px;
	width: 213px;
	margin:0 auto;
	padding:0;
	float: right;
	cursor: pointer;
}

/* BEGIN Flash Container */
.flash_box {
	float: left;
	margin:0 auto;
	width: 100%;
	height: 300px;
	background: #fff;
	text-align: center;
	padding: 0;
}
.flash_box img{
	margin:40px 0 0 0;
}

/* BEGIN Bottom Container */
.bot_box {
	float: left;
	margin:0 auto;
	width: 100%;
	height: 212px;
	background: #ccc url(../images/bg_bottom.jpg) repeat-x 0 0;
	text-align: center;
	padding: 0;
}
.bot_box  .bottom{
	margin:0 auto;
	width: 950px;
	overflow: auto;
	padding: 0;
}
/* BEGIN Bottom Left */
.bot_box  .bottom .left{
	float: left;
	margin:0 auto;
	width: 425px;
	overflow: auto;
	padding: 20px 0 10px 0;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
.bot_box  .bottom .left .press_row{
	float: left;
	margin:0 auto;
	width: 425px;
	overflow: auto;
	padding: 10px 0 0 0;
	text-align: left;
}
.bot_box  .bottom .left .press_row .logo{
	float: left;
	margin:7px 0 0 0;
	width: 113px;
	height: 29px;
	padding: 0;
}
.bot_box  .bottom .left .press_row .tc{
	background: url(../images/bg_images.jpg) no-repeat 0 0;
}
.bot_box  .bottom .left .press_row .vl{
	background: url(../images/bg_images.jpg) no-repeat 0 -29px;
}
.bot_box  .bottom .left .press_row .mtm{
	background: url(../images/bg_images.jpg) no-repeat 0 -58px;
}
.bot_box  .bottom .left .press_row .says{
	float: left;
	margin:0 auto;
	width: 40px;
	height: 18px;
	padding: 15px 0 0 7px;
	text-align: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.bot_box  .bottom .left .press_row .quote{
	float: right;
	margin:0 auto;
	width: 235px;
	height: 34px;
	padding: 5px 3px 5px 25px;
	text-align: center;
	font-size: 12px;
	color: #333;
	background: url(../images/quote_bubble.gif) no-repeat 0 0;
}
.bot_box  .bottom .left .press_row .quote a{
	color: #003366;
	text-decoration: underline;
}

/* BEGIN Bottom Right */
.bot_box  .bottom .right{
	float: right;
	margin:0 auto;
	width: 425px;
	overflow: auto;
	padding: 20px 0 10px 0;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
.bot_box  .bottom .right input{
	float: left;
	margin:0 auto;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #333;
	background: #ccc;
	border: solid 1px #666666;
	font: normal 12px Arial;
}
.bot_box  .bottom .right input.name{
	height: 20px;
	width: 196px;
	margin: 10px 9px 10px 0;
}
.bot_box  .bottom .right input.email{
	height: 20px;
	width: 196px;
	margin: 10px 0 10px 0;
}
.bot_box  .bottom .right textarea.message{
	height: 60px;
	width: 413px;
	float: left;
	margin:0 auto;
	padding: 5px;
	text-align: left;
	font: normal 12px Arial;
	color: #333;
	background: #ccc;
	border: solid 1px #666666;
}
.bot_box  .bottom .right input.button{
	float: right;
	margin:10px 0 0 0;
	width: 90px;
	height: 30px;
	text-align: left;
	font-size: 12px;
	color: #333;
	background: #ccc;
	font: normal 12px Arial;
	background: url(../images/bg_images.jpg) no-repeat 0 -87px;
	border: none;
	border: 0;
	cursor: pointer;
}
/* BEGIN Footer Container */
.footer_box {
	float: left;
	margin:20px 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
}
.footer_box  .footer{
	margin:0 auto;
	width: 950px;
	overflow: auto;
	padding: 0;
}
.footer_box  .footer .left{
	float: left;
	font: normal 11px Arial;
	color: #333;
	text-align: left;
}
.footer_box  .footer .left a{
	text-decoration: underline;
	color: #333;
}
.footer_box  .footer .right{
	float: right;
	font: normal 11px Arial;
	color: #333;
	text-align: right;
}
.footer_box  .footer .right a{
	text-decoration: underline;
	color: #333;
}

