body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #070707;
}
#page {
	width: 100%;
	background: url(images/bg.gif) top center repeat-y;
}
#page2 {
	width: 100%;
	text-align: center;
	background: url(images/bgT.jpg) top center no-repeat;
}
#page3 {
	width: 699px;
	margin: 0 auto 0 auto;
	background: url(images/bgB.gif) bottom center no-repeat;
}
/*
*  HEADER AND TOP MENU
*/
#header {
	position: relative;
	width: 699px;
	height: 118px;
}
#header a {
	display: block;
}
#header #contactmenu {
	position: absolute;
	left: 163px;
	top: 0px
}
#header #contactmenu a:hover {
	background: url(images/contactH.gif);
}
#header #aboutmenu {
	position: absolute;
	left: 186px;
	top: 0px
}
#header #aboutmenu a:hover {
	background: url(images/aboutH.gif);
}
#header #homemenu {
	position: absolute;
	left: 209px;
	top: 0px
}
#header #homemenu a:hover {
	background: url(images/homeH.gif);
}
#header #cyclingfashionmenu {
	position: absolute;
	left: 465px;
	top: 0px
}
#header #cyclingfashionmenu a:hover {
	background: url(images/cyclingfashionH.gif);
}
#header #activewearmenu {
	position: absolute;
	left: 488px;
	top: 0px
}
#header #activewearmenu a:hover {
	background: url(images/activewearH.gif);
}
#header #compressionmenu {
	position: absolute;
	left: 511px;
	top: 0px
}
#header #compressionmenu a:hover {
	background: url(images/compressionH.gif);
}
#main {
	position: relative;
	width: 699px;
	text-align: left;
}
/*
*  CONTENT
*/
#content {
	width: 530px;
	padding: 33px 0 0 15px;
	color: #b5b5b5;
}
#content h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 140%;
	color: #DE1F74;
	border-bottom: solid 1px #333333;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 130%;
	font-style: italic;
	color: #DE93B5;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	color: #DE1F74;
}
#content h4 {
	margin: 0 0 10px 0;
	font-size: 130%;
	color: #DE93B5;
}
#content h5 {
	margin: 0;
	font-size: 110%;
	color: #DE1F74;
}
#content h6 {
	margin: 0;
	font-size: 110%;
	color: #DE93B5;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #b5b5b5;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-image: url(images/pink-dot.gif);
	font-size: 100%;
	color: #b5b5b5;
}
#content ol {
	margin: 0 0 10px 27px;
	padding: 0;
	font-size: 100%;
	color: #b5b5b5;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #DE93B5;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #DE1F74;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #ff0000;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #333333;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  RIGHTBAR
*/
#cart {
	position: absolute;
	top: 4px;
	right: 7px;
	display: block;
	text-align: right;
	padding: 0px 22px 0 0;
	background: url(images/cart.gif) center right no-repeat;
	font-size: 110%;
	font-weight: bold;
}
#cart:link, #cart:visited {
	color: #626262;
	text-decoration: none;
}
#cart:hover {
	color: #ed217c;
}
#rightbar {
	position: absolute;
	top: 20px;
	right: 7px;
	width: 131px;
}
#menu {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 100%;
	border-bottom: solid 1px #333333;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	text-align: right;
}
#menu a {
	display: block;
	width: 126px;
	padding: 3px 5px 3px 0;
	border-top: solid 1px #333333;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ed217c;
}
#menu a:hover {
	color: #ffffff;
}
#menu ul a {
	width: 115px;
	padding: 3px 16px 3px 0;
	border-top: none;
}
#menu ul a:link, #menu ul a:visited {
	background: url(images/menu-pink-dot.gif) right center no-repeat;
	color: #b4b4b4;
}
#menu ul a:hover {
	background: url(images/menu-white-dot.gif) right center no-repeat;
	color: #ed217c;
}

#features {
	width: 131px;
	margin: 17px 0 0 0;
	border-bottom: solid 1px #333333;
}
.feature {
	font-size: 100%;
}
.feature h2 {
	margin: 0;
	font-size: 110%;
	background: #333333 url(images/featureT.gif) left top no-repeat;
}
.feature h2 a {
	display: block;
	width: 117px;
	padding: 2px 5px 2px 9px;
	background: url(images/featureB.gif) left bottom no-repeat;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #000000;
}
.feature h2 a:hover {
	color: #ed217c;
}
.feature p {
	margin: 0;
	color: #b3b3b3;
	padding: 8px 5px 0 9px;
}
.feature p.more {
	padding: 4px 5px 10px 9px;
	text-align: right;
}
.feature p a:link, .feature p a:visited {
	text-decoration: none;
	color: #ed217c;
}
.feature p a:hover {
	color: #ffffff;
}
/*
*  FOOTER
*/
#footer {
	padding: 10px 0 6px 0;
	color: #ed217c;
	font-size: 100%;
	text-align: center;
}
#footer span {
	color: #333333;
	padding: 0 13px 0 13px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	color: #ed217c;
}
#webby {
	text-align: center;
	padding: 5px 0 3px 0;
	color: #333333;
	font-size: 85%;
}
#webby a:link, #webby a:visited {
	text-decoration: none;
	color: #333333;
}
#webby a:hover {
	color: #ed217c;
}
/*
*  FORM CSS
*/
#response {
	padding: 0.5em;
	width: 90%;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 12em;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
}
#response input.submit {
	float: left;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response textarea {
	width: 300px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
/*
*  PRODUCT
*/
.product {
	border: solid 1px #333333;
	margin: 0 0 14px 0;
}
.product td {
	padding: 8px 0 8px 0;
}
.product .specs {
	padding: 0 15px 0 15px;
	border-left: solid 1px #333333;
}
.product form {
	width: 200px;
	text-align: right;
	margin: 0;
}
#content .product form p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 120%;
	color: #DE1F74;
}
.product form img {
	padding: 0 0 0 5px;
}
/*
*  FLYOUT
*/
.flyout {
	z-index: 6;
	position: absolute;
	display: none;
	text-align: left;
	background: #ffffff;
	text-align: left;
	border-top: solid 2px #cccccc;
	border-right: solid 2px #888888;
	border-bottom: solid 2px #888888;
	border-left: solid 2px #cccccc;
  }
.flyout p {
	margin: 10px;
}
