html{
	
}
body{
	margin: 0px;
	color: #8E8E8E;
	font-family: arial;
	font-size: 12px;
}
h1{
	margin: 0px 0px 30px 0px;
	font-size: 18px;
	color: #D2251B;
}
h2{
	font-size: 14px;
	font-weight: bold;

}
h3{

}
h4{

}
h5{

}
h6{

}
a{
	color: #D2251B;
	text-decoration: none;
	
}
a:hover{
	text-decoration: underline;

}
.bold {
	font-size: 13px;
	font-weight: bold;
}

a img{
	border: none;
}
p{
	text-align: justify;
	margin-bottom: 20px;
	line-height: 25px;
}
form{
	margin: 0px;
	padding: 0px;
}
input,select,textarea{
	font-family: arial;
	font-size: 12px;
	border: solid 1px;
}
input[type=checkbox],input[type=radio]{
	border: none;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: top;
}

#parent{

}
#header{
	position: relative;
	display: block;
	width: 100%;
	height: 125px;
	background-image: url(header.bgrepeater.jpg);
	background-repeat: repeat-x;
}
#mainnav{
	position: absolute;
	left: 0px;
	top: 93px;
	display: block;
	width: 100%;
	height: 21px;
	background-color: #D2251B;
}
#maincontent{
	display: block;
	padding: 65px 40px;
}
#footer{
	display: block;
	height: 43px;
	padding: 2px 40px 0px 40px;
	font-size: 11px;
	color: #6E6E6E;
	border-top: dashed 1px #D2251B;
}

#logo{
	position: absolute;
	left: 0px;
	top: 0px;
}
#floatinglinks{
	position: absolute;
	left: 298px;
	display: block;
	margin-top: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
#floatinglinks a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#floatinglinks a:hover{
	text-decoration: underline;
}
#gallery{
	position: relative;
	float: left;
	width: 595px;
}
#galleryThumbs{
	float: left;
	width: 100px;
	margin-right: 20px;
}
#galleryThumbs img{
	margin-bottom: 25px;
}
#galleryThumbs2{
	position: absolute;
	top: 361px;
	left: 120px;
	width: 500px;
	margin-top: 24px;
}
#galleryThumbs2 img{
	margin-right: 19px;
}
#galleryViewPane{
	float: left;
}
#textContent{
	float: left;
	display: block;
	width: 290px;
	margin-left: 30px;
}

.label-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}

/*PNGTAGS{
	behavior: url('resources/iepngfix.htc')
}*/

* html ul li a {
   height:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
