html {
	background-color: #dadacc;
}
body {
	margin:0;
	padding:0;
	background:#dadacc url(../images/interface/bg_tile.jpg) repeat-x;
}

#container {
	width:800px;
	margin:0 auto;	
}

#header {
	height:200px;
	width:800px;
}

#top_nav {
	width:800px;
	z-index:2;
}

#nav_menu_container {
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	height:auto;
	width:800px;
	z-index:2;
}

#nav_menu {
	background:#00384e url(../images/interface/main_nav_bg_tile.jpg) repeat-x;
	display:block;
	list-style:none;
	height:30px;
	white-space:nowrap;
	padding:0;
	overflow:hidden;
	width:800px;
	margin: 0;
}

#nav_menu li {
	display:block;
	float:left;
	text-align:left;
}

#nav_menu img{
	display:block;
	float:left;
}

#nav_menu a {
	color:white;
	display:block;
	font:bold 11px arial; 
	line-height:30px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

#nav_menu a:hover{
	color:#a89939;
}

#top_banner{
	border-bottom:solid 1px white;
	height:66px;
	width:800px;
	z-index:0;
}

#banner_content{
	margin:auto;
	height:66px;
	width:800px;
	background: #a28800;
}

.banner_image {
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #FFFFFF;
}
	
#content_block {	
	width:800px;
	background:url(../images/interface/content_block_bg_tile.jpg);
}

#content_container {
	width:800px;
	background:url(../images/interface/top_shadow_bg.jpg) no-repeat;
}

#content_sidebar {
	width:227px;
	padding: 10px;
	margin: 0px 0px 0px 1px;
}

a.sidenav_item {
	font:bold 12px arial;
	color:#FFFFFF;
	padding:5px;
	background: url(../images/interface/sidenav_bg_tile.jpg) repeat-y;
	width:217px;
	display:block;
	text-align:right;
	margin:5px 0px 0px 0px;
	text-decoration:none;
}
 
a.sidenav_item:hover {
	color:#FFFFFF;
	background:url(../images/interface/sidenav_bg_tile_over.jpg) repeat-y;
}

#newsletter_box {
	width: 188px;
	padding: 10px;
	margin: 30px 0px 30px 10px;
	background: #000101 url(../images/interface/newsletter_box_bg.jpg) no-repeat;
}

.newsletter_field {
	width: 180px;
	font: 10px arial;
	color: #000000;
}

.newsletter_form {
	display: inline;
}

.newsletter_fieldname {
	margin: 5px 0px 5px 0px;
	font: 10px arial;
	color: #FFFFFF;
}

.newsletter_submit {
	background:#009FDE url(../images/interface/submit_button_bg.gif) bottom;
	border-top:solid 1px #E8EEF1;
	border-right:solid 1px #134459;
	border-bottom:solid 1px #134459;
	border-left:solid 1px #E8EEF1;
	color:#E9F1F4;
	margin:4px 0px 0px 0px;
	font:11px arial;
}

.newsletter_submit:hover {
	background-position:top;
	cursor:pointer;
}

.newsletter_submit:active {
	border-top:solid 1px #134459;
	border-right:solid 1px #E8EEF1;
	border-bottom:solid 1px #E8EEF1;
	border-left:solid 1px #134459;
}


#content_area {
	padding: 30px 11px 50px 11px;
	width: 527px;
	font:small Arial, Helvetica, sans-serif;
	color:#000000;
}

#content_area a { 
	color:#0070B3;
	font-weight:bold;
	text-decoration:none;
}

#content_area a:hover {
	color:#0083E3;
	text-decoration:underline;
}
#footer_area {
	width: 800px;
	background-image: url(../images/interface/footer_bg.jpg);
	height: 41px;
	padding:30px 0px 0px 0px;
}

#footer_body {
	font:bold 10px arial;
	text-align:center;
	width:400px;
	line-height:20px;
	margin:0px 0px 0px 390px;
}

#footer_body a {
	color:#a89939;
	text-decoration:none;
}

#footer_body img {
	position:relative;
	top:2px;
}

#footer_body a:hover {
	color:#005071;
}

#clear {
	clear:both;
}
.contact_details {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.content_img_box_left {
	padding: 5px;
	border:1px solid #dbdbdb;
	background:#F0F0F0;
	float:left;
	margin: 20px 20px 20px 0px;
}

.content_img_box_right {
	padding: 5px;
	border:1px solid #dbdbdb;
	background:#F0F0F0;
	float:right;
	margin: 0px 0px 20px 20px;
}

.content_image {
	border:1px solid #dbdbdb;
}
#logo {
	width: 250px;
}
#milchard_logo {
	padding: 0px 0px 10px 25px;
	width: 200px;
}
#copyright_info {
	text-align: center;
	font: 10px arial;
	width: 250px;
}
#sidebar_btm {
	position: relative;
	left: 0px;
	bottom: 100px;
	width: 235px;
	padding: 10px;
}
.dark_blue {
	color: #002d56;
	line-height: 30px;
	font: 19px arial;
}

