/* Page layout */
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

@font-face {
    font-family: 'Footlight MT Light';
    src: url('../fonts/FTLTLT.eot');
    src: url('../fonts/FTLTLT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FTLTLT.woff2') format('woff2'),
         url('../fonts/FTLTLT.woff') format('woff'),
         url('../fonts/FTLTLT.ttf')  format('truetype'),
         url('../fonts/FTLTLT.svg#Footlight MT Light') format('svg');
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Regular.eot');
    src: url('../fonts/Calibri-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Calibri-Regular.woff2') format('woff2'),
         url('../fonts/Calibri-Regular.woff') format('woff'),
         url('../fonts/Calibri-Regular.ttf')  format('truetype'),
         url('../fonts/Calibri-Regular.svg#Calibri') format('svg');
}
body
{
	margin: 0px auto;

	font-size: 11pt;
	color:#3a3a3a;
	font-family: 'Lora', serif;
	width: 1024px; /* page sides width  */
	position: relative;
	direction: ltr;
	text-align: left;
	line-height: 1.4em;
        background:#fff url(../images/wallpaperNew.png);
background-repeat: no-repeat;
background-size: cover;
    background-attachment: fixed;
}

/* HOME SLIDES */
#homeSlides { width:1000px; height:420px; position:relative; margin:0 0 10px 0;}
/*#homeSlides a .text { position:absolute; top:20px; left:20px; display:block; color:#fff; padding:20px; font-size:16pt; text-align:center; text-shadow: 2px 2px #000; text-transform:uppercase;}*/
#homeSlides a .text 
{ 
    position: absolute;
    top: unset;
    width: 100%;
    bottom: 45px;
    text-align: center;
    left: 0;
    display: block;
    color: #003366;
    background: rgb(255 255 255 / 100%);
    /* opacity: 0.8; */
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    text-transform: uppercase;
    border-bottom: #898910 2px solid;
    border-top: #898910 2px solid;
    transition: all 0.3s ease;
    font-family: 'Footlight MT Light';
    font-weight: normal;
}

#homeSlides a .text:hover
{ 
    color: #003366;
    background-color: #f4eece;
    font-family: 'Footlight MT Light';
}

.content-slider {
  width: 100%;
  height: 200px;
}

.slider {
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 200px;
}

.mask::before
{
    content: url(/Websites/177/Images/upload/image/quoteStart.png);
    position: absolute;
    bottom: 231px;
    left: -109px;
    opacity: 0.2;
}

.mask::after
{
content: url(/Websites/177/Images/upload/image/quoteEnd.png);
    position: absolute;
    bottom: 131px;
    left: 624px;
    opacity: 0.2;
}


.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
font-size: 19px;
    font-style: italic;
    line-height: 35px;
    text-align: center;
}

.slider .source {
  font-size: 25px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 25s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 25s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 25s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 25s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 25s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}



#homeJumps { width:1000px; height:230px; margin-bottom:20px;}
#homeJumps a { display:block; width:240px; height:240px; color:#e0e0e0; text-decoration:none; padding:0; text-align:center; font-size:11pt; float:left; position:relative; margin-right:13px;}
#homeJumps a .text 
{
padding: 7px 10px;
    margin: 0;
    color: #003366;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 500;
    width: 220px;
    text-align: center;
    /* text-shadow: 2px 2px #000; */
    font-size: 13pt;
    border-bottom: #898910 2px solid;
    border-top: #898910 2px solid;
    transition: all 0.8s ease;
    font-family: 'Footlight MT Light';
font-weight: normal;
}



#homeJumps a:hover span {
    color: #003366;
    background-color: #f4eece;
}

#homeJumps a:hover  
{
background-size: 105% !important;
transition: 0.2s;
}

#homeJumps span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 253px;
    padding: 20px;
    display: block;
    color: #fff;
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    transition: all 0.3s ease;
}

/*#homeJumps a .tint { width:230px; height:230px; display:block; position:absolute; top:0; left:0; background:url(/Websites/535/Images/tint.png) 0 0 no-repeat; z-index:100;}
#homeJumps a:hover .tint { opacity:0.2;}*/

