/* STYLE SHEET FOR ONFIRE SITE
Created by: DHG
www.onfire.co.uk
ToC
	1.defaults
	2.structure
	3.links and navigation
	4.font styling
	5.images
	6.hacks
Notes
*/

/* ----------- 1.defaults -------------*/
*{
	margin: 0;
	padding: 0;
	}
body {
	color: #cccccc;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; /* font size hack for IE5 */
	voice-family: inherit;
	font-size: x-small;
	}
	
/* ------------ 2.structure ------------*/
#wrapper {
	width: 780px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin:0 auto;
	height: 100%;
	text-align: left;
	}
.wrapper {
	width: 780px;
	padding:0 20px;
	margin:0 auto;
	height: 100%;
	text-align: left;
	}
#masthead {
	}
#logo {
	background-image: url(images/rugbylogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	float: left;
	}
#content {
	height: 100%;
	width: 780px;
	}
#linkcontent {
	height: 100%;
	width: 780px;
	background-image: url(../images/ruledpaper.jpg);
	background-repeat: no-repeat;
	padding-left: 125px;
	padding-top: 50px;
	}
#linkcontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	}
#flashimg {
	padding-bottom:17px;
	background-image:url(../images/cent_grad.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
#blogwrap {
	}
#shopping {
	float: right;
	font-size: 60%;
	margin-top: -20px;
	text-align: right;
	}
#minipics {
	}
#newscontent {
	width: 350px;
	height: 150px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: both;
	}
#ogiocontent {
	width: 775px;
	height: 150px;
	border: 1px solid #CCCCCC;
	float: right;
	clear: both;
	}
#prod_detail {
	width:100%;
	}
	#detail-image {
		float:left;
		width:375px;
		margin:0 auto;
		text-align:center;
		}
	#detail-desc {
		float:left;
		width:230px;
		padding-right:10px;
		}
	#detail-recommend {
		float:left;
		width:151px;
		padding:11px 0 0 10px;
		border-left:1px solid #ccc
		}
#ventinghead {
	float: left;
	padding-bottom: 10px;
	}
#middleheadings {
	font-family: "Trebuchet MS";
	font-size: 160%;
	}
#popularhead {
	float: right;
	padding-bottom: 10px;
	padding-right: 270px;
	}
#piclinks {
	float: right;
	width: 100%;
	clear: right;
	height: 180px;
	}
#picintro {
	padding: 1px 20px 0px 1px;
	float: left;
	}
#storepics {
	width: 160px; /* for IE5/Win */
	float: left;
	padding: 10px 10px 2px 10px;
	border: solid #cccccc 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	/* hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* compliant browsers */
	width: 160px;
	height: 235px;
	}
#colouroptions {
	padding: 0px 5px 0px 315px;
	border: solid #cccccc 1px;
	}
#gallerypics {
	width: 160px; /* for IE5/Win */
	float: left;
	padding: 10px 10px 10px 10px;
	border: solid #cccccc 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	/* hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* compliant browsers */
	width: 160px;
	height: 202px;
	vertical-align: middle;
	}
#footer {
	border-top: solid #cccccc 1px;
	padding-top: 10px;
	clear: both;
	}
#shoppingcart {
	border: solid #cccccc 1px;
	background-color: #fff;
	}
#shoppingcart a{
	color:#cc0000;
	}
#shoppingcart a:hover{
	color:#ff0000;
	}
#maincopy {
	}	
#newsTicker{
	border-bottom: solid #cccccc 1px;
	padding:2px 0 8px;
	margin:0 0 18px;
	font-size:12px;
}
.separator {
	clear: both;
	height: 0;
	}
	
/* ----------- 3.links and navigation -----------*/
a {
	color: #cccccc;
	text-decoration: none;
	}
a:visited {
	color: #cccccc;
	}
a:hover {
	color: #ffffff;
	}
a:active {
	color: #cccccc;
	}
a.current {
	color: #ffffff;
	}
#navigation a {
	font-family:Georgia, Verdana, Arial, Helvetica;
	}
#navContainer {
	font-size: 170%;
	padding-top: 12px;
	}
#subnavigation_oneline {
	background-image: url(images/topband.jpg);
	background-repeat: no-repeat;
	border:1px solid #CCC;
	border-left:0;
	border-right:0;
	border-bottom:0;
	font-size:1em;
	line-height:6px;
	font-family:Georgia, Verdana, Arial, Helvetica;
	float:left;
	width:100%;
	}
#subnavigation {
	background-image: url(images/topband.jpg);
	background-repeat: no-repeat;
	border:1px solid #CCC;
	border-left:0;
	border-right:0;
	font-size:1em;
	line-height:20px;
	font-family:Georgia, Verdana, Arial, Helvetica;
	float:left;
	width:100%;
	margin-bottom: 6px;
	}
#subnavigation ul {
	float:left;
	padding:10px 60px 10px 0;
	}
#subnavigation a {
	color:#999999;
	display:block;
	}
#subnavigation a:hover, #subnavigation.saleRed a:hover{
	color:#cccccc;
	}
#subnavigation.saleRed a{
	color:#AD2824;
}
#breadcrumb {
	color: #999;
	padding-top: 0px;
	font-weight:bold;
	}
#breadcrumb a {
	color: #999;
	}
