/* 
Theme Name: Linde Pro Health
Author: ninjaMel Designs
Author Email: ninjameldesigns '@' gmail.com
*/



		/* Main Elements */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 12px; /* easy scaling */
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, sans-serif;
	background: #fff url(images/bg.jpg) fixed repeat-x;
}
#mainbody {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	padding: 0;
	color: #ec9797;
}
#header {
	margin: 0px auto;
	height: 250px;
	width: 800px;
	background: url('images/header.jpg') no-repeat;
}

p {
	font-family: Arial, sans-serif;
	padding: 0 5px; 0px 5px;
	font-size: 12px;
	color: #000;
}

h2 {
	padding: 0 0 5px 5px;
	color: #c6050a;
	text-align: center;
}
h3 {
	padding: 0 0 5px 5px;
	color: #000;
}

#menu {
	margin: 0px 0px 0px 0px;
	width: 800px;
	height: 30px;
	text-align: center;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 11pt;
	margin: 5px;
	padding: 0 6px 0 6px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #ec9797;
	text-decoration: none;
	text-align: center;
	padding: 3px 4px 4px 4px;
	border-top: #ec9797 2px solid;
	border-bottom: #ec9797 2px solid;
	border-left: #ec9797 2px solid;
	border-right: #ec9797 2px solid;
	font-weight: bold;
}


#main {
	margin: 0;
	width: 800px;
	color: #000;
	background: #ec9797;
}
#wrapper {
	background: #fff;
	border: #000 2px solid;
	font-size: 12px;
	float: right;
	width: 550px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #000;
}


#wrapper a {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
}
#wrapper a:hover {
	color: #ec9797;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}


#sidebar {
	margin: 10px 0 0 0;
	float: left;
	width: 230px;
	background: #fff;
	border: #000 2px solid;
	font-size: 12px;
}
#sidebar h2 {
	margin: 5px 0 5px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-align: center;
	background: #ec9797;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
#sidebar p {
	padding: 0 0 5px 5px;
	font-size: 9pt;
	color: #000;
}



#footer {
	width: 800px;
	height: 50px;
	clear: both;
	background: #000;
	margin: 0px;
	background: url('images/footer.jpg') no-repeat;
}


#footer p {
	text-align: center;
	font-size: 9pt;
	color: #ffffff;
	padding: 15px;
}
#footer a {
	color: #ec9797;
	text-decoration: underline;
	font-weight: bold;
	font-variant: small-caps;
}
#footer a:hover {
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}



img {
	border: 0;
	padding: 5px;
}



ul, ol {
	padding: 0 0 0 30px;
}
ul li, ol li {
	color: #000;
	padding-bottom: 5px;
}

table, td {
	color: #000;
}