/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


html,body {
	width: 100%;
	background-color: white;
	background-image: url('images/bodyback.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #333333;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;	
}

#logo {
	padding: 10px 0 10px 0;
}

#menu {
	
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 2px 5px 0;	
	background-image: url('images/menuback.png');
	background-repeat: repeat-x;
	background-color: #c9252c;	
}

#menu ul li.last {
	margin: 0 0 5px 0;
}


#menu ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 4px 0 5px 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
}




#frontteaser {
	height: 503px;
	background-image: url('images/trendcare-teaser2.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#footer {
	padding: 10px 0 0 0;
}

#footer p, #footer p a {
	color: #888888;
	text-transform: uppercase;
	font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #c9252c;
}

h1 { font-size: 18px; margin: 0 0 5px 0;}
h2 { font-size: 18px; margin: 0 0 5px 0;}
h3 { font-size: 18px; margin: 0 0 5px 0;}

h4 { font-size: 16px; margin: 0 0 5px 0;}
h5 { font-size: 14px; margin: 10px 0 5px 0;}

p {
	margin: 10px 0 5px 0;
	line-height: 150%;
}

a {
	color: #333333;
}

a img {
	border: 0;
}

ul {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
}

ul li {
	list-style: disc;
	margin: 0 0 5px 0;
}

.clearer { clear: both; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.two-cols-1 {
	margin: 30px 50px 0 50px;
	width: 400px;
	float: left;
	
}

.two-cols-2 {
	width: 450px;
	float: left;

}

.sub-two-cols-1,.sub-two-cols-2 {
	width: 200px;
	float: left;
}

.two-cols-2 img {
	display: none;
}