.logo_box {
	padding: 4px;
}
.titled_box {
	background:#f0efef;
	border:1px solid #dadada;
	margin: 20px 0px 0px 0px;
}

.title_block {
	background:#e9e9e9;
	padding:10px;
	font:bold 14px arial;
	letter-spacing:2px;
	color:#7C7C7C;
}
.box_content {
	padding: 10px;
}
a.return_link_box{
	font:bold 12px arial;
	display:block;
	width:175px;
	margin:10px 20px 0px 10px;
	float:right;
	padding:5px;
	text-align:center;
	background: #f0efef;
	color: #FFFFFF;
	border: 1px solid #e5e4e4;
}
a.gallery_item {
	display:block;
	margin:10px 4px 0px 0px;
	text-decoration:none;
	height:152px;
	width:152px;
	padding:4px;
	letter-spacing:1px;
	float:left;
	text-align:center;
	border:1px solid #FFFFFF;
	font:bold 12px arial;	
}
a.gallery_item:hover {
	text-decoration:none;
	background:#efefef;
	border:1px solid #d5d5d5;
}
.gallery_item_text {
	text-align:center;
	margin:5px 0px 0px 0px;
	width:200px;
	height:17px;
	color:#666666;
}
.gallery_thumb {
	border:1px solid #e5e4e4;
}
.gallery_nav {
	width:150px;
	float:right;
	margin:0px 0px 0px 0px;
	background:#f0efef;
	padding:10px;
}
.return_link {
	width:400px;
	float:left;
	padding:10px;
	display:block;
	background:#f0efef;
}
.nav_buttons {
	background:#f0efef;
	padding:5px;
	display:block;
	border:1px solid #e5e4e4;
	margin:5px 0px 0px 10px;
	width:50px;
	text-align:center;
	float:left;
}
.prod_flag {
	width: 100px;
	padding:5px;
	border:1px solid #e5e4e4;
	background:#f0efef;
	margin:0px 0px 0px 20px;
	text-align:center;
	color:#009900;
	font:bold 14px arial;
}
a.add_cart_button {
	width: 70px;
	padding:5px;
	display:block;
	border:1px solid #e5e4e4;
	background:#f0efef;
	margin:0px 0px 0px 0px;
	text-align:center;
	color:#990000;
	float:left;
}
a.add_cart_button:hover {
	color:#FFFFFF;
	background:#666666;
}
.purchase_box {
	width: 200px;
	margin: 20px 0px 30px 50px;
	padding:10px;
}
.price_title {
	font: bold 14px arial;
	text-align: center;
	width: 100px;
}
.price {
	font: bold 18px arial;
	text-align: center;
	width: 80px;
	float:left;
}
.prod_details {
	padding: 20px 0px 0px 0px;
}
.prod_title {
	padding: 10px 0px 0px 0px;
}
.item_photo {
	border:1px solid #d5d5d5;
	margin:0px 0px 5px 0px;
}

a.sub_item_box {
	height:180px;
	margin:10px 5px 0px 0px;
}
.complete_purchase_box {
	width: 200px;
	margin: 20px 0px 30px 20px;
	padding:10px;
}
/* Addictions pages styles */
#content_block_addictions {
   width:800px;
   background-image: url(../images/interface/content_block_bg_tile_addictions.jpg);
}
#content_container_addictions {
	width:800px;
	background:url(../images/interface/top_shadow_bg_addictions.jpg) no-repeat;
}
#banner_content_addictions{
	margin:auto;
	height:66px;
	width:800px;
	background: #A20000;
}
#footer_area_addictions {
   width: 800px;
   background-image: url(../images/interface/footer_bg_addictions.jpg);
   height: 41px;
   padding:30px 0px 0px 0px;
}
a.sidenav_item_addictions {
	font:bold 12px arial;
	color:#FFFFFF;
	padding:5px;
	background: url(../images/interface/sidenav_bg_tile_addictions.jpg) repeat-y;
	width:217px;
	display:block;
	text-align:right;
	margin:5px 0px 0px 0px;
	text-decoration:none;
}
 
