@charset "UTF-8";
/* =CALL LIBRARY */
	/* @import url("reset-min.css"); ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:10 10 10 10px;
		height: 43px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{
		background: #E5E5E4;
		color: #42423b;
	}

/* =LAYOUT - the main layout styles */
	/* "container" surrounds all text */
	.container{
		width:1050px;
		height:1200px;
		margin: 0 auto;
		position: relative;
		overflow:hidden; 
	}
	/* header layout */
	#header{
		width:1050px;
		height: 590px;
		background: #4a4841 url(../images/cce_fill.jpg) top repeat-x;
		position: relative;
		float: center; 
		}
	/* main area layout */
	#main{
		width:1050px; 
		background: #f1eee7;
		position: relative;
		float: center;
		padding:24px 0 20px 0;
		height:1150px;
		}
	
	#leftcolumn{float: left;width:320px;padding: 0 20px;height:1350px}
	#centercolumn{float: left;width:600px;padding: 0 0px;height:1350px} 	
	#rightcolumn{float: right;width:0px;height:1350px}

	/* Bottom area layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		width:1050px; 
		background: #f1eee7;
		position: relative;
		float: center;
		padding:20 20 20 20px;
		height: 300px;
		}
	#bottomleft{float: left;width:400px;padding: 20 20 20 20px;height:350px}
	#bottomcenter{float: left;width:400px;padding: 20 20 20 20px;height:350px} 	
	#bottomright{float: left;width:230px;padding: 0 0 0 0px;height:350px}
	
	/* =footer layout */
	#footer{
		height: 320px;width:1150px;
		background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
		font-size: 1.2em;
		position: relative;
		float: center;
		border-top: 5px solid #42423b;
	}
	#footer a{color: #A39D97;}
/* =HEADER - the header styles */
	 #header .rpa-cert{height: 290px;}
	h1{
		position: relative;
		height: 32px;
		top: 20px;
	}
	h1 a{
		text-align:center;
		font: 32px/32px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #FFFF00;
	}
	#header .container{height: 280px;}
	/* logo */
	h2{
		position: relative;
		height: 25px;
		top: 60px;
   	}
	h2 a{
		text-align:left;
		font-family: 'Comic Sans MS', cursive;
		/*font: 18px/18px Arial, Helvetica, sans-serif; */
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 9px 25px 5px;
		display: block;
		color: #fff;
		/* background: url(../images/logo_bg.gif) left top no-repeat; */
	}
	h2 a:hover{color: #fff;}
	h2 a span{
		height:25px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		/* background: url(../images/logo_right.gif) right top no-repeat; */
	}
	
	h3{
		position: relative;
		height: 12px;
		top: 0px;
   	}
	h3 a{
		text-align:center;
		font: 20px/20px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 9px 5px 5px;
		display: block;
		color: #003300;
		/* background: url(../images/logo_bg.gif) left top no-repeat; */
	}
	h3 a:hover{color: #0033cc;}
	h3 a span{
		height:65px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		/* background: url(../images/logo_right.gif) right top no-repeat; */
	}
	h4{
		position: relative;
		height: 20px;
		top: 5px;
   	}
	h4 a{
		text-align:center;
		font: 16px/16px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 9px 25px 5px;
		display: block;
		color: #003300;
		/* background: url(../images/logo_bg.gif) left top no-repeat; */
	}
	h4 a:hover{color: #0033cc;}
	h4 a span{
		height:65px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		/* background: url(../images/logo_right.gif) right top no-repeat; */
	}
	h5{
		position: relative;
		height: 15px;
		top: 0px;
   	}
	h5 a{
		text-align:left;
		font-family: 'Comic Sans MS', cursive;
		/*font: 18px/18px Arial, Helvetica, sans-serif; */
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 0px 5px 5px;
		display: block;
		color: #fff;
		/* background: url(../images/logo_bg.gif) left top no-repeat; */
	}
	h5 a:hover{color: #fff;}
	h5 a span{
		height:15px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		/* background: url(../images/logo_right.gif) right top no-repeat; */
	}
	h6{
		position: relative;
		height: 12px;
		top: 15px;
   	}
	h6 a{
		text-align:center;
		font: 20px/20px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 5px 9px 5px 5px;
		display: block;
		color: #FF0000;
		/* background: url(../images/logo_bg.gif) left top no-repeat; */
	}
	h6 a:hover{color: #0033cc;}
	h6 a span{
		height:65px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		/* background: url(../images/logo_right.gif) right top no-repeat; */
	}

/* Radiant message */
	#banner{
		position: absolute;
		top:350px;		
		height:125px;
		color: #aff;
		font-weight: bold;
		padding:0 40px 0 7px;
		bottom: 0;
		background: none right bottom no-repeat;
		font-size: 1.3em;
	}
	
/* =CONTENT STYLES - the content styles */
	
	
	/* right column */
	#centercolumn .rightbox_wrapper{
		height:370px;
		background: #eeeded;
		padding:0px;
		margin-bottom: 0px;
		width:670px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
		border-top: 0px solid #42423b;

	}
	.rightbox{border: 1px dashed #d9e0e8;width:370px;overflow: hidden;padding-bottom:16px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:280px;height:360px} 
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:0px 0px 0px 0px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
	
/* =BOTTOM */
#bottomleft .info_wrapper{
		
		height:350px;
		background: #eeeded;
		padding:20 20 20 20px;
		margin-bottom: 20px;
		width:280px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	
#bottomcenter .info_wrapper{
		
		height:350px;
		background: #eeeded;
		padding:20 20 20 20px;
		margin-bottom: 20px;
		width:400px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}

#bottomright .info_wrapper{
		
		height:450px;
		background: #eeeded;
		padding:20 20 20 20px;
		margin-bottom: 20px;
		width:230px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #58584D;
	}


	#designby{
		background: url(../images/logo.gif) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	
