/* --- MAIN --- */
/* Background and site font */
body {
	background:#d5d8db url(bg.jpg) top center no-repeat fixed;
}

/* Content background */
#container {
	background: url(cont.png) repeat-y;

}


#sideBarCont{ background: /*url(sideBar.png) top center no-repeat*/ #3a6dc9;
position:Absolute; width:255px; top:540px; right:20px; color:#c3d2ee; font-size:12px; line-height:1.7em;
padding-left:10px; padding-right:10px; text-align:left; padding-top:15px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;}

#sideBarCont ul{padding-left:6px; list-style-type: none;}

#sideBarCont ul p{margin-left:-22px;}

#sideBarCont ul li {background: url(arrow.gif) top left no-repeat;   padding-left: 20px;}


#sideBarCont h4{font-weight:bold; color:#fff; margin-left:0px; margin-top:10px;}
#sideBarCont h3{font-weight:bold; color:#fff; text-align:center;}

#homeContentBoxes{margin-left:20px; line-height:1.6em; margin-top:10px; margin-bottom:5px;}
#homeTabRight{background:url(homeLayout_04.png) top center no-repeat;
float:right;}
#homeTableft{float:left;}

#rwadMore {
    left: 20px;
    position: absolute;
    top: 511px;
    z-index: 100;
}

/* 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;
}

.HomeBox1{
height: 291px;
wifth: 950px;
background: url(HomeBoxBG.png) no-repeat top center;
font:12px Verdana,Arial, Helvetica, sans-serif;
color:#444;
}

.HB1{
padding:20px;}

.HB1 h4{
font: 16px Arial, Helvetica, sans-serif;
color: #0068b3;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 10px;}


.HB2{
padding:0px 0px 15px 20px;}


h1{
font: 22px century gothic, Arial, Helvetica, sans-serif;
color: #3a6dc9;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 10px;
}

h2{
font: 20px century gothic, Arial, Helvetica, sans-serif;
color: #3a6dc9;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 10px;
}

h3{
font: 18px century gothic, Arial, Helvetica, sans-serif;
color: #4e6898;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 5px;
}

h4{
font: 14px century gothic, Arial, Helvetica, sans-serif;
color: #666;
line-height: 1.5em;
margin-top: 0px;
margin-bottom: 3px;
}


.FooterPDF{
position: absolute;
bottom: 55px;
left: 5px;
font: 11px Arial, Helvetica, sans-serif;
}


/* --- 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:13px Century gothic, Arial, Helvetica, sans-serif;
font-weight: bold;
}

/* Top Menu height */
#topMenu {
	/* Deduct any top padding from the required menu height */
	height:56px;
	padding-top:1px;
}

/* Top Menu with Submenu height */
.topMenuSub {
	/* Deduct any #topMenu top padding from the required menu height */
	height:102px !important;
}

/* Set the spacing of the menu items */
#topMenu * {
	padding:0 20px;
	margin:0 0px;
}

/* Menu item font color */
#topMenu a {
	color:#fff;
	text-decoration:none;
border-left: 1px solid #5388e9;
border-right: 1px solid #2654a7;
}

/* Hovered menu item font and background color */
#topMenu a:hover, #viewCartBtn:hover {
	color:#fff;
	background: url(menu2.jpg) repeat-x top center;
}

/* Current menu item font and background color */
#topMenu .current {
	color:#fff;
	background: url(menu1.jpg) repeat-x top center;
border-left: 1px solid #5388e9;
border-right: 1px solid #2654a7;
}


 #topMenu .current a {
	border: none;
}

/* Change _cartView.gif to _cartViewBlack.gif for dark layouts */
#viewCart {
	background-image:url(_cartView.gif);
}
#viewCartBtn {
	background-image:url(_cartView.gif);
	color:#000;
}




/* --- SUBMENU --- */
/* Set the margin between the menu and submenu items */
#subMenu, #subMenu * {
	font:11px Century gothic, Arial, Helvetica, sans-serif;
}

/* Set the margin between the menu and submenu items */
#subMenu {
	margin-top:-31px;
}

/* Set the spacing of the submenu items */
#subMenu * {
	padding:0 15px;
	margin:0 0px;
}

/* Submenu item font color */
#subMenu a {
	color:#fff;
border-left:1px solid #86b0fb;
border-right:1px solid #4673c6;
}

/* Hovered submenu item font and background color */
#subMenu a:hover {
	color:#fff;
	background: url(menu3.jpg) repeat-x top center;
}

/* Current submenu item font and background color */
#subMenu .current {
	color:#fff;
	background: url(menu4.jpg) repeat-x top center;
border-left:1px solid #f2b1cf;
border-right:1px solid #e05891;
}




/* --- 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;
}




/* --- SIDEBAR --- */
/* Comment out both lines to remove sidebar background */
#sidebar {
	background:#d7d7d7;
	margin-top:0px !important;
border:1px solid #c1c1c1;
}

#sidebar.content {
	background:#d7d7d7;


}

/* 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:12px;
line-height:1.7em;
color:#666;
text-align:Center;
}




/* --- FOOTER --- */
/* Footer style and font */
#footer {
	background: url(footer.jpg) no-repeat top center;
	color:#333;
	font-size:11px;
}

/* Footer links font color */
#footer a {
	color:#333;
}

/* Footer links  font and background color */
#footer a:hover {
	color:#fff;
	background:#66676a;
}




/* ---------------------------------- */

/* 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:932px; *margin-top:-3px; /*padding:7px 0 0 18px;*/ padding-left:18px; overflow:hidden}
#topMenu * {padding-top:23px; padding-bottom:16px; /*margin-top:0;*/ 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:14px; padding-bottom:10px; margin-top:0; margin-bottom:20px; *margin-top:-18px}
#siteContent {display:inline; float:left; margin:25px 0 35px 35px; width:505px; padding:10px}
#siteContent .contentCopy {width:505px}
#siteContent.content {float:left; margin:25px 0px 35px 30px; width:600px !important}
#siteContent.content .contentCopy {width:600px !important}
.contentImg {margin:30px 0; width:950px}
.contentImg.content {width:623px}
.contentImgInner {display:table}
.contentImg .item {float:left; margin:0 2px; 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 8px 10px; margin-top:25px; margin-left:0px; margin-right:35px; margin-bottom:35px; float:right}
#sidebarPageTitle {font-size:14px; font-weight:bold; margin:10px 0 10px}
#sidebar.content {width:225px; float:right}
#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 0px 10px; width:300px}
#sidebar.content .item .text {width:220px}
#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:396px;

}

#slider {
	position:relative;
    width:950px;
    height:396px;
}

#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 {
    bottom: 10px;
    left: 843px;
    position: absolute;
}

.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;
display: none;
}

.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;
}





p {margin:0px;}table {border-collapse:collapse;}
p {margin:0px;}table {border-collapse:collapse;}

