/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/* Content ---------------------- */
body {
  background-image: url(../images/layout/background.gif);
	font-size:12px;
}

.content {
	padding-left:15px;
	padding-right:15px;
}

.container {
	width:700px;
	min-width:320px;
	background-color:#ffffff;
}

/* Headings ---------------------- */
h1 {
	font-size:28px;
	margin-top:25px;
	padding-bottom:8px;
}

h2 {
	font-size:23px;
	margin-top:20px;
}

h3 {
	font-size:20px;
}

/* Links ---------------------- */
a {
	color: #1155cc;
	text-decoration: none;
}

a:focus, a:active, a:hover {
	color: #3b59a4;
}

/* Header ---------------------- */
.header-image {
	margin-top:10px;
}

.nav-bar{	margin-top:10px; }
.nav-bar li { text-align:center; }

li.home { width:84px; }
li.about-us { width:105px; }
li.homeopathy { width:127px; }
li.diseases { width:106px; }
li.biobach { width:122px; }
li.testimonials { width:126px; }

@media only screen and (max-width: 767px){
	.nav-bar li {
		width: 100% !important;
		text-align:center;
	}
	
	.row {
		margin:0 auto;
	}
}

/* General ---------------------- */
.center {
	text-align:center;
}

.indented-list {
	margin-left:0px;
	padding-left:15px;
}

/* -----------------------------------------
   Diseases Page
----------------------------------------- */

.diseases-list {list-style-type: none;}
/* 
.diseases-list { float: left; width: 47%; list-style-type: none; margin-left:10px; margin-right:5px; }
.diseases-list2 li {float: left; width: 50%; list-style-type: none;}
*/
