@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background: url(../images/build/background_lrg.jpg) repeat-y scroll left top;
}

.nsMainStyle #container {
	width: 805px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: red;
	border-color: red;
	border-left-style: solid;
	border-left-color: red;
	border-left-width: 1px;
	border-bottom: 20px solid red;
}

.nsMainStyle #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #f00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.nsMainStyle #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* @group essentials */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */

/* @group feedburner */

.feedburnerFeedBlock {
	text-decoration: none;
}

.feedburnerFeedBlock a{
	border: none;
	color: #0099ff;
	font-weight: bold;
}

.feedburnerFeedBack li{
	color: gray;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.feedburnerFeedBlock p.feedTitle {
	color: red;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}



/* @end */
/* MAIN */

.halfcoverL {
	float: left;
	width: 45%;
	border: 1px dotted #666666;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	height: 400px;
}
.halfcoverR {
	float: right;
	width: 45%;
	border: 1px dotted #666666;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	height: 400px;
}

.nsMainStyle #mainContent {
	margin: 15px 15px 0;
	padding: 0 20px;
}

#mainContent a:link {
	border:  none;
	text-decoration: none;
	color: #0099FF;
}

#mainContent a:hover {
	text-decoration: underline;
	color: red;

}

#mainContent a:visited {
	text-decoration: none;
	color: #39a4d0;
	font-style: italic;
}

#mainContent h1 {
	color: #666666;
	font: bold 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: red;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent h3 {
	color: red;
	text-align: left;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}

#mainContent p {
	margin-bottom: 5px;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent .caption {
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	padding: 2px 5px;
	margin-top: 2em;
}

#cyclingtab {
	float: left;
	position: relative;
	width: 300px;
	clear: both;
	display: block;
	margin: .75em;
	padding: .75em;
}

#tri {
	float: right;
	position: relative;
	width: 290px;
	display: block;
	margin: .75em;
	padding: .75em;
}

#apparel {
	width: 705px;
	display: block;
	position: relative;
	float: right;
	padding: 0;
	margin: .75em;
}

/* footer */

.nsMainStyle #footer {
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-right: 15px;
	padding: 0 10px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 
.nsMainSyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a:link {
	text-decoration: none;
	color: #00CCFF;
}

#footer a:hover {
	text-decoration: underline;
}

/*  END font size and color details  */






/*border style divs commented out 

#borderleftdiv {
	background: url(../images/build/background.jpg) repeat-y -75px top;
	visibility: visible;
	z-index: 2;
}

#borderrightdiv {
	background: url(../images/build/background.jpg) repeat-y 764px top;
	visibility: visible;
	z-index: 3;
} */

.150tb {
	height: 100%;
	position: relative;
	display: block;
}
