/* CSS Document */

/* --------------------------------------- */
/* Generic Styles used accross entire site */
/* --------------------------------------- */

/* A  { color: blue; } */

/* A:Hover  {color : Red} */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
	margin-top: 0;
	background-image:url(../../images/background.gif);
	background-color:f1f1f1;
	}
a:hover { 
text-decoration: underline;
}
INPUT
{
	background-color : White;
}

/* HEADER 1 STYLES */

#ClearviewHeader {
	margin:0px auto;
	background-color:#CC005A;
	width:800px;
	height:68px;
	background-image:url(../../images/strapline.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
	}

#ClearviewlistMenu {
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	width:500px;
	float:right;
	}

#ClearviewlistMenuItem {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:none;
	}
#ClearviewlistMenuItem:hover {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:underline;
	}
#ClearviewLogo {
	width:230px;
	float:left;
	height:100%;
	background-image:url(../../images/IMIlogo.gif);
	background-repeat:no-repeat;
	background-position:bottom;	}


/* HEADER 2 STYLES */

#ClearviewHeaderTwo {
	margin:0px auto;
	width:800px;
	height:80px;
	border-bottom:1px #ffffff solid;
	}
#ClearviewEditArea1 {
	text-align:right;
	width:566px;
	float:right;
	}

#ClearviewLogoTwo {
	width:232px;
	float:left;
	height:100%;
	background-image:url(../../images/Clearviewlogo.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border-left:#ffcccc solid 1px;
	}
	
/* MAIN CONTENT STYLES */

#ClearviewMain {
	margin:0px auto;
	width:799px;
	background-color:#FFFFFF;
	border-left:#ffcccc solid 1px;
	border-right:#ffcccc solid 1px;
	border-bottom:#ffcccc solid 1px;
	}

#ClearviewMainContent {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}

/* LEFT NAVIGATION */

#ClearviewNavTwo {
	width:230px;
	float:left;
	margin-top:0px;
	text-align:center;
	}
	
#ClearviewStrapline {
	text-align:center;
	border-bottom:#FFFFFF 1px solid;
	padding-top:4px;
	padding-bottom:4px;
	}

/* MAIN EDITABLE AREA */

#ClearviewContent {
	width:562px;
	float:right;
	}

#ClearviewClearLeft{
	clear:both;
	}

#Template__ctl15__ctl0_fb_Brochure_Request_paragraph_Careplan_VpH_Test_Glove, 
#Template__ctl15__ctl0_fb_Brochure_Request_paragraph_Individual_A4_Sales_Brochure, 
#Template__ctl15__ctl0_fb_Brochure_Request_paragraph_Sales_Brochure_Implementation_Guide, 
#Template__ctl15__ctl0_fb_Brochure_Request_paragraph_Not_for_distribution_to_end_users, 
#Template__ctl15__ctl0_fb_Brochure_Request_paragraph_Combined_Sales {
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	}

/* FOOTER STYLES */
	
#ClearviewFooter {
	clear:left;
	margin:0px auto;
	width:799px;
	text-align:center;
	background-color:#FFFFFF;
	border-left:#ffcccc solid 1px;
	border-right:#ffcccc solid 1px;
	border-bottom:#ffcccc solid 1px;
	}

/* ------------------------------------- */	
/*         End of Generic Styles         */
/* ------------------------------------- */
