/***********************************************/
/* elite-styles.css                    */
/*                                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.16;
	padding: 0px;
	background-color: transparent;
	background-attachment: fixed;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#body-wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/back-body.png);
	background-repeat: repeat-y;
}

p {
	margin: 0px
}
img {
	border: none;
}
/*-------------------------------DEFAULT LINKS-------------------------------------*/
a:link {
	color: #1C4887;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1C4887;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #AF1306;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #1C4887;
	text-decoration: none;
	font-weight: bold;
}

/*------------------------------- BREADCRUMB -------------------------------------*/

.breadcrumb-holder {
	width:450px;
	padding-bottom: 3px;
}
.breadcrumb a:link {
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.breadcrumb a:visited {
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: #587298;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
.breadcrumb a:active {
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
/*------------------------------- SEARCH -------------------------------------*/
.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	float: right;
	position: absolute;
	top: 30px;
	width: 216px;
	padding-left: 0px;
}

input.txt-search-go {
	background-color: #1C4785;
	font-weight: bold;
	font-size: 9px;
	color: white;
	border: 1px solid #708594;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.txt-search-go-hov {
	background-color: #AE1306;
	font-weight: bold;
	font-size: 9px;
	color: white;
	border: 1px solid #708594;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.txt-search-box {
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #999999;
	margin-right: 5px;
	padding: 2px;
}

input.btn {
	color:#636C03;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #746F13;
	margin-top: 10px;
	padding-top: 10px;
}

.search-wrapper {
	width:600px;
	margin-left: 40px;
}

.search-right {
	text-align:right;
}
.search-li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}

.search-li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #746F13;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #746F13;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #746F13;
	text-decoration: underline;
}

ol {
	padding: 0px;
	margin: 0px;
}

/*------------------------------- LIST -------------------------------------*/

ul {
	list-style:disc url(none);
	padding: 0px;
	margin: 0px;
}

ul ul {
	list-style:url(none) none;
	margin-left: 2px;
	padding-left: 2px;
}
li {
	padding: 0px;
	margin: 0px;
}

.li-indent {
	margin-left:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*------------------------------- H1 -------------------------------------*/

.title-text {
	width: 340px;
	text-align: center;
}

h1 {
	color: #AF1306;
	font-weight: bold;
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #746F13;
	font-weight: lighter;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #746F13;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 6px;
}


/*------------------------------- BANNER -------------------------------------*/


.bannerimage {
	background-image: url(../images/main-bg-header2.png);
	height: 74px;
	width: 162px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 588px;
}
.header-customer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.header-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	color: #4F6A15;
	width: 125px;
}
#body-wrapper #banner .bannerimage .header-info a:link {
	font-size: 12px;
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
}
#body-wrapper #banner .bannerimage .header-info a:visited {
	font-size: 12px;
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
}
#body-wrapper #banner .bannerimage .header-info a:hover {
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#body-wrapper #banner .bannerimage .header-info a:active {
	font-size: 12px;
	color: #4F6A15;
	text-decoration: none;
	font-weight: normal;
}

/*------------------------------- MAIN BODY -------------------------------------*/
#products-holder-firefox {
width:98%;
}

.body-indexcontent {
	margin-left: 193px;
	background-color: transparent;
	margin-top: 0px;
	position: relative;
}
.body-content {
	margin-left: 200px;
	background-color: transparent;
	margin-top: 12px;
	position: relative;
}
.body-content-info {
	position: relative;
	margin-left: 200px;
	width: 525px;
	background-color: #FFFFFF;
	margin-top: 12px;
}


	
	
/*---------------------------- 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:left;
	margin-top: 18px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button {
	color:#330099;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 17px;
	bottom: 17px;
	}
	
input.message-button2 {
	color:#330099;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 17px;
	left: 17px;
	}
	
/*---------------------------- 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:left;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button-error {
	color:#330099;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 20px;
	}
/*---------------------------- pop up opacity effect ---------------------------------------------------*/
/*#dropSheet
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}

*/
	
	
/*---------------------------------- Sub category styles start -------------------------------------------*/
.SubCatmenu {
	width:100%;
}

#SubCat {
	float:left;
	font-size:12px;
	line-height:normal;
	background-color: transparent;
	overflow: hidden;
	width: 100%;
	font-weight: normal;
}
#SubCat ul {
	margin:0;
	list-style:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#SubCat li {
    display:inline;
    margin:0;
    padding:0;
}
#SubCat a {
    float:left;
    background:url(../images/SubCatleft-shadow.png) no-repeat left top;
    margin:0;
    padding:0 0 0 17px;
    text-decoration:none;
	font-weight: normal;
	font-size:12px;
}
#SubCat a span {
	float:left;
	display:block;
	background:url(../images/SubCatright-shadow.png) no-repeat right top;
	color:white;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 1px;
	font-size:12px;
	white-space: nowrap;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#SubCat a span {float:none;}
    /* End IE5-Mac hack */
#SubCat a:hover span {
    color:#FEAB31;
	font-weight: normal;
}
#SubCat a:hover {
    background-position:0% -31px;
}
#SubCat a:hover span {
    background-position:100% -31px;
}  


