@CHARSET "ISO-8859-1";
	
body {
	font-family: Tahoma;	
	margin:0;
	padding:0;
	background-image: url(images/backgound-main.jpg);
	color:#FFFFFF;
}
	
h1 {
	color:#CCCCCC;
	font-size:12pt
}

h2 {
	color:#CCCCCC;
	font-size:11pt
}

h3 {
	margin-top: 0px;
	color:#CCCCCC;
	font-size:11pt;
}

h4 {
	color:#FFFFFF;
	font-size:11pt;	
	padding:0px;
	margin:0;
}

p {
	color:#FFFFFF;
	font-size:10pt;
}

a {
	font-size:9pt;	
	font-weight:bolder;
	color:#CFCFCF;	
	text-decoration:none;
}

ol {
	padding-left: 0px;
	margin-left: 0px;	
}

ol ul {
	padding-left: 10px;
}

ol li ul li ul li {
	margin-left:20px;	
}

a:hover {
	text-decoration:underline;	
}

.white-text {
	color:#FFFFFF;
	font-size:11pt;	
}

.discount {
	color:#C75537;
	font-size:11pt;
	text-decoration: line-through;	
}

.left {
	width:240px;
	height: 160px;
	float:left;
	margin:0px;
	padding:0px;	
}

.right {
	width:230px;
	height: 135px;
	float:right;
	margin:0px;
	padding:25px 0 0 0;
}

.link {
	font-size:9pt;	
	font-weight:bolder;
	color:#CFCFCF;	
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}

/******-Header styles-******/
#header {
	background-image: url(images/background-header.jpg);
	height:150px;
	width:100%;
}

#header-content {
	width:780px;
	height:140px;
	margin:0 auto 0 auto;
}

#header-left {
	float:left;
	width:400px;
}

#header-right {
	float:right;
	width: 340px;
	height: 122px;
	margin: 23px 17px 0 0px;
}

#header-menu {
	float:left;
	font-family: arial;
	color:white;
	font-size:9pt;
	font-weight:bolder;
	width:150px;
}

#header-menu ul {
	list-style:none;
	text-align: right;
}

#header-menu li	a {
	text-decoration:none;
	color:#FFFFFF;
}

#current {
	list-style-type: square;	
}

#header-menu li	a:hover {
	text-decoration:underline;
}

#header-image {
	/*background-image: url(images/headerImages/header-back.png);*/
	border:7px solid #ffffff;
	/*padding:11px 25px 30px 20px;
	background-repeat: no-repeat;*/
	margin:10px 0 0 10px;
}

/******-Middle banner-******/
#middle-banner {
	background-image: url(images/middle-banner.jpg);
	background-repeat:repeat-x;	
	height:30px;
	width:100%;
	margin:0;
	margin-bottom:-10px;
}

/******-Main Content area-******/
#main-conten-area{
	height:auto;
	width:770px;
	background-color:black;
	margin:0 auto 0 auto;
}

#content-area {
	float:right;
	width:475px;
	margin: 20px 20px 20px 0;
	text-align: justify;	
	font-size:10pt;
}

#gradient {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/gradient.png);
	background-repeat:repeat-y;		
}

.prod-cat {
	width: 200px;
}


/******-Menu styles-******/
#menu {
	background-color: #333333;
	height: 28px;	
	border-bottom:1px solid #666666;
}

#menu-left {
	float:left;
	display:inline;
	color:#FFFFFF;
	list-style:none;
	margin: 4px 25px 0px 30px;
	padding-left:0px;
}

#menu-left li {
	display: inline;	
}

#menu-left a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:9pt;
	font-weight:bolder;
	margin-right:20px;
} 	

#menu-left a:hover{
	text-decoration: underline;
}

#menu-right {
	float:right;
	display:inline;
	color:white;
	list-style:none;
	margin: 4px 8px 0px 0px;
}

#menu-right li {
	display: inline;	
}

#menu-right a{
	color:#898989;
	text-decoration:none;
	font-size:9pt;
	font-weight:bolder;
	margin-left:8px;
} 	

#menu-right a:hover{
	text-decoration:underline;
}

/******-Footer styles-******/
#footer {
	background-image: url(images/footer.jpg);
	height: 80px;
	width:770px;
	margin:0px auto 0 auto;	
	vertical-align:bottom;
}

#footer-text {
	float: right;	
	color:#FFFFFF;
	margin:48px 20px 0 0;
}

