/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}








/* markup */




/***********************************************/
/* G&C styles.css                              */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	background-color: #5B3D26;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#body-wrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container {
/*	background-color: #FFFFFF;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
*/	background-image: url(../images/container-back-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 956px;
}


.container-outer {
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/container-back-strip.gif);
	background-repeat: repeat-y;
	background-position: right;	
	float: left;
	width: 956px;
}


p {
	margin: 0px
}
a:link {
	color:#6A0807;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#6A0807;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}

/* Shopfitter css */

#banner {
	height: 200px;
	width: 976px;
	position: relative;
	overflow: hidden;
}
#banner .call-us {
	color: #A84E26;
	font-size: 160%;
	font-weight: bold;
	text-align: right;
	margin-top: 60px;
	line-height: normal;
}
#banner .call-us span {
	font-size: 200%;
	color: #FFFFFF;
	display: block;
}


.banner-photo {
	float: left;
	height: 192px;
	width: 969px;
	margin-left: 7px;
}
.banner-logo {
	background-image: url(../images/logo.gif);
	height: 142px;
	width: 210px;
	background-repeat: no-repeat;
	position: absolute;
	left: 22px;
	top: 30px;
	background-position: 0px 0px;
}
/*.banner-top-menu {
	float: left;
	height: 31px;
	width: 956px;
	color: #980100;
	padding-top: 8px;
	padding-left: 20px;
	background-image: url(../images/top-bar.png);
	background-repeat: no-repeat;
}
*/

/*----------------------------  lower banner menu ---------------------------------------------------*/

/*#body-wrapper #banner #topmenu p {
	color: #9D1000;
	float: left;
	padding:0;
	margin-left: 10px;
	font-size: 90%;
	width: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	line-height: normal;
}
*/

#topmenu {
	float:right;
	width:690px;
	overflow:hidden;
	background-color: #1F1F1F;
	padding-top:30px;
	padding-bottom:6px;
	position: relative;
}
#topmenu ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	font-size: 120%;
}
#topmenu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D1000;   
*/}
#topmenu .end a {
	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 90px center;
}
#topmenu ul li a {
	display:block;
	margin:0;
	background-color:#7C3A1C;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	padding-left: 10px;
	height: 30px;
	width: 100px;
}
#topmenu ul li a:hover {
	background-color: #DC5C1D;
	color:#fff;
}



/*----------------------------  bread style ---------------------------------------------------*/

.breadcrumb a:link {
	color:#6A0807;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:visited {
	color:#6A0807;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}




.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
	position: absolute;
	top: 3px;
	width: 350px;
	right: 5px;
}
#body-wrapper .container .searchstyle p {
	font-weight: bold;
	font-size: 12px;
}
input.txt-search-go {
	background-color: #7C3A1C;
	font-weight: bold;
	font-size: 11px;
	color: white;
	border: 1px solid #E4E4E4;
}

input.txt-search-go-hov {
	background-color: #DC5C1D;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border: 1px solid #E4E4E4;
}

input.txt-search-box {
	background-color: #1F1F1F;
	font-size: 11px;
	border: 1px solid #E4E4E4;
	margin-right: 5px;
	color: #FFFFFF;
	width: 200px;
}

input.btn {
	color:#6A0807;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.search-wrapper {
	width:600px;
	margin-left: 40px;
}

.search-right {
	text-align:right;
	margin-right: 40px;
	margin-bottom: 40px;
}
.search-li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}

.search-li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #6A0807;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #6A0807;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration: underline;
}

/*---------------------------- pop up ---------------------------------------------------*/

#message-container {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#message-container p {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button {
	color:#6A0807;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 10px;
	}
	
input.message-button2 {
	color:#6A0807;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 10px;
	left: 10px;
	}
	
/*---------------------------- pop up ---------------------------------------------------*/

#message-container-error {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box-error.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#basketmessage-error {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 130px;
}

input.message-button-error {
	color:#6A0807;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 171px;
	}
/*---------------------------- pop up opacity effect ---------------------------------------------------*/
/*
#dropSheet
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

*//*-------------------------------LIST-------------------------------------*/

ul {
	list-style:disc url(none);
	margin-bottom: 2px;
	margin-top: 6px;
}

