/*
	MetCycling Master Css
	file: metcycling.css
	Copyright 2006, MetCycling
	Author: jb 07282006
	Created by Justin Bregar Creative, LLC
*/

body {
	background-image: url(assets/header_bg.gif);
	background-repeat: repeat-x;
	margin:0;
}

#container {
	width: 770px;
}

#container_wide {
	width: 870px;
}
#header {
	background-image: url(assets/metcycling_logo.gif);
	background-repeat: no-repeat;
	margin: 0;
	margin-top: 0;
	height: 82px;
}

#header h1 {
	display:none;
}

#subcontent {
	width:200px;
	float: left;
}

#navigation ul {
    padding:0px;
    margin:0px 0px 0px 0px;
	margin-left: 10px;
    list-style:none;
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#navigation li {
    line-height:50px !important;
    line-height:50px;
    margin-top:0px !important;
    margin-top:0px;
    width: 175px;
    text-align:right;
	border-bottom: 1px solid #fec345;
}

/*#navigation li#nav_first {*/
#navigation li#nav_0 {
	border-left: 1px solid #ccc;
}


#navigation ul li a {
	text-decoration: none;
	color: #3333ff;
	display:block;
	width: 175px;
}

#navigation ul li a:hover {
	background-color:#efefef;
}

#navigation li a#sel         {
    color:#000;
    
}

#rec_photos {
	background-image: url(assets/photos_text.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-top:40px;
	width: 175px;
	margin-left: 10px;
	margin-top: 30px;
}

#rec_photos h2 {
	display:none;
}

#rec_photos ul {
	list-style:none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fec345;
	border-bottom: 1px solid #fec345;
	padding-bottom: 10px;
}

#rec_photos li {
	padding: 0;
	margin: 0;
	margin-top:10px;
	margin-left: 7px;
	display:block;
}

#content {
	width:550px;
	margin-left: 20px;
	float:left;
	font: 14px Georgia, "Times New Roman", serif;
	line-height: 160%;
}

#content_wide {
	width:650px;
	margin-left: 20px;
	float:left;
	font: 14px Georgia, "Times New Roman", serif;
	line-height: 160%;
}

#content_wide table {
	border-left: 1px solid #dcdcdc;
	margin-top: 20px;
}

th.tableheader {
	background-image: url(assets/th_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

td.tabledata{
	font-size: 12px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

#intro_text {
	width:525px;
	height: 91px;
	background-image: url(assets/introbox_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 12px;
}

#team_train ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#team_train li {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#team_train strong {
	color: #3333ff;
	font:16px  Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
}

#footer {
	font: 14px Georgia, "Times New Roman", serif;
	line-height: 160%;
	padding-top: 20px;
	text-align:center;
}

#footer p {
	border-top: 1px solid #fec345;
	width: 75%;
	margin: 20px auto;
}


.cleardiv {
	clear:both;
}