.footer-link {
	color:#FFFFFF;
	font-size: 8pt;
}

.footer-link:hover {
	color:#CCCCCC;	
}

/******-login box styles-******/
#login-box {
	float:left;
	width:205px;
	margin:20px 10px 20px 20px;
	color:white;
}

#login {
	width:145px;
	margin:0 0px 0 18px;
	background-color:#666666;
	padding: 5px 0px 5px 0px;
}

#login p {
	margin: 0 20px 5px 0;
	text-align:right;
	font-size:9pt;	
	font-weight:bolder;
	color:#CFCFCF;	
}

#login input {
	background-color:#999999;
	margin-top:5px;
	border:0px
}

.login-grey {
	width:180px;
	height:auto;
	background-color:#333333;
	margin:0 0 0 11px;
}

.login-link  {
	font-size:9pt;	
	font-weight:bolder;
	color:#CFCFCF;	
	text-decoration:none;
}

.login-link:hover {
	text-decoration: underline;	
}

.login-menu {
	list-style:none;
	width:120px;		
	margin:0px 10px 5px 15px;
	padding:0px;
}

.login-menu li{
	border-bottom:1px solid #999999;
}	

.login-menu a:hover {
	text-decoration:none;	
}

#login-form {
	background-color:#666666;
	/*border: 1px solid #666666;*/
	color:#CFCFCF;
	font-weight:bold;
}

#login-form p {
	margin:0px;	
}

#login-form input {
	background-color:#999999;
	border:0px;
}

.left-menu li {
	list-style:none;
	margin-left:-15px;
}

.side-menu-title {
	border-bottom:1px solid #666666;
	font-size:12pt;
	width:140px;
	padding: 0 20px 0 20px;
	margin-bottom:5px;
	color:#666666;
}

.sub-menu {
	list-style:circle;
	width:100px;		
	margin:0px 10px 5px 15px;
	padding:0px;
	font-size:8pt;
}

.sub-menu li{
	border-bottom:0px;
}	

#current-sub {	
	list-style:disc;
	font-size: 9pt;
}

/******-Offers Menu-******/

.left-box {
	width:155px;
	background-color:#333333;
	padding: 5px 0px 5px 6px;
}

#offers p {
	margin: 0 20px 5px 0;
	text-align:right;
	font-size:9pt;	
	font-weight:bolder;
	color:#CFCFCF;	
}

.offers-menu {
	list-style:none;
	width:140px;		
	margin:0px 10px 5px 15px;
	padding:0px;
}

.offers-menu li{
	border-bottom:1px solid #999999;
	margin-bottom: 5px;
}

.offer-link {
	font-size: 10pt;
	text-decoration:none;
	color:#CCCCCC;
}
	
.offer-link:hover {
	text-decoration:underline;	
}

.offer-image {
	border: 1px solid #CCCCCC;
	padding:3px;	
	width:70px;
}

/******-Product detail page-******/
.product-detail {
	text-align:left;	
}

#product-detail-img {
	float:left;
	padding:3px;
	/*border:1px solid #E4E4E4;*/
	width:140px;
	max-width: 140px;
}

#product-detail-info {
	float:right;
	width: 300px;	
}

#product-description {
	border-top:1px solid #666666;
	margin-top: 10px;
}

.products {
	border-bottom:1px solid #666666;
}

.a-link {
	color:#CCCCCC;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}

.product {
	width: 100px;
}

.product a {
	color:#CCCCCC;
	text-decoration:none;
	/*font-size:12pt;*/
}

.product a:hover {
	text-decoration: underline;	
	color:#AFAFAF;
}

.news-link {
	color:#CCCCCC;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	width: 100px;
}

.news-link:hover {
	text-decoration:underline;
}

.basket {
	color:#CCCCCC;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

.product-thumb {
	/*border: 1px solid #CCCCCC;*/
	padding:3px;
	width:130px;
	vertical-align: top;
}

#product-image {	
	width:130px;
	padding:5px;
	border:0px;
}

#image-gallery img{
	padding:5px;
	border:1px solid #666666;
}

#image-gallery {
	border-top:1px solid #666666;
}

/******-News/ faqs lists-******/
.list-details {
	border-bottom:1px solid #666666;
}

.question {
	border-bottom:1px solid #666666;
	font-size:10pt;
}

/******-Copyright text-******/
#copyright_text {
	width:795px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-size:9pt;
	color:#999999;
	margin-bottom:40px;
	background-image: url(images/gradient-bottom.png);
	background-repeat:no-repeat;
}

