/* @override 
	http://Cadence/css/site.css
	http://cadence/css/site.css
*/

/* @group Generic Content Styles
-------------------------------------------------*/

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #b9b9ba url('/images/body-background.png') repeat-x scroll 0% 0%;
}

p,
td,
li,
input,
label,
textarea,
th,
dd,
dt{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5F6062;
}

li li,
dd li,
dt li,
dd p
{
	font-size: 1.0em;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	color: #E4801C;
	margin: 0 0 0.3em 0;
}

h2 {
	font-size: 2em;
	color: #5F6062;
	font-weight: normal;
	margin: 0.2em 0;
	line-height: 1.1em;
}

h2 span {
	position: absolute;
	left: -9999em;
}

h3 {
	font-size: 2.2em;
	font-weight: normal;
	color: #E4801C;
	/* padding-left: 10px; */
	margin-bottom: .2em;
	line-height: 1.3em;
	/* background: transparent url('/images/arrow-caret-orange-right.gif') no-repeat 0 8px; */
}

h4 {
	font-size: 1.5em;
	color: #E4801C;
	font-weight: normal;
}

h5 {
	font-size: 2.8em;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

p {
	margin-top: 0em;
	margin-bottom: 1.1em;
}

ul,
ol {
	margin: 0 0 1.3em 0;
	padding: 0;
}

li {
	margin-bottom: .5em;
}


/* @end */

/* @group Tables 
-------------------------------------------------*/

table {
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	border: 1px solid #DDDDDD;
	padding: 1px;
	width: 100%;
	font-size: 1em;
}

table th.category
{
	width: 20%;
}

table th.style
{
	width: 30%;
}

table th.description
{
	width: 25%;
}

table th.packaging
{
	width: 25%;
}

table td,
table th 
{
	padding: 2px 8px;
	text-align: left;
}

table th
{
	color: #E4801C;
}

/* TODO Implement jQuery version */
table tbody tr:nth-child(odd),
table tbody tr.odd
{
	background: #F3F3F3;
}

table.specialty tbody tr:nth-child(odd), table.specialty tbody tr.odd, 
table.no-stripe tbody tr:nth-child(odd) {
	background: none;
}

table.specialty {
	border:5px solid #D6D6D6;
}

table.specialty td{
	border-top:1px solid #D6D6D6;
	padding:2px 6px;
}

table.specialty th{
	background: #D6D6D6;
	color:#555555;
	text-align:center;
}

table.specialty th.shade, table.specialty td.shade{
	background: #F0F0F0;
}

table.specialty th:first-child, table.specialty td:first-child {
	padding-right:10px;
}

table table {
	margin: 0;
}

table table td,
table table th {
	padding: 0;
}

/* @end */

/* @group Links
-------------------------------------------------*/

a:link {
	color: #E4801C;
	text-decoration: none;
}

a:visited{ 
	color: #e4801c;
	text-decoration: none;
}

a:hover {
	color: #e4801c;
	text-decoration: underline;
}

/* @end */

/* @group Images
-------------------------------------------------*/

a img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 5px 15px;
}

/* @end */

/* @group Clear
-------------------------------------------------*/

.clear:after {
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

.clear span {
	position: absolute;
	left: -9999em;
}      

.group:after  {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;   
}


/* @end */

/* @group Outer Shell 
-------------------------------------------------*/

#page-area {
	margin: 0 auto;
	width: 1018px;
}

#wrapper {
	margin:0 auto;
}

#wrapper-inner {
	background: #ffffff url(/images/wrapper-inner-shadow.png) repeat-x 0 0;
	padding-top: 20px;
}

/* @group Header 
-------------------------------------------------*/

#header
{
	/* width: 978px; */
	width:1018px;
	height: 100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 6px;
	background-image: url(/images/header-background.gif);
	background-repeat: repeat-x;
	/*
	padding-right: 20px;
		padding-left: 20px;
	*/
}

#header:after
{
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;	
}

.gallery #header
{
	background: url('/images/gallery-detail-header.jpg') no-repeat scroll 50% 100%;
	padding-bottom: 252px;
}

.gallery p
{
	padding-right: 30px;
}

#header a#logo:link,
#header a#logo:visited
{
	margin: 0;
	float: left;
	display: block;
}

#header ul
{
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	width:540px;
}

