/**
 * COLORS 
 *
 * Darkest EECC99 
 * middle  CC9955
 * light   EECC99
 * page    AAAA66
 */

body
{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:62.5%;
	font-family: georgia, verdana, arial, sans-serif;
	background:#AAAA66;
	position:relative;
}

p
{
	font-size:1.2em;
	line-height:1.5em;
}

p strong
{
	color:#EECC99;
}

h4
{
	font-size:1.5em;
}

ul li
{
	font-size:1.2em;
	padding-top:2px;
	padding-bottom:2px;
}

ul li ul li
{
	font-size:1.2em;
	color:#EECC99;
}

h3
{
	font-weight:bold;
	font-size:1.6em;
	color:#EECC99;	
	border-bottom:1px solid #EECC99;
	clear:both;
}

img
{
	padding:2px 2px 2px 2px;
	border-left:1px dashed #EECC99;
	border-top:1px dashed #EECC99;
	border-right:1px dashed #EECC99;
	border-bottom:1px dashed #EECC99;
}

#header
{
	background:#CC9955 ; /*url(bg.png) 50% 0% no-repeat;*/
	height:110px;
	border-bottom:1px solid #CC9955;
	border-bottom:10px solid #EECC99;
}

#header div.widthContainer
{
}

#header h1
{
	padding:0px;
	margin:0px;
	float:left;
	width:250px;
	line-height:110px;
	text-align:center;
	font-size:7em;
	color:#EECC99;
}

#header h2
{
	padding:0px;
	margin:0px;
	line-height:110px;
	color:#EECC99;
	font-size:2em;
}

div.widthContainer
{
	margin:0px auto;
	width:790px;
}

#footer
{
	clear:both;
	margin:0px 0px 20px 0px;
}

#footer div.widthContainer
{
	position:relative;
	border-bottom:1px solid #EECC99;
}

#footer p
{
	position:absolute;
	right:0px;
	bottom:0px;
	text-align:right;
	font-size:1em;
	color:#EECC99;
}

#footer div img
{
	border:0px;
	margin:5px 5px 5px 5px;
}

#footer div br
{
	clear:both;
}

#navigation ul
{
	/*text-align: center;*/
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	/* fixes Firefox 0.9.3 */
	font-size:1.1em;
}

#navigation ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-size:1.1em;
}

#navigation ul li a,
#navigation ul #active
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	color:#EECC99;
	font-weight:bold;
}

#navigation ul li a:hover
{
	background:#CC9955;
	color:#EECC99;
	border-bottom:1px solid #CC9955;
}

#navigation ul #active
{
	background:#EECC99 url(./images/nav_fade2.png) bottom left repeat-x; 
	color:#777744;
	border-bottom:1px solid #CC9955;
	border-left:1px solid #CC9955;
	border-right:1px solid #CC9955;
}

#content span.label
{
	font-weight:bold;
	width:4em;
	text-align:right;
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
}


#home img
{
	float:right;
	margin:0px 10px 10px 10px;
}

/* Show case page

Margins and widths are not exact to cater for IE */

#showcase #cherry,
#showcase #counter
{
	float:left;
	width:390px;
}

#showcase #champagne,
#showcase #shelving
{
	width:386px;
	margin:0px 0px 0px 400px;
	text-align:right;
}

#showcase #champagne p,
#showcase #shelving p,
#showcase #dormer  p
{
	text-align:left;	
}

#showcase #door,
#showcase #sash
{
	float:left;
	width:254px;
}

#showcase #sash
{
	margin:0px 0px 0px 14px;
}

#showcase #dormer
{
	text-align:right;
	margin:0px 0px 0px 535px;
}

