/*  - - - - - - - - - - - - - Page Structure - - - - - - - - - - - - - */


* { 
	margin: 0;
	padding: 0;
}

html { 
	margin: 0; 
	padding: 0; 
}


body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Lucida;
	background: #e2e2e2;
	}

#container {
	background: transparent;
	width: 760px;
	height: relative;
	margin: 15px auto 10px auto;
}

#container_inner {
	margin: auto;
	width: 746px;
	height: relative;
	background: #5b5b5b;
	padding: 0 0 20px 0;
	border-left: 2px solid #bdb6a5;
	border-right: 2px solid #bdb6a5;
	border-bottom: 2px solid #bdb6a5;
	/* border-top: 2px solid #bdb6a5; */
}

#header {
	width: 750px;
	height: 256px;
	margin: auto;
	background: url(images/header_new.jpg);
}


/*  - - - - - - - - - - - - - Heading Styles - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6 {
		margin: .3em 0; 
		padding: 0;
		font-family: Georgia, Times, serif; 
		font-weight: normal;
		background: transparent;
	}

h1, h2, h3 { 
		color: #10153f;
		font-size: 2.4em;
		text-align: right;
		padding-right: 30px;
		text-decoration: none;
	}

h4, h5 { 
		font-size: 1.2em;
		color: #bdb6a5;
	}

h4 a{ 
		font-size: 1.2em;
		color: #10153f;
		text-decoration: none;
		margin: 0 0 0 -10px;
	}

h4 a:hover{ 
		font-size: 1.2em;
		color: #7f7f7f;
		border: 0;
		text-decoration: none;
	}

h6 {
	padding-left: 10px;
	font-size: 1em;
	color: #10153f;
}

p {
	font-family: Georgia, Times, serif; 
	line-height:1em;
	font-weight: normal;
	background: transparent;
	color: #bdb6a5;
	font-size: .9em;
	padding-left: 35px;
}

.titlestyle {
	width: 40%;
	float:right;
}

.titlestyle_small {
	margin-left: 25px;
	width: 400px;
	text-align:left;
	color: #bdb6a5;
}

.titlestyle_small_health {
	margin-left: 25px;
	width: 500px;
	text-align:left;
	color: #bdb6a5;
}

.titlestyle_small a {
	text-decoration: none;
	color:#10153f;
}

.titlestyle_small a:hover{
	text-decoration: none;
	border: 0;
	color: #7f7f7f;
}

.titlestyle_small2 {
	text-decoration: underline;
	margin: auto;
	text-align:left;
	color: #10153f;
}

.titlestyle_small_center {
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	margin: auto;
	text-align:center;
	color: #10153f;
}

.chart {
	text-align: center;
	font-weight:bold;
	color:#bdb6a5;
	line-height: 2em;
}

.title_indent {
	font-family: Georgia, Times, serif; 
	font-weight: normal;
	background: transparent;
	color: #bdb6a5;
	font-weight: bold;
	font-size: .9em;
	padding-left: 20px;
}

.emphasis {
	padding-bottom: 10px;
	font-style: oblique;
	text-align: center;
	color: #bdb6a5;
}
.emphasis2 {
	font-style: oblique;
	color: #bdb6a5;
}


/*  - - - - - - - - - - - - - Link Styles - - - - - - - - - - - - - */

a { 
		color: #bdb6a5;
		text-decoration: none;
		outline: none; /* Fixes firefox bug that appears due to text-indent usage */ 
		padding: 10px 10px 7px 10px;
	}

a:hover { 
		text-decoration: none;
		background: transparent;
		color: #bdb6a5;
		border-bottom: 1px solid #bdb6a5;
		border-top: 1px solid #bdb6a5;
	}


/*  - - - - - - - - - - - - - Internal Content - - - - - - - - - - - - - */



#left_inner {
	background: url(images/philosophy.jpg);
	width: 340px;
	height: 215px;
	float: left;
}

#left_contact {
	background: url(images/contact.jpg);
	width: 380px;
	height: 475px;
	float: left;
}

#right_contact{
	width: 340px;
	height: relative;
	float: right;
}


#left_health {
	text-align:center;
	width: 184px;
	height: 175px;
	float: left;
}

#health_center {
	text-align:center;
	float: left;
	width: 184px;
	height: 175px;
}

#health_center2 {
	text-align:center;
	float: right;
	width: 184px;
	height: 175px;
}

#right_health {
	text-align:center;
	width: 184px;
	height: 175px;
	float: right;
}

#location {
	margin: auto;
	background: url(images/location.jpg);
	width: 746px;
	height: 248px;
}

#left_products {
	background: url(images/products.jpg);
	width: 315px;
	height: 215px;
	float: left;
}

#right_products {
	width: 425px;
	height: relative;
	float: right;
	border-left:1px dashed #bdb6a5;
}

#products {
	margin-left: 15px;
	line-height: 1.2em;
	width: 275px;
	float: left;
	font-weight: bold;
	text-align: left;
	color: #10153f;
}

#prices {
	margin-right: 15px;
	float:right;
	text-align: right;
	color: #10153f;
	font-weight: bold;
}

#right_inner {
	width: 390px;
	height: relative;
	float: right;
	padding-right: 10px;
}

.copyright {
	width: 360px;
	color: #7f7f7f;
	text-align: left;
	font-size: .8em;
	float: left;
	padding-top: 3px;
	margin: 0 0 0 5px;
}

.jj a{
	width: 360px;
	color: #7f7f7f;
	text-align: right;
	font-size: .8em;
	float: right;
	padding-top: 3px;
	margin: 0 -5px 0 0;
	text-decoration: none;
	}

.jj a:hover {
	text-decoration: none;
	border: 0;
}


/*  - - - - - - - - - - - - - Navigation - - - - - - - - - - - - - */


#navigation {
	width: 746px;
	font-weight:bold;
	font-size: 1.2em;
	text-align: center;
	color: #bdb6a5;
	background: #10153f;
	padding-top: 10px;
	padding-bottom: 7px;
}
