/* css for GardenFurniture - March 2006 */
/* Coded by Chris Stanyon - stanyon.co.uk  */

/*	Main Colour Scheme
	brown:#966600;
	grey:#767676;
	green:#468B1E;
*/

* {
	margin:0px;
}

HTML {
	height:100%;
}

BODY {
	background:#FFFFFF url(gfx/bg_tile.jpg) repeat-x top left;
	margin:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#767676;
}

H1 {
	margin-top:0px;
	display:none;
}

H2 {
	font-size:14px;
	margin-bottom:15px;
}

H3 {
	font-size:12px;
	margin-bottom:0px;
	color:#966600;
}

A, A:hover, A:visited {
	color:#966600;
}

#container {
	width:790px;
	margin:0px auto;
	background:#FFFFFF;
/*	min-height:100%;*/
}

#header {
	background:#F4EFD2 url(gfx/header.jpg) no-repeat top left;
	height:128px;
	margin-bottom:15px;
	margin-top:0px;
}

#text_holder {
	margin:0px 0px 0px 10px;
	width:470px;
	float:left;
	display:inline;
}

#text_holder P {
	margin-bottom:25px;
}

#image_holder {
	margin-right:0px;
	float:right;
	width:278px;
}

#image_holder IMG {
	margin:0px 10px 10px 0px;
}

#menu1 {
	background: transparent url(gfx/menu1.jpg) no-repeat bottom left;
	position:relative;
	width:465px;
	height:26px;
	margin:0px;
	padding-top:90px;
	margin-left:10px;
	float:left;
	font-size:10px;
	display:inline;
}
	
#menu1 UL {
	border: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: left;
	height: 26px;
}

#menu1 UL LI {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right:36px;
	border: none;
}

#menu1 UL LI A {
	display: block;
	height: 26px;
	padding: 0;
	margin: 0;
}

#menu1 UL LI STRONG {
	display:none;
}

#menu2 {
	background: transparent url(gfx/menu2.jpg) no-repeat bottom right;
	position:relative;
	width:213px;
	height:26px;
	margin:0px;
	padding-top:90px;
	margin-right:10px;
	float:right;
	font-size:10px;
	display:inline;
}
	
#menu2 UL {
	border: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: left;
	height: 26px;
}

#menu2 UL LI {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	margin-left:0px;
}

#menu2 UL LI A {
	display: block;
	height: 26px;
	padding: 0px;
	margin-left: 36px;
}

#menu2 UL LI STRONG {
	display:none;
}

li#teaksets a { width: 56px; }
li#parasols a { width: 57px; }
li#accessories a { width: 74px; }
li#chairs a { width: 115px; }

li#homepage a { width: 73px; }
li#contactus a { width: 68px; }

li#teaksets a:hover { background: transparent url(gfx/menu1_hl.jpg) 0px 0px no-repeat; }
li#parasols a:hover { background: transparent url(gfx/menu1_hl.jpg) -92px 0px no-repeat; }
li#accessories a:hover { background: transparent url(gfx/menu1_hl.jpg) -185px 0px no-repeat; }
li#chairs a:hover { background: transparent url(gfx/menu1_hl.jpg) -295px 0px no-repeat; }

li#homepage a:hover { background: transparent url(gfx/menu2_hl.jpg) -36px 0px no-repeat; }
li#contactus a:hover { background: transparent url(gfx/menu2_hl.jpg) -145px 0px no-repeat; }

#footer {
	background: transparent url(gfx/address_bg.jpg) no-repeat top left;
	padding:5px 0px 15px 40px;
	clear:both;
	float:left;
	display:inline;
	margin:25px 0px 0px 0px;
	width:745px;
}

.wrapper {
	clear:both;
}

.description {
	width:260px;
	float:left;
	margin-bottom:75px;
}

.description UL {
	list-style-type:square;
	margin-left:15px;
	padding:0px;
}

.description .price {
	font-weight:bold;
	margin-bottom:15px;
}

.description .salesprice {
	color:#FF0000;
	text-decoration:line-through;
}

.description LI {
	margin-bottom:5px;
}

.images {
	padding-top:8px;
	margin-right:10px;
}

.indent {
margin-left:35px;
}

#webform P {
	color:#966600;
	font-size:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#webform .formelement {
	margin:0px 0px 0px 35px;
	width:400px;
	padding:0px;
	background-color:#D1E2C7;
}
#webform {
	margin-bottom:35px;
}