#homeJumps a#one { background:url(/Websites/883/Images/upload/image/puppy23SMALL.jpg?ver=3236) 0 0 no-repeat; margin:0 13px 0 0; background-position: center;}
#homeJumps a#two { background:url(/Websites/883/Images/upload/image/jumpPets.jpg) 0 0 no-repeat; background-position: center;margin: 0px 0px 0px 0px;}
#homeJumps a#three { background:url(/Websites/883/Images/upload/image/jumpShop.jpg?ver=1) 0 0 no-repeat; margin: 0px 13px 0px 0px; background-position: center;}
#homeJumps a#four { background:url(/Websites/883/Images/upload/image/jumpFurniture.jpg) 0 0 no-repeat; margin: 0px 13px 0px 0px; background-position: center;}

#slides { width:600px; height:400px; margin:0 0 20px 20px; float:right;}



.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks 
{ 
    margin: 0;
    position: absolute;
    top: 160px;
    right: 438px;
    z-index: 20;
}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color: #036; margin:0 5px 0 0;}
.socialLinks .social 
{ 
    color: #000;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 10px 10px;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover .fa { color: #d7d0ac;}
.socialLinks.footer .social .fa { color:#003366;}
.socialLinks.footer .social:hover .fa { color:#d7d0ac;}

#telephone 
{ 
    position: absolute;
    top: 168px;
    right: 12px;
    color: #003366;
    font-size: 13pt;
    font-weight: bold;
    z-index: 20;

}
#location 
{ 
    position: absolute;
    top: 168px;
    left: 14px;
    color: #003366;
    font-size: 12pt;
    text-align: right;
    z-index: 20;
}
#telephone .fa,#location .fa { margin-right:3px;}
#telephone a{color:#003366; text-decoration: none; font-weight: normal;}
#telephone a:hover{color:#d7d0ac;}





#siteLinkBox
{
    width: 148px;
    position: absolute;
    top: 10px;
    right: 12px;
    text-align: center;

}
.siteLinkMain
{
    font-family: 'Calibri';
    font-size: 17pt;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #898910;
    margin-bottom: 8px;

}
.siteLinkTag
{
    font-family: 'Footlight MT Light';
    font-size: 18pt;

}
.siteLinkMain a, .siteLinkTag a
{
    font-weight: normal;
    color: #036;
    line-height: 23px;
}
.siteLinkMain a:hover, .siteLinkTag a:hover
{
font-weight: normal;
}

#siteLinkBox:hover a
{
color: #d7d0ac;
}


.buyButtonXmas
{
    background-color: #3c3b3b;
    margin: 0px auto;
    border-radius: 5px;
    padding-top: 13px;
    height: 32px;
    width: 125px;
text-align: center;
transition: 0.2s;
}

.buyButtonXmas a
{
text-decoration: none;
    padding: 13px 17px;
transition: 0.2s;
}

.buyButtonXmas a:hover
{
color: #000;
transition: 0.2s;
}

.buyButtonXmas:hover
{
background-color: white;
transition: 0.2s;
}


.pageTop
{
display:none;
}
.pageSides {
    -webkit-box-shadow: 0px 0px 10px 3px #C0C0C0;
    -moz-box-shadow: 0px 0px 10px 3px #C0C0C0;
    box-shadow: 0px 0px 10px 3px #C0C0C0;
border-radius: 10px;
}
.header
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 12px;
    padding-top: 0px;
    background-color: #fff;
    background-image: none;
    width: 1000px;
    padding: 12px;
border-radius: 10px 10px 0px 0px;
}
.page
{
	margin: 0px auto 0px 0px; /* left marging width of page sides */
border-radius: 0px 0px 10px 10px;
padding: 0px 12px;
	background-image:none; /* required by admin html editor */
	width: 1000px;
background-color: #fff;
}
.adminpage .pageBanner { display:none;}
.pageBanner
{
    margin-left: 0px;
    /* margin-top: 10px; */
    margin-bottom: 0px;
    padding-bottom: 18px;
}
.pageBanner .socialLinksLarge
{
left:auto;
right:-4px;
top:30px;
width:auto;
display:none;
}
.shopColumn1of2
{
	margin-top:0px;
	padding-top:20px;
	float:left;
	width:150px;
	padding-left:0px;
	padding-right:0px;
background-color: #fff;
background-image: url(../Images/productMenuBack.png);
background-repeat:no-repeat;

}

.shopColumn2of2
{
  	 margin-top:0px;
  	padding-top:20px;
	 margin-left:170px;
	 padding-right:0px;
}
.column1of1
{
	padding-top:0px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}
.clearBoth
{
	clear:both;
}
.clearRight
{
	clear:right;
}
.pageBottom
{
display:none;
}



/* Shop Product Page */


.productSummary3 {} 

.productSummary
{
    float: left;
    width: 235px;
    color: Black;
    margin-right: 7px;
    margin-left: 7px;
    height: 336px;
    margin-bottom: 14px;
    background-color: #ffffff;
}
.productSummaryFeatured, .productSummary:hover
{
    float: left;
    width: 235px;
    color: Black;
    margin-right: 7px;
    margin-left: 7px;
    height: 336px;
    margin-bottom: 14px;
    background-color: #ffffff;
background-image: none;

}
.productSummaryImage
{
	height: 215px; /* thumnail height */
	text-align:center;
overflow: hidden;
}
.productSummaryImage img
{
width: 205px;
}

.productSummaryImage img:hover
{
transform: scale(1.02);
transition: transform .2s;
}

.productSummaryName
{
	color:#3a3a3a;
	font-size:13pt;
line-height: 0.9em;
	height:25px;
text-transform: capitalize !important;
margin-top: 15px;
text-align: center;
}
.productSummaryPrice
{
color: #666600;
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
}
.productSummaryButtons
{

margin-top:5px;
text-align: center;
}


.subCategorySummaries h1 {
    margin-top: 25px;
    margin-bottom: 36px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-bottom: none;
}

/* General Style */

a
{
    color: #000;
    text-decoration: none;
font-weight: normal;
}
a:hover
{
    color: #898910;
    text-decoration: none;

}
p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:35px;
	font-size:29pt;
	color:#003366;
font-weight:normal;
text-align: center;
    font-family: 'Footlight MT Light';
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:17pt;
	color:#003366;
font-weight:normal;
    font-family: 'Footlight MT Light';
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.footerText
{
font-size: 14pt;	
background-color:#fff;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#003366;
	text-align: center;
border-top: #EDEEEB 1px solid;
}
.footerText a img
{
	position:relative;
top:10px;
}
.footerText a
{
	text-decoration:none;
	color:#3a3a3a;
font-size: 11pt;
font-weight: normal;
}
.footerText a:hover
{
	text-decoration:none;
color:#d7d0ac;
}
.footerText p {color:#3a3a3a; font-size: 11pt;}

.footerCol1of4
{
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 229px;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 0px;
}

.footerCol2of4
{
text-align:left;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 267px;
    padding-left: 0px;
    padding-right: 10px;

}
.footerCol3of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 216px;
    padding-left: 0px;
    padding-right: 10px;

}
.footerCol4of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 246px;
    padding-left: 0px;
    padding-right: 10px;

}

.footerCol5of4
{
text-align:left;
  	 margin-top:0px;
  	padding-top:0px;
	 margin-left:0px;
	 padding-right:0px;
width:250px;
float:left;
}

.storySummaryWrapper
{
float:none;
}
.storySummaryDate
{
display:none;
}
.storySummaryTitle h2  a
{
font-weight:normal;
}

/* general styles */

.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:black;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */
.adminpage .menu {background-color: #a1a0a0;}

.smallMenu {
    position: relative;
    top: -39px;
    float: right;
    margin-right: 0px;
margin-right: 0px;
}
.menu
{
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-size: 9pt;
    padding-top: 0px;
padding-bottom:0px;
 	z-index:1; /* ensures Safari displays background image */
	width:1000px; /* required by admin html editor */
text-transform:uppercase;
}
.menuDividers
{
    display:none;
}


.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 12px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 30px;
    z-index: 10;
    border-bottom: #898910 2px solid;
    border-top: #898910 2px solid;
    text-align: center;
    background-image: none;
}

.menu ul li
{
    display:inline;
}
.menu ul li a 
{
    padding-right: 12px;
    padding-left: 12px;
    text-decoration: none;
    color: #002a60;
    transition: all 0.2s linear;
    text-shadow: none;
    font-weight: normal;
}
.menu ul li a:hover
{
    text-decoration:none;
    color:#d7d0ac;
}
.menu ul li a:visited
{

    }

.menuSelected
{

	color:#d7d0ac;

}


/* Basket Summary */

.checkoutBasket
{
	 margin-left:0px;
	 margin-right:0px;
}
.basketSummary
{

	width: 150px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;

}
.basketSummaryTitle
{
	width: 140px;
	height: 26px;
	font-weight: bold;
	padding-left: 0px;
}
.basketSummaryText
{
	margin-left:0px;
	padding-top:5px;
	color:black;
}
.basketSummaryCheckout
{
	display:inline;
	float:right;
	margin-right:20px;
	color:black;
}

.basketSummaryText a
{
	text-decoration:none;
	color:back;
}



/* Product Menu */
.productMenuPayPal img
{
filter:alpha(opacity=60);
opacity:0.6;
}

.productMenu
{
	
	width: 160px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.productMenuSearchTitle
{
	margin-top:0px;
	padding-top: 3px;
	padding-left: 0px;
	color:#000;
	width: 150px;
	height: 22px;
text-transform:uppercase;
font-size:9pt;
}
.productMenuSearchBox
{
	margin-left:0px;
	padding-left:3px;
	width:100px;
	height:15px;
	color:white;
	background-color:#acabab;
border:white 1px solid;
}
.productMenuSearchButton
{
	position: relative;
	top: 5px;
}
.productMenuSearchDropDown
{
	margin-left:0px;
	width:132px;
	margin-top:2px;
	margin-bottom:5px;
	color:white;
	background-color:#acabab;
border:white 1px solid;

}
.productMenu ul
{
	list-style-type: none;
	width:150px;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
margin-top:10px;
	padding-top: 9px;
	padding-left: 0px;
	color:#000;
	width: 140px;
	height: 22px;
text-transform:uppercase;
font-size:10pt;
    border-top: 1px solid #e0e0e0;
}
.productMenuSubCategory
{
	margin-left: 0px;
	line-height:20px;
	color:#3a3a3a;
	
}
.productMenuSubCategory a
{
	color:#3a3a3a;
	text-decoration:none;
transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */

}
.productMenuSubCategory a:hover
{
	color:#d886b1;
	text-decoration:none;
	
}


/* Product Details Page */

.productDetails
{
}
.productDetails h1
{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 28pt;
    text-align: left;


}

.productDetailsImageWrapper
{
	float:right;
	width:350px;
	margin-right:10px;
	margin-left:20px;
	
}
.productDetailsImage
{
	width:350px;

}
.productDetailsFeatures
{
}
.productDetailsPrices
{
    color: #003366;
    font-size: 16pt;
}
.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsBack
{
	padding-bottom:15px;
}
.productDetailsNote
{
	margin-top:20px;
	clear:right;
}
.productDetailsNote a
{
	color:white;
}
.productDetailsLinkedProducts
{
	clear:right;
	display:table;
	width:780px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #E5E5E5 1px solid;
}
.productDetailsLinkedProducts h1
{
		font-size: 10pt;
}

/* Sort Control */
.sortOuter
{
	height:30px;
}
.sortProducts
{
	float:right;
	margin-right:12px;
}
.sortDropDown
{
	font-size: 10pt;

	font-family: Arial;
		color:white;
	background-color:#acabab;
border:white 1px solid;
	}

/* checkout page */

.checkoutConsignmentName
{
	width:180px;
}
.checkoutProgress
{
	padding-bottom:15px;
}
.checkoutProgress a
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:visited
{
	text-decoration:none;
	color:white;
}
.checkoutProgress a:hover
{
	text-decoration:none;
	color:white;
}
.checkoutProgressHighlight a
{
	color:Black;
}
.checkoutProgressHighlight a:visited
{
	color:Black;
}
.basketOrderItems
{
	margin-left:0px;
	margin-right:0px;
	color:#3a3a3a;
}
.basketOrderItems a
{
			color:#d886b1;
}
.basketOrderItemsProductName
{
	text-decoration:none;
		color:#3a3a3a;
}

.basketOrderItemsProductName a:hover
{
	text-decoration:underline;
}

.basketDelivery
{
	margin-left:0px;
	margin-right:0px;
}
.basketHeader
{
	background-color:#474747;
	color:white;
}
.basketHeaderGrayText
{
	background-color:#474747;
	color:white;
}
.basketHeaderArrow
{
	background-color: #474747;
	color: white;
	background-repeat: no-repeat;
	padding-left:19px;
	height:29px;
font-size:9pt;
}

.basketShading
{
	background-color:#FBF9F9;
}
.basketShadingPadded
{
	padding-left:19px;
	background-color:#FBF9F9;
}
.calendarDisabled
{
	color:Gray;
}
.upsell
{
	clear:right;
	margin-left:20px;
	margin-right:20px;
}
.promoCode
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	width:120px;
}


/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#474747;
	color:white;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{
	width:250px;
	display:inline;
	float:left;
	text-align:right;
}
.contactFormField
{
	width:200px;
}
.contactFormMessageBox
{
	width:400px;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

/* Site Map Page */
.siteMap
{
	color:#808080;
}
.siteMapPages
{
	color:#808080;
	margin-left:0px;
}

.siteMapProducts
{
	float:right;
	color:#808080;
	margin-right:100px;
	
}
.siteMapCategory
{
}
.siteMapPage
{
	color:#000;
	 text-decoration:none;

}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	text-indent: 25px;
color:#000;
	text-decoration:none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	text-indent: 50px;
	color:#000;
	text-decoration:none;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}

/* Captcha */
.captch
{
 vertical-align:top;
}

.productSubCatSummary
{
    width: 100%;
    height: 415px;
}


.productSubCatSummaryMore .productSummaryImage
{
background-color:inherit;
}
.productSubCatSummaryMore h1 { font-size:14pt;}



.animationPanelhomepage
{

width:790px;
height:470px;
margin-bottom:30px;
}
.animationPanelhomepageBox
{
/* _display:none;   hack so ie6 does not display */
position:absolute;
top:30px;
left:30px;
background-color:#818778;
background:rgba(29,25,26,0.6);
margin-bottom:0px;
padding-bottom:0px;
width:400px;
height:70px;
padding-top:10px;
padding-left:20px;
color:white;

}

.animationPanelhomepageBox h2
{
	margin-top:0px;
	padding-top:10px;
	font-size:24pt;
	color:white;
	margin-bottom:10px;
	padding-bottom:0px;
font-weight:normal;

}
.animationPanelhomepageBox h2 a
{
color:white;
}

.animationPanelhomepage a
{
text-decoration:none;
}
.animationPanelhomepage a:visited
{
text-decoration:none;
}



.animationPanelaboutUs
{

width:1000px;
height:819px;
margin-bottom:30px;
}


.basketBorderBottom td
{
	border-color:#64675F;
}
.checkoutBasket table 
{ 
border-color:#64675F;
}
.checkoutBasket th:first-child, .checkoutBasket td:first-child 
{
border-color:#64675F;
}

.productMenuPayPal .productMenuSearchBox
{

	background-color:inherit;
}


/* Page Sub Menu */
.contentSubMenu
{
background-color:#A1A0A0;
}
.contentSubMenuHeader
{
}
.contentSubMenu a
{
}
.contentSubMenu a:visted
{
}
.contentSubMenu a:hover
{
}
.subMenuSelected
{
}

.subMenuLevel0
{
	background-color: #A1A0A0; ;
border-bottom: white 1px solid;
}
.subMenuLevelAlt0
{
	background-color: #A1A0A0 ;
border-bottom: white 1px solid;
}


.subMenuLevel1
{
 background-color:#A1A0A0;
border-bottom: white 1px solid;
}

.subMenuLevelAlt1
{
 background-color:#A1A0A0;
border-bottom: white 1px solid;
}


.subMenuLevel2
{
 background-color:#A1A0A0;
border-bottom: white 1px solid;
}
.subMenuLevelAlt2
{
 background-color:#A1A0A0;
border-bottom: white 1px solid;
}


.subMenuLevel3
{
 background-color:#A1A0A0;
border-bottom: white 1px solid;
}
.subMenuLevelAlt3
{
 background-color:#6D7068;
border-bottom: white 1px solid;
}

.subMenuLevel4
{
 background-color:#A4B2A6;
border-bottom: white 1px solid;
}
.subMenuLevelAlt4
{
 background-color:#A4B2A6;
border-bottom: white 1px solid;
}

.contactFormBudget  {display:none;}

/* button definitions  */

.productSummaryButtons img, .productDetailsBuy img, .productDetailsBack a img, .checkoutBillingRetrieve img, .checkoutBack img, .checkoutNext img, .checkoutConfirmPay img, .checkoutPay img, .checkoutButton img, .contactSend img, #lnkContinueShopping img
{
    display:none;
}

.productSummaryMore::before {content: "More";}

.productSummaryBuy::before, .productDetailsBuy::before  { content: "Buy";}

.productSummaryBuyLink::before {content: "Buy";}

.productDetailsBack a::before, .checkoutBack::before {content:"Back";}

.checkoutBillingRetrieve::before {content: "Log in";}

.checkoutNext::before {content: "Next";}

.checkoutConfirmPay::before {content: "Confirm & Pay";}

.checkoutPay::before {content: "Pay";}

.checkoutButton::before {content: "Checkout";}

.contactSend::before{content: "Send";}

#lnkContinueShopping::before{content: "Continue Shopping";}



.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy, .productDetailsBuy,  .checkoutBillingRetrieve, .checkoutBack,  .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .productDetailsBack a, .productDetailsBack a:hover, .contactSend, #lnkContinueShopping, #lnkContinueShopping:hover, .checkoutBack:hover
{
color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    transition: background-color .5s, color .5s, border-color .5s;
    background-color: #003366;
    font-size: 110%;
    padding-top: 3px;
    height: 22px;
    width: 150px;
}

.productSummaryMore, .productSummaryBuyLink,  .productSummaryBuy
{
    width:40%;
    height:auto;
    font-size:100%;
    padding-top:1px;
}


.checkoutBillingRetrieve, .checkoutBack, .checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend
{
    width:150px;
    margin-top:5px;
    margin-bottom:10px;
}

#lnkContinueShopping
{
    width:150px;
    margin-top:5px;
    margin-bottom:10px;
    padding-left:0px;
    padding-right:0px;
}

.productSummaryMore:hover, .productSummaryBuyLink:hover, .productSummaryBuy:hover, .checkoutBillingRetrieve:hover,  .productDetailsBack a, #lnkContinueShopping, .checkoutBack
{
    cursor: pointer;
    color: white;
    background-color: #d7d0ac;
    border-color: #d7d0ac;
    text-decoration: none;
}
.checkoutCheckout a
{
color:white;
}
.checkoutCheckout a:hover
{
text-decoration:none;
}

.checkoutNext, .checkoutConfirmPay, .checkoutPay, .checkoutButton, .contactSend, .productDetailsBuy
{
    background-color: #003366;
    color: white;
    border-color: #003366;

    
}

.checkoutNext:hover, .checkoutConfirmPay:hover, .checkoutPay:hover, .checkoutButton:hover, .contactSend:hover, .productDetailsBuy:hover
{
    background-color: #898910;
    color: #fff;
    border-color: #898910;
    text-decoration: none;
 }