/* reset css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset css */


html,body
{
  font-family: Arial, Tahoma, Helvetica;
  font-size: 1em;
  line-height: 1.2em;
	height: 100%;
	background: url(http://media.lifedesignhomes.com/hdr_bkg_g.jpg) repeat-x top left #fff;
}

a
{
  color: #333;
}

label
{
  font-weight: bold;
}

#wrapper
{
  width: 52em;
  min-height: 100%;
 	margin: 0 auto -80px auto;
 	clear:both;
}

* html #wrapper
{
  height: 100%;
}

#header,
#content
{
  width: 100%;
  float: left;
  clear: both;
}

#breadcrumb
{
  float: left;
  clear: both;
  font-size: 80%;
  width: 100%;
}
#header
{
  height: 87px;
}

#main
{
  width: 38em;
  float: left;
  padding-right: 2em;
  margin-top: 0.5em;
}

#secondary
{
  width: 12em;
  float: left;
  margin-top: 0.5em;
}

#clearfooter
{
  clear: both;
  height: 90px;
}

#footer
{
  margin-top: -81px;
  height: 80px;
  width: 100%;
  background-color: #333;
  text-align: center;
  border-top: solid 1px #0acd5f;
}

#footer p
{
  color: #eee;
  padding-top: 30px;
  font-size: 82%;
  font-weight: normal;  
}

#footer a
{
  color: #eee;
}

#secondary ul
{
  margin-bottom: 14px;
}

#secondary ul li a
{
  font-size: 80%;
}

.box
{
  width: 100%;
  padding: 0.25em;
}

div#header_logo h1,
div#header_logo h2
{
  display: none;
}

div#header_logo
{
  float: left;
  background: url(http://media.lifedesignhomes.com/logo_g.jpg) no-repeat top left;
  width: 278px;
  height:87px;
}

div#header_menu
{
  float: right;
}

div#header_menu ul,
div#header_menu ul li
{
  float: left;
}

div#header_menu ul li.selected
{
  background: url(http://media.lifedesignhomes.com/arrow.jpg) top center no-repeat;
}

div#header_menu ul li.selected a
{
  color: #fff;
}

div#header_menu ul li a
{
  text-decoration:none;
  color: #ddd;
  font-size: 94%;
  display:block;
  float: left;
  padding: 14px 12px 0px 12px;
}

div#header_menu ul li a:hover
{
  color: #fff;
}

/***list styles***/
#list h1
{
  margin: 0px 0px 14px 0px;
}
#list .detail
{
  border: solid 1px #ccc;
  width: 36em;
  float: left;
  color: #343434;
  margin-bottom: 1em;
}

#list .detail .header
{
  height: 39px;
  width: 100%;
  background: url(http://media.lifedesignhomes.com/section_hdr_bkg.jpg) repeat-x top left;
  float: left;
} 

#list .detail .header .lheader
{
  float: left;
  margin-left: 8px;
}

#list .detail .header .rheader
{
  display: block;
  float: right;
  height: 39px;
  margin: 8px 10px 8px 0px;
}

#list .detail .body
{
  float: left;
  padding: 6px 6px 6px 6px;
  width: 100%;
}

.detail .body p
{
  margin: 0px 0px 0px 6px;
  float: left;
  width: 90%;
}

.detail .body img
{
  padding: 0px 10px 6px 0px;
}

.detail #detail_main
{
  float: left;
  margin: 8px 0 8px 0;
}

.detail #thumbs img
{
  margin: 6px 6px 0px 0px;
}

.detail #detail_secondary
{
  float: left;
  font-size: 90%;
  color: #222;
  margin: 8px 0 8px 16px;
}

.detail p#description {
  margin: 0.5em 0 0.5em 0;
}

.detail .section
{
  margin: 1em 0.25em 0 0;
}

.detail table.detail_table
{
  border-top: solid 1px #333;
}

.detail table.detail_table tr
{
  border-bottom: dashed 1px #333;
}
