/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
* 
{
    margin:0;
    padding:0
}

p
{
    /*margin:0 0 .5em 0;*/
    padding:5px;
    margin-bottom:10px;
}

h1 
{
    /*margin:0 0 .5em 0;*/
    padding:5px;
    margin-bottom:10px;
    font-size:100%;
    color:red;
}


ul
{
    /*margin:0 0 .5em 0;*/
    padding:5px;
    margin-bottom:10px;
    font-size:100%;
}

html,body 
{
	height:100%;
    font-family:arial;
    font-size:95%;
}

#outer
{
	/*min-height:100%;*/
	width:745px;
	margin:0px auto 0;
}
* html #outer
{
    height:100%;
} /*for IE as it treats height as min-height anyway*/

.clearer
{
    clear:both;
    /*height:1px;*/
    height:80px;
    overflow:hidden;
    margin-top:-1px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
	position:absolute;
	width:745px;
    height:345px;
}

#header a
{
    color:#fff
}

#logo 
{
	position:absolute;
	left:10px;
	top:10px;
}

#wherequality 
{
	position:absolute;
	right:10px;
	top:30px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   CENTRE
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#centrecontent 
{
    width:745px; 
    padding-top:350px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right 
{
	float:right;
	width:245px;
    /*height:475px;*/
    margin-top:20px;
}

#rightcontent 
{
    margin-top:150px;
    margin-left:30px;
    width:200px;
}

/* right shaded content area */
#rounded 
{
	position:relative;
	background-color:#dedac8;
	width:220px;
	margin-top:25px;
	padding:4px;
}

#photos 
{
	position:relative;
	margin-top:25px;
	padding:4px;
}

#imgtop
{
	width:100%;
}

#imgbottom
{
	position:relative;
	width:100%;
	bottom:-4px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left 
{
	width:425px;
	float:left;
    margin-top:20px;
    padding-left:20px;
    line-height:25px;
    text-align:justify
}

#left UL
{
    margin-left:20px;
}

#left TD
{
    padding:8px;
}

.small
{
    font-size:8pt;
    text-align:left;
}
/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer 
{ 
	width:745px;
	clear:both;
	margin:auto;
	height:97px;
}

* html #footer 
{
    /*only ie gets this style*/
	height:97px;/* for ie5 */
	he\ight:97px;/* for ie6 */
}

/*div{border:1px solid black;}*/
#footerright 
{
	position: absolute;
	text-align:right;
	margin-left:400px;
	margin-top:80px;
	color:#ffffff;
}

#footerright P
{
    font-size:125%;
    font-weight:bold;
    margin-bottom:5px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.tab 
{
	/*position:absolute;*/
	margin-top:110px;
}

#windows
{
	position:absolute;
	top: 115px;
	left: 38px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}

#windows:hover, #doors:hover, #conservatories:hover, #gallery:hover, #conatctus:hover, #home:hover
{
    color:#83A3FF
}

#doors 
{
	position:absolute;
	top: 115px;
	left: 170px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}
#conservatories 
{
	position:absolute;
	top: 115px;
	left: 268px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}
#gallery 
{
	position:absolute;
	top: 115px;
	left: 412px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}
#conatctus 
{
	position:absolute;
	top: 115px;
	left: 520px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}
#home 
{
	position:absolute;
	top: 115px;
	left: 656px;
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}

#bar
{
	position:absolute;
	left:0px;
	top:139px;
}

#mainphoto 
{
	position:absolute;
	left:0px;
	bottom:0px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'   OTHER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
img {
 	border:0px;
}






