body {
	font-family: Trebuchet MS, Helvetica, Arial, Georgia;   
	background-color: #fff;		
	font-weight: normal;
	color: #000000;
	font-size: 15.5px;			
	margin: 0px;
}


h1 {
	font-size: 18px;
	font-style: italic;
}


h2 {
	font-size:15px;
}


#allHolder{
	width: 750px;						
	text-align: left;
	background-color: #fff;		
	margin:auto;						/* for centering in browsers other then IE */
}


.header-top {
	padding: 0px; 
	clear:both;
	height: 15px; 						
	width: 750px;
}


.header {
	background-color: #e0f3f3;    		/* light green #e0f3f3 */
	padding: 0px; 
	margin-bottom: 5px;
	font-size: 13px;
	font-weight:bold;
	font-family:verdana;
	height:55px;
	padding-left: 5px;
}

.footer, .nav-footer, .nav-footer a:link, .nav-footer a:visited {
	color: #fff;
        background-color: #222266;
        padding: 0px;
        margin-bottom,margin-left: 5px;
}



.cbl-logo{
	width: 100px;
	height: 50px;
	float:right; 
	background-image:url(../images/CBLlogo.gif);
	background-repeat:no-repeat;
	margin-right: 5px;
	margin-top: 3px; 
	padding: 3px;
	margin-left: 5px;
}

.top-nav{
	padding-top: 20px;
}

a:link, a:visited {
	color: #000; 
}


.header a:link, .header a:visited, .footer a:hover {
	color: #000; 
	text-decoration: none; 
}

.header a:hover {
	text-decoration: none; 
}


.main-cbl-pic-holder {
	background-color: #fff;
	margin-bottom: 5px;
	float:left;
	width:  750px;  
	height: 275px;		
	background-image:url(../images/main-cbl-pic.jpg);
	background-repeat:no-repeat;	
}



.main-cbl-landing {
	background-color: #e0f3f3;      /* light green #e0f3f3 */
	margin-bottom: 5px;
	float:left;
	width:  750px;
	height: 275px;		
	background-image:url(../images/main-cbl-landing.jpg);
	background-repeat:no-repeat;	
}



.steps-cbl-pic-holder {
        background-color: #e0f3f3;
        margin-bottom: 5px;
        float:left;
        width:  750px;
        height: 275px;
        background-repeat:no-repeat;
}


.buy-pic-holder {
	background-color: #e0f3f3;
	margin-bottom: 5px;
	float:left;
	width:  750px;
	height: 180px;	
	background-image:url(../images/buy.gif);
	background-repeat:no-repeat;	
}

.table-container {
	background-color: #dddddd; 
	width:  750px;
	margin-bottom: 5px;
	clear: both;
}


.table-container a:link, .table-container a:visited {
	color: #000; 
	text-decoration: none;
}

.table-container a:hover {
	color: #000;  
	text-decoration: none;
}

td {
	background-color:#e0f3f3; 		/* light green #e0f3f3 */
}

th {
	color:#fff; 	 
}


.price {
	font-family:tahoma;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	background-color:#000;     /* color to highlight price #44ff00, #a9dddd */
}

.package {
/*        font-family:tahoma; */
        font-size: 15px;
        font-weight: bold;
		color: #fff;
}


.content-container {
	background-color: #fff;   
	width:  740px;
	padding: 5px;	
	margin-bottom: 5px;
}


.header-top,.header a:hover, .footer a:hover, .table-container a:hover, .text-1 a:hover, .table-container tr {
	background-color: #188881; 	 /* dark green #188881 */
}


.text-1 {
	width:340px;
	margin-right: 25px;
	margin-bottom: 20px;
	float:left;
}

#buy-online{
	clear:both;
	width:600px;
	height:35px;
	margin-left: 75px;
	margin-bottom: 10px;
	padding-top: 12px;
	text-align:center;
	background-color: #ffffcc;
	font-size:14px;
	font-weight:bold;
}


body#home a#home,
body#features a#features, 
body#steps-to-recovery a#steps-to-recovery,
body#shipping a#shipping,
body#contactus a#contactus
{ text-decoration:underline; }






/*-------------------------------------------------
FORM
-------------------------------------------------*/

dl, dd, dt {
	margin: 0;
	font-size: 14px;
}

dt {
	margin: 0 0 5px 0;
	font-weight: bold;
}

dt.error {
	color: red;
}

dt span {
	color: #999;
	font-weight: normal;
}

dt.end span {
	font-weight: bold;
  color: #000;
}

dt.break {
	border-top: 1px dashed brown;
	padding-top: 10px;
	margin-top: 40px;
}

dt.end {
	padding-top: 10px;
	border-top: 1px solid green;
	margin-top: 40px;
}

dd.end {
	padding-bottom: 10px;
	border-bottom: 1px solid green;
	margin-bottom: 40px;
}

dd {
	margin: 0 0 15px 0;
}

dd textarea {
	width: 500px;
	height: 150px;
}

dd input {
	width: 400px; 
	padding: 3px;
	font-size: 16px;
}

dd input.auto {
	width: auto;  
}

dt small {
	font-weight: normal;
}

.highlight  {
	background-color: #ffc;
}






