/***********************************************/
/* Woodworx-styles.css                           */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 24px;
	background-color: #CCCC99;
	background-image: url(../images/body_bgrnd.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#body-wrapper {
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/left-menu-back.jpg);
	background-repeat: repeat-y;
	background-position: 9px 120px;
}

p {
	margin: 0px
}
a:link {
	color:#B30000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#B30000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fc0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #fc0000;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}

.hold-menu {
	width:865px;
	overflow:hidden;
	border-left-width: 9px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

#menutop a.hmenub, #menub a.hmenub:link, #menub a.hmenub:visited {display:block; width:171px; height:30px; background:#000; color:#fff; text-decoration:none; font-weight: normal; text-align:center; line-height:29px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;float:left; font-size: 12px;font-weight: bold;} 

#menutop a.hmenub:hover {
	color: #fff;
	font-weight: bold;
	background-color: #810000;
}
#menutop a.hmenub:active {
	color: #fff;
	font-weight: bold;
	background-color: #810000;
}

#menutop {
	height:31px;
}

#menutop a.hmenub1, #menub1 a.hmenub1:link, #menub1 a.hmenub1:visited {
	display:block;
	width:173px;
	height:30px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	text-align:center;
	line-height:29px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
/*	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 117px 10px;
*/} 

#menutop a.hmenub1:hover {background: #810000; color: #fff; font-weight: bold;
/*	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 117px 10px;
*/}
#menutop a.hmenub1:active {background: #810000; color: #fff; font-weight: bold;
/*	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 117px 10px;
*/}

#menutop:after{ content: "."; display: block; height: 0px; clear: both;}


.breadcrumb a:link {
	color:#B30000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:visited {
	color:#B30000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: #fc0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:active {
	color: #fc0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}




.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
	position: absolute;
	top: 107px;
	width: 850px;
}

input.txt-search-go {
	background-color: #000;
	font-weight: bold;
	font-size: 11px;
	color: white;
	border: 1px solid #fff;
}

input.txt-search-go-hov {
	background-color: #d00000;
	font-weight: bold;
	font-size: 11px;
	color: white;
	border: 1px solid #000;
}

input.txt-search-box {
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #fff;
	margin-right: 5px;
}

input.btn {
	color:#B30000;
	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: #b00000;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #b00000;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fc0000;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fc0000;
	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:#000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 10px;
	}
	
input.message-button2 {
	color:#000;
	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:#000;
	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 {
	color: #810000;
	font-weight: bold;
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #810000;
	font-size: 120%;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #336699;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}


/*-------------------------------BANNER-------------------------------------*/


.banner-style {
	background-image: url(../images/woodworx-banner.jpg);
	height: 110px;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
}
.header-info {
	margin-left: 370px;
	position: absolute;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.header-email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	width: 862px;
	position: absolute;
	text-align: right;
	top: 42px;
}

.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 340px;
	position: absolute;
	text-align: left;
	top: 55px;
	margin-left: 25px;
}


/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 171px;
	float: left;
	background-color: transparent;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	min-height:300px;
}

.leftcol-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	width: 153px;
	padding-top: 13px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-bottom: 0px;
}

/*----------------------------  left menu style ---------------------------------------------------*/

ul#category {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	list-style:none;
	height:100%;
	}


ul#category li {
	margin:0px;
	padding:0px;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
*/	font-size:95%;
}

ul#category li a:link, ul#category li a:visited {
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration:none;
	color:#000000;
	}

ul#category li a:hover, ul#category li a:active {
	background-color:#000;
	color:#CCCCCC;
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	}
	
.leftcol-title {
	background-color: #810000;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 0px;
}



/*-------------------------------MAIN BODY-------------------------------------*/
.body-indexcontent {
	position: relative;
	margin-left: 195px;
	background-color: #FFFFFF;
	width: 675px;
	margin-top: 7px;
}
.body-content {
	position: relative;
	margin-left: 195px;
	background-color: #FFFFFF;
	width: 675px;
	margin-top: 7px;
}
.body-content-prod {
	position: relative;
	margin-left: 195px;
	background-color: #FFFFFF;
	width: 675px;
	margin-top: 7px;
}
.body-content-info {
	position: relative;
	margin-left: 195px;
	background-color: #FFFFFF;
	width: 675px;
	margin-top: 7px;
}

/*-------------------------------CATEGORY PAGE-------------------------------------*/
.product-list2 {
	float: left;
	width: 48%;
	background-color: #FFBFC5;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 225px;
	margin-left: 0px;
	border: 1px solid #000;
	position: relative;
}

