/* GLOBAL ELEMENTS */

body{
	margin-top:0px;
	background-color:#176E9B;
	background-image:url(img/gradient_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
	
a:link, a:hover, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
	
ul{
	list-style-image:url(img/bullet.jpg);
	}
	
li{
	padding-bottom:3px;
	}
	
p{
	padding:3px;
	padding-right:8px;
	margin-left:10px;
	text-align:justify;
	}
	
/*Not used on the rest of the site, just the confirm subscription page for the mailing list*/
h1{
	color:#5E7C9C;
	font-size:18px;
	margin-left:10px;
	margin-bottom:2px;
	margin-top:3px;
	line-height:16px;
	}
	
	
h2{
	color:#395A7D;
	font-size:20px;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:3px;
	line-height:20px;
	}
	
	
h3{
	color:#395A7D;
	font-size:24px;
	margin-left:10px;
	margin-bottom:3px;
	}
	
h4{
	color:#5E7C9C;
	font-size:18px;
	margin-left:10px;
	margin-bottom:2px;
	margin-top:3px;
	line-height:16px;
	}
	

/* LAYOUT IDs */

#container{
	width:795px;
	margin-left:auto;
	margin-right:auto;
	}

#main{
	width:795px;
	border:1px solid #000000;
	border-top:0px;
	background-color:#ffffff;
	}
	
#csp_logo{
	background-color:#ffffff;
	text-align:center;
	border:0px;
	}
	
#csp_logo a:link{
	background-color:#ffffff;
	border:0px;
	text-align:center;
	}
	

#navigation{
	width:180px;
	background-image:url(img/top_nav_color.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	color:#000000;
	padding-top:25px;
	vertical-align:top;
	}
	
#menu a:link, #menu a:visited{
	background-color:#D0D9D8;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	display: block;
	margin: 0px;
	padding: 3px 3px;
	line-height: 22px;
	color: #115273;
	border-bottom:1px solid #000000;
	}
	
#menu a:hover{
	background-color:#A1BBE4;
	border-bottom:1px solid #000000;
	line-height: 22px;
	}
	
	
#content{
	width:615px;
	padding-top:110px;
	background-color:#ffffff;
	color:#000000;
	background-image:url(img/blurbcol_bg.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	}
	
#content a:link, a:hover, a:visited, a:active{
	color:#395A7D;
	text-decoration:none;
	font-weight:bold;
	}
	
/* CLASSES */

	
.emphasis{
	color:#C10435;
	}


.mentalvit{
	background-color:#D0D9D8;
	border:3px groove #3A5B7E;
	font-weight:bold;
	width:300px;
	height:50px;
	padding:10px;
	text-align:right;
	}
	
.product{
	width:90%;
	margin-left:10px;
	}
	
.product_image{
	width:130px;
	padding-right:3px;
	vertical-align:top;
	}
	
.product_desc{
	font-size:10px;
	vertical-align:top;
	text-align:left;
	}
	
.product_list{
	list-style-type:disc;
	list-style-image:none;
	}

.product_list li{
	padding-bottom:1px;
	}
		
.buy{
	text-align:right;
	font-size:10px;
	}
	
/* For the Mailing list... */

.required {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:#C10435;
	text-decoration: none;
	margin-left:10px;
	}
	