ul ul {
	list-style:url(none) none;
	margin-left: 2px;
	padding-left: 2px;
}

/*-------------------------------BANNER-------------------------------------*/

.title-text {
	width: 340px;
	text-align: center;
}

h1 {
	font-weight: bold;
	color: #000;
	font-size: 180%;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #6A0807;
	font-weight: lighter;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #336699;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}


/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 208px;
	float: left;
	background-color: transparent;
/*	min-height:300px;
*/	overflow: hidden;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*----------------------------  left menu style ---------------------------------------------------*/

ul#category {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	list-style:none;
	height:100%;
	}


ul#category li {
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:90%;
	font-weight:bold;
	display:inline;
}

ul#category li a:link, ul#category li a:visited {
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	width:188px;
	text-decoration:none;
	color:#000;
	line-height: normal;
	font-weight: normal;
	}


ul#category li a:hover, ul#category li a:active {
	background-color:#FEFF63;
	color:#000;
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	width:188px;
	line-height: normal;
	font-weight: normal;
/*	background-image: url(../images/left-roll-arrow.gif);
*/	background-image: url(../images/phes-roll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.leftcol-title1 {
	background-color: #7C3A1C;
	display: block;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 0px;
	background-image: url(../images/brown-white-corner.gif);
	background-repeat: no-repeat;
	background-position: 185px center;
}

.leftcol-title2 {
	background-color: #333333;
	display: block;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 0px;
}


/*-------------------------------MAIN BODY-------------------------------------*/
.body-indexcontent {
	float:left;
	width: 708px;
	padding: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	min-height: 692px;
	
	}
.body-content {
	float:left;
	width: 667px;
	padding: 20px;
	overflow: hidden;
}
.body-content-prod {
	float:left;
	width: 667px;
	padding: 20px;
}
.body-content-info {
	float:left;
	width: 667px;
	padding: 20px;
}

/*-------------------------------CATEGORY PAGE-------------------------------------*/
.product-list {
	float: left;
	width: 300px;
	background-color: #E4E4E4;
	padding: 0px;
	height: 233px;
	border: 1px solid #BEBEBE;
	position: relative;
	display: inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	overflow: hidden;
}

.product-list2 {
	float: left;
	width: 730px;
	background-color: #fff;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-left: 0px;
	border: 1px solid #E0DEDF;
	position: relative;
}

.cat-hotspot-1 {
	margin-bottom: 4px;
	clear: both;
}



/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

.catsub-prod-holder h2 {
	float: left;
	width: 300px;
	width: 300px;
	font-size:11px;
	margin-top:10px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:10px;
	position:relative;
}


.catsub-prod-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration: none;
	line-height: 1;
	background-color:#E4E4E4;
	border: 1px solid #BEBEBE;
	}

.catsub-prod-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
/*	overflow: auto;
*/	display:block;
	}
	
	
.catsub-prod-holder h2 a:hover {
	background-color:#C4C4C4;
	color:#000;
	border: 1px solid #E0DEDF;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 a:active {
	color: #000;
	text-decoration:none;
	}
.catsub-prod-holder h2 a:visited {
	color: #000;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 img {
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
	
.catsub-prod-holder h2 a strong {
	text-align: left;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	width:100%;
	background-color:#7B391B;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DEDF;
	color:#fff;
	display:block;
}


.catsub-prod-holder h2 a:hover strong {
	background-color:#F0BF00;
	width:100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DEDF;
	color:#000;
	display:block;
	text-indent: 5px;
	text-align: left;
}

/*.info {
	color:#999999;
	font-weight:normal;
	font-size:90%;
	font-style:normal;
}

a:hover .info {
	color:#fff;
}

a:active .info  {
	color:#fff;
}*/

.info {
	height: 15px;
	line-height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #fff;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	position: absolute;
	top: 7px;
	right: 5px;
}
a:hover .info {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #000;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #EF581D;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	position: absolute;
	top: 7px;
	right: 5px;
}




.cat-hotspot-2 {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.cat-prod-image {
	text-align: center;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rel-box h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.product-list h2 {
	background-color: #A6201F;
	display: block;
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	line-height:normal;
}
.product-list h2 a:link {
	background-color: #7C3A1C;
	font-size: 12px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	width:235px;
	height:30px;
	padding-right: 60px;
}

.product-list h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color: #7C3A1C;
	width:235px;
	height:30px;
	padding-right: 60px;
}
.product-list h2 a:hover {
	display: block;
	color: #000;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#FEFF63;
	width:235px;
	height:30px;
	padding-right: 60px;
}
.product-list h2 a:active {
	display: block;
	color: #000;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#FEFF63;
	width:235px;
	height:30px;
	padding-right: 60px;
}

.product-list2 h2 {
	background-color: #A6201F;
	display: block;
	padding:0px;
	margin:0px;
}
.product-list2 h2 a:link {
	background-color: #7C3A1C;
	display: block;
	font-size: 12px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	width:720px;
}

.product-list2 h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color: #7C3A1C;
	width:720px;
}
.product-list2 h2 a:hover {
	display: block;
	color: #000;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#FEFF63;
	width:720px;
}
.product-list2 h2 a:active {
	display: block;
	color: #000;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#FEFF63;
	width:720px;
}


.cat-prod-image-and-title {
	height:auto;
	clear: both;
}
.cat-prod-description {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	line-height: normal;
}

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #B30000;
	margin-left: 5px;
	margin-right: 5px;
	line-height: normal;
}

