/* ---------------------------------- */
/* ----- MAIN BODY OF WEBSITE ------- */
/* ---------------------------------- */

/* Background and site font */
body {
	background:#fff url(bg2.jpg) repeat-x top center;
	font:12px Arial, Helvetica, sans-serif
}

/* Full width banner, uncomment to use */
#BannerBG {
  /*background: #000;
	height: 105px;
	z-index:1;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;*/
	}

/* Content background */
#container {
	z-index:10;
	position:relative;
	width:950px;
	margin:0 auto;
}

/* Inner Content of Home and Contact */
#siteContent {
	display:inline;
	float:left;
	margin:0px 0 35px 35px;
	width:505px;
	padding:10px;
}

/* Text area of Home and Contact */
#siteContent .contentCopy {
	width:505px
}

/* Inner Content of Content Pages */
#siteContent.content {
	float:right;
	margin:0x 35px 35px 0;
	width:655px !important
}

/* Text area of Content Pages */
#siteContent.content .contentCopy {
	width:655px !important
}

/* Main copy font */
.contentCopy {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	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;
}


/* ---------------------------------- */
/* --------- CUSTOM DIVS ------------ */
/* ---------------------------------- */

.Logo{
position: absolute;
top: 3px;
left: 50%;
margin-left: -513px;
z-index: 200;
}

.SubTagline{
position: absolute;
left: 50%;
top: 180px;
margin-left: 190px;
}


/* ---------------------------------- */
/* -------- ABSOLUTE DIVS ----------- */
/* ---------------------------------- */

/* Use for overlaying graphics, etc */
#absoDiv1 {
	width:0;
	height:0;
	background:url();
}
#absoDiv2 {
	width:px;
	height:px;
	background:url();
top:-9px;
left:-26px;
z-index:110;

}
#absoDiv3 {
	width:0;
	height:0;
	background:url();
}



/* ---------------------------------- */
/* --------- H Tags/Headings -------- */
/* ---------------------------------- */

h1 {
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	color: #0f70bc;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
font-weight:bold;
}

h2 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #0f70bc;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
font-weight:bold;
}

h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #0f70bc;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
font-weight:bold;
}

h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #0f70bc;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 3px;
font-weight:bold;
}



/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
	border: 0;
	height: 1px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	width: 100%;
}



/* ---------------------------------- */
/* ------Custom Bullet Points  ------ */
/* ---------------------------------- */

/* Uncomment to use a custom bullet point and adjust spacing */
/*ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	}*/



/* ---------------------------------- */
/* ------------ MENU ---------------- */
/* ---------------------------------- */

/* --- MENU --- */
/* Top Menu font styling */
#topMenu {
	font:14px Arial, Helvetica, sans-serif;
	height:83px; /* Deduct any #topMenu top padding from the required menu height */
	padding:75px 0px 0px 306px;
	background: none;
	width:644px;
	overflow:hidden;
    *margin-top:-3px;
    font-weight:bold;
    margin-top:0px;
}



/* Set the spacing of the menu items */
#topMenu * {
	padding: 29px 37px 29px;
	margin:7px 0px;
}

/* Menu item font color */
#topMenu a {
	color:#444;
	text-decoration:none;
	display:block;
	float:left;
	white-space: nowrap;
border-left: 1px solid #F5E307;
border-right: 1px solid #D3BF0B;
}

/* Hovered menu item font and background color */
#topMenu a:hover {
	color:#444;
	background: url(btn1.jpg) repeat-x top center;

}

/* Current menu item font and background color */
#topMenu .current {
	color:#444;
	background: url(btn1.jpg) repeat-x top center;
	float:left;
	white-space: nowrap;

}

/* Parent Menu Current Properties */
#topMenu .current a {
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: none;
}

/* Parent Menu Hover Properties */
#topMenu .current a:hover {
	text-decoration:underline;
	background: none;
}


.clear {
	padding: 0!important
}



/* ---------------------------------- */
/* ------------- SUBMENU ------------ */
/* ---------------------------------- */

/* Top Menu with Submenu height */
.topMenuSub {
	height:56px !important;
}

/* Set the margin between the menu and submenu items */
#subMenu, #subMenu * {
	font:11px Arial, Helvetica, sans-serif;
}
/* Set the margin between the menu and submenu items */
#subMenu {
	margin-top:6px;
	padding:0;
}
/* Set the spacing of the submenu items */
#subMenu * {
	padding:0 10px;
	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;
	padding:0 10px;
	margin:0 3px;
	float:left;
}



