* {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
img, a { border:none; }
body {
	margin: 0;
}
.wrapper {
	margin: auto;
	width:960px;
	position: relative;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearleft {
	clear: left;
}
span.small {
	font-size: 80%;
	text-shadow: none;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
}
h3 {
	color: #A50018;
	text-shadow: 0 1px white;
	font-size:16px;
}
h4 {
	color: #A50018;
	text-shadow: 0 1px white;
	margin: 5px 0;
	font-size:16px;
}
h5 {
	margin: 0;
}
h6 {

}

.three.columns {
	width: 25%;
}
.four.columns {
	width: 33%;
}
.six.columns {
	width: 50%;
}

.spaceabove {
	margin-top:10px;
}

.button,
.smallbutton, 
.button.blue,
#search_refine button,
.add_to_cart_button {
	color: #FFF;
	background: #0e2271;
	padding: 10px;
	box-shadow: 0 2px 2px 1px #8da9c4;
	display: block;
	border-radius: 5px;
	border-top: solid 1px #7c9ebf;
	border-right: solid 1px #113454;
	border-left: solid 1px #113454;
	border-bottom: solid 1px #113454;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-size:13px;
}
.button span.right_arrow {
	border-left: solid 5px #FFF;
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	border-right:none;
	height: 0;
	width:0;
	display: block;
	float: right;
	position: relative;
	top:3px;
}
.button.light {
	padding: 5px;
	font-weight: normal;
}
.smallbutton,
#search_refine button,
.button {
	padding:3px 7px;
	display:inline-block;
}
.add_to_cart_button {
	background: url('/images/add-to-cart.jpg') no-repeat center;
	margin:5px auto;
	display:block;
}



/* Menu ******************
*/
#menu-bar {
	position: relative;
	width:100%;
	height: 26px;
	background: #0e2271;
	padding-top: 4px;
	z-index: 30000;
	*border-bottom: solid 2px #c18c5b;
	*box-shadow: inset 0 0 4px 0 #c18c5b;
}
#menu-bar ul {
	padding-left:0;
}
#menu-bar li {
	list-style:none;
}
#menu-bar a {
	color: #FFF;
	font-size: 14px;
	margin: 3px 0px 6px 0;
	display: inline-block;
	vertical-align: middle;
	text-decoration:none;
}
#menu-bar a img {
	margin: 0 0 0 5px;
	border:none;
}
#menu-bar div#account {
	margin-right:40px;
	margin-left: 10px;
}
#menu-bar div#account a {
	padding: 0;
	margin: 0;
}
#menu-bar #account-arrow {
	border-top:solid 6px #FFF;
	border-right:solid 5px transparent;
	border-bottom:none;
	border-left:solid 5px transparent;
	height:0;
	width:0;
	float:right;
	position:absolute;
	top:10px;
	right:-15px;
}
#menu-bar #account-drop-down, #menu-bar #loggedin-drop-down {
	position:absolute;
	background:#FFF;
	border:solid 1px #666;
	display:none;
	top:25px;
	left:-10px;
	width:180px;
	z-index:20000;
}
#menu-bar #account-drop-down a, #menu-bar #loggedin-drop-down a {
	display:block;
	color:#000;
	padding:7px 10px;
	margin:0;
	font-size:80%;
}
#menu-bar #account-drop-down a:hover, #menu-bar #loggedin-drop-down a:hover {
	background:#C7DEF2;
}
#menu-bar a.big {
	font-size: 110%;
}
#site {
	margin-top: 0px;
}
#menu-bar a#login {
	font-size: 90%;
}
#social-block {
	float: right;
	width:125px;
	text-align: center;
}
#social-block p {
	font-size: 11px;
	margin: 0 5px 0 0;
	float: left;
	width: 160px;
	text-align: right;
}
#social-block img {
	max-height: 22px;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	margin-left: 3px;
}

#search {
	margin: 0 0 0 230px;
	border: solid 1px #CCC;
	border-radius: 8px;
	background: #F5F9FC;
	float: right;
	position: relative;
	top: -2px;
	box-shadow: 2px 2px 2px 1px #935833;
}
#search input[type=button], #search input[type=submit] {
	color: #333;
	background: none;
	border:none;
	margin:0;
	display: block;
	font-size: 80%;
	font-weight: normal;
	float:right;
	width:0;
	position:absolute;
}
#search label#button {
	color: #333;
	background: white;