a.sidenav_item_addictions:hover {
	color:#FFFFFF;
	background:url(../images/interface/sidenav_bg_tile_over_addictions.jpg) repeat-y;
}
/* L.I.F.E pages styles */
#content_block_life {
   width:800px;
   background-image: url(../images/interface/content_block_bg_tile_life.jpg);
}
#content_container_life {
   width:800px;
   background:url(../images/interface/top_shadow_bg_life.jpg) no-repeat;
}
#banner_content_life{
   margin:auto;
   height:66px;
   width:800px;
   background: #A04F00;
}
#footer_area_life {
   width: 800px;
   background-image: url(../images/interface/footer_bg_life.jpg);
   height: 41px;
   padding:30px 0px 0px 0px;
}
a.sidenav_item_life {
   font:bold 12px arial;
   color:#FFFFFF;
   padding:5px;
   background: url(../images/interface/sidenav_bg_tile_life.jpg) repeat-y;
   width:217px;
   display:block;
   text-align:right;
   margin:5px 0px 0px 0px;
   text-decoration:none;
}
 
a.sidenav_item_life:hover {
   color:#FFFFFF;
   background:url(../images/interface/sidenav_bg_tile_over_life.jpg) repeat-y;
}
/* education pages styles */
#content_block_education {
   width:800px;
   background-image: url(../images/interface/content_block_bg_tile_education.jpg);
}
#content_container_education {
   width:800px;
   background:url(../images/interface/top_shadow_bg_education.jpg) no-repeat;
}
#banner_content_education{
   margin:auto;
   height:66px;
   width:800px;
   background-color: #00AAA9;
}
#footer_area_education {
   width: 800px;
   background-image: url(../images/interface/footer_bg_education.jpg);
   height: 41px;
   padding:30px 0px 0px 0px;
}
a.sidenav_item_education {
   font:bold 12px arial;
   color:#FFFFFF;
   padding:5px;
   background: url(../images/interface/sidenav_bg_tile_education.jpg) repeat-y;
   width:217px;
   display:block;
   text-align:right;
   margin:5px 0px 0px 0px;
   text-decoration:none;
}
 
a.sidenav_item_education:hover {
   color:#FFFFFF;
   background:url(../images/interface/sidenav_bg_tile_over_education.jpg) repeat-y;
}
/* living pages styles */
#content_block_living {
   width:800px;
   background-image: url(../images/interface/content_block_bg_tile_living.jpg);
}
#content_container_living {
   width:800px;
   background:url(../images/interface/top_shadow_bg_living.jpg) no-repeat;
}
#banner_content_living{
   margin:auto;
   height:66px;
   width:800px;
   background: #82A701;
}
#footer_area_living {
   width: 800px;
   background-image: url(../images/interface/footer_bg_living.jpg);
   height: 41px;
   padding:30px 0px 0px 0px;
}
a.sidenav_item_living {
   font:bold 12px arial;
   color:#FFFFFF;
   padding:5px;
   background: url(../images/interface/sidenav_bg_tile_living.jpg) repeat-y;
   width:217px;
   display:block;
   text-align:right;
   margin:5px 0px 0px 0px;
   text-decoration:none;
}
 
a.sidenav_item_living:hover {
   color:#FFFFFF;
   background:url(../images/interface/sidenav_bg_tile_over_living.jpg) repeat-y;
}
/* employment pages styles */
#content_block_employment {
   width:800px;
   background-image: url(../images/interface/content_block_bg_tile_employment.jpg);
}
#content_container_employment {
   width:800px;
   background:url(../images/interface/top_shadow_bg_employment.jpg) no-repeat;
}
#banner_content_employment{
   margin:auto;
   height:66px;
   width:800px;
   background-color: #9EA001;
}
#footer_area_employment {
   width: 800px;
   background-image: url(../images/interface/footer_bg_employment.jpg);
   height: 41px;
   padding:30px 0px 0px 0px;
}
a.sidenav_item_employment {
   font:bold 12px arial;
   color:#FFFFFF;
   padding:5px;
   background: url(../images/interface/sidenav_bg_tile_employment.jpg) repeat-y;
   width:217px;
   display:block;
   text-align:right;
   margin:5px 0px 0px 0px;
   text-decoration:none;
}
 
a.sidenav_item_employment:hover {
   color:#FFFFFF;
   background:url(../images/interface/sidenav_bg_tile_over_employment.jpg) repeat-y;
}
/* Wide Template styles */
#content_container_wide
{
  width:800px;
  background:url(../images/interface/top_shadow_bg_wide.jpg) no-repeat;
}
#footer_area_wide {
	width: 800px;
	background-image: url(../images/interface/footer_bg_wide.jpg);
	height: 41px;
	padding:30px 0px 0px 0px;
}