/* ---------------------------------- */
/* ----------- VIEW CART ------------ */
/* ---------------------------------- */

/* Change _cartView.gif to _cartViewBlack.gif for dark layouts */
#viewCart {
	background: none;
	float:right;
	height:25px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 840px;
	padding: 0;
}
#viewCartBtn {
	color:#000;
	background: url(_cartView.gif) no-repeat left center;
	display:block;
	width:100px;
	text-align:right;
	height:25px;
	cursor:pointer;
	border:none;
	vertical-align:text-top;
	padding: 2px 10px;
}
#viewCartBtn:hover {
	color: #fff;
	background: #888 url(_cartViewHover.gif) no-repeat left center;
}

#viewCartBtn::-moz-focus-inner {/* FF fix */
    border:0;
    padding:0
}



/* ---------------------------------- */
/* --------- Content Images ---------- */
/* ---------------------------------- */

/* Content image alignment (Set to 0 for left align) */
.contentImgInner {
	margin:auto;
	text-align:center;
}
/* Content image's font size */
.contentImg .item .text {
	font-size:11px;
	text-align: center;
}
/* Content image's descriptions links */
.contentImg .item .text a {
	font-size:11px;
	color: #666666;
}



/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

/* Home and Contact Sidebar */
#sidebar {
border-right:1px dashed #7e7e7e;
	display:inline;
	width:300px;
	padding:0 10px 10px;
	margin-top:25px;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:35px;
	float:right
}

/* Content Sidebar */
#sidebar.content {
	background-image:none;
	width:148px;
	float:left
}

/* 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;
	margin:10px auto 0;
	width:100%;
	text-align:center;
display:none;
}
#sidebarPageTitle {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px;
}

/* Sidebar image's font size */
#sidebar .item .text {
	font:12px Century Gothic;
	margin:3px 3px 10px;
	width:300px;
	text-align: center;
color:#7e7e7e;
}

/* The sidebar link colors */
#sidebar a, #sidebar a:visited {
	color: #555;
}

#sidebar a:hover {
	color: #000;
}

#sidebar .item {
	margin:10px 0 0;
}

#sidebar .item img {
	display:block;
	margin:0 auto;
}

#sidebar.content .item .text {
	width:144px
}
#sidebar .item .shop {
	margin-bottom:25px
}



/* ---------------------------------- */
/* -------- CONTENT IMAGES ---------- */
/* ---------------------------------- */

.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
}

/* Vertical Content Images */
.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
}



/* ---------------------------------- */
/* -------- WEBSITE FOOTER ---------- */
/* ---------------------------------- */

/* Footer style and font */
#footer {
	background:;
	color:#444;
	font-size:11px;
	display:block;
	padding:30px 25px 0;
	height:79px;
	width:900px;
	margin: auto;
}

/* Full Width Footer background uncomment to use */
#FooterBG {
    background: url(footer.jpg) top center no-repeat;
	width: 100%;
	}
	
/* Footer links font color */
#footer a {
	color:#444;
	text-decoration:none;
	padding:1px 3px;
	white-space:nowrap;
	margin-bottom:2px;
	line-height:1.8em;
}

/* Footer links  font and background color */
#footer a:hover {
	color:#fff;
	background:#66676a;
}
#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;
}



/* ---------------------------------- */
/* --------- SHOPPING CART ---------- */
/* ---------------------------------- */

.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
}
.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
}
/* ------------------------------------- */
/* Reset CSS to remove spacing on P tags */
/* ------------------------------------- */
p {
	margin:0px;
}
table {
	border-collapse:collapse;
}

/* ---------------------------------- */
/* --------- SCROLL TO TOP ---------- */
/* ---------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(totop.png) no-repeat;
}

#toTopHover {
	background:url(totop-hov.png) no-repeat;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*===============================*/
 /*=== JQUERY SLIDER STYLES ===*/
/*==============================*/


/*----------------SIZE OF SLIDER-------------------------*/

#slider-wrapper {
    width:643px;
    height:389px;
    margin-top: 15px;
    margin-bottom: 20px;


}

#slider {
	position:relative;
    width:643px;
    height:389px;
    border-radius: 5px;
    border: 1px solid #fff;

}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	    
}



/*--------------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;
	left:260px;
	bottom:-42px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.html) 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.html) 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;
}







