body {
	background: #899750 url(../img/background.png) repeat-x top;
}

#divSubHeader {
	height: 40px;
	background: #fcddec;
}

#divSubHeader h2 {
	line-height: 40px;
	font-size: 1.4em;
	padding: 0 0 0 20px;
	margin: 0;
	color: #7d152e;
}

/* Header Home
------------------------------------------------------------------------- */
#divHeader {
	height: 180px;
	background: url(../img/banner/medline-banner.jpg) no-repeat 14px 0;
	width: 960px;
}

#divHeader div {
	display: inline;
	float: left;
	width: 14px;
	height: 180px;
}

#divHeaderLeft {
	background: url(../img/banner/medline-banner-left-8.png) no-repeat;
}

#divHeaderRight {
	margin: 0 0 0 932px;
	background: url(../img/banner/medline-banner-right-8.png) no-repeat;
}


/* Main Menu
------------------------------------------------------------------------- */

#divMainMenu {
	border: solid #233300;
	border-width: 0 0 2px 0;
	height: 40px;
	background: #899750 url(../img/under-shadow.png) repeat-x top;
}

#divMainMenu ul {
	margin: 0 0 0 10px;
	border: solid #5f6937;
	height: 40px;
	border-width: 0 0 0 0px;
}

#divMainMenu ul li{
	display: inline;
	list-style: none;
}

#divMainMenu ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1.25em;
	text-decoration: none;
	color: #233300;
	border: solid #5f6937;
	border-width: 0 1px 0 0;
}

#divMainMenu ul li a:hover {
	background: url(../img/white-10.png);
}

/* Content
------------------------------------------------------------------------- */
#divContentWrapper {
	background: url(../img/white-gradient-80.png) repeat;
}

#divMainContent {	
	padding: 20px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
}


	#ulSubMenu {
		margin: -5px 0 0 0;
		height: 20px;
		border: solid #233300;
		border-width: 0 0 1px 0;
		font-size: 1.2em;
		line-height: 1.1em;
	}

	#ulSubMenu li{
		display: inline;
	}
	
	#ulSubMenu li a {
		float: left;
		text-decoration: none;
		margin: 0 20px 0 0;
		padding: 0 5px;
		color: #233300;
	}
	
	#ulSubMenu li ul {
		display: none;
		visibility: hidden;
	}
	
	#ulSubMenu li a.current{
		color: #7d152e;
		font-weight: bold;
		font-size: 1.2em;
		background: #a8b27d;
	}
	
	#ulSecondarySubMenu {
		display:block;
		margin: 0;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#ulSecondarySubMenu li{
		list-style: none;
		float: left;
		margin: 0;
	}
	
	#ulSecondarySubMenu li a{
		float: left;
		margin: 5px 20px 25px 0;
		padding: 2px 5px;
		text-decoration: none;
		color: #233300;
	}
	
	#ulSecondarySubMenu li a.current{
		color: #7d152e;
		font-size: 1.2em;
		background: #a8b27d;		
	}
	
	.topMargin {
		margin-top: 20px;
	}
	
/* Column
------------------------------------------------------------------------- */
#divSubColumnWrapper {
	margin: -200px 0 20px 0;
	padding: 160px 0 0 0;
	background: url(../img/right-bar-top-8.png) no-repeat top;
	position: relative;
	zoom: 1;
}

#divSubColumnContent {
	margin: 0;
	padding: 1px 10px 10px 10px;
	background: url(../img/right-bar-middle.gif) repeat-y;
	position: relative;
	zoom: 1;
}

	#divSubColumnContent h2{ 
		margin: 0 0 10px 0;
	}
	
	#divSubColumnContent ul{
		margin: 0 0 10px 0;
	}
	
	#divJoin { padding: 10px; }
	
	#divJoin h5{ margin-bottom: 0px; }
	#divJoin h5 a { text-decoration: underline; }
	
	#divJoin a { text-decoration: none; }
	
	
	#divPhotoContainer {
		padding: 0;
		background: url(../img/inner-bar.png) no-repeat top;
	}
	
	#divPhotoContainer h3{
	text-align: center;
	display: block;
	margin: 0 2px 10px 2px;
	padding: 5px 10px;
	font-size: 1.2em;
	border: solid #bd7f90;
	border-width: 0 0 2px 0;
	line-height: 1.5em;
	}
	
	#divPhotoContainerBottom {
		clear: both;
		height: 10px;
		background: url(../img/inner-bar.png) no-repeat bottom;
	}
	
	#divPhotoContainer ul{
		list-style: none;
			padding: 0 0 0 12px;
	}
	
	#divPhotoContainer ul li {
		float: left;
		margin: 0;
	}
	
	#divPhotoContainer ul li a {
		margin: 0 6px 6px 0;
		float: left;
		border: solid #bd7f90 2px;
		padding: 0;
		height: 54px;
	}
	
	#divPhotoContainer ul li a img {
		margin: 0;
		padding: 0;
	}
	

#divSubColumnContent img{
	margin: 18px 0 0 0;
}


#divSubColumnBottom {
	position: relative;
	height: 20px;
	background: url(../img/right-bar-bottom.png) no-repeat bottom;
	clear: both;
}

/* Product Page
------------------------------------------------------------------------- */
.product {
border: #7d152e solid 2px;
float: left;
padding: 4px;
margin: 20px 20px 0 0;
width: 170px;
text-align: center;

}

.itemNumber {
	color: #7d152e;
	font-size: .8em;
	font-weight: normal;
}

.product .imgBorder {
	border-width: 1px;
	padding: 0;
	margin: 0 auto;
}

.product h6 {
	font-size: 1em;
	margin: 0;
	line-height: 1.5em;
	height: 3.5em;
}

.product h6 a {
	text-decoration: none;
}

.product h6 strong {
	font-size: 1.3em;
	line-height: 1.3em;
}

/* Footer
------------------------------------------------------------------------- */
#divFooter {
	padding: 10px 0 10px 20px;
	background: #233300;
	color: #fff;
	clear: both;
	font-size: 1em;
}

#divFooter a{color: #FFF}
#divFooter a:hover{color: #FFF}

#divFooter .right {
	float: right;
	margin: 0 20px 0 0;
}

.clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{min-height: 0; height: 1%;}

.no-bullets {
	list-style: none;
}

.no-bullets li {
	margin-left: 0;
}

.head {
	font-weight: bold;
	display: block;
	margin: 1em 0 0 0;
}

.head a {
	text-decoration: none;
}

.note {
	margin: 20px 0 0 0;
	font-size: .9em;
}

.facts li {
	margin-top: 6px;
}

.floatRight { float: right; margin: 0 0 10px 10px; }


.hidden { display: none; }

/* slightly enhanced, universal clearfix hack */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#captchaError { background: #fee8f4; border: solid 1px #7D152E; padding: 10px 20px; margin-bottom: 20px; width: auto; }
#captchaError h2 { font-size: 1em; font-weight: normal; margin: 0; width: auto; }


