/*
Charlotte Watts - styles.css
14th July 2007
*/

body {
 font: 12px/1.6666 Arial,Helvetica,Verdana,sans-serif;
 margin: 0 auto;
 background-color:#f2f2f2;
 color: #0d546b;
}
body * {
 font-size: 1em;
}
* html body {
 font-size: 76%;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

/* links -------------------------------------- */
a {
	text-decoration: none;
	color:#009fd1;
}
a:hover{
	color:#009fd1;
	text-decoration:underline;
	}

/* headings */
h3 {
 line-height: 1;
 font-size: 1.6em;
 padding-top: 0.3333em;
 padding-bottom: 0.3333em;
 font-weight:bold;
 color:#ee3b24;
}

h4 {
 font-size: 1em;
 padding-top: 0.7778em;
 padding-bottom: 0.4444em;
 font-weight:bold;
}
	 a h4{
		color: #0d546b;
	}
	a:hover h4{
		text-decoration:underline;
	}

a.announcement h4{
	display:inline-block;
}

/* header ------------------------------------------- */
#header_container {
	height: 156px;
	width: 908px;
	margin:16px auto;
	border:1px solid #c0cace;
	}
#header {
	background: #858b97 url(../images/header-bg.gif) repeat-y ;
	height: 150px;
	position: relative;
	color: #fff;
	width: 902px;
	margin:2px;
	border:1px solid #d9e5e9;
	}
	#header h1 {
		background:transparent url(../images/title.gif) no-repeat scroll left top;
		display:block;
		height:102px;
		left:30px;
		position:absolute;
		text-indent:-999em;
		top:30px;
		width:490px;
	}
	#header h2 {
		position: absolute;
		text-indent: -999em;
	}
	#header #newsletters{
		color:#0d546b;
		font-weight:bold;
		position:absolute;
		bottom:10px;
		right:10px;	
	}


#content {
	background: #ebecee;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #C0CACE;
	border-bottom: 1px solid #C0CACE;
	min-height:150px;
	margin:20px 0;
}
#btn_container {
	width:926px;
	margin:0 auto;
}

#col1{
	float:left;
	width:184px;
	}
#col2{
	float:left;
	width:555px;
}
#col3{
	float:left;
	width:184px;
}	

	#content .btn{
		width:157px;
		height:150px;
		border: 4px double #C9D4D9;
		background:#fff;
		margin:10px;
		float:left;		
	}
	#content .btnRight{
		float:right;
	}
		#content .btn a{
			display:block;
			margin:10px;
			width:137px;
			height:130px;
			text-indent:-9999px;	
		}
			#content .btn a:hover{
				background-position:0 -130px;
			}
		#content .btn .btn_yoga{
			background: url(../images/btn_yoga.gif);	
		}
		#content .btn .btn_nut{
			background: url(../images/btn_nut.gif);	
		}
		#content .btn .btn_book{
			background: url(../images/btn_book.gif);	
		}
		#content .btn .btn_freak{
			background: url(../images/btn_freak.gif);	
		}
		#content .btn .btn_tv_videos{
			background: url(../images/btn_tv_videos.gif);	
		}		
		#content .btn .btn_slim{
			background: url(../images/btn_slim.gif);	
		}	
		#content .btn .btn_psNewsletter{
			background: url(../images/btn_psNewsletter.gif);	
		}	
		#content .btn .btn_vidaud_products{
			background: url(../images/btn_vidaud_products.gif);	
		}		
		#content .btn .btn_nat_well{
			background: url(../images/btn_nat_well.gif);	
		}	

#announcements {
	background: #f2f2f2;
	overflow: hidden;
	text-align: left;
	border: 1px solid #C9D4D9;
	margin:10px;
	float:left;
	padding:16px 30px;
	width:473px;
	min-height:123px;
}

#footer_container {
	height: 122px;
	width: 908px;
	margin:16px auto;
	border:1px solid #c0cace;
	}
#footer{
	background: #b6bcc9;
	height: 116px;
	position: relative;
	color: #0d546b;
	width: 842px;
	margin:2px;
	border:1px solid #d9e5e9;
	padding:0 30px;
}
#footer a{
	color: #0d546b;
	text-decoration:underline;
}
#footer a:hover{
	color: #fff;
}
#footer p {
	padding: 1em 0pt 0.5em;
}

.right{
	float:right;
	}
	
	img.right{
		margin-left:5px;
	}