/*-----------------------------------------------------------------------------
E-Living Solutions

update:    March 2007
author:    Peter Gifford / Universal Head
website:   http://www.universalhead.com/
-----------------------------------------------------------------------------*/

/* Basics
-----------------------------------------------------------------------------*/

* {
  	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: center;
	background-color: #fff;	
}

/* Typography
-----------------------------------------------------------------------------*/

p {
	font-size: 1.3em;
	color: #868980;
	margin-bottom: 1em;
}

h1 {
	width: 269px;
	height: 80px;
	position: relative;
	font-size: 4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #e1e3c3;
	margin: 0.5em 0 0.5em 0;
}

h1 span {
	background: url(../images/txtImagine.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

h2 {
	font-size: 4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #e1e3c3;
	margin: 0.5em 0 0.5em 0;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #868980;
	margin-bottom: 1.3em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #868980;
	margin-bottom: 1.3em;
}


/* Links
-----------------------------------------------------------------------------*/

a:link {
	color: #912225;
	text-decoration: none;
}

a:visited {
	color: #595e51;
	text-decoration: none;
}

a:hover {
	color: #db2d34;
	text-decoration: none;
	border: none;
}

a:active {
	color: #db2d34;
	text-decoration: none;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}


/* Structure
-----------------------------------------------------------------------------*/

#wrapper {
	width: 944px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	width: 944px;
	height: 171px;
}

#mainnav {
	width: 944px;
	height: 29px;
	text-align: left;
}

#contentwrapper {
	width: 944px;
	margin: 0 auto;
	text-align: left;
}

#leftcolumn {
	width: 340px;
	float: left;
	display: inline;
	overflow: visible;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rightcolumn {
	width: 604px;
	float: right;
	display: inline;
	overflow: visible;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	width: 900px;
	height: 79px;
	margin: 0 auto;
	border-top: 1px #c8ca97 solid;
	background: #e1e3c3 url(../images/footerlogo.gif) no-repeat left top
}

/* Main Nav
-----------------------------------------------------------------------------*/

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 944px;
	float: left;
	background: #fff url(../images/mainnavbg.gif) no-repeat left top
}

#mainnav ul li {
	float: left;
}	

#mainnav ul a {
	display: block;
	float: left;
	padding: 0 1.25em;
	line-height: 3em;
	background: #e1e3c3 url(../images/divider.gif) repeat-y right top;
	text-decoration: none;
	color: #912225;
	font-size: 1.1em;
	font-weight: bold;
}

#mainnav ul a:hover {
	background-color: #912225;
	color: #e1e3c3;
}

#mainnav ul a.here {
	background-color: #912225;
	color: #e1e3c3;
}

#mainnav ul li.hold {
	display: block;
	float: left;
	padding: 0 1.25em;
	line-height: 3em;
	background: #B4B69C url(../images/divider.gif) repeat-y right top;
	text-decoration: none;
	color: #912225;
	font-size: 1.1em;
	font-weight: bold;
}



/* Left Column
-----------------------------------------------------------------------------*/




/* Right Column
-----------------------------------------------------------------------------*/

p, h1, h2, h3, h4, h5, h6, pre, blockquote, form, fieldset, table, ul {
  	margin-right: 50px;
}



/* Secondary Content
-----------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/

#footer p {
	font-size: 0.95em;
	margin: 20px 0 0 162px;
}

/* Forms
-----------------------------------------------------------------------------*/

fieldset { border: 1px solid transparent; }
form label { cursor: pointer; }
input, select, textarea { font-size: 100%; }

form {
	margin-bottom: 20px;
}

form dl dd {
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin: 0;
}


/* Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* Misc 1
-----------------------------------------------------------------------------*/



/* Misc 2
-----------------------------------------------------------------------------*/