/*-------------------------------CATEGORY PAGE-------------------------------------*/


.product-list {
	float: left;
	width: 45%;
	background-color: #F2F2F0;
	padding: 9px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	height: 140px;
	margin-left: 0px;
	background-image: url(../images/prod-list-back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.product-list2 {
	float: left;
	width: 94%;
	background-color: #F2F2F0;
	padding: 9px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	height: 209px;
	margin-left: 0px;
	background-image: url(../images/prod-list-back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.cat-hotspot-1 {
	margin-bottom: 4px;
	width: 98%;
}


.cat-hotspot-2 {
	width: 98%;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.cat-prod-image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cat-prod-link {
	color: #587298;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
	height: auto;
	font-size: 14px;
}


.product-link a:link {
	font-size: 15px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
}

.product-link a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
}

.product-link a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #AF1306;
	text-decoration: none;
}
.product-link a:active {
	font-size: 15px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
}
.cat-prod-image-and-title {
	height:auto;
	clear: both;
}
.cat-prod-description {
	text-align: left;
	margin-top: 16px;
	margin-bottom: 12px;
	font-size: 14px;
	height: auto;
}

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #333333;
}

.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: #333333;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #AF1306;
	display: inline;
	font-size: 70%;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#body-wrapper .body-content #products-holder-firefox .product-list select {
	font-size: 10px;
}
#body-wrapper .body-content #products-holder-firefox .product-list2 select {
	font-size: 10px;
}
.quantity input {
	font-size: 10px;
}


/*--------------------------------------- product page styles start ---------------------------------------*/
.prod-hotspot-1 {
	float:left;
	padding-bottom: 10px;
}

.prod-buy-now {
	margin-bottom: 4px;
}

.prod-image {
	float: right;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: 10px;
}

.prod-summary {
	margin-top: 15px;
	margin-bottom: 15px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000000;
}

.prod-description {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
}

.prod-hotspot-2 {
	margin-top: 4px;
	margin-bottom: 15px;
	clear: right;
}

.prod-hotspot-3 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.form-pos {
text-align:center;
}

.image-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image-right {
	float:right;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/*----------------------------  Back link at bottom of page styles ---------------------------------------------------*/
#back-top {
	float: right;
}
#back-button {
	float: right;
	clear: both;
}
div.outer1 {
	margin: 0;
	padding:0;
	width: 62px;
	height: 31px;
	background: url(../images/back-button.png) no-repeat 0 -31px;
	float: left;
	}
div.outer1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/back-button.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer1 a:visited {
	color: #ffffff;
	}
	
div.outer1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #9F0110;
	}
div.outer1 a:active {
	color: #ffffff;
	}
	
div.outer1 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 1px;
	}
div.outer2 {
	width: 62px;
	height: 31px;
	background: url('../images/top-button.png') no-repeat 0 -31px;
	float: left;
	}
div.outer2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:white;
	text-decoration: none;
	background: url('../images/top-button.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	}
div.outer2 a:visited {
	color: #ffffff;
	}
	
div.outer2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #9F0110;
	}
div.outer2 a:active {
	color: #ffffff;
	}
	
div.outer2 span {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding-top: 4px;
	padding-right: 14px;
	padding-left: 1px;
	}
/*-------------------------------CART-------------------------------------*/

.nopcart {
	padding: 5px;
	width: 98%;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

input.nopbutton {
	color:#636C03;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.noptotal {
  padding: 5px;
}
.voucher-checkout {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: transparent;
	bottom: 0px;
	clear: both;
	padding-top: 15px;
	color: #666666;
	text-align: center;
	padding-right: 15px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	width: 715px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 20px;
}

.text-bottom-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float:right;
	position: relative;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	height: 35px;
}
.text-bottom-right a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.text-bottom-right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.text-bottom-right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

.text-bottom-right a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
/*---------------------------- size table ---------------------------------------------------*/

.center-image {
text-align:center;
}

.blue-bgrnd {
	background-color:#E1E1FF;
}


/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/

#siteseal-horiz {
	float: left;
	height: 28px;
	width: 208px;
	margin-top: 3px;
	
}
div.sf1 {
	float: left;
	width: 115px;
	height: 28px;
	background: url(../images/sf-siteseal-horiz-left.png)  no-repeat top left;
	}
div.sf1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #133054;
	text-decoration: none;
	background: url(../images/sf-siteseal-horiz-left.png) no-repeat 0 -28px;
	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: #133054;
	}
	
div.sf1 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #336699;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:active {
	color: #133054;
	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 top left;
	}
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 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:visited {
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #91020C;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:active {
	color: #5C0109;
	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;
	}


/*---------------------------- Default Index Page ---------------------------------------------------*/

.index-right {
	float:right;
	margin-top: 4px;
}
.index-main-top {
	background-color: transparent;
	background-image: url(../images/main-bg-bottom-half2.png);
	background-repeat: no-repeat;
	height: 186px;
	width: 364px;
}

