html {
	background: #e1e1e3 url(../img/html-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
hr {
	display: none;
}


/* HEADER */
div#header {
	width: 800px;
	height: 164px;
	background: #fff url(../img/header-bg.gif) repeat-x;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
div#header h1 {
	width: 594px;
	height: 164px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../img/h1-bg.gif) no-repeat;
}
div#header h1 a {
	display: block;
	width: 594px;
	height: 164px;
	text-indent: -1000em;
}
div#header div#header-menu {
	float: left;
	width: 206px;
	height: 164px;
	background: url(../img/header-menu-bg.jpg) no-repeat bottom right;
}
div#header div#header-menu ul {
	margin: 0 0 0 2px;
	padding: 0;
	width: 166px;
	height: 50px;
	background: url(../img/header-menu-ul-bg.gif) repeat-x;
	overflow: hidden;
}
div#header div#header-menu ul li {
	display: inline;
}
div#header div#header-menu ul li a {
	display: block;
	height: 50px;
	float: left;
	text-indent: -1000em;
}
div#header div#header-menu ul li a#head-menu-home {
	width: 42px;
	background: url(../img/head-menu-home.gif) no-repeat;
}
div#header div#header-menu ul li a#head-menu-emailus {
	width: 73px;
	background: url(../img/head-menu-emailus.gif) no-repeat;
}
div#header div#header-menu ul li a#head-menu-signup {
	width: 51px;
	background: url(../img/head-menu-signup.gif) no-repeat;
}
/* HEADER END */


/* HEAD-STRIP */
div#head-strip {
	width: 800px;
	height: 87px;
	background: #3E7CCF;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
div#head-strip ul {
	margin: 0;
	padding: 20px 0 34px 0;
	width: 344px;
	height: 33px;
	background: url(../img/headstrip-ul-bg.jpg) no-repeat;
	float: left;
	overflow: hidden;
}
div#head-strip ul li {
	display: inline;
}
div#head-strip ul li a {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 11px;
	text-indent: -1000em;
}
div#head-strip ul li a#headstrip-aboutfat {
	width: 90px;
}
div#head-strip ul li a#headstrip-intense {
	width: 120px;
}
div#head-strip ul li a#headstrip-aboutla {
	width: 80px;
}
div#head-strip ul li a#headstrip-contact {
	width: 48px;
}
div#head-strip h2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 280px;
	height: 87px;
	text-indent: -1000em;
	background: url(../img/headstrip-h2-bg.jpg) no-repeat;
}
div#head-strip div#head-strip-separator {
	float: left;
	height: 87px;
	width: 176px;
	background: url(../img/headstrip-separator-bg.jpg) no-repeat;
}
/* HEAD-STRIP END */


/* MAIN STRUCTURE */
div#wrapper {
	width: 800px;
	background: #fff;
	overflow: auto;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
div#wrapper div#sidebar {
	width: 169px;
	float: left;
	background: url(../img/sidebar-top-bg.gif) no-repeat top right;
}
div#wrapper div#content {
	width: 631px;
	float: left;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	padding: 0;
	background: url(../img/content-bottom-bg.gif) repeat-x bottom;
}
div#wrapper div#content div#inner-content {
	width: 550px;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	padding: 65px 46px 75px 35px;
	background: url(../img/inner-content-bg.jpg) no-repeat;
	height: 300px;
}
div#wrapper div#content > div#inner-content {
	min-height: 300px;
	height: auto;
}
div#wrapper div#content div#ruler {
	height: 25px;
	background: url(../img/ruler.gif) repeat-x;
}
/* MAIN STRUCTURE END */


/* INNER STUFF */
div#inner-content h3 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	color: #333;
}
div#inner-content p {
	margin: 0 0 25px 0;
}

div#inner-content dl dt {
	font-size: 16px;
	color: #000;
	display: list-item;
	list-style: inside square;
	color: #cb7309;
	border-bottom: solid #ccc 1px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
div#inner-content dl dd {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}
/* INNER STUFF END */


