@import url(reset.css);
@import url(type.css);

/* Clear-fix hack for clearing floated elements
http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


html, body {
	height: 100%;
}

body {
	background-color: #FFF;
text-align: center;
}

#container {
	width: 978px;
	margin: 20px auto;
text-align: left;
}

/*
 * =access-links
 */
#access-links li {
	float:left;
	text-indent:-9999px;
}

/*
 * =header
 */

#header {
	padding-top:20px;
}

#header h1, #header span {
	text-indent:-99999px;
}

#header span {
	display:block; /* Required for negative text-indent, doesn't work on inline elements */
	height:0px; /* Alternative to display:none */
}

#header h1 {
	background: transparent url(../images/header-bg.jpg) no-repeat;
	width:100%;
	height:198px;
	padding-bottom:5px
}

/*
 * =main-nav
 */
#header #main-nav {
	background:transparent url(../images/main-nav-bg.jpg) no-repeat;
	width:100%;
	height: 40px;
	line-height:40px;
}

#main-nav li {
	float:left;
}

#main-nav li a {
	display:block;
	padding-left:12px; /* 10px + width of BG image */
	padding-right:10px;	
}
/*
#main-nav li + li {
	background:transparent url(../images/main-nav-separator.png) no-repeat;
}*/

/*
 * =main
 */
#main {
	position:relative;
	width:960px;
}

#content {
	margin-top:20px;
}

/*
 * =section-nav
 */
#section-nav {
	float:left;
	background:transparent url(../images/section-nav-bg.png) repeat-y;
	width:220px;
	min-height:450px;
	margin: 8px 0 0 0;
font-size: 80%;
}

#section-nav h2 {
	text-indent:-9999px;
	width:220px;
	height:50px;
	background:transparent url(../images/section-nav-header.png) no-repeat;
}

#section-nav li {
	padding:5px 0px;
}

#section-nav li a {
	display:block;
	padding: 5px 0px 5px 30px;
	background: transparent url(../images/section-nav-bullet.png) no-repeat 10px;
}

/*
 * =breadcrumb
 */
#breadcrumb li {
	float:left;
	padding-right:5px;
}

/*
 * =content
 */
#content {
	float:right;
	width:720px;
	padding-left:20px;
}

#homepage #content {
	background:transparent url(../images/homepage-content-bg.jpg) no-repeat bottom right;
	width:500px;
	padding-right:220px;
	min-height:440px;
}

#content h1 {
	padding-bottom:20px;
}

#homepage #content h2 {
	text-indent:-9999px;
	width:500px;
	height:50px;
	background:transparent url(../images/homepage-content-header.png) no-repeat;
}

#content p {
	padding-bottom:20px;
}

/*
 * =footer
 */
#footer {
	margin:20px 0px;
}

#footer #secondary-nav li {
	float:left;
color: #0099CC;
/*padding-left: 22px;
	background:transparent url(../images/footer-separator.png) no-repeat 0px 50%;*/
}
/*
#footer #secondary-nav li:first-child {
	background: none;
}*/


#footer #secondary-nav li a {
	display:block;
}

/*
 * =table
 */
table {
	width:100%;
}

table th, table td {
	border:2px #fff solid;
}

table th {
	background-color:#0099CC;
}

table td {
	background-color:#eee;
}

/*
 * =section-list
 */
.section-list > li {
	padding:10px;
}

.section-list ol {
	padding-left:30px;
}

.priceLabel
{
display: none;
}

/*SITEMAP*/
#olSitemapColumn
{
	display: inline-block;
	width: 250px;
	list-style-type: none;
	vertical-align: top;
	margin: 10px 0 0 0;
}

#olSitemapColumn a:hover, #divSitemapProductColumn a:hover
{
	text-decoration: underline;
}

#olSitemapColumn > li
{
	margin: 10px 0 0 0;
}

#olSitemapColumn > li > a
{
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

#divSitemapProductColumn
{
	display: inline-block;
	width: 350px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}

#divSitemapProductColumn > a
{
	
	text-transform: uppercase;
}

#divSitemapProductColumn > ol, #divSitemapProductColumn > ol > li > ol, #divSitemapProductColumn > ol > li > ol > li > ol
{
	list-style-type: none;
	margin: 5px 0 0 15px;
}

#divSitemapProductColumn > ol > li, #divSitemapProductColumn > ol > li > ol > li
{
	margin: 10px 0 0 0;
}

#divSitemapProductColumn > ol > li > a
{
	font-weight: bold;
}

#divSitemapProductColumn > ol > li > ol > li > a
{
	font-style: italic;
}

#divSitemapProductColumn > ol > li > ol > li > ol > li > a
{
	color:#0099CC;
}

a.inlineLink
{
	color: #0099CC;
}

.hidden
{
	visibility: hidden;
}