@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;	
}
body {
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
p {
	color: #7b7b7b;
}
h1 {
	font-size:18px;
	color:#9f060c;
	font-weight:normal;
	padding-top: 40px;
}
h2 {
	font-size:17px;
	color:#9f060c;
	font-weight:normal;
	margin-bottom: 5px;
	margin-top: 10px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#container {
	width: 771px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:13px;
}
#content img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content p {
	margin-bottom: 10px;
}
#header {
	background-image: url(images/head_middle.jpg);
	background-repeat: repeat-x;
}
#logo {
	float:left; 
	width: 747px;
	text-align: left;
}
#nav {
	float: left;
	width: 740px;
	padding-left: 15px;
	height: 115px;
	background-image: url(images/veins.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.navUl {
	font-size: 13px;
	font-weight:normal;
	color: #FFFFFF;
	float: left;
	list-style-type: none;
	padding-top: 7px;
}
#left {
	width: 500px;
	float: left;
	padding-right:15px;
	padding-left: 18px;
	padding-bottom:25px;
	text-align: left;
}
#left_wide {
	width: 695px;
	float: left;
	padding-right:15px;
	padding-left: 18px;
	padding-bottom:25px;
	text-align: left;
}
#right {
	width: 195px;
	float: right;
	padding-bottom:25px;
	text-align: right;
	padding-right: 18px;
}
#pic {

}
.box {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer {
	background-image:url(images/bg_footer2.jpg);
	height:55px;
	background-repeat:no-repeat;
	background-position: top center;
	color: #999999;
	padding-top: 10px;
}
a.linkNav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkNav:hover {
	color: #F3A8C8;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #9f060c;
}
a:visited {
	text-decoration: underline;
	color: #9f060c;
}
a:hover {
	text-decoration: none;
	color: #9f060c;
}
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}
.mtDropdownMenu .items {
	Z-INDEX: 2;
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px
}
.top .items {
	BORDER-TOP: medium none
}
.mtDropdownMenu .item {
	CURSOR: hand;
	COLOR:#FFFFFF;
	font-size:12px;
}
.mtDropdownMenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=82); LEFT: 0px; POSITION: absolute; TOP: 0px; -moz-opacity: .8
}
.mtDropdownMenu .hover {
	COLOR: #A2070E;
	background-color: #FFFFFF;
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=40); WIDTH: 2px; POSITION: absolute; TOP: 3px; -moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=40); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; -moz-opacity: .4
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
.notAvailable { border: 1px solid #FF0000; }
.Available { border: 1px solid #009900; }