#header ul li
{
	float: left;
	list-style: none;
	white-space: nowrap;
}

#header ul .last,
#header ul .search
{
	background: transparent none;
	padding-right: 0px;
}

#sub-nav li
{
	font-size: 1.0em;
	height: 21px;
	line-height: 21px;
	background: transparent url('/images/sub-nav-divider.gif') no-repeat 100% 50%;
	padding: 0 8px;
}

#sub-nav a:link
{
	color: #585857;
	text-decoration: none;
}

#sub-nav .search form
{
	width: 141px;
	margin: 0;
}

#sub-nav .search form p
{
	float: left;
	margin: 0;
}      

#sub-nav .search .input-text,
#sub-nav .search .input-submit
{
	border: 1px solid #E2E2E2;
	background: transparent none;
	font-size: 0.91em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #585857;
	margin: 0;
	height: 15px;
	padding: 2px 5px;
}

#sub-nav .search .input-text {
	width: 102px;
}

#sub-nav .search .input-submit {
	background: transparent url('/images/search-button.png') no-repeat 0 0;
	height: 21px;	
	width: 27px;
	position: relative;
	left: -1px
}

ul#main-nav {
	background: url(/images/main-nav-bg.png) repeat-x 0 0;
	margin: 0;
	width: 100%;
	
}

#main-nav li {
	font-size: 1.6em;
	height: 39px;
	display: inline;
	float: left;
	margin: 0 0 -2px 24px;
	position: relative;
}

#main-nav li.here {
	background: url(/images/main-nav-active.png) no-repeat 50% 100%;
}

#main-nav li a:link,
#main-nav li a:visited {
	float: left;
	color: #E4801C;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding-left: 12px;
	font-weight: bold;
	background: transparent url(/images/arrow-caret-orange-right.gif) no-repeat 0% 45%;
}

#main-nav li.here a:link,
#main-nav li.here a:visited {
	color: #8d8d8d;
	background: transparent url(/images/arrow-down-main-nav.png) no-repeat 0 45%;
}

/* @end */

/* @group Secondary Nav */

#nav_secondary {
	background: transparent url(/images/nav_secondary-bg.png) repeat-x 50% 0;
	min-height: 5px;
	height: auto !important;
  	height: 5px;
  	padding-left: 15px;
}

#nav_secondary a:link,
#nav_secondary a:visited {
	color: white;
	display: block;
	font-size: 12px;
	padding: 5px 4px 5px 12px;
	background: url(/images/arrow-sec-nav.png) no-repeat 3px 7px;
}

#nav_secondary li {
	float: left;
	display: inline;
	margin: 0 0 0 10px
}

#nav_secondary li.here a:link,
#nav_secondary li.here a:visited {
	background: url(/images/arrow-down-sec-nav.png) no-repeat 0 50%;
	font-weight: bold;
}

#nav_secondary ul {
	margin: 0;
}

/* @end */

#main-content
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: white;
}

#sub-content a.arrow{
	background: url("/images/arrow-orange-right.gif") no-repeat scroll 0 5px transparent;
	padding-left:8px;
}

#wrapper:after,
#main-content:after
{
	clear: both;
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
}

.detail #section-content
{
	width: 246px;
	float: left;
	margin-left: 1px;
	display: inline;
	
}

.detail #main-content
{
	width: 750px;
	float: right;
	padding: 0;
	margin-right: 1px;
	display: inline;
	min-height: 629px;
	height: auto !important;
	height: 629px;
}

.detail #content-inner
{
	width: 487px;
	float: left;
}

.detail #content-inner p
{
    font-size: 1.2em;
}

.detail #sub-content
{
	display: inline;
	width: 243px;
	float: right;
}

.detail #content-wide
{
	width: 730px;
	float: left;
}

.detail #content-wide img
{
	margin-right: -20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.detail #content-wide .brochure
{
	padding-bottom: 0px;
	padding-left: 0px;
}

.detail #content-wide .market-overview
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}

.detail #content-wide .market-overview img
{
	margin: 0px;
	padding-right: 15px;
	padding-left: 0px;
	float: left;
	display: inline;
}

.detail #content-wide .market-overview p
{
	padding-left: 146px;
}

.detail #content-wide p
{
    font-size: 1.2em;
}

