/* CSS Document */
/* -------------------------------Standard------------------------------- */
html, body {
	margin:0;
	border:0;
	padding:0;
}
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
a:link {color: #fff}
a:visited {color: #fff}
a:hover {color: #f7ec1f}
img {
	border:0;
}
h1 {
	font-size:1.875em;
	margin-top: 0px;
}
h2 {
	font-size:1.3em;
	color: #FFFFFF;
	text-transform: uppercase;
}
#container {

}

#wrapper {
	width:640px;
	background-color: #d71525;
	margin-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #656565;
	border-right-color: #656565;
	border-bottom-color: #656565;
	border-left-color: #656565;
}

/* ------------------------------- Header ------------------------------- */


#header {
	width:640px;
	height:114px;
	display: none;
}
#headerprint {
	height: 100px;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D71921;
}

#logo {
	float:left;padding-top:13px;padding-left:23px;
}
#logoPC {
	float:left;padding-top:46px;padding-left:9px;
}
#telfax {
	float:right;padding-top:11px;padding-right:44px;
}
/* ------------------------------- Menu ------------------------------- */

#menu {
	width:640px;
	height:25px;
	background:#d71921 url(../img/menu-bg.gif) repeat-x;
	font-size:0.8em;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D71525;
}
#menu a:link {
	color: #fff;
	text-decoration:none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu a:visited {
	color: #fff;
	text-decoration:none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu a:hover {color: #f7ec1f; text-decoration:underline;}

/* ------------------------------- Content ------------------------------- */
.flow {
	float: right;
	clear: right;
	margin: 0px 1.25em 0px 0px;
}
#content {
	color: #fff;
	font-size:0.9em;
	line-height:1.6em;
	padding: 20px;
}
#text {
}

.textFacilities {
	padding-right: 20px;
	background-color: #D71921;
	padding-left: 20px;
	border: 1px none #EF5E6A;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.textFacilitiesImage {
	padding-right: 25px;
	background-color: #D71921;
	margin-bottom: 30px;
	padding-left: 25px;
	border: 1px none #EF5E6A;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../img/bg_curing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content .subnav {
	background-color: #B3121F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: 25px;
	font-size: 0.9em;
}
#content .subnav a {
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
#content .subnav .activepage {
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	color: #F37983;
}




#title {
	padding-top:7px;
}
#homeimg1 {
	margin-left:25px;
	border:1px solid #fff;
	clear: right;
	float: right;
}
.floatright {
	float:right;
	margin-left:50px;
	font-size:0.8em;
	margin-bottom: 50px;
	margin-top: 20px;
	position: relative;
}
.floatright .imagetextpanel {
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	color: #BC1321;
	top: -10px;
	width: 292px;
}

.imgborder {
	border:1px solid #FFFFFF;
}
#tagline {
	float:left;
	margin:26px 0 0 0;
	display: none;
}
#clear {
	clear:both;
	font-size:0px;
}
/* ------------------------------- Footer ------------------------------- */

#footer {
	padding:0 11px 12px 11px;
	font-size:0.7em;
	color: #fff;
	display: none;
}
#whitelines{
	width:982px; height:0; border:0; border-top: 1px solid #fff;
}
#footermenu {
}
#footermenu a:link {
	color: #fff;
	text-decoration:none;
	padding: 1px 12px 0 12px;
}
#footermenu a:visited {
	color: #fff;
	text-decoration:none;
	padding: 1px 12px 0 12px;
}
#footermenu a:hover {color: #f7ec1f; text-decoration:underline;}
#copyright {
	float:right;
	color:#df8990;
}