/* sidebar */
div#sidebar ul {
	margin: 20px 0 25px 0;
	padding: 0 0 0 29px;
	background: url(../img/sidebar-menu-bg.gif) repeat-y;
}
div#sidebar ul li {
	display: inline;
}
div#sidebar ul li a {
	font-size: 12px;
	color: #000;
	/*
	text-transform: uppercase;
	letter-spacing: -1px;
	*/
	display: block;
	padding: 15px 0 0 0;
	height: 18px;
	width: 127px;
	border-bottom: solid #8c9ed0 1px;
}
div#sidebar ul li a:hover {
	color: #D28327;
}
div#sidebar ul li a.active {
	color: #D28327;
	font-weight: bold;
	cursor: default;
}
div#sidebar p {
	margin: 0;
	padding: 0 0 10px 10px;
}
div#sidebar p a {
	display: block;
}
div#sidebar p a img {
	border: solid #8d9dd0 1px;
	display: block;
}
div#sidebar p a:hover img {
	border: solid #07118c 1px;
}


div#sidebar p a.banner, div#sidebar p a.banner img{
    text-decoration:none;
    border:none;
}

/* sidebar end */


div#footer {
	clear: both;
	height: 135px;
	background: url(../img/footer-bg.gif) repeat-x;
	border-top: solid #fff 1px;
}
div#footer p {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 100px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	background: #fff url(../img/footer-inner-bg.gif) no-repeat;
	text-align: right;
	color: #acacac;
	font-size: 11px;
	padding: 35px 20px 0 0;
}
div#footer p a {
	color: #aaa;
}
div#footer p a:hover {
	color: #000;
	text-decoration: underline;
}

/* WRAPPERS */
div#top-wrapper {
	width: 802px;
	margin: 0 auto;
	padding: 0 29px;
	background: url(../img/wrapper-bg.png) repeat-y;

	_background-image: none;
	_filter: none !important;
	/*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wrapper-bg.png',sizingMethod='scale');*/
}
div#foot-wrapper {
	width: 802px;
	margin: 0 auto;
	padding: 0 29px;
}
/* WRAPPERS END */




	/* common */
div#content a {
	color: #a60;
}
div#content a:hover {
	color: #000;
	text-decoration: underline;
}
div#content big {
	font-size: 22px;
	line-height: 180%;
	color: #a60;
}
div#content address {
	font-style: normal;
	display: block;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin: 0 0 25px 0;
	border-left: solid #a60 1px;
	border-right: solid #a60 1px;
}
	/* home */
div#content img#homepage-pic {
	display: block;
}


	/* gallery */
div#content table#gallery{
    border-collapse:collapse;
    padding:0px;
    margin:0px;
}	
div#content table#gallery td {
	width: 135px;
	height: 135px;
	padding:0 10px 15px 0;
	text-align:center;
	vertical-align:middle;
}


div#content table#gallery td a {	
	display:inline;
}


div#content table#gallery td a img {
	background: #fff;
	padding: 3px;
	border: solid #D28324 2px;
	display:inline;
}


div#content hr.gallery-flow-killer {
	display: block;
	clear: both;
	visibility: hidden;
}



	/* testimonials */
div#inner-content div.testimonial {
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	border-top: solid #ccc 1px;
	width: 525px;
	height: 100px;
}
div#inner-content > div.testimonial {
	height: auto;
	min-height: 100px;
}
div#inner-content div.testimonial div.testimonial-pic {
	float: right;
	width: 100px;
	margin: 0 0 5px 20px;
}
div#inner-content div.testimonial blockquote {
	margin: 0;
	padding: 0;
	font-style: italic;
}

div#inner-content div.testimonial p {
	margin: 0;
	border-left: solid #ccc 5px;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 130%;
	color: #94693C;
}
div#inner-content div.testimonial p strong {
	color: #000;
}
div#inner-content div.testimonial p strong a {
	color: #000;
	text-decoration: underline;
}
div#inner-content div.testimonial p strong a:hover {
	color: #94693C;
	text-decoration: underline;
}
div#inner-content div.testimonial blockquote p {
	margin: 0 0 10px 0;
	border: none;
	padding: 0;
	font-size: 13px;
	line-height: 150%;
	color: #333;
}