background: -moz-linear-gradient(top, white 0%, #E0E0E0 50%, #DDD 50%, white 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(50%,#E0E0E0), color-stop(50%,#DDD), color-stop(100%,white));
background: -webkit-linear-gradient(top, white 0%,#E0E0E0 50%,#DDD 50%,white 100%);
background: -o-linear-gradient(top, white 0%,#E0E0E0 50%,#DDD 50%,white 100%);
background: -ms-linear-gradient(top, white 0%,#E0E0E0 50%,#DDD 50%,white 100%);
background: linear-gradient(to bottom, white 0%,#E0E0E0 50%,#DDD 50%,white 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border:none;
	margin:0;
	display: block;
	padding: 6px 20px 5px 20px;
	font-size: 80%;
	font-weight: normal;
	float:right;
	border-left:solid 1px #DDD;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}
#search input[type=text] {
	display: block;
	margin: 0 0px 0 0;
	padding: 5px 2px;
	border: none;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width:200px;
	background: #F5F9FC;
	text-indent: 5px;
	float:left;
}
#search input[type=text]:focus {
	outline-width: 0;
} 



/* Header ****************
*/
#header {
	height: 100px;
	padding: 0;
	z-index: 2000;
	width:100%;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(117,174,223,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(117,174,223,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(117,174,223,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(117,174,223,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(117,174,223,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(117,174,223,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#75aedf',GradientType=0 ); /* IE6-9 */





border-top: solid 1px #FFF;
	position: relative;
}
#logo {
	float: left;
	position: absolute;
	left: -30px;
	top:-7px;
	z-index: 10000;
	max-width: 240px;
	margin-top: 20px;
	border:none;
}
#header h1 {
	margin: 0 0 0 235px;
	position: relative;
	top: 30px;
	text-shadow: 0 1px #FFF;
}
#header #header-hr {
	border:none;


background: -moz-linear-gradient(top,  rgba(107,107,107,1) 0%, rgba(90,90,90,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,107,107,1)), color-stop(100%,rgba(90,90,90,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(90,90,90,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(90,90,90,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(90,90,90,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(107,107,107,1) 0%,rgba(90,90,90,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#005a5a5a',GradientType=0 ); /* IE6-9 */





	width:100%;
	position: absolute;
	bottom: -5px;
	height: 5px;
	margin: 0;
}

/* Navigation *****************
*/
#navigation {
	padding-top: 0px;
	clear: right;
	height: 41px;
	position: absolute;
	top:95px;
	margin-left: 230px;
	box-shadow: 0 0 2px 2px #999;
}
#navigation div#store_links ul li a {
	padding: 15px 25px 10px 24px;
	font-size: 13px;
	margin-right: 1px;
	border-bottom: none;
	background: #bd1106;
	
	float: left;
	color: #FFF;
	position: relative;
	z-index: 2000;
}
#navigation div#store_links ul li:last-child a {
	margin-right: 0;
}
#navigation div#store_links ul li a.active {
	padding-bottom: 15px;
	box-shadow: 0 2px 2px 0px #999;
}
#navigation div#store_links ul li a:hover {
	cursor: pointer;
	padding-bottom: 15px;
	box-shadow: 0 2px 2px 0px #999;
}


/* Left Bar *******************
*/
div.menu ul li a {
	color:#000;
	text-decoration:none;
}
div.menu ul li a:hover {
	text-decoration:underline;
}




/* Content ********************
*/
#content {
	min-height: 600px;
	clear: both;
	margin-top: 100px;
}
#content #sub-nav {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
}
#content #sub-nav a {
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	display: block;
}
#slideshow {
	min-height: 251px;
	margin-bottom: 20px;
}
#slideshow img {
	max-width: 539px;
	border: solid 1px #DBB17F;
	box-shadow: 0 0 2px 3px #F4ECDC;
}
#content #advertisement {
	border: solid 1px #DBB17F;
	margin: 0 0px 20px 0px;
	min-height: 290px;
	box-shadow: 0 0 2px 3px #F4ECDC;
	background: url(../images/snow.png) no-repeat 0 0;
	position: relative;
	padding: 10px;
}
#content #advertisement .text {
	float: left;
	color: #a50018;
	text-shadow: 0 1px #FFF;
}
	
