 body, html {
	background-color: #999;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;	
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
	color: red;
}
a img {
	border: none;
}
p {
	text-align: left;
}

.center{
	margin-left:auto;
	margin-right:auto;
}



#exp {
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/ /*Align Center*/
	margin-top: 0px;/*Align Top*/
	display: table;
}
#container {
	background-color:#999;	
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#main{
	width: 966px;
	/*height: 676px;*/
	border: 0px solid #999;
	background-color:#999;
}
#top_head{
	border-bottom: 3px solid #FEF2E4;
	position: relative;
}
#top_left{	
	float: right;	
}


#txtv{
	top: 20px;
	left: 697px;
	width: 300px;
	position: absolute;
}
#txtv a{
	color: #000;
}
#txtv #a1 {
	font-size: 14px;
}
#txtv #a2{
	font-size: 18px;
}
#txtv #a3{
	font-size: 22px;
}


#logo_triathlon{
	float: left;
	border-right: 3px solid #FEF2E4;
}
#logo_triathlon a{	
	width: 121px;
	height: 113px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
}

#navigation{	
	float: none;
	margin: 0px;
	height: 113px;
	background-color: #E31B23;
	display: block;	
}
#navigation li{
	list-style: none;
	display: inline;
}
#navigation ul{
	display: none;
	position: absolute;
}
.L {
	left: 0;
}
.R {
	right: 0;
}
#navigation div{
	top: 86px;
	left: 270px;
	float: left;
	margin: 4px 7px 4px 7px;
	position: relative;	
}
#navigation	div ul{
	/* background-color: transparent; */
	background-color: #E31B23; 
	margin: 0px;
	padding: 10px 0px 0px 0px;
	z-index: 1000;	
}
#navigation	div ul li{
	background-color: #E93E54;
	text-align: left;
	padding: 0.5px;
	display: block;
}
#navigation	div ul li div{
	display: block;
}
#navigation a{
	font-size: 12px;
	display: block;
	color: white;
}
#navigation	div div{
	float: none;
}
#navigation div li a{
	background-color: #E93E54;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 5px 5px 5px 5px;
	width: 180px;
	height: auto;
	text-align: left;
}
#navigation div:hover ul.level1{
	display: block;
}
#navigation div div:hover>ul{
	display: block;
	background-color: #E31B23;
	z-index: 10000;
}
#navigation div li div:hover>a{
	background: #E93E54;
	border: 1px solid #fff;	
}
#navigation a.active,
#navigation div:hover a.level0,
#navigation a:hover{
	background-color: #E31B23;
}
#contentArea {
	/*height: 538px;*/
	background-color: #FEF2E4;
	padding-bottom: 40px;
}
.contentText {
	margin-left: 250px;
	margin-right: 100px;	
	text-align: left;
	color: #636466;
	height: 100%;
}
.contentText h3 {
	color: #E31B23;
	padding: 1px 1px 1px 1px;
}
.contentText img {
	margin-top: 10px;
}
.catmenu {
	font-family: Arial, Sans-serif;
	padding: 3px;
	text-align: left;
	color: #636466;
	border-bottom: 1px dotted #999;	
}
.catmenu b {
	color: #01A4CF;
}
.catmenu a {
	color: #636466;
}

#contentArea i {
	float: right;
	color: #E31B23;
}
#contentArea table tr td {
	vertical-align: top;
}

#contenLeft {
	float: left;
	position: relative;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
.line_bottom {
	padding: 3px;
	border-bottom: 1px dotted #999;
}
.icon {
height: 100px;
vertical-align: bottom;
}

.icon  ul{
padding:0;
margin:0;
}

.icon  ul li{
border: 0px dotted #999;
padding: 30px;
float: left;
text-align: left;
display: block;
}
/*
.icon  ul li{
list-style-type: none;
padding-right:30px;
float:left;
text-align:left;
bottom:10px;
}

*/
.imagesItemWrapper {
width: 800px;
height: 370px;
display: block;
position: relative;
}
.gallery h3 {
	color: #E31B23;
	padding: 1px 1px 1px 1px;
}
.gallery {
	margin-left: 125px;
	margin-right: 100px;	
	text-align: left;
	color: #636466;
	height: 100%;
}
.galleryIndex li{
	float: left;
	list-style: none;
	padding: 3px;
	display: block;
}
.galleryNav {
	width:100%;
	text-align: center;
}
.galleryNav .previous {
	padding-left: 30px;
	padding-right: 30px;
}
.galleryNav .mark {
	color: #000;
}
.galleryNav a {
	color: #636466;
}
.galleryNav .next {
	padding-left: 30px;
	padding-right: 30px;
}

.error {
  color: red;
}


.clear {
 float: none;
}

#email_form {
	padding-top: 50px;
	padding-left: 70px;
	text-align: left;
	display: block;
}
#email_form  li{	
	list-style: none;	
}

#footer {
	padding: 5px 15px 5px 5px;
	background-color: #E31B23;
	text-align: right;
	font-size: 9px;
	color:#636466;
}
#footer a{
	color: white;
	font-family: Arial, Sans-serif;
	font-size: 10px;
}
#footer strong{	
	color: white;
	float: left;
	font-family: Arial, Sans-serif;
	font-size: 10px;
}
.invisible {
	color: #FEF2E4;
}
.invisible {
	color: #FEF2E4;
}
.invisible {
	color: #FEF2E4;
}

