/*remove all default browser padding margins and borders from all tags*/
html,  body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin:0px; padding:0px; border:0px;
}

/*temporary stuff
div {
	border:solid 1px #FFFFFF;
}*/
/* Set up body background colour and image */
body {
	background-color : #562200;
	text-align:center;padding:5px 0 0 0;
	}

/*                   Layout styling                         */

#wrapper {
	width:780px;height:570px;
	background-color:#E5DCCF;
	/*background-image :url(../images/bg.gif);
	background-repeat :repeat-y;*/
}
#header {
	width:780px;
	height: 120px;
	background-image: url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#nav {
	position:absolute;
	left:10px;
	bottom:10px;
	}

/* navigation list styling - for horizontal  bar*/

#nav li {
	display:inline;
	padding: 0 5px 0 0;
	}

/*content styling*/

#content {
	position:relative;
	width:780px;
	height:390px;
	}
#left{
	width:523px;
	height:248px;
	float:left;
	padding:0 25px 0 25px;
	text-align:left;
	border:solid 1px #562200;
}
/* home page layout and decorative panels */

#lefttallhome{
	width:523px;
	height:390px;
	float:left;
	padding:0 0 0 0px;
	text-align:left;
	background-image :url(../images/bg_leftpanel.jpg);
	background-repeat : no-repeat;
	}
#lthleft {position:relative;
float:left;
margin-top:5px;
width:210px;
height:380px;
}
#lthright {
float:right;
margin-top:5px;
/*border:solid 1px #562200;*/
width:240px;
height:350px;
text-align:center;
padding-top:30px;
padding-left:50px;
padding-right:10px;
}
#lthleft .heating {
position:absolute;
text-align:right;
top:73px;
right:10px;
width:200px;
height:10px;
}
#lthleft .service {
position:absolute;
top:170px;
right:10px;
text-align:right;
width:200px;
height:10px;
}
#lthleft .kitchens {
position:absolute;
top:268px;
right:10px;
text-align:right;
width:200px;
height:10px;
}
#lthleft .bathrooms {
position:absolute;
top:360px;
right:10px;
text-align:right;
width:200px;
height:10px;
}

.navimg {
	border:0px;
}
#lefttall{
	width:523px;
	height:390px;
	float:left;
	padding:0 25px 0 25px;
	text-align:left;
	}
	
#right {
  	position:relative;
	width:200px;
	height:390px;
	float:right;
	padding-right:5px;
	background-image :url(../images/radwelllogo.jpg);
	background-repeat :repeat-y;
	}
#right img {
	float:right;
	}
#righttext {
	float:right;
	width:150px;
	height:392px;
	background-color:#FFFFFF;	
	padding:0 25px 0 25px;
	}
#rightcorgitext {
	text-align:right;
	position:absolute;
	right:27px;
	top:230px;
	width:110px;
	height:150px;
	}
#clear {
	clear:both;
	}

/* footer styles */

#footer {
	width:780px;
	height:40px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	position:relative;
	color:#E5DCCF;
	font-size:10px;
	}
#leftfooter {
	position:absolute;
	left:10px;
	bottom:8px;
}
#rightfooter {
	position:absolute;
	right:10px;
	bottom:8px;
}
#centerfooter {
	margin-top:24px;
	}

/*compliance bar styles*/
/*note that position:relative for the containing div is necessary to reference the 
subsequent position absolutes the contained divs*/
#compliance {
	width:780px;
	height:30px;
	position:relative;
}
#leftcompliance {
	position:absolute;
	left:10px;
	bottom:3px;
}
#rightcompliance {
	position:absolute;
	right:10px;
	bottom:3px;
}
#centercompliance {
	margin-top:12px;
	}
/*           end of layout styling          */
	
	
/*           typography  styles           */

/* universals*/

html {
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color: #361500;
}

/*headings*/

h1 {
	font-size:20px;
	padding:10px 0 10px 0;
}
h3 {
	font-size:14px;
	color:#361500;
	padding:10px 0 10px 0;
}

/*text*/

p {
	padding:0 0 10px 0;
	line-height: 100%;
	}

.medium {
	font-size:10px;
}
.mediuminline {
	font-size:10px;
	display:inline;
}
.mediumbold {
	font-size:11px;
	font-weight:bold;
}
.bigbold {
	font-size:16px;
	font-weight:bold;
}
.mediumwhite {
	font-size:10px;color:#FFFFFF;
}
.mediumboldwhite {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	display:inline;
}
.bigboldwhite {
	font-size:12px;
	font-weight:bold;color:#FFFFFF;
}

/*special situiations */

#datetext {
	position:absolute;
	right:10px;
	bottom:0px;
}
#nametext {
	position:absolute;
	right:5px;
	bottom:54px;
	color:#562200;
	font-size:14px;
	font-family: Georgia, verdana;
	font-weight:bold;
}
.radblue {
	color:#0066CC;
}
.radbrown {
	color:#993D00;
}
.radorgange {
	color:#FF6600;
}
/*link styles*/

 a.links {text-decoration:underline;color:#FF6600;}
 a.links:hover {text-decoration:none;color:#0066CC;}
 a.nav {color:#562200;font-weight:bold;	text-transform:uppercase;text-decoration:none;}
 a.nav:hover {color: #FF6600;font-weight:bold;text-transform:uppercase;	text-decoration:none;}
 a.navat {color:#993D00;font-weight:bold;	text-transform:uppercase;text-decoration:none;}
 a.navat:hover {color: #FF6347;font-weight:bold;text-transform:uppercase;	text-decoration:none;}
.linkimage {
	border:0px;
	}
a.panellinks {text-decoration:none;color:#562200;}
a.panellinks:hover {text-decoration:none;color:#FF6347;}
.panellinks {
	background-color:#E5DCCF;border:solid 1px #E5DCCF;
}
 	