
/* 
ADVP Boilerplate
Copyright 2012
www.advp.com
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}

audio:not([controls]) { display: none; }
[hidden] {
display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

/* #Font-Face */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


a { color: #00e; }

a:visited { color: #551a8b; }

a:hover { color: #06e; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q { quotes: none; }

q:before, q:after {
	content: "";
	content: none;
}

small { font-size: 85%; }

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 10px;
}

dd { margin: 0 0 0 40px; }

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label { cursor: pointer; }

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td { vertical-align: top; }

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.cb { clear: both; }

.cl { clear: left; }

.cr { clear: right; }

/* For Dropshadows and Border Radius to work in IE add
behavior: url(ie-css3.htc);
to your class

@font-face { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 5px;
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS___-webfont.woff') format('woff'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*
Website Name:
Author:
Copyright 2012
Adventure Web Productions
*/

/* START HERE */

.container {
	width: 960px;
	margin: 0 auto;
}

.top-bar {
	width: 100%;
	height: 30px;
	background: #333;
	border-bottom: 1px solid black;
}

.top-bar p {
	font-family: 'Cabin', sans-serif;
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.top-bar a:link, .top-bar a:visited {
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.top-contact {
	width: 400px;
	float: left;
	padding-top: 5px;
}

.phone-number { font-size: 14px; }

.top-nav {
	width: 400px;
	float: right;
	padding-top: 7px;
	text-transform: uppercase;
	text-align: right;
}

.header {
	width: 100%;
	height: 126px;
	background: url(../img/header-bg.png) repeat-x;
}

.logo {
	width: 160px;
	height: 80px;
	float: left;
}

.nav-container {
	width: 800px;
	float: left;
}

.search-container {
	width: 800px;
	height: 60px;
	float: right;
}

.navigation {
	float: left;
	height: 24px;
	margin-top: 36px;
	width: 830px;
}

.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	padding: 0;
	margin: 0;
	position:relative;
	top:-14px;
	font-weight:bold;
}

.nav a:link, .nav a:visited {
	color: #000;
	text-decoration: none;
	color:fff;
	text-shadow: -2px -2px 10px rgba(150, 150, 150, 1);
}

.nav a:hover, .nav a:visited:hover {
	color: #f16622;
	text-decoration: none;
}

.nav li {
	list-style-type: none;
	float: left;
	padding: 0 9px;
	border-left: 1px solid #000;
}

.nav li:first-child, .nav ul li { border:none; }

.slider-container {
	width: 960px;
	height: 430px;
	background: url(../img/slider-bg.png);
	margin: 0 auto;
}

.content-container {
	width: 960px;
	margin: 0 auto;
}

.interiorcontent {
	float:right;
	margin-top:25px;
	width:640px;
}

.interiorcontent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5px;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.content-container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5px;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.spotlight-container {
	width: 985px;
	height: 200px;
	margin: 20px auto 0;
}

.spotlight-container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5px;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.spotlight {
	width: 235px;
	height: 168px;
	float: left;
	margin-top: 5px;
	border:5px solid #fff;
}

.spotlight img { width:220px !important; }

.bestseller-container {
	width: 960px;
	height: 250px;
	margin: 0 auto;
}

.bestseller-container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5px;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.footer {
	width: 100%;
	padding: 20px 0;
	border-top: 2px solid #f26522;
	background: url(../img/footer-bg.png) repeat-x #000;
}

.footer h2 {
	color: #dce9fb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
5px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.footer p {
	font-family: 'Cabin', sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

.footer a:link, .footer a:visited {
	color: #f26522;
	text-decoration: none;
}

.footer a:hover, .footer a:visited:hover {
	color: #f26522;
	text-decoration: underline;
}

.footer-ci, .footer-cs {
	width: 190px;
	float: left;
}

.footer-bi {
	width: 150px;
	float: left;
}

.footer-ln {
	width: 400px;
	float: left;
	padding: 0 15px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height: 0;
}

.ir br { display: none; }

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after { clear: both; }

.clearfix { *zoom: 1;
}
 @media print {

* {
	background: transparent !important;
	color: black !important;
	box-shadow:none !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}

a, a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr, img { page-break-inside: avoid; }

img { max-width: 100% !important; }
 @page {
margin: 0.5cm;
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 { page-break-after: avoid; }
}

.drop {
	display: none;
	left: 0px;
	position: absolute;
	top: 20px;
	width: 150px;
	z-index: 999;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.03) 2%, rgba(127,127,127,1) 40%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0,0,0,0)), color-stop(2%, rgba(0,0,0,0.03)), color-stop(40%, rgba(127,127,127,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.03) 2%, rgba(127,127,127,1) 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.03) 2%, rgba(127,127,127,1) 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0.03) 2%, rgba(127,127,127,1) 40%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 1%, rgba(0,0,0,0.03) 2%, rgba(127,127,127,1) 40%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f7f7f', GradientType=0 ); /* IE6-9 */
 /
}

ul#nav li:hover .drop { display:block; }

.drop .t, .drop .b {
	width:100%;
	height:57px;
	overflow:hidden;
}

.drop .b { height:45px; }

.drop .c { }

.drop .inn {
	float:left;
	width:150px;
	position:relative;
	margin:-40px 0 -20px;
}

.drop .inn li { margin-top: 10px; }

.drop .inn li:first-child { margin-top: 0; }

.drop .c:after {
	display:block;
	clear:both;
	content:" ";
}

.nav li { /*border-right: 1px solid #fff;*/ }

.drop li { border-right: 0px solid #fff; }

/* Start From other store file style sheet */
.product-container {
	float: left;
	margin: 0 10px 25px 0;
	padding: 5px 5px 10px;
	text-align: center;
	width: 200px;
}

.product-spacer { border-left: solid 1px #cccccc; }

.product-image {
	height: 150px;
	overflow: hidden;
	width: 100%;
}

.product-name {
	font-size: 14px;
	padding: 5px 0px;
	text-align: left;
}

.product-brief {
	font-size: 12px;
	padding: 5px 0px;
	text-align: left;
	width: 200px;
	height: 35px;
}

.view-details-btn {
	background: none repeat scroll 0 0 #6588e4;
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	float: right;
	text-decoration: none;
}

.headline {
	font-weight: bold;
	font-size: 22px;
}

/* end From other store file style sheet */


.moreimages { margin-left:-50px; }

.moreimages li {
	list-style-type:none;
	float:left;
	margin-left:10px;
}

.crop {
	width:70px;
	height:70px;
	overflow:hidden;
}

.crop img { margin: 0 -18px -64px -50px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}

#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}

#cboxMiddleLeft, #cboxBottomLeft { clear:left; }

#cboxContent { position:relative; }

#cboxLoadedContent {
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle { margin:0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }

.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}

.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:url(images/overlay.png) repeat 0 0; }

#colorbox { outline:0; }

#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
	width:21px;
	background:url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
	width:21px;
	background:url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
	height:21px;
	background:url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
	height:21px;
	background:url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
	background:#fff;
	overflow:hidden;
}

.cboxIframe { background:#fff; }

#cboxError {
	padding:50px;
	border:1px solid #ccc;
}

#cboxLoadedContent { margin-bottom:28px; }

#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}

#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}

#cboxLoadingOverlay { background:url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic { background:url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline:0; }

#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}

#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background:url(images/controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxPrevious:hover { background-position:-75px -25px; }

#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(images/controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxNext:hover { background-position:-50px -25px; }

#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/controls.png) no-repeat -25px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxClose:hover { background-position:-25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
