/* --- MAIN --- */
/* Background and site font */
body {
	background:#201d1d url(bg2.jpg) top center no-repeat;
}

/* Content background */
#container {
	background:#;
}

h1{	font:22px Verdana,Arial, Helvetica, sans-serif;
	color:#b12227;
        line-height:1.4em;
font-weight:bold;
}

h2{	font:22px Verdana,Arial, Helvetica, sans-serif;
	color:#b12227;
        line-height:1.4em;
font-weight:bold;
}

h3{	font:15px Verdana,Arial, Helvetica, sans-serif;
	color:#b12227;
        line-height:1.4em;
font-weight:bold;
}

h4{	font:13px Verdana,Arial, Helvetica, sans-serif;
	color:#b12227;
        line-height:1.4em;
font-weight:bold;
}

#chalk{
background:url(chalk.png) top center no-repeat;}

#chalk1{
padding:25px;
padding-top:70px;
	font:11px Verdana,Arial, Helvetica, sans-serif;
        color: #fff;
        line-height:1.6em;
height:320px;
width:280px;}

/* Main copy font */
.contentCopy {
	font:12px Verdana,Arial, Helvetica, sans-serif;
        color: #fff;
        line-height:1.4em;
}

/* Copy links */
.contentCopy a {
	color:#1b67e4;
	text-decoration:underline;
}

/* Copy links hover state */
.contentCopy a:hover {
	color:#7cadff;
	text-decoration:none;
}




/* --- ABSOLUTE DIVS --- */
/* Use for overlaying graphics, etc */
#absoDiv1 {
	width:0;
	height:0;
	background:url();
}

#absoDiv2 {
	width:0;
	height:0;
	background:url();
}

#absoDiv3 {
	width:0;
	height:0;
	background:url();
}




/* --- MENU --- */
/* Top Menu font styling */
#topMenu, #topMenu * {
	font:12px century gothic, Arial, Helvetica, sans-serif;
}

/* Top Menu height */
#topMenu {
	/* Deduct any top padding from the required menu height */
	height:37px;
	padding-top:2px;
}

/* Top Menu with Submenu height */
.topMenuSub {
	/* Deduct any #topMenu top padding from the required menu height */
	height:49px !important;
}

/* Set the spacing of the menu items */
#topMenu * {
	padding:0 15px;
	margin:0 0px;
}

/* Menu item font color */
#topMenu a {
	color:#3a3a3a;
	text-decoration:none;
}

/* Hovered menu item font and background color */
#topMenu a:hover, #viewCartBtn:hover {
	color:#3a3a3a;
	background:url(menu2.png) bottom center no-repeat;
}

/* Current menu item font and background color */
#topMenu .current, #topMenu .current a {
	color:#3a3a3a;
	background:url(menu1.png) bottom center no-repeat;
}

/* Change _cartView.gif to _cartViewBlack.gif for dark layouts */
#viewCart {
	background-image:url(_cartViewBlack.gif);
}
#viewCartBtn {
	background-image:url(_cartViewBlack.gif);
	color:#fff;
}




/* --- SUBMENU --- */
/* Set the margin between the menu and submenu items */
#subMenu, #subMenu * {
	font:9px Arial, Helvetica, sans-serif;
}

/* Set the margin between the menu and submenu items */
#subMenu {
	margin-top:8px;
}

/* Set the spacing of the submenu items */
#subMenu * {
	padding:0 2px;
	margin:0 3px;
}

/* Submenu item font color */
#subMenu a {
	color:#000;
}

/* Hovered submenu item font and background color */
#subMenu a:hover {
	color:#fff;
	background:#9f9f9f;
}

/* Current submenu item font and background color */
#subMenu .current {
	color:#000;
	background:#d7d7d7;
}




/* --- CONTENT IMAGES --- */
/* Content image alignment (Set to 0 for left align) */
.contentImgInner {
	margin:auto;
}

/* Content image's font size */
.contentImg .item .text {
	font-size:11px;
}




/* --- SIDEBAR --- */
/* Comment out both lines to remove sidebar background */
#sidebar {
	background:url(side.png);
	margin-top:35px !important;
border:1px solid #510b0b;
}

#sidebar.content {
	background-image:url(side.png);
}

/* Uncomment following line to hide the home/contact sidebar */
#sidebar{display:none!important}#sidebar.content{display:inline!important}.siteContent{width:855px!important}.contentCopy{width:855px!important}

/* The sidebar's page title font */
#sidebar #pageTitle {
	font:bold 14px Arial, Helvetica, sans-serif;
display:none;
}

/* Sidebar image's font size */
#sidebar .item .text {
	font-size:11px;
text-align:center;
line-height:1.7em;
color:#e7e7e7;
text-transform:capitalize;
}




/* --- FOOTER --- */
/* Footer style and font */
#footer {
	background:url(footer.png) top center no-repeat;
	color:#b1b1b1;
	font-size:11px;
}

/* Footer links font color */
#footer a {
	color:#b1b1b1;
}