.index-right-top {
	background-color: transparent;
	background-image: url(../images/index-side-top.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 164px;
	padding-left: 25px;
}
.index-right-middle {
	background-color: transparent;
	background-image: url(../images/index-side-clothing.png);
	background-repeat: no-repeat;
	height: 325x;
	width: 164px;
	padding-left: 25px;
	margin-top: 5px;
}
.index-right-offers {
	background-color: transparent;
	background-image: url(../images/index-side-bottom.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 179px;
	padding-left: 10px;
	margin-top: 6px;
}
.red-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1306;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 125px;
}

.red-top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1306;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 18px;
}

.red-top-offers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1306;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 18px;
	padding-left: 15px;
}

.blue-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 132px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
	font-weight: bold;
}
.index-main-middle {
	background-color: transparent;
	background-image: url(../images/main-pic2.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 185px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 60px;
	padding-left: 165px;
	padding-right: 14px;
}

.index-main-products {
	background-color: transparent;
	background-image: url(../images/main-bg-products.png);
	background-repeat: no-repeat;
	height: 323px;
	width: 360px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}
.index-prod-1 {
	padding-left:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	width: 80px;
	float: left;
	height: 150px;
}

.index-prod-2 {
	padding-left:108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	float: left;
	width: 72px;
	height: 150px;
}

.index-prod-3 {
	padding-left:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	width: 80px;
	float: left;
}

.index-prod-4 {
	padding-left:108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 15px;
	float: left;
	width: 72px;
}
.prod-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #587298;
	text-decoration: none;
	font-weight: bold;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}
.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}
.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
.text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	padding-top: 125px;
}
.text2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}
.text2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	}
.text2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
.text2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
	}

.index-main-bottom {
	width:507px;
	height:85px;
	background-color: transparent;
	background-image: url(../images/main-bg-bottom.png);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute; 
	top: 690px;
}
/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 188px;
	float: left;
	background-color: transparent;
	background-image: url(../images/main-bg-top-left-menu3.png);
	background-repeat: no-repeat;
}
.buttons-side-top a:link {
	color: white;
	display: block;
	margin-left: 18px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 131px;
	background-image: url(../images/arrow.png);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

.buttons-side-top a:visited {
	color: white;
	display: block;
	margin-left: 18px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 121px;
	background-image: url(../images/arrow.png);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

.buttons-side-top a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #5B0000;
	background-image: url(../images/arrow-rollover.png);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	padding-left: 36px;
	text-decoration: none;
}

.buttons-side-top a:active {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 189px;
	float: left;
	background-color: transparent;
	background-image: url(../images/main-bg-top-left-menu3.png);
	background-repeat: no-repeat;
}

.leftcol-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	width: 139px;
	background-image: url(../images/left-menu-top.png);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	height: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 11px;
}

.buttons-side a:link {
	color: #587298;
	display: block;
	margin-left: 18px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 131px;
	background-image: url(../images/arrow-line.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 11px;
	padding-left: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	background-color: transparent;
}

.buttons-side a:visited {
	color: #587298;
	display: block;
	margin-left: 18px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 121px;
	background-image: url(../images/arrow-line.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 11px;
	padding-left: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	background-color: transparent;
}

.buttons-side a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #5B0000;
	background-image: url(../images/arrow-line-rollover.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-left: 36px;
	text-decoration: none;
	background-color: transparent;
}

.buttons-side a:active {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #587298;
	text-decoration: none;
	background-image: url(../images/arrow-line.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding-left: 36px;
	background-color: transparent;
}


.margins {
padding:10px;
}
.clearing {
clear:both;
}
.left-images-120 {
	width:130px;
	float: left;
}
#body-wrapper .body-content #products-holder-firefox #product-list .cat-prod-image img {
	padding-right: 10px;
	padding-bottom: 10px;
}
#body-wrapper .body-content-info img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 5px;
}
#body-wrapper .footerline p {
	padding-top: 2px;
}
#body-wrapper .body-indexcontent .index-main-bottom h1 {
	font-size: 12px;
	color: #666666;
}

/*----------------------------  editor styles ---------------------------------------------------*/
.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:				#A52A2A;
	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;
}
#quicksearch {
	position: absolute;
	top: 25px;
	padding-left: 205px;
}
#body-wrapper #quicksearch select {
	font-size: 11px;
	color: #1C4785;
}
.drop-box {
	color: #000000;
}
#body-wrapper .body-content-info #booking em {
	color: #FF0000;
}
.contact-form {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.form-error {
	color:#FF0000;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#body-wrapper .body-indexcontent .index-main-products .index-prod-1 strong {
	line-height: 20px;
}
#body-wrapper .body-indexcontent .index-main-products .index-prod-2 strong {
	line-height: 20px;
}
#body-wrapper .body-indexcontent .index-main-products .index-prod-3 strong {
	line-height: 20px;
}
#body-wrapper .body-indexcontent .index-main-products .index-prod-4 strong {
	line-height: 20px;
}
.checkbox {
	width: 150px;
	float: left;
}
.checkbox-hold {
	height: 85px;
	padding-top: 16px;
}
#body-wrapper #banner .bannerimage .header-info p span {
	display: block;
	float: left;
	width: 30px;
}
#body-wrapper #banner .bannerimage .header-info p strong {
	width: 90px;
	display: block;
	float: left;
}
