/* ******************************************************** */
/* ***** Stylesheet for DCSPMedical.com               ***** */
/* ******************************************************** */

body {
	margin: 0 auto; padding: 0;
	text-align: center;
	font-family: arial, helvetica sans-serif;
}
h1 {
	margin: 10px 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label {
	float: right;
	font-weight: bold;
	display: block;
}
.clear { clear: both; }

/* ******************************************************** */
/* ***** Header ******************************************* */
/* ******************************************************** */

#header {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
}
#meta-row {
	height: 20px; width: 100%;
	background-color: #d3d3d3;
}
#header-wrapper {
	width: 1000px; height: 147px;
	margin: 0 auto; padding: 10px 0;
}
#site-logo {
	width: 383px; height: 127px;
	float: left;
	margin: 10px 0;
}

#contact-numbers {
	margin-left: 400px;
}
#contact-numbers div {
	float: right;
	margin: 0 20px 0 0;
	padding-left: 37px;
	height: 32px;
}
#contact-numbers a:link, #contact-numbers a:visited {
	color: #008cd4;
	line-height: 32px;
}
.email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#tagline {
	color: #818181;
	font-size: 24px; line-height: 24px;
	text-align: center;
	font-style: italic;
	margin-top: 80px;
	margin-left: 600px;
}

#top-nav {
	height: 50px;
	background-color: #008cd4;
	border-bottom: solid 1px #FFFFFF;
	margin: 0; padding: 0px;
	line-height: 30px;
}
#top-nav ul {
	list-style-type: none;
	height: 50px;
	margin: 0 auto;
}
#top-nav li {
	float: left;
}
#top-nav li.selected {
	font-weight: bold;
	border: solid 1px #CFE1EB;
	background-color: #CFE1EB;
	margin-top: 2px;
	
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#top-nav li a:link, #top-nav li a:visited {
	display: block;
	padding: 10px 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav li.selected a:link, #top-nav li.selected a:visited {
	color: #008cd4;
	cursor: default;
}

/* ******************************************************** */
/* ***** Marquee Styles *********************************** */
/* ******************************************************** */

#marquee-banner {
	height: 20px;
	background-color: #CFE1EB;
	width: 100%;
}

#marquee-wrapper {
	width: 100%;
	background-color: #CFE1EB;
}
#home-marquee {
	padding: 10px; margin: 0 auto;
	max-width: 1333px;
}
#home-marquee li {
	width: 1300px;
	position: relative;
}
#home-marquee img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	position: relative;
}

/* Marquee banner text section */
.section-text {
	position: absolute;
	z-index: 1;
	padding: 25px;
	max-width: 400px;
	color: #008cd4;
}

/* Marquee Text Alignment */
.left { left: 180px; top: 20px; text-align: left; }
.right { right: 180px; top: 20px; text-align: right; }
.center {	text-align: center;	margin: 20px auto; }

.section-text h2 {
	margin: 0; padding: 0;
	font-size: 2em;
}
.section-text p {
	line-height: 24px;
}

/* Marquee banner link "button" */
.section-text span {
	display: inline-block;
	border: solid 1px #008cd4;
	background-color: #008cd4;
	border-radius: 10px;
	padding: 0;
	text-align: left;
}
.section-text span:hover {
	cursor: pointer;
}
.section-text a:link, .section-text a:visited {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

/* ******************************************************** */
/* ***** Body ********************************************* */
/* ******************************************************** */

#bodyContainer {
	background-color: #FFFFFF;
	margin: 0; padding: 0;
}

#content {
	width: 1000px;
	margin: 0 auto; padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
}
.content-left {
	margin-right: 320px;
	border-right: solid 1px #CACACA;
}

h2 {
	color: #008cd4;
	margin: 10px 0;
}

.product_thumb {
	width: 300px; height: 225px;
}
.product_desc {
	font-size: 12px;
}

#right-column {
	float: right;
	width: 300px;
	margin-left: 30px;
	padding: 10px;
}
#content ul {
	list-style-type: none;
	padding-left: 0;
}
#content li {
	margin: 10px 0;
}
#right-column-ad {
	margin: 10px 0;
}

/* ******************************************************** */
/* ***** Footer ******************************************* */
/* ******************************************************** */

#footer {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

#inventory-link {
	background-image: url(../images/bttn-bck.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 569px; height: 85px;
	margin: 0 auto 30px auto;
	cursor: pointer;
}
#inventory-link p {
	color: #FFFFFF; text-decoration: none;
	line-height: 75px;
	padding: 5px; margin: 0;
	font-weight: bold;
	font-size: 24px;
}

#promo-section {
	width: 1000px; height: 100px;
	padding: 0; margin: 20px auto;
}
#promo-section ul {
	list-style-type: none;
	height: 50px;
	padding: 0; margin: 0 auto;
}

#cert-links { float: left; width: 500px; height: 100px; }
#cert-links li {
	float: left; margin: 0 20px;
}
#social-links { float: right; width: 500px; height: 100px; }
#social-links li {
	float: right;
	margin: 0 10px;
}

#social-icons li a:link, #social-icons li a:visited {
	display: block;
}


#footer-wrapper {
	background-color: #d3d3d3;
	min-height: 300px;
	height: 52px;
	margin: 0; padding: 10px;
	line-height: 30px;
	color: #818181;
}
#footer-wrapper ul {
	list-style-type: none;
	width: 542px; height: 30px;
	margin: 0 auto; padding: 0;
}
#footer-wrapper li {
	float: left;
	border-left: solid 1px #818181;
}
#footer-wrapper li:first-child {
	border-left: none;
}
#footer-wrapper li a:link, #footer-wrapper li a:visited {
	display: block;
	padding: 0 10px;
	color: #818181;
	text-decoration: none;
}
#footer-wrapper li a:hover {
	text-decoration: underline;
}

#foot-logo { margin: 10px 0; }

#copywrite {
	font-size: .8em;
	font-style: italic;
}
#site-link {
	font-size: .7em;
	color: #818181;
}