.cat-buy-now {
	text-align: left;
	line-height: 32px;
	width: auto;
	margin-left: 150px;
}

label {
	color: #000000;
}

.more-details {
	height: 15px;
	line-height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #fff;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}
a:hover .more-details {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #000;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #EF581D;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}



/*--------------------------------------- product page styles start ---------------------------------------*/
.prod-hotspot-1 {
}

.prod-buy-now {
	margin-bottom: 4px;
}

.prod-image {
	float: right;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: 20px;
}

.prod-summary {
	margin-top: 30px;
	margin-bottom: 4px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #B30000;
}

.prod-description {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
}

.prod-hotspot-2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prod-hotspot-3 {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.form-pos {
text-align:center;
}


/*-------------------------------BACK LINK-------------------------------------*/
.back-link {
	font-size: 11px;
	color:#6A0807;
	font-weight:normal;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	position: relative;
	clear: both;
	width: 200px;
	display: block;
}
.back-link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#6A0807;
	text-decoration: none;
}
.back-link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#6A0807;
	text-decoration: none;
}

.back-link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration: underline;
}

.back-link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	}

.bottom-link {
	width: 915px;
	float: left;
	}

/*-------------------------------CART-------------------------------------*/

.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}
input.nopbutton {
	color:#6A0807;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }


/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: #FFFFFF;
	bottom: 0px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 34px;
	color: #676767;
	text-align: center;
	padding-left: 0px;
	font-size: 11px;
	width: 937px;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	text-align: center;
	margin-top: 1px;
	padding-left: 210px;
	padding-right: 180px;
	line-height: normal;
	padding-top: 5px;
}
.footerline .txt-footer a:link {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:visited {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:active {
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ndl {
	background-image: url(../images/ndl-logo.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	float: right;
	background-position: right;
	padding-right: 55px;
	line-height: 22px;
	text-align: right;
}
.footerline .txt-footer a:link {
	color: #676767;
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:link {
	color: #676767;
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:visited {
	color: #676767;
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:normal;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:active {
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/


#siteseal-horiz {
	float: left;
	height: 28px;
	width: 208px;
	margin-top: 0px;
	
}
div.sf1 {
	float: left;
	width: 115px;
	height: 28px;
	background: url(../images/sf-siteseal-horiz-left.png) no-repeat 0 -28px;
	}
div.sf1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #336699;
	text-decoration: none;
	background: url(../images/sf-siteseal-horiz-left.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:visited {
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	color: #336699;
	}
	
div.sf1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:active {
	color: #336699;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
	
div.sf1 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 4px;
	padding-left: 30px;
	}
div.sf2 {
	float: left;
	width: 93px;
	height: 28px;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat 0 -28px;
	}
div.sf2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#91020C;
	text-decoration: none;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:visited {
	color: #91020C;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:active {
	color: #91020C;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
	padding-left: 11px;
	}





/*----------------------------  editor style ---------------------------------------------------*/
	
.text-left {
	text-align:			left;
}
.text-right {
	text-align:			right;
}
.text-centre {
	text-align:			center;
}
.text-justify {
	text-align:			justify;
}
.text-colour1 {
	color:				red;
	font-weight: 		bold;
}
.text-colour2 {
	color:				green;
	font-weight: 		bold;
}
.text-colour3 {
	color:				brown;
	font-weight: 		bold;
}
.text-colour4 {
	color:				blue;
	font-weight: 		bold;
}
.text-colour5 {
	color:				#FF9900;
	font-weight: 		bold;
}
.text-colour6 {
	color:				#9900FF;
	font-weight:		bold;
}
.text-small {
	font-size:			80%;
}
.text-large {
	font-size:			120%;
}
.text-larger {
	font-size:			140%;
}
.image-left {
	float:left;
	margin-right: 		10px;
}
.image-right {
	float:right;
	margin-left: 		10px;
}
.clearfix {
clear:right;
}


.cat-prod-price p {
	color: #333333;
	font-weight: normal;
}
.product-list form {
	margin: 0px;
	padding: 0px;
}
.rel-box {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7B391B;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	
	
	
	}
.cat-id {
	margin-left: 5px;
	margin-top: 10px;
}
.prod-id {
	margin-top: 100px;
}

.prod-image2 {
	float: left;
	margin-right: 10px;
}
.index-text-box {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
#body-wrapper .body-content #firefox-holder .product-list .cat-prod-price .btn {
	margin-top: 5px;
}
.cat-prod-price select {
	display: block;
	font-size: 10px;
	width: 135px;
}
/*-------------------------------home ------------------------------------*/


#body-wrapper .body-indexcontent img {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.home-prod-holder {
	background-color: transparent;
	float: left;
	width: 99%;
}

.home-prod-holder h2 {
	float: left;
	width: 140px;
	height:171px;
	font-size:11px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.home-prod-holder h2 a {
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration: none;
	line-height: 26px;
	background-color:#A6201F;
	}

.home-prod-holder h2 a:hover {
	background-color:#F0BF00;
	color: #9D1000;
	text-decoration:none;
	}
	
.home-prod-holder h2 img {
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	}

.home-prod-holder h2 a strong {
	text-align: center;
	font-size:11px;
	font-weight:bold;
	width:100%;
	background-color:#A6201F;
	height:26px;
	padding-right: 0px;
	padding-left: 0px;
	color:#FFCB00;
	display:block;
}

.home-prod-holder h2 a:hover strong {
	background-color:#F0BF00;
	width:100%;
	height:26px;
	padding-right: 0px;
	padding-left: 0px;
	color:#9D1000;
	display:block;
}
#body-wrapper .body-indexcontent p {
	line-height: normal;
}
/*----------------- Form --------------------*/

/*
#fcf2 {
	font-family:arial;
	font-size:11px;
	background-color:#FFFFFF;
	width: 400px;
	float: left;
	margin-bottom: 80px;
}
#fcf2 p {
	text-align:left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#fcf2 label {
	float: left;
	width: 110px;
	text-align: right;
	padding-top: 4px;
}
#fcf2 span.f {
	float: right;
	width: 285px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	padding:2px;
}
.form-button {
	padding-left: 115px;
}
#fcf2 em {
	color: #810000;
}

*/

.btn {
	color:#810000;
	font-weight:bold;
}
/*----------------- Form error  --------------------*/

.rd {
	color:#F00;
	font-weight:bold;
}
/*----------------- Form message --------------------*/

.conf-message {
	color:#00DF48;
	font-weight:bold;
	text-align:center;
	clear:both;
}

.form-feedback {
	color:#F00;
	font-weight:bold;
	text-align:center;
	clear:both;
}

/*----------------- Form box width  --------------------*/

/*
.boxtext {
	width:200px;
}
.boxcomments {
	width:200px;
}
.bigbox {
	width:200px;
}
.boxsmall {
	width:50px;
}

*/

#body-wrapper .body-content-frame h1 {
	margin-left: 0px;
}
#body-wrapper #banner .banner-photo img {
	margin-right: 2px;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}
#body-wrapper .leftcolumn .leftcolumn-inner {
	background-color:#E4E4E4;
	margin-left: 0px;
}
#body-wrapper .leftcolumn .leftcolumn-inner strong {
	color: #000000;
}
.tel-no {
	font-weight: bold;
	color: #000000;
	line-height: 180%;
}
#body-wrapper .leftcolumn .leftcolumn-inner p {
	color: #343434;
	margin-left: 10px;
	line-height: 130%;
	font-size: 95%;
}
#body-wrapper .body-content-prod .prod-image-holder {
	clear: both;
}
#firefox-holder {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7B391B;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}




/*----------------------------  contact styles ---------------------------------------------------*/

.contact{
	font-size: 90%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 160px;
	position: relative;
}

.contact p{
	padding: 0px 0px 10px 0px;
}


.contact em {
	font-weight: bold;
	color: #86ED20;
}
.form-feedback {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-bottom: 15px;
}
.body-wrapper-outer .body-wrapper #container .body-content-info .contact #contact #name {
	width: 250px;
}
.body-wrapper-outer .body-wrapper #container .body-content-info .contact #contact #email {
	width: 250px;
}
.body-wrapper-outer .body-wrapper #container .body-content-info .contact #contact #job {
	width: 250px;
}
.body-wrapper-outer .body-wrapper #container .body-content-info .contact #contact #telephone {
	width: 250px;
}