.designcredit {
	float:right;
}

.designcredit a {
	color:#999999;
	text-decoration:none;
}

.designcredit a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.strapline {
	float:left
}

/******-Validation style-******/

.errorDisplay {
	color: #FFFFFF;
	font-weight: bold;
}
div.errorDisplay {
	background: #999999;
	border: 2px solid #FFFFFF;
	padding: 5px;
}

.errorDisplay li {
	font-weight: normal;
}

#done {
	background: #CEFFBF;
	border: 1px solid #62CF40;
	padding: 5px;
}

/******-Shopping cart style-******/
#tbl-cart{
	border: 1px solid #666666;
	padding:0px;
	/*margin-bottom:25px;*/
}

#tbl-cart tr td {
	padding:2px 0 2px 5px;
	margin: 2px 0 2px 0;	
}

#cartheader {
	background-color: #4F2620;
	font-weight:bold;
}

#cartheader td {
	padding-top:2px;
	padding-bottom:2px;	
}

.cartthumb {
	margin:5px;
	width:90px;	
}

.greyBack {
	background-color:#666666;
	border: 1px solid #C7C7C7;
	padding:5px;
}

.cartitem1 {
	background-color:#333333;
	border-top: 1px solid #666666;
}

/*no style*/
.cartitem0 {	
	border-top: 1px solid #666666;
}

.address {
	border: 1px solid #C7C7C7;
	padding:5px;
}

#discount {
	background-color:#666666;
	border-bottom:1px solid #000000;	
}

.voucher-error {
	color:#BE3C18;
	font-weight:bold;	
}

.voucher-good {
	color:#A7EF59;
	font-weight:bold;	
}

.border-box {
	border:1px solid #666666;
	padding: 10px;
	margin: 10px 0 10px 0;	
}

.handcursor{
	cursor:pointer;
}	

#bottom-gradient {
	margin-left: auto;
	margin-right:auto;	
}

/******-Address style-******/

#address-left {
	float:left;
	width:300px;
}

#address-right {
	float:right;	
	width:130px;
}

.address-list {
	border: 1px solid #C7C7C7;
	padding:0 10px 10px 10px;
	margin: 0 0 10px 0;
}

/******-Order list style-******/
#orders {
	 border-collapse: collapse;
}
.order-item {	
	 border-bottom: 1px solid #666666;
}

.order-item td {
	padding:3px 0 3px 0;
}

.order-item:hover {
	background-color:#333333;	
	cursor: pointer;
}


/******-rounded Corner style-******/
.rbtop div {
	background: url(images/tl.gif) no-repeat top left; 
}
.rbtop { 
	background: url(images/tr.gif) no-repeat top right; 
}
.rbbot div { 
	background: url(images/bl.gif) no-repeat bottom left; 
}
.rbbot { 
	background: url(images/br.gif) no-repeat bottom right; 
} /* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	height: 21px;
	font-size: 1px;
}
.rbcontent { margin: 0 21px; }
.rbcontent p, .rbcontent ul {
	margin: 0px;	
}
.rbroundbox { 
	width: auto; 
	margin: 1em auto; 
	background-color: #333333;
}

/******-rounded Corner style-lg (lg=Light Grey) -******/

.rbtop-lg div {
	background: url(images/tl-lg.gif) no-repeat top left; 
}
.rbtop-lg { 
	background: url(images/tr-lg.gif) no-repeat top right; 
}
.rbbot-lg div { 
	background: url(images/bl-lg.gif) no-repeat bottom left; 
}
.rbbot-lg { 
	background: url(images/br-lg.gif) no-repeat bottom right; 
} /* height and width stuff, width not really nessisary. */
.rbtop-lg div, .rbtop-lg, .rbbot-lg div, .rbbot-lg {
	height: 7px;
	font-size: 1px;
}
.rbcontent-lg { 
	margin: 0 7px; 
	padding-left: 10px;
}

.rbroundbox-lg { 
	width: auto; 
	margin: 1em auto; 
	background-color: #666666;
}
/******-Page numbering -******/
.move-page-text {padding-right:10px;}

a.move-page-link {font-weight:bold; margin-right:10px;}
a.move-page-link:link {color:#666666;}
a.move-page-link:visited {color:#666666;}
a.move-page-link:hover {color:#666666;}

/*********************/

.clear {
	clear:both;	
}