.product-list {
	float: left;
	width: 98%;
	background-color: #FFBFC5;
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: auto;
	margin-left: 0px;
	border: 1px solid #000;
	position: relative;
}

.cat-hotspot-1 {
	margin-bottom: 4px;
	width: 99%;
	float: left;
}



/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	padding-left: 0px;
}

.catsub-prod-holder h2 {
	float: left;
	width: 215px;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:7px;
}


.catsub-prod-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#810000;
	border: 2px solid #000;
	}

.catsub-prod-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	overflow: auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
.catsub-prod-holder h2 a:hover {
	background-color:#000;
	color:#fff;
	border: 2px solid #000;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 a:active {
	color: #fff;
	text-decoration:none;
	}
.catsub-prod-holder h2 a:visited {
	color: #fff;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 img {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
	
.catsub-prod-holder h2 a strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	top: 0px;
	width:100%;
	background-color:#000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color:#fff;
	display:block;
}


.catsub-prod-holder h2 a:hover strong {
	background-color:#810000;
	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: #000;
	color:#fff;
	display:block;
	text-indent: 5px;
}

.info {
	color:#666666;
	font-weight:normal;
	font-size:90%;
	font-style:normal;
}


/*-------------------------------granite code ------------------------------------*/


.catsub-gran-holder {
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
	padding-left: 0px;
}

.catsub-gran-holder h2 {
	float: left;
	width: 148px;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:7px;
	overflow: auto;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#810000;
	border: 2px solid #000;
}


.catsub-gran-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#810000;
	border: 2px solid #000;
	}

.catsub-gran-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	overflow: auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.catsub-gran-holder h2 a:hover {
	background-color:#000;
	color:#fff;
	border: 2px solid #000;
	text-decoration:none;
	}
	
.catsub-gran-holder h2 a:active {
	color: #fff;
	text-decoration:none;
	}
.catsub-gran-holder h2 a:visited {
	color: #fff;
	text-decoration:none;
	}
	
.catsub-gran-holder h2 img {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
	
.catsub-gran-holder h2 strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	top: 0px;
	width:100%;
	background-color:#000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color:#fff;
	display:block;
}

.catsub-gran-holder h2 a strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	top: 0px;
	width:100%;
	background-color:#000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color:#fff;
	display:block;
}




.cat-hotspot-2 {
	margin-left: 0px;
	width: 99%;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}

.cat-prod-image {
	text-align: center;
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.product-list h2 {
	background-color: #000;
	display: block;
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product-list h2 a:link {
	background-color: #000000;
	display: block;
	font-size: 14px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
}

.product-list h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#000;
}
.product-list h2 a:hover {
	display: block;
	color: #FFBFC5;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#d00000;
}
.product-list h2 a:active {
	display: block;
	color: #FFBFC5;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#d00000;
}

.product-list2 h2 {
	background-color: #000;
	display: block;
	padding:0px;
	margin:0px;
}
.product-list2 h2 a:link {
	background-color: #000000;
	display: block;
	font-size: 14px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
}

.product-list2 h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#000;
}
.product-list2 h2 a:hover {
	display: block;
	color: #FFBFC5;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#d00000;
}
.product-list2 h2 a:active {
	display: block;
	color: #FFBFC5;
	font-size: 14px;
	padding:5px;
	text-decoration:none;
	background-color:#d00000;
}


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

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #d00000;
	margin-left: 5px;
	margin-right: 5px;
}

.cat-buy-now {
	text-align: left;
	line-height: 32px;
	width: auto;
	margin-left: 150px;
}

label {
	color: #000000;
}

.more-details {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #d00000;
	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;
}
a:hover .more-details {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #999999;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	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;
}



/*--------------------------------------- product page styles start ---------------------------------------*/
.prod-hotspot-1 {
}

.prod-buy-now {
	margin-bottom: 4px;
}

.prod-image {
	float: right;
	margin-bottom: 15px;
	margin-right: 0px;
	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-bottom {
	clear: both;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DE0000;
	font-weight:normal;
	position: relative;
	float: right;
	text-align: right;
	margin-right: 15px;
	background-image: url(../images/another-perfect-fit.png);
	width: 670px;
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 10px;
}

.back-link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#DE0000;
	font-weight:normal;
	position: relative;
	float: right;
	text-align: right;
	margin-right: 5px;
	
}

.back-link a:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#B30000;
	text-decoration: none;
}

.back-link a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#B30000;
	text-decoration: none;
}

.back-link a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration: underline;
}

.back-link a:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
}


.back-link-bottom a:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#B30000;
	text-decoration: none;
}

.back-link-bottom a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#B30000;
	text-decoration: none;
}

.back-link-bottom a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration: underline;
}