.detail #list-wrapper
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDA;
	border-bottom-color: #DEDEDA;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail #content-wide ul
{
	margin-bottom: 0px;
}

.detail #content-wide ul ul
{
	border-top-width: none;
	border-bottom-width: none;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.detail #content-wide li
{
	font-size: 1.3em;
	font-weight: bold;
	list-style-image: url(/images/orange_bullet.gif);
	margin-left: 14px;
	line-height: 1.6em;
}

.detail #content-wide li li
{
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1em;

}

.detail #double-column-list
{
	float: right;
	margin-left: 15px;
	width: 360px;
}

.detail #content-wide table
{
	font-weight: normal;
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.detail #content-wide table h4 {
	margin:  0.75em 0;
}

.detail #content-inner ul
{
	margin-bottom: 0px;
}

.detail #content-inner ul ul
{
	border-top-width: none;
	border-bottom-width: none;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.detail #content-inner li
{
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(/images/orange_bullet.gif);
	margin-left: 14px;
	line-height: 1.6em;
}

.detail #content-inner li li
{
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1em;

}


/* @group Section Navigation */


/* @end */

/* @group Footer */

#footer {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
	background: #5f6062;
	width: 1018px;
}    

#footer p {
	color: white;
	font-weight: bold;
	font-size: 1.129em;
	position: relative;
	font-family: helvetica, arial;
} 

#footer span {
	color: #E4801C;
}

#footer #footer-nav {
	float: left;
	margin: 2px 0 0px 20px;
	width:75px;
}

#footer #footer-nav li {
	font-size: 1.129em;
	height: 1.129em;
	line-height: 1.129em;
	list-style: none;
}

#footer #footer-nav a:link,
#footer #footer-nav a:visited {
	color: white;
	font-weight: bold;
	font-family: helvetica, arial;
}

#footer #footer-nav a:hover {
	color:#E4801C;
}

#footer a.qmed {
	float: left;
	display: inline;
	text-indent: -9999px;
	height: 65px;
	width: 65px;
	background: url(/images/qmed.png) no-repeat 0 0;
	margin-left: 26px;
	margin-top: 23px;
}

#footer a.med-cert {
	float: left;
	display: inline;
	text-indent: -9999px;
	height: 65px;
	width: 65px;
	background: url(/images/med-cert.png) no-repeat 0 0;
	margin-left: 26px;
	margin-top: 23px;
}

#footer .contact {
	float: right;
	display: inline;
	text-align: right;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right:20px;
}

#footer .contact a:link,
#footer .contact a:visited {
	color: white;
}

#footer .contact a:hover,
#footer .contact a:active {
	color: #E4801C;
}

#footer .copyright {
	color: white;
	font-size: 0.666em;
	font-weight: normal;
}

#footer #social {
	width: 85px;
	float: right;
	display: inline;
	margin-right: 32px;
}

#footer #social p {
	font-size: 0.8em;
}

#footer #social ul li {
	float: left;
	display: inline;
	margin-right: 8px;
	margin-bottom: 8px;
}

#footer #social li a:link,
#footer #social li a:visited {
	width: 30px;
	height: 29px;
	display: block;
	text-indent: -9999px;
}

#footer #social li.facebook a {
	background: url(/images/icon-footer-facebook.png) no-repeat 0 0;
}

#footer #social li.twitter a {
	background: url(/images/icon-footer-twitter.png) no-repeat 0 0;
}

#footer #social li.linked-in a {
	background: url(/images/icon-footer-linkedin.png) no-repeat 0 0;
}

#footer #social li.youtube a {
	background: url(/images/icon-footer-youtube.png) no-repeat 0 0;
}

/*rebekah added this*/
hr {
	border: none;
	border-top: solid 1px #DEDEDA;

}
/* @end */

/* @end */  

/* @group Flowplayer */
.player {
	margin-bottom: 1.5em;
}

/* @end */


/* @group Request Mailing */

.request-mailing form td {
	line-height: 26px;
	height: 26px;
}

.request-mailing fieldset {
	border: 1px solid #ddd;
	background: #eee;
	margin-bottom: 12px;
}

.request-mailing textarea, input {
	font-size: 12px;
}

.request-mailing label {
	width: 100px;
	line-height: 26px;
	height: 26px;
	display: inline;
	float: left;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
}

/* @end */

