/* CSS Document */

/************************************************************************

	Site:		MSM Guide.com

	Author:		eROI		[www.eroi.com]  

	Client:		Bergstrom Nutrition		[http://]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left side
	4 - Left Navigation
	

************************************************************************/
/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/
body {
	font-size:12px;
	font-family:Trebuchet, Trebuchet MS, Arial;
	color: #333;
	}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
	}

a { color: #8D2000; }
a:visited { color:#1B3387; }
#subNav, #nav {font-size: 11px;}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
div#container {
	width: 850px;
	margin-top:45px;
	margin-left: auto;
	margin-right:auto;
	}
	
div#logo {
	background:url(/_assets/images/logo_msm.gif) top left no-repeat;
	width:133px;
	height:19px;
	}
	
div#logo a {
	display:block;
	width:100%;
	height:19px;
	}
	
div#logo a h1 {
	display:none;
	}
	
div#breadCrumbs {
	padding: 35px 70px 0 50px;
	font-size:10px;
}
	
/***********************************************************************
	3 - LEFT SIDE
************************************************************************/
	
/*********** MORE INFORMATION STICKY NOTE **************/
div#moreInfo {
	background: #eee url(/_assets/images/bg_moreInfo.gif) 5px 15px no-repeat;
	border-bottom:1px solid #ddd;
	padding-bottom:60px;
	display:block;
	width:200px;
	}
	
div#moreInfo ul {
	color:#9d3b09;
	padding:55px 5px 0 10px;
	margin-left:35px;
	}
	
div#moreInfo a {
	color:#9d3b09;
	text-decoration:none;
}

div#moreInfo a:hover {
	text-decoration:underline;
}

/*** NEWSLETTER & SEARCH SECTION ***/
div#search {
	background-color:#eee;
	height:76px;
	margin-top:6px;
	border-top:1px solid #ddd;
	position:relative;
	padding-left: 10px;
	}
	
div.searchTitle {
	width:150px;
	text-transform:uppercase;
	padding:20px 0 1px 0;
	border-bottom:1px dotted #999;
	}
	
div#search input {
	margin-top:5px;
	}
	
div#search input.searchBtn {
	position:absolute;
	top:35px;
	right:10px;

	}
	
div#newsletter {
	background-color:#eee;
	height:76px;
	border-bottom:1px solid #ddd;
	position:relative;
	padding-left: 10px;
	}
	
div.newsletterTitle {
	width:150px;
	text-transform:uppercase;
	padding:10px 0 1px 0;
	border-bottom:1px dotted #999;
	}
	
div#newsletter input {
	margin-top:5px;
	}
	
div#newsletter input.newsletterBtn {
	position:absolute;
	top:25px;
	right:10px;
	
	}
/*********** FOOTER **************/
div#footer {
	clear:both;
	width:622px;
	height:112px;
	background:#fff url(/_assets/images/bg_footer.gif) top left no-repeat;
	position: relative;
	margin:0 0 0 207px;
	}
	
div#footer ul {
	list-style:none;
	font-size:9px;
	padding:85px 0 0 10px;
	}
	
div#footer ul li {
	background:url(/_assets/images/list_bottomBullet.gif) center left no-repeat;
	display:inline;
	padding-left:8px;
	}
	
div#footer ul li a {
	text-decoration:none;
	color:#000;
	}
	
div#footer ul li.listOff {
	background:none;
	}
	
div#footer p {
	color:#666;
	font-size:9px;
	padding-left:16px;
	}
	
div#footer div#fold {
	position:absolute;
	top:0;
	right:50px;
	width:70px;
	height:70px;
	}
	
div#footer div#fold a {
	display: block;
	width: 70px;
	height: 70px;
	background: url(/_assets/images/bg_transparent.gif);
	}
	
/***********************************************************************
	4 - LEFT NAVIGATION
************************************************************************/
div#leftColumn {
	float:left;
	width:200px;
	margin:8px 7px 0 0;
	}
	
div#navSec ul#nav {
	padding-left:8px;
	list-style: none;
	width: 187px; /* Width of Menu Items */
	color: #333;
	background-color:#eee;
	}
	
div#navSec ul#nav ul {
	padding-left:8px;
	list-style: none;
	width: 165px; /* Width of Menu Items */
	color: #333;
	background-color:#eee;
	border:1px solid #ddd;
	}

ul#nav li {
	position:relative;
	text-transform:uppercase;
	border-bottom:1px dotted #999;
	z-index:10;
	}
	
ul#nav li a {
	color:#444;
	background:url(/_assets/images/nav_arrow.gif) 7px 9px no-repeat;
	text-decoration:none;
	margin-top: 1px;
	padding:7px 0 7px 18px;
	display:block;
	}
	
ul#nav li ul li {
	border:none;
	}

/* Fix IE. Hide from IE Mac \*/
* html div ul#nav li { 
	float: left; 
	height: 1%;
	}
	
* html div ul#nav li a { 
	height: 1%;
	}
/* End */

	
div#navSec ul ul {
	position:absolute;
	display:none;
	left: 188px; /* Set 1px less than menu width */
	top: 0;
	}
	
div#navSec ul ul ul {
	position:absolute;
	display:none;
	left:164px;
	top:0;
}

/* SECOND AND THIRD TIER NAV */
ul#nav li ul li a { 
	padding: 2px 5px; 
	background:none; 
	} 
	
#nav li a:hover { 
	background:url(/_assets/images/nav_hover_noArrow.gif) top left no-repeat;
	}

ul#nav li:hover ul ul,
ul#nav li.over ul ul { 
	display:none;
	}

	

/* FIRST, SECOND, AND THIRD TIER NAVIGATION */
ul#nav li:hover ul, 
ul#nav li li:hover ul, 
ul#nav li.over ul, 
ul#nav li li.over ul { 
	display: block;
	} 
	
.home ul#nav li a.home,
.about-msm-guide ul#nav li a.about-msm-guide,
.facts ul#nav li a.facts,
.jointpain ul#nav li a.jointpain,
.msm-practitioner ul#nav li a.msm-practitioner { background: url(/_assets/images/nav_hover.gif) top left no-repeat; }