#breadcrumb a:hover {
	color:#000;
}
#pagenavigation {
	color: #999;
	text-align: right;
	margin-top: -20px;
	font-weight:bold;
	padding-top: 10px;
	color: #999;
	}

#pagenavfoot {
	text-align: right;
	font-weight: bold;
	clear: both;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #999;
	} 

.currency {
	padding-left: 0px;
	}
.image {
	border: none;
	}
#badge {
	padding-top: 0px;	
	width: 126px;
	float: right;
	}
#newsTicker a{
	color:#AD271E;
}
	
/* ----------- 4.font styling --------------*/
h1, h2, h3, h4, p, ul {
	}
h1 {
	}
h2 {
	font-family:Georgia, Verdana, Arial, Helvetica;
	font-size: 135%;
	color:#ffffff;
	padding-top: 10px;
	}
h3 {
	font-size: 125%;
	color: #ffffff;
	}
h4 {
	font-size: 110%;
	color: #ffffff;
	}
p {
	}
ul {
	list-style-type: none;
	}
.red {
	color: #FF0000;
	}
.tableheaders {
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
	font-size: xx-small;
	/* hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* compliant browsers */
	font-size: x-small;
	}
.tabledata {
	color: #000000;
	text-indent: 5px;
	font-weight: bold;
	font-size: xx-small;
	/* hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	/* compliant browsers */
	font-size: x-small;
	}
.rangeheadings {
	color:#cccccc;
	font-family:Georgia;
	font-size: 180%;
	}
#rangeintro {
	color:#000;
	font-size: 115%;
	}
.price {
	color:#cccccc;
	font-family:Georgia, Verdana, Arial, Helvetica;
	font-size:150%;
	padding:5px 0 5px 0;
}
#newsimg {
	float: left;
	padding-top: 10px;
	}
#newscontainer {
	padding: 10px;
	border-top: solid #CCC 1px;
	}
#newsitem {
	padding: 10px 10px 10px 130px;
	margin: 20px 0px 20px 0px;
	}
#formcontent {
	float: left;
	width: 35%;
	}
#datacapture {
	width: 60%;
	float: right;
	}
#inforequest {
	border: solid #666666 1px;
	padding-left: 10px;
	width: 80%;
	}
#detail-desc ol li{
	display:inline;
}
#detail-recommend h3{
	color:#fff;
	font-family:Georgia, Verdana, Arial, Helvetica;
	text-align:center;
	}
.search-box {
	float:right;
	margin:0;
	padding:12px 5px 0px 0px;
	}
	.search-box input{
	margin:0;
	}
.color	{
	color: #cccccc;
	font-size:90%;
	}
.quote {
	font-family:Georgia;
	font-size:110%;
	}
input {
	color: #676767;
	border: solid #666666 1px;
	margin-top: 7px;
	}
hr {
	border:0;
	border-bottom:1px solid #CCC;
	}
	
/* ------------ 5.images ----------------*/
a img {
	border: 0;
	}
#flashimg img {
	float:left;
	margin:auto;
	}
#minipics img {
	padding:5px;
	}
	
/* ------------- 6.hacks -----------------*/
body {/* IE 5 centering bug fix */
	text-align: center;
	background-color: #FFF;
	}
#inner-width {
	width:98%;
	}
.clear {
	margin:0;
	padding:0;
	border:0;
	clear:both;
	}
	
/*/////////////////////-abercrombie scroll bar-/////////////////////////*/
#fade-cont {
	width: 100%;
	overflow: auto;
	margin: 0.3em auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: center;
	overflow:hidden;
	}
#products {
	width: 100%;
	overflow: auto;
	margin: 0;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 0;
	height: 327px;
	text-align: center;
	background-color: #1e2830;
	}
#deptImgs ul{
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	display:block;
	padding:0 20px;
	margin:0 auto;
	}
#deptImgs {
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	display:block;
	margin:0 auto;
}
#products ul li {
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	width: 257px;
	padding-top: 10px;
	display: inline;
	float: left;
	text-align:center;
	}
#products ol {
	display: block;
	margin: 0 auto;
	text-align: center;
	}
#products ol li {
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	display: inline;
	float: none;
	width: auto;
	margin: 3px;
	}
#left-grad {
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	background-image:url(../images/prod_grad_l_d.png);
	background-repeat:repeat-y;
	float:left;
	width:90px;
	height:287px;
	}
#left-grad a {
	padding: 5px 3px 2px 3px;
	background-color: #CCCCCC;
	}
#right-grad {
	position: absolute;
	z-index:100;
	top:0;
	right:0;
	background-image:url(../images/prod_grad_r_d.png);
	background-repeat:repeat-y;
	float:right;
	width:50px;
	height:287px;
	}
/* CSS Tooltips */
a.tip {
	text-decoration: none;
}

a.tip:hover {
	position: relative;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: absolute; bottom: 100px; left: 150px;
	/* formatting only styles */
	font-family:Georgia;
	font-size:110%;
	font-weight:bold;
	color:#6D6C6C;
   	padding: 15px 0px 5px 30px;
	margin: 0px;
	z-index: 100;
    text-decoration: none;
	text-align:left;
	background: url(../images/prod_bg_lable.png) no-repeat;
	width:100px;
	height:53px;
	/* end formatting */
}
/*//////////////////////////////////////////////*/
