/* NORMALIZE Cross browser rendering inconsistencies
--------------------------------------------------------*/
html, body, form, fieldset{ margin: 0;padding: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address{ margin: 1em 0;padding: 0; }
li, dd, blockquote{ margin-left: 1em; }
form label{ cursor: pointer; }
fieldset{ border: none; }
textarea{font-size:1em;width:100%; font-family:Arial, Helvetica, sans-serif; padding:3px;height:100px;}
/* End Normalization */

/* Powered By Text */
span.poweredby img {border:0; padding: 0; margin: 0; position: relative; top: 3px;}

/* Search Results */
ul#search-results {margin: 0; list-style: none;}


body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

h1 {
	color:#26295E;
	font-size: 1.8em;
	margin: 10px 0px;
	padding: 0px;
}

h2 {
	color:#8DC73E;
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
}

h3 {
	color: #26295E;
}

a {color: #409093;text-decoration: underline;}
a:hover {color: #3E717D; text-decoration: underline;}

#hd {
	height: 100px; 
}


#md {
	background: #ffffff;
	height: 450px;
}

#left {width: 290px; padding-right: 10px; float: left;}

#right {width: 590px; padding-left: 10px;float: left;}


#right ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#right ul li {
background:transparent url(/assets/tru-salon/list-item.png) no-repeat scroll left top;
padding-left:25px;
margin-bottom: 10px;
}


#main {
	background: #ffffff;
	min-height: 300px;
}

#ft {
	background:#ffffff;
	color: #000000;
	margin-top: 2em;
	height: 200px;
}

#ft p {font-size: .8em; padding-top: 2em;}

#info {
	width: 900px;
	margin: auto;

}