div.top {
	
	background: #F5C82B;
	
	
	border-bottom: solid thin #DBB17F;
	height: 20px;
	position: absolute;
	top:-1px;
	width:100%;
	left: 0px;
}
#content #advertisement div.ad {
	float: left;
	text-align: center;
	margin: 0 5%;
	min-width: 100px;
	width:40%;
}
#content #advertisement > img {
	float: right;
	position: absolute;
	right:10px;
	top:70px;
}
#main {
	*margin: 15px 190px 0 230px;
	width:550px;
	float:left;
	clear:none;
}
#main .block {
	border: solid 1px #e2a368;
	margin: 0 0px 20px 0px;
	min-height: 290px;
	box-shadow: 0 0 2px 3px #F4ECDC;
	position: relative;
	padding: 10px;
}
#main .block a {
	float: left;
}
#main .block a img {
	width:100%;
	border: 0;
}
#featured {
	border: solid 1px #e2a368;
	margin: 0 0px 20px 0px;
	min-height: 290px;
	box-shadow: 0 0 2px 3px #F4ECDC;
	position: relative;
	padding: 10px;
	display: none;
}
#right-bar {
	float: right;
	margin: 0 0 0 10px;
	min-height: 400px;
}
#right-bar .right-bar-inner {
	border: solid 1px #DBB17F;
	box-shadow: 0 0 2px 3px #F4ECDC;
	margin-bottom:10px;
	padding: 10px;
	width: 160px;
	position:relative;
}
.right-bar-inner .item {
	margin: 40px 0;
	border-top:none;
	padding: 0;
	position: relative;
}
.right-bar-inner .item:last-child {
	margin-bottom: 20px;
}
.right-bar-inner .item p {
	text-align: center;
	margin: 2px 0;
	font-size: 90%;
}
.right-bar-inner .item img {
	max-width:100%;
	max-height: 200px;
	display: block;
	margin: auto;
	border:none;
}

/* Products ******************
*/

.cat_list_cssbox {
	width:auto;
	border:solid 1px #CCC;
	padding:10px;
}
.recent_product .thumbnail {
	height:90px;
	min-width:1px;
	display:inline-block;
}
.store_image_container {
	vertical-align:top;
	padding-top:10px;
}
.product-listing-table {
	border-collapse:collapse;
	width:100%;
}
.product-listing-table tr td {
	border-bottom:solid 1px #FFF;
}
.product-listing-table tr td:first-child {
	background:#EEE;
}
.product-listing-table tr td:last-child {
	width:125px;
	border:solid 1px #EEE;
}


/* Footer ********************
*/
#footer {
	clear: both;
	margin: 0 0 0px 0px;
	position: relative;
	top:20px;
}
#footer div.footer-dropshadow {
	height: 5px;
	width:100%;



background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(86,120,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(86,120,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(86,120,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(86,120,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(86,120,160,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(86,120,160,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5678a0',GradientType=0 ); /* IE6-9 */



}
div.footer-heading {
	background: #77AFDF;
	border-bottom: solid 1px #667ccc;
	border-top: solid 1px #D6E7F6;
	position: relative;
	height: 40px;
}
#footer img#ofl-small {
	position: absolute;
	top: -10px;
	left: 5px;
}
div.footer-heading p {
	margin: 0;
	padding: 10px 10px 7px 110px;
	text-shadow: 0 1px #ffe5ce;
	font-size:16px;
}
#footer div.footer-content {
	padding: 10px;
	background: #0e2271;
	padding-bottom: 20px;
	color: #FFF;

}
#footer div#store_links {
	width:500px;
	margin:15px auto;
	height:20px;
}
#footer div#store_links ul {
	float:none;
}
#footer div#store_links ul li {
	float: left;
	max-width: 200px;
	padding-left: 0;
	margin-left: 20px;
}
#footer div#store_links ul li {
	font-size: 12px;
	list-style: none;
}
#footer #copyright {
	clear: both;
	font-size: 11px;
}
#footer #copyright p {
	text-align: center;
}
#footer img.cc {
	margin: 3px;
	border: solid 1px #999;
}
#footer #partners {
	margin:auto;
	width: 440px;
}
#footer #partners a {
	display: block;
	float: left;
	margin: 10px;
	border: solid 1px #999;
}
#footer #partners h4 {
	color: #FFF;
	text-shadow: none;
}