#body-wrapper .container .body-content-info p {
	line-height: 16px;
}
#body-wrapper .container .leftcolumn .leftcolumn-inner p {
	padding-bottom: 10px;
}
#body-wrapper .container .leftcolumn .leftcolumn-inner #category .spacer {
	background-color: #fff;
	height: 20px;
	width: 218px;
	/*	background-image: none;
	list-style-image: none;
	list-style-type: none;
*/	display:block;
	background-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#body-wrapper .container .body-content #firefox-holder .product-list .cat-prod-price input {
	font-size: 10px;
}




#body-wrapper .container .body-indexcontent .flash-banner {
	background-image: url(../images/banner-image-1.jpg);
	background-repeat: no-repeat;
	height: 234px;
	width: 708px;
	margin: 0px;
	padding: 0px;
	background-position: 1px 1px;
	overflow: hidden;
}
.home-text-box-top-left {
	background-color: #e4e4e4;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	width: 408px;
	height: 270px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: inline;
	float: left;
}
.home-text-box-top-right {
	background-color: #e4e4e4;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	width: 200px;
	height: 270px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: inline;
	float: left;

}
.home-text-inner {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7B391B;
	margin-top: 10px;
	width: 100%;
}
.home-text-inner p {
	padding-right: 10px;
	padding-left: 10px;
}
.body-indexcontent  h1 {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
/*-------------------------------home products code ------------------------------------*/

.home-product-box {
	background-color: #e4e4e4;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	width: 668px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: inline;
	float: left;
}
.home-prod-holder {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7B391B;
	margin-top: 10px;
	padding-bottom: 20px;
}
.home-prod-holder h2 {
	float: left;
	width: 195px;
	height: 165px;
	font-size:11px;
	margin-top:20px;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	position:relative;
}


.home-prod-holder h2 a {
	display: block;
	color:#000;
	text-decoration: none;
	line-height: normal;
	background-color:#fff;
	}

/*.home-prod-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	display:block;
	}
*/	
	
.home-prod-holder h2 a:hover {
	color:#7C3A1C;
	text-decoration:none;
	background-color:#fff;
	}
	
.home-prod-holder h2 a:active {
	color: #7C3A1C;
	text-decoration:none;
	background-color:#fff;
	}
.home-prod-holder h2 a:visited {
	color: #000;
	text-decoration:none;
	background-color:#fff;
	}
	
.home-prod-holder h2 img {
	float: left;
	padding: 0px;
	}
	
	
.home-prod-holder h2 a strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:#000;
	display:block;
}


.home-prod-holder h2 a:hover strong {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#DC5C1D;
	display:block;
	text-align: center;
}












#body-wrapper .container .body-content-prod #product-info .prod-buy-now select {
	max-width: 185px;
}
#body-wrapper .container .body-content-prod .prod-hotspot-3 li {
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
}
li {
	padding-left: 12px;
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	line-height: normal;
	padding-top: 2px;
	padding-bottom: 3px;
}
ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#body-wrapper .container .body-content-info .contact #contact a {
	font-weight: normal;
	color: #333333;
}