.back-link-bottom a:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
}


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

.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}
input.nopbutton {
	color:#B30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }


/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: #000000;
	bottom: 0px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 14px;
	padding-left: 6px;
	font-size: 11px;
	border: 9px solid #FFFFFF;
}
#body-wrapper .footerline p {
	line-height: 33px;
}

#body-wrapper .footerline a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#body-wrapper .footerline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#body-wrapper .footerline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

#body-wrapper .footerline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}


/*-------------------------------SF Seal-------------------------------------*/
#body-wrapper .leftcolumn #sf-siteseal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/sf-siteseal.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 93px;
	float: left;
	line-height: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 16px;

}
#body-wrapper .leftcolumn #sf-siteseal .pbs {
	font-size: 9px;
	color: #336699;
	margin-left: 31px;
	padding-top: 1px;
}
#body-wrapper .leftcolumn #sf-siteseal .pbs a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
#body-wrapper .leftcolumn #sf-siteseal .pbs a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt {
	font-size: 9px;
	margin-top: 3px;
	margin-left: 1px;
	text-align: center;
	font-weight: normal;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
}
/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/
#body-wrapper .footerline #sf-siteseal-horiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/sf-siteseal-horiz.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 208px;
	float: left;
	line-height: 12px;
	margin-right: 44px;
	margin-left: 1px;
	text-align: left;
	margin-top: 4px;
}

#body-wrapper .footerline #sf-siteseal-horiz .pbs-h {
	font-size: 9px;
	color: #336699;
	margin-left: 18px;
	padding-top: 2px;
	width: 62px;
	float: left;
}
html>body #body-wrapper .footerline #sf-siteseal-horiz .pbs-h {
	margin-left: 29px;
	padding-top: 0px;
	width: 85px;
}/*left pos non ie5*/


#body-wrapper .footerline #sf-siteseal-horiz .pbs-h a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
#body-wrapper .footerline #sf-siteseal-horiz .pbs-h a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h {
	font-size: 9px;
	margin-top: 3px;
	margin-left: 115px;
	width: 92px;
	color: #A00110;
	height: 24px;
	text-align: center;
	display: block;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h a {
	font-size: 9px;
	color: #91020C;
	text-decoration: none;
	text-align: center;
	height: 24px;
	width: 80px;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h a:hover {
	font-size: 9px;
	color: #91020C;
	text-decoration: none;
	height: 24px;
	width: 80px;
	text-align: center;
}

/*-------------------------------HOME-------------------------------------*/
.index-top-indoors {
	height:348px;
	background-image: url(../images/PPL70011-Dr-Who-3D.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 218px;
	float: left;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 4px;
}

.index-top-outdoors {
	height:240px;
	background-image: url(../images/HomePage-Cyberlunch.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 380px;
	float: left;
	font-size: 125%;
	font-weight: bold;
	color: #234497;
	padding-top: 110px;
	text-align: right;
	padding-right: 40px;
	background-position: bottom;
}

.index-text {
	width:630px;
	text-align:left;
	margin:20px;
	color: #333333;
}
.index-poster-text {
	font-size: 120%;
	font-weight: bold;
	color: #234497;
	}
/*----------------------------  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:				#770000;
	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: 		5px;
}
.image-right {
	float:right;
	margin-left: 		10px;
}
.clearfix {
clear:right;
}
#body-wrapper .body-indexcontent .index-holder {
	width: 667px;
}
.cat-prod-price p {
	color: #333333;
	font-weight: normal;
}
.product-list form {
	margin: 0px;
	padding: 0px;
}
.rel-box h2 {
	color: #D00000;
	margin: 0px;
	padding: 0px;
}
.rel-box {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFBFC5;
	padding-top:5px;
	}
.index-text-box {
	float: left;
	font-size: 13px;
}
.cat-intro-1 {
	float: left;
}
.ndl-footer-text {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ndl-footer-text a {
	color: #CCCCCC;
}
#body-wrapper #banner .header-email p {
	margin-top: 12px;
}
#body-wrapper .body-indexcontent .index-text-box li {
	list-style-type: none;
	margin-top: 2px;
	background-image: url(../images/arrow-rollover.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 13px;
}
.index-text-box ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*----------------- Form --------------------*/

#fcf2 {
	font-family:arial;
	font-size:11px;
	background-color:#FFFFFF;
	width: 400px;
	float: left;
}
#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;
}


.image-logo {
	border: 1px solid #000000;
	margin-right: 3px;
	padding-right: 1px;
	padding-left: 1px;
}
#body-wrapper .body-content .cat-hotspot-1 .box {
	float: left;
	width: 99%;
	margin-bottom: 10px;
}
