/*-----------------------------------------------
United Medical Inc. Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  25 August 2006
----------------------------------------------- */

/* =General Styles
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: x-small/1.5em Verdana, sans-serif;
	color: #615f5f;
	border: 0;
}
a {
	color: #000;
}
a:hover {
	color: #900;
}
strong {
	text-transform: uppercase;
	margin-bottom: 2em;
}

/* =Main Container & Header
-------------------------------------------------*/
#mainContainer {
	width: 800px;
	margin: 0 auto;
}
#header img {
	margin: 2em 0 1.3em 0;
}
/* =Navigation
-------------------------------------------------*/
#mainNav {
	list-style: none;
	width: 100%;
	background: url(img/main-nav-bg.jpg) top left no-repeat;
	float: left;
}
#mainNav li {
	display: inline;
	float: left;
	/*text-align: center;*/
	white-space: nowrap;
}
#mainNav li#last {
}
#mainNav li a {
	color: #ae0202;
	display: block;
	line-height: 2.7em;
	text-decoration: none;
	font-size: 115%;
	padding: 0 19px;
}
#t-home #nav-home,
#t-products #nav-products,
#t-info #nav-info,
#t-resouces #nav-resources,
#t-services #nav-services,
#t-contact #nav-contact {
	/*background: #ae0202;
	color: #fff;*/
}
#mainNav li a:hover{
	color: #fff;
	background-color: #ae0202;
}
#mainNavShadow {
	height: 7px;
	background:url(img/main-nav-shadow.gif) top left no-repeat;
	width: 100%;
	float: left;
}
/* =Main Content
-------------------------------------------------*/	
#wrapper {
	float: left;
	width: 800px;
}
#mainContent {
	width: 430px;
	float: left;
	padding: 25px;
	border-right: 1px dashed #d4d4d4;
	padding-top: 10px;
}
#mainContent h1 {
	color: #3c6698;
	font-weight: normal;
	font-size: 155%;
	margin-bottom: 0.6em;
	background: #efefef;
	padding: 0.4em;
	border-bottom: 1px solid #3c6698;
	border-color: #ABC2DE;
}

#mainContent #welcomeText {
	font-size: 120%;
	font-weight: bold;
}
#mainContent #keyPhrase {
	font-weight: bold;
	color: #000;
}
#mainContent p {
	margin-bottom: 1.4em;
	line-height: 1.5em;
}
#mainContent p.treatment {
	padding: 1em;
	font-style: italic;
	font-weight: bold;
	background-color: #efefef;
	text-align: center;
	margin: 1em 0;
}
#products {
	width: 275px;
	float: right;
	padding: 15px;
}
/* =Homepage Classes
-------------------------------------------------*/
.featuredProducts {
	clear: both;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	float: right;
	width: 280px;
}
.featuredProducts h1 {
	color: #3c6698;
	font-weight: normal;
	font-size: 170%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.6em;
}
.featuredProducts h2 {
	font-weight: normal;
	font-size: 140%;
}
.featuredProducts img {
	margin-left: 15px;
}
/* =Footer
-------------------------------------------------*/
#footer {
	padding: 15px;
	font-size: 95%;
	border-top: 1px solid #ccc;
	margin: 20px 30px;
	float: left;
	width: 710px;
}
#footer ul {
	list-style: none;
	margin-bottom: 1.5em;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	list-style: none;
	color: #000;
	
}
#footer ul li a:hover {
	color: #900;
}
#footer ul li a:hover

#footer p {
	color: #999;
}
/* =Navigation Info page
-------------------------------------------------*/
#mainContent #infoNav {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#mainContent #infoNav li {
	display: inline;
	padding:0;
	text-align: center;
}
#mainContent #infoNav li a {
	text-decoration: underline;
}
#mainContent #infoNav li a:hover {
	color: #900;
	text-decoration: underline;
}
#mainContent #infoNav span {
	padding: 0 1em;
	color: #ccc;
}


/* =General Classes
-------------------------------------------------*/
.clear {
	clear: both;
}
