@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: #d4d7db url(../image-files/oma_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
}
#container {
	background: #FFF url(../image-files/oma-conttnt.jpg);
	width: 1000px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 284px;
	width: 1000px;
}
#mainContent {
	width: 1000px;
	left: 45px;
	padding-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainNav {
	background: #FFF;
	width: 150px;
	float: left;
}
#content {
	padding: 10px 10px 10px 10;
	width: 620px;
	float: left;
	margin-bottom: 45px;
}
#products {
	padding: 10px 10px 10px 50px;
	width: 950px;
	float: left;
	margin-bottom: 45px;
	height: auto;
}
.productsheaders {
	margin-left: -150px;
}
#rightColumn {
	float: left;
	width: 135px;
	background: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar {
	clear: left;
	float: left;
	width: 150px;
	background: #0C6;
	height: 200px;
}
#footer {
	padding: 10px 0;
	background: #d4d7db;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	text-align: center;
}
#bottom {
	background: url(../image-files/oma_bot.jpg) no-repeat;
	width: 1000px;
	margin: 0px auto;
	clear: both;
	height: 30px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 0px;
	color: #666;
	font-size: 1.8em;
}
h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #42d2bd;
	font-size: 0.8em;
}
h3 {
	font-size: 1em;
	color: #09C;
}
h4 {
	font-size: 1em;
	color: #666;
}
p {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:hover img {
	opacity:0.75;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42D2BD;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	text-decoration: underline;
	color: #42D2BD;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #09C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	list-style: none;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 150px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #09C;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.maincontent {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 40px;
}
.medicaltopicstitle {
	color: #09C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: -5px;
	font-variant: small-caps;
	font-weight: bold;
}
.medicaltopics {
	font-size: 0.8em;
}
.search {
	text-align: left;
}
.small {
	font-size: 8px;
}
.rightmedads {
	font-size: 9px;
}
.addthis {
	font-size:smaller;
	margin-bottom: 15px;
	padding-left: 15px;
}
.addthis a {
	text-decoration:none;
	color: #666;
}	
/* holder */
#content .holder {
	height:1%;
	overflow:hidden;
	padding:0 0 30px 30px;
	text-align: center;
}
.holder-alt {
	height:1%;
	overflow:hidden;
	padding:6px 0 29px 22px;
}
#content .holder .image {
	float:left;
	padding:0 3px 0 0;
}
* html #content .holder .image {padding-right:0;}
.holder-alt img,
#content .holder .image img {float:left;}
#content .section {
	overflow:hidden;
	height:1%;
}
#content .section img {float:left;}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-left: 8px;
}
.fltrightcolumn {
	float: left;
	margin-left: 30px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}/* ~~ The footer styles ~~ */
.searchresults {
	text-align: center;
	margin-left: -50px;
}
.navbox {
	border: thin dotted #666;
}

