/**
 * Design. Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
		Overall Background		Generic
----------------------------------------------------------- */

body {
	background: white ;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, sans-serif;   /* Overall Background */
}

a:link,
a:visited {
	text-decoration: none;   /* Text color of categories and below photos*/
	color: black;
}
a:link1,
a:visited1 {
	text-decoration: none;   /* Text color of categories and below photos*/
	color: yellow;
}
a:hover {
	border-bottom: maroon 1px solid;
}

.pageWrapper { 
	margin: 0 10%;
	width: auto;
	min-width: 620px;
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto ;
	width: 1000px;
	min-width: 620px; /* Main Page Wrapper */
}


/* extension to page wrapper */
#main {
	border-right: #FFF 1px solid;
	border-left: #FFF 1px solid;
	/* IE Hack. Set this to right colour for now */
	background: white;
}

div#bodyWrap {
	background: url('images/back_top.jpg') repeat-x;
}

div#bodyWrap {
	width: auto;
	min-width: 800px;
	height: 432px;
}

img.productontop, 
.productontop img {
        background: url('images/bg1.gif') repeat-x; /*      New Product background color */
	border: 1px solid #cccccc; /* #225F82;  Border of photos  beside categories*/
	margin: 12px 8px 4px 8px;
}

.content .productontop {
	text-align: center;
}

img.product, 
.product img {
        background: url('images/bg1.gif') repeat-x; /*      New Product background color */
	border: 1px solid #cccccc; /* #225F82;  Border of photos  beside categories*/
	margin: 12px 8px 4px 8px;
}

.content .product {
	text-align: center;
}
.subBarInner p {
	margin: 3px 8px 2px 8px;
	padding: 0;
}