/* Footer links  font and background color */
#footer a:hover {
text-decoration:underline;
}




/* ---------------------------------- */

/* ADVANCED EDITING */
body {font:12px Arial, Helvetica, sans-serif}
#container {position:relative; z-index:2; width:950px; margin:0 auto/*; overflow:hidden*/}
#topMenu {background:url(menu.jpg) top repeat-x; width:551px; *margin-top:-3px; /*padding:7px 0 0 18px;*/ padding-left:395px; overflow:hidden}
#topMenu * {padding-top:0px; padding-bottom:7px; margin-top:-3px; margin-bottom:0px}
#topMenu a {display:block; float:left}
#topMenu .current, #subMenu .current {float:left}
#topMenu .current a {margin:0; padding:0}
#topMenu .current a:hover {text-decoration:underline}
#viewCart {float:right; background-repeat:no-repeat; background-position:0 -42px; height:16px; overflow:hidden}
#viewCartBtn {display:block; width:82px; text-align:right; height:21px; cursor:pointer; border:none; background-color:transparent; background-repeat:no-repeat; background-position:3px 0; vertical-align:text-top; margin:-3px -3px 0 1px; padding:2px 4px}
#viewCartBtn:hover {background-position:3px -21px}
#viewCartBtn::-moz-focus-inner {/* FF fix */ border:0; padding:0}
#subMenu {padding:0}
#subMenu * {padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:20px; *margin-top:-9px}
#siteContent {display:inline; float:left; margin:25px 0 35px 35px; width:505px; padding:10px; color:#fff;}
#siteContent .contentCopy {width:505px}
#siteContent.content {float:right; margin:25px 35px 35px 0; width:655px !important}
#siteContent.content .contentCopy {width:655px !important}
.contentImg {margin:30px 0; width:505px}
.contentImg.content {width:655px}
.contentImgInner {display:table}
.contentImg .item {float:left; margin:0 6px; width:150px}
.contentImg .item table {display:block; float:left}
.contentImg .item .overlayImg {display:block}
.contentImg .item .text {margin:8px 2px 0; width:146px}
.contentImg.vert {margin-bottom:15px}
.contentImg.vert .contentImgInner {margin-left:4px}
.contentImg.vert .item {/*clear:both;*/ width:635px; margin-bottom:15px}
.contentImg.vert .item table {margin:4px 0 0 10px}
.contentImg.vert .item .overlayImg {float:left}
.contentImg.vert .item .text {width:295px; float:left}
.contentImg.vert .item .text.noShop {width:471px}
.contentImg.vert .item .shop {float:right; margin-top:10px}
#sidebar {display:inline; width:300px; padding:0 10px 10px; margin-top:25px; margin-left:35px; margin-right:35px; margin-bottom:35px; float:right; color: #fff}
#sidebarPageTitle {font-size:14px; font-weight:bold; margin:10px 0 10px}
#sidebar.content {width:148px; float:left}
#sidebar #pageTitle {margin:10px auto 0; width:100%; text-align:center}
#sidebar .item {margin:10px 0 0}
#sidebar .item img {display:block; margin:0 auto}
#sidebar .item .text {margin:3px 3px 10px; width:300px}
#sidebar.content .item .text {width:144px}
#sidebar .item .shop {margin-bottom:25px}

.item .shop {display:block; margin:10px auto 0; width:146px; font-size:11px; line-height:1.4em}
.item .shop select {width:144px; border:1px solid #c1c1c1; font-size:10px; display:block; margin:5px 0; padding:1px}
.item .shop .addCart {float:right; cursor:pointer; display:block; margin:4px 2px 0 0}
.item .shop .outOfStock {float:right; margin:4px 3px 0 0; color:#900; font-size:10px}
.price {float:left; display:block; font-weight:bold; font-size:13px; margin-top:4px}
#footer {display:inline-block; padding:30px 45px 0; height:100px; width:860px}
#footer a {text-decoration:none; padding:1px 3px; white-space:nowrap; margin-bottom:2px; line-height:1.8em}
#footerLeft {float:left; width:500px}
#footerRight {float:right; width:300px}
#footerRight * {font-size:9px; float:right}
#footerRight a {float:none; padding:1px}
#footerRight #credHavealook {clear:both; margin-top:3px; width:300px; text-align:right}

.cartQuantity {border:1px solid #c1c1c1; float:left; text-align:center; font-size:9px; margin-top:2px}
.cartUpdate {float:left; padding-left:10px; padding-top:3px; cursor:pointer}



/*===============================*/
 /*=== JQUERY SLIDER STYLES ===*/
/*==============================*/


/*----------------SIZE OF SLIDER-------------------------*/

#slider-wrapper {
    width:950px;
    height:453px;

}

#slider {
	position:relative;
    width:950px;
    height:453px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



/*--------------BELOW IS LINKS & NAV OPTION CSS---------------------------*/
.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}


.nivo-html-caption {
    display:none;}

/* --------- Control navigatior-------------------------*/

.nivo-controlNav {
	position:absolute;
    bottom: -19px;
    left: 0px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}





