@import url("/stylesheets/_styles.css");

html {
background: white url('../../images/htmlbg.png') center top repeat-x;
}

html.contentpage {
background-image: url('../../images/contentbg.png');
}

body {
font-family: arial, sans-serif;
font-size: .8em;
line-height: 1.5em;
}

a {
color: #0a82b6;
text-decoration: none;
}

img {
vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="search"] {
border: 1px solid #d9d9d9;
display: block;
margin: 5px 0;
}

input[type="submit"] {
border: 1px solid #d9d9d9;
background: white url('../../images/arrow-grey.png') 100px center no-repeat;
padding-right: 35px;
display: block;
margin: 5px 0;
width: 120px;
}

#body_inner {
width: 920px;
margin: 0 auto;
position: relative;
}

#logo1 {

}

#logo2 {
position: absolute;
right: 0;
top: 50px;
}

nav#topnav {
height: 35px;
margin-bottom: 13px;
float: left;
}

nav#topnav form {
float: right;
}

nav#topnav form label span {
color: white;
line-height: 35px;
text-transform: uppercase;
font-size: .9em;
font-weight: bold;
}

nav#topnav form label input {
display: inline !important;
}

nav#topnav ul {
width: 700px;
float: left;
}

nav#topnav li {
float: left;
background: transparent url('../../images/grey-grad.png') left top no-repeat;
}

nav#topnav li:last-child {
background-image: url('../../images/grey-grad.png'), url('../../images/grey-grad.png');
background-position: left top, right top;
}

nav#topnav li a {
line-height: 35px;
color: white;
text-transform: uppercase;
padding: 0 15px;
font-weight: bold;
font-size: .9em;
}

nav#mainnav {
margin-top: 14px;
height: 35px;
margin-bottom: 6px;
}

*nav#mainnav {
margin-bottom: 5px;
}

nav#mainnav li {
float: left;
background: transparent url('../../images/red-grad.png') left 2px no-repeat;
position: relative;
}

nav#mainnav li:last-child {
background-image: url('../../images/red-grad.png'), url('../../images/red-grad.png');
background-position: left 2px, right 2px;
}

nav#mainnav li a {
line-height: 35px;
height: 35px;
display: block;
color: white;
text-transform: uppercase;
padding: 0 15px;
font-weight: bold;
font-size: .9em;
}

nav#mainnav li.current a,
nav#mainnav li:hover a {
background: url('../../images/navbg-hover.png') center top no-repeat;
}

nav#mainnav li:hover + li {
background-image: none;
}

nav#mainnav li:hover + li:last-child {
background: transparent url('../../images/red-grad.png') right 2px no-repeat;
}

nav#mainnav li ul {
display: none;
}

nav#mainnav li:hover ul {
display: block;
position: absolute;
width: 280px;
background-color: black;
z-index: 9999;
}

nav#mainnav li ul li,
nav#mainnav li ul li a {
background-image: none !important;
padding: 0;
width: 270px;
}

nav#mainnav li ul li a {
padding: 0 5px;
}

nav#mainnav li ul li a:hover {
background-color: #373737;
}

.inner.featured_products {
	position: relative;
	
	overflow: hidden;
	height: 150px;
}
#sidebar .inner.featured_products {
	height: 180px;
}

h1.homepage_link .title {
	font-weight: bold;
}

h1.homepage_link.featured_products .title {
	margin-right: 1em;
}

h1.homepage_link .controlDot {
	cursor: pointer;
	font-size: 120%;
	margin-left: 0.25em;
}
h1.homepage_link .controlDot.current {
	color: #ed1c2f;
}

.inner.featured_products h2 {
	margin-bottom: 5px;
}

.inner.featured_products .next,
.inner.featured_products .previous {
	position: absolute;
	bottom: 5px;
	width: 30%;
	
	cursor: pointer;
}

.inner.featured_products .next:hover,
.inner.featured_products .previous:hover {
	text-decoration: underline;
}

.inner.featured_products .previous {
	left: 5px;
}

.inner.featured_products .next {
	right: 5px;
	text-align: right;
}

.inner.featured_products .product {
	position: absolute;
	left: 0;
	top: 10px;
	height: 140px;
	width: 100%;
	
	display: none;
	overflow: auto;
}
#sidebar .inner.featured_products .product{
	height: 170px;
}

.inner.featured_products .product.first {
	display: block;
}

.contentpage .template h1 {
background: #bdbdbd url('../../images/arrow-red.png') 12px center no-repeat;
padding-left: 40px;
height: 30px;
color: white;
line-height: 30px;
font-size: 1.2em;
text-transform: uppercase;
}

.contentpage .template {
margin-right: 275px;
margin-top: 30px;
color: #6d6d6d;
}

.contentpage .template h2 {
font-weight: bold;
color: #ed1c2e;
}

.contentpage .template p,
.contentpage .template ul,
.contentpage .template ol,
.contentpage .template h2,
.contentpage .template h3 {
margin: 1em 12px;
}

.contentpage .template ul,
.contentpage .template ol {
padding-left: 2em;
}

.contentpage .template img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


.template .sectionrow {
clear: left
}

.template section {
width: 283px;
float: left;
margin-right: 35px;
color: #858585;
}

aside section {
	clear: left;
	color: #858585;
}

.template section.last {
margin-right: 0;
}

.template section .inner,
aside section .inner {
padding: 10px;
font-size: .9em;
line-height: 1.3em;
}

.template section .inner img,
aside section .inner img {
float: left;
margin: 0 5px 5px 0;
}

.template section h1,
aside section h1 {
background: #bdbdbd url('../../images/arrow-red.png') 12px center no-repeat;
padding-left: 40px;
height: 30px;
color: white;
line-height: 30px;
font-size: 1.1em;
text-transform: uppercase;
font-weight: bold;
}

aside section h1 a {
color: white;
}

.template section h2,
aside section h2,
aside section h2 a {
color: #a40000;
}

.template section a.more,
aside section a.more {
text-align: right;
display: block;
padding-right: 20px;
}

.template section a.block,
aside section a.block {
display: block;
color: #666;
border-bottom: 1px solid #c8c8c8;
background: transparent url('../../images/arrow-grey.png') right center no-repeat;
}

footer {
clear: both;
display: block;
background-color: #bdbdbd;
color: #6f6f71;
margin-top: 20px;
border-bottom: 15px solid #bdbdbd;
}

footer .inner {
width: 920px;
margin: 0 auto;
padding-bottom: 15px;
}

footer section {
width: 283px;
float: left;
margin-right: 35px;
background-color: #bdbdbd;
}

footer section.last {
margin-right: 0;
}

footer h1 {
height: 50px;
color: white;
line-height: 50px;
font-size: 1.2em;
text-transform: uppercase;
}

footer ul { list-style-type: none }

footer a {
color: #6f6f71;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}

footer .bottom {
color: white;
background-color: black;
text-align: center;
line-height: 3em;
clear: both;
}

aside#sidebar {
width: 245px;
float: right;
margin-top: 24px;
}

/* ============================================================
	Clearfix
============================================================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
