/* MAIN LAYOUT */

#wrapper{
	position: absolute;
	left: 50%;
	width: 840px;
	text-align: left;
	margin-left: -420px;
}

#wrapleft{
	float: left;
	/*display: inline;*/
	width: 240px;
	text-align: left;
}

#wrapmain{
	float: left;
	width: 600px;
	text-align: left;
}

#menutop{
 /*height: 20px;*/
 padding: 10px 0 5px 20px; 
 font-weight: bold;
	color: #CCCCCC;
	clear: both;
}

#footer{
	margin: 0 0 0 9px;
 font-size: 90%;
	clear: both;
	text-align:center;
}

#footer a{
	/*color: #CCC;*/
	text-decoration: none;
	font-weight: normal;
}

.logo_op{
 padding: 0 0 15px 60px; 
}


/* COMMON */

.wrap{
	clear: both;
}

.boldpink{
 color: #009acd; 
 font-weight: bold;
}

.dotpinkhori{
 /*height: 5px;
 background: url(../images/dotpinkhori.gif) repeat-x top;
	padding: 0 0 8px 0;*/
	height: 5px;width:203px;background: url(../images/menu_spacer.gif) no-repeat center;padding:5px 0;
}

.dotpinkvert{
 background: url(../images/dotpinkvert.gif) repeat-y center;
}







/* BOXES */

.boxlefttop_content{
	display: inline;
	float: left;
	margin: 0 0 0 22px;
	padding: 10px 15px 0 0;
}

.boxleft_content{
	display: inline;
	float: left;
	margin: 0 0 0 22px;
	padding: 0 15px 0 0;
}

.boxmain_content{
	display: inline;
	float: left;
	width: 570px;
	margin: 0 0 0 10px;
	padding: 0 20px 0 0;
}

.boxleft_image{
	float: right;
	padding: 0 12px 0 10px;
}

/* hack for IE 5 */
* html>body .boxleft_image{
	padding: 0 22px 0 10px;
}

.boxmain_flexiright{
	float: right;
}

.boxmain_tip{
	float: right;
	width: 120px;
}

/* -- */

.boxleftpink{
 width: 240px;
	background: url(../images/boxleftpink_repeat.gif) repeat-y;
}



/* -- */

.boxleftgrey{
 width: 240px;
	background: url(../images/boxleftyellow_repeat.gif) repeat-y;
}

/* -- */

.boxmainpink{
 width: 600px;
	background: url(../images/boxmainpink_repeat.gif) repeat-y;
	color: #FFFFFF;
}



/* -- */

.boxmaingrey{
 width: 600px;
	background: url(../images/boxmaingrey_repeat.gif) repeat-y;
}


.bodyleft{
	padding: 10px 10px 10px 12px; 
}

.bodymain{
	float: left; 
	/*display: block;*/
	width: 600px;
}

.bodymain_half{
	float: left; 
	/*display: inline;*/
	width: 290px;
	margin: 0 10px 0 0;
	/*background-color:#CC0000;*/
}

.results_half{
	float: left; 
	/*display: inline;*/
	width: 290px;
	height: 350px;
	margin: 0 10px 0 0;
	background-color:#CC0000;
}

/* TERMS AND CONDITIONS */
.termsbody{
	font-family: Georgia, Times;
	font-size: 100%;
 line-height: 14px;
}