.productontop {
	font-weight: normal;        /* Price under each Photo */
	color: 1px solid white;  /* Color of Price under each photo */ 
	font-size: 11px;
	border: 1px solid white;		
}
.product {
	font-weight: normal;        /* Price under each Photo */
	color: 1px solid white;  /* Color of Price under each photo */ 
	font-size: 11px;
	border: 1px solid #EAEAAE	;		
}
div.wide2 {
	width: 33%;
	float: right;
	text-align: center`;
}
div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}


div.wide5 {
	width: 50%;
	float: left;
	text-align: left;
}
input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #EAEAAE	;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 16px;   /* New PRODUCTS */
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 11px;  /* GYGABYTE  */
	color: black;    /* arrow mark on top between page nos */
	padding-bottom: 4px;
	border-bottom: 1px solid #EAEAAE	;
}

h1 span {
	float: right;
	color: black;
}

/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header {
	height: 128px;
	margin-right: -2px; /* Box model adjustment */
}

#header #logo {
	width: 200px;
	float: left;
	background: url('images/logo2.gif') no-repeat #EAEAAE	;  /* Company Logo */
	onclick: url('http://www.demotifcollections.com');
	margin: 0 -3px;
	height: 128px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 78px;
        background: url('') repeat-x right top #FFF;
	float: right;

	border-right: 2px solid #fff;
	position: relative;
	margin-right: -2px;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	color: black;
	margin: 10px 10px 0 0;
	float: right;
	width: 570px;
	text-align: Centre;  /* Header Text 'Home' 'Special Offer' */
	height: 22px;

}

#heading a:link,
#heading a:visited {
	color: Brown;  /* Font color for header text 'Home' Special Offer' etc */
	margin-left: 20px;
}

#heading a:hover {
	border-bottom: #cccccc 1px solid;
}

#heading .sub {
	clear: right;
}

#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	color: #249;
	background:#B0B0B0;
}

/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	z-index: 2;
	width: 100%;
	border-right: 1px solid white;   /* main inner */

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
	border-style: solid;
	border-color: #EAEAAE	;  /* Background below featured product */
	border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;                     /* Margin under featured products */
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 16em #E5E5E5 solid;  /* Background color for Categories border */
	border-right: 1px #FFCCFF  solid; /* border on the right of the main bar with Home > Hrdware > etc */
}

#mainInner {
	border-left: 2px solid #EAEAAE	;   /* Left border of the main content */ 
	background: #EAEAAE	;
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 1px solid #EAEAAE	;
	background: #CDE;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid #EAEAAE	;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 4px  solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
			Under New Products	Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner {
	background: #EAEAAE	; /* url('images/bg2.gif') repeat-x;   smoke white background under new product*/
	padding-bottom: 8px;

}

div.subBarInner span {
	 display: block;   /* the price bar */

}

div.subBarOuter,
div.subTitleOuter {
	border-right-width: 20em;  /* featured product */
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
	text-align: center;
}

div.subTitleOuter {
	border-color: #B0B0B0   /* Featured product */
}

div.subTitleInner {
	background:  url('images/bg6.gif'); /* New Product */
	color: Black;  /* color of new product and featured product */
}

/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
	padding: 8px 16px 4px 16px;  /* HOme > hardware >  */
	border-bottom: 1px solid black;
	letter-spacing: 0.1em;
	height: 16px;
}
.titleMaintop {
	padding: 8px 12px 4px 12px;  /* HOme > hardware >  */
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 12px;
	width: 12%;
}
.titleSide {
	background: left url('images/title5.gif');  /* Categories */
	color: #FFF;
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
	font-weight: bold;
        
}

.titleMain {
	background: #333333;    /* HOme > hardware >  */
	font-size: 13px;
}

.titleMain a:link,
.titleMain a:visited {
	color: White;    /* HOme > hardware >  */
}

.titleMaintop {
	background: #ff99cc;    /* HOme > hardware >  */
	font-size: 12px;
}

.titleMaintop a:link,
.titleMaintop a:visited {
	color: white;    /* HOme > hardware >  */
}

.right p,
.content p {
	color: white;                /* Content on the main page */
	line-height: 3.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
        font-size: 12px;
}

#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #ff0000;
	margin-left: 52px;
}



.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: maroon;
	list-style-type: square;
}
.left1 .active1 a:link1,
.left1 .active1 a:visited1 {
	font-weight: bold;
	color: maroon;
	list-style-type: square;
}
#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#mainInner .left div.button1 {
	background: #C9D6A6 url('images/bg3.gif');
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url('images/bg4.gif');
}

.titleAddbasket {
	padding: 2px 2px 2px 2px;  /* HOme > hardware >  */
	border-bottom: 2px solid #FFF;
	letter-spacing: 0.1em;
	height: 13px;
}



.titleAddbasket {
	background: #CD3333;    /* background color of categories  */
	font-size: 9px;
        font-weight: bold;
}

.titleAddbasket a:link,
.titleAddbasket a:visited {
	color: Black;    /* HOme > hardware >  */
}

.addbasket .active a:link,
.addbasket .active a:visited {
	font-weight: bold;
	color: #86C67C;
         margin-width: 50%;
	list-style-type: square;
}
.ProductAddbasket {
	font-size: 11px;
        font-weight: normal;
	
}
.ProductHeaderDesc {
	font-size: 14px;
        font-weight: bold;
        color: #CD3333;
}

.ProductGardenDesc {
	font-size: 12px;
        font-weight: bold;
        color: green;
}
.ProductGarden {
	font-size: 10px;
        font-weight: underline;
        color: purple;
}
.ProductDesc {
	font-size: 10px;
        font-weight: normal;
        color: purple;
}

.HomeHeaderDesc {
	font-size: 16px;
        font-weight: bold;
        color: #ff9999;
	
}
.HomeHeaderDesc2 {
	font-size: 14px;
        font-weight: normal;
        color: white;
	
}
.HomeHeaderDesc3 {
	font-size: 11px;
        font-weight: normal;
        color: white;
	
}
.HomeHeaderDesc1 {
	font-size: 25px;
        font-weight: bold;
        color: white;
	background: #cc0000;
}
.HomeHeaderDesc4 {
	font-size: 13px;
        font-weight: 9px;
        color: white;
	background: #cc0000;
}
.ProductOutofstock {
	font-size: 11px;
        font-weight: bold;
        color: red;
	font-type: script;
}
.Productscroll {
	font-size: 14px;
        font-weight: bold;
        color: red;
	font-type: script;
}
.ProductFacts {
	font-size: 14px;
        font-weight: normal;
        color: red;
	font-face: Bremen Bd BT;
}
.Dealoftheday {
	font-size: 11px;
        font-weight: bold;
        color: red;
	
	font-type: italic;
}
.formrequiredtext {
	font-size: 10px;
        font-weight: bold;
	font-type: italics;
        color: black;
}
.formlabel {
	font-size: 11px;
        font-weight: normal;
}




/* begin style specifications for the dropdown menu system */
div.zone {position:absolute;z-index:3}
ul.cl1,ul.cl2,ul.cl3 {list-style:url() none;
        margin:0px;border:0px;padding:0px}
ul.cl2,ul.cl3 {position:relative;visibility:hidden;display:none}
ul.cl3 {margin-top:-18px;margin-left:100px !important}
li.cl1,li.cl2,li.cl3 {background:#D9D9D9;color:#D9D9D9;text-align:center;
        width:100px;height:20px;font-size:10pt;float:left;
        margin:0px;border:1px solid #B0B0B0;padding:0px;padding-left:4px}
li.cl2,li.cl3 {width:95px;height:18px;font-size:10pt;float:none;
        text-align:left;margin-top:-1px;border-top:1px solid #D9D9D9;}
li.cl3 {width:100px}
a.cl1,a.cl2,a.cl3 {display:block !important;font-weight:normal;
        height:20px;color:maroon !important;text-decoration:none !important;
        margin-left:-4px;padding-left:4px} /* fudge for background */
a.cl1:hover,a.cl2:hover,a.cl3:hover {display:block !important;
        font-weight:bold;height:20px;background:#F0F0F0;
	color:#FFCC11 !important;text-decoration:none !important;
        margin-left:-4px;padding-left:4px} /* fudge for background */
/* end style specifications for dropdown menu system */