/* CSS Document */

body {
	background-color: #1B201C;
	background-image: url(../images/Style_3/body_back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(../images/Style_3/container_back.png);
}
#Header {
	left:0px;
	top:0px;
	width:720px;
	height:130px;
	background-image: url(../images/Style_3/head_back.png);
	background-repeat: no-repeat;
	z-index: 1;
}
#c_logo {
	position: absolute;
	width: 192px;
	height: 87px;
	left: 10px;
	top: 10px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center center;
}
#c_name {
	left: 215px;
	top: 23px;
	font-size: 24px;
	font-weight:bold;
	position: absolute;
	width: 478px;
	text-align: center;
	color: white;
	font-style: italic;
	height: 76px;
}
#topMenu{
	position: absolute;
	width: 535px;
	left: 18px;
	text-align: left;
	top: 105px;
	vertical-align: middle;
	font-size: 14px;
	height: 25px;
	clear: both;
}
#topMenu ul {
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	width: 100px;
	margin-top: 10px;
}

#topMenu ul li {
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
}
#topMenu a {
	text-decoration: none;
	color: #cccccc;
}
#topMenu a:visited {
	color: #cccccc;
}
#topMenu a:hover {
	text-decoration: underline;
	color: orange;
}

#contents {
	width:700px;
	z-index:2;
	background-color: #C7CA93;
	border-left: solid white 10px;
	border-right: solid white 10px;
}
#footer {
	height:20px;
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-top: solid white 2px;
	border-bottom: solid white 2px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#body_text {
	padding: 10px 10px 10px 200px;
	margin:0px 0px 0px 0px;
}
#pageNav{
	float: left;
	width:180px;
	margin-left: 4px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #C4BFA2;
}
#pageNav ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pageNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}
#pageNav a {
	text-decoration: none;
	color: #ffffff;
}
#pageNav a:visited {
	color: #cccccc;
}
#pageNav a:hover {
	text-decoration: underline;
	color: #FB7701;
}
#Resources, #Nutrition, #Vitamins, #Women, #Chiropractic, #Conditions, #Office, #newClient, #techniques {
	display: none;
}
#sideMenu {
	border: solid white 3px;
	width:164px;
	margin-left: 5px;
	border-top: solid white 0px;
	background-color: #120AAF;
	padding: 5px 0px 10px 0px;
}
#Phone {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	width: 170px;
	margin-left: 5px;
	background-image: url(../images/Style_3/phone_back.png);
	color: #FF842C;
	height: 27px;
	background-repeat: no-repeat;
}
#advert {
	border: solid white 2px;
	width:155px;
	margin-top: 10px;
	padding: 5px;
	color: white;
	margin-bottom: 5px;
	background-color: #120AAF;
	margin-left: 5px;
}
#advert a {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: blue;
}
