@charset "utf-8";
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 798px;
	margin: 50px auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ Header Styles ] */
.oneColFixCtrHdr #header {
	width: 798px;
	/*height: 80px;*/
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#headerleft {
	float: left;
	width: 290px;
	height: 50px;
}

/* Header Logo */
#headerlogo {
	width: 195px;
	height: 45px;
	position: relative;
}
#headerlogo span {
	background: url(bicycle/monzalogo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
	
#headerright {
	float: right;
	width: 508px;
	height: 15px;
	/*height: 50px;*/
	margin: 0;
	padding: 23px 0 12px 0;
	text-align: right;
}
.navmenu {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navmenu a {
	padding: 0 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navmenu a:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#headerlogin {
	width: 798px;
	/*height: 58px;*/
	margin: 0;
	padding: 6px 0;
	background-color: #202020;
}
#loginLeft {
	float: left;
	width: 275px;
	margin: 5px 0 0 5px;
	padding: 0;
}
#loginLeft img {
	margin: 0;
	border:none;
}
#loginRight {
	float: right;
	width: 500px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
}
/* [ Main Content Styles ] */
.oneColFixCtrHdr #maincontent {
	width: 798px;
	margin: 0;
	padding: 0;
}
#mainhome-top {
	margin: 0;
	padding: 0;
}
#mainhome-top img {
	margin: 0;
	border: none;
}
#mainhome {
	width: 778px !important;
	width: 798px;
	height: 120px;
	margin: 0;
	padding: 0 10px 0 10px;
	background-image:url(bicycle/HomeMain-Bottom.jpg);
	background-repeat:no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
}

#mainhome #Bicycle-Title {
	border: 0;
	margin: 10px 0 10px 0;
}

#mainsubpage {
	position: relative;
	width: 798px;
	/* IE 6 min-height hack */
	min-height: 445px;
	height: auto !important;
	height: 445px;
}
#mydiv {
	position: absolute;
	top: 10px;
	left: 10px;
	/* IE 6 min-height hack */
	/*min-height: 375px;
	height: auto !important; */
	height: 415px !important;
	height: 425px;
	width: 550px !important;
	width: 560px;
	padding: 5px;
	overflow: auto;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#mydiv a {
	color: #FFF;
	text-decoration: none;
}
#mydiv a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainsubpage h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
}

.about {
	background: url(bicycle/backgrd_about.jpg) no-repeat;
}
.careers {
	background: url(bicycle/backgrd_careers.jpg) no-repeat;
}
.contact {
	background: url(bicycle/backgrd_contact.jpg) no-repeat;
}
.register {
	background: url(bicycle/backgrd_contact.jpg) no-repeat;
}
.brands {
	background: url(bicycle/backgrd_brands.jpg) no-repeat;
}
.dealer {
	background: url(bicycle/backgrd_dealer.jpg) no-repeat;
}
.privacy {
	background: url(bicycle/backgrd_terms.jpg) no-repeat;
}
.sitemap {
	background: url(bicycle/backgrd_sitemap.jpg) no-repeat;
}
.terms {
	background: url(bicycle/backgrd_terms.jpg) no-repeat;
}
.loggedout {
	background: url(bicycle/backgrd_contact.jpg) no-repeat;
}
.resetpassword {
	background: url(bicycle/backgrd_contact.jpg) no-repeat;
}

/* [ Footer Logo Strip Styles ] */
#logostrip {
	width: 792px !important;
	width: 798px;
	height: 64px;
	/*height: 90px;*/
	margin: 0;
	padding: 13px 3px 13px 3px;
	background-color: #463C26;
}
#logostrip img {
	border: 0;
	margin: 0 4px;
}


/* [ Footer Styles ] */
.oneColFixCtrHdr #footer {
	margin: 0;
	padding: 0;
	width: 798px;
	height: 40px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#footerleft {
	float: left;
	width: 350px;
	height: 20px;
	margin: 10px 0;
	padding: 0;
	vertical-align: middle;
}
#footerright {
	float: right;
	width: 448px;
	height: 20px;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	border: none;
	background-image:url(bicycle/ButtonBG.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	padding: 2px;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #444;
	height: 14px !important;
	height: 18px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #444;
	height: 14px !important;
	height: 18px;
	border: 1px solid #CCC;
	background-color: #E7E7DD;
	padding: 2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}
#AddUserForm #Comments, #ContactForm #Comments {
	height: 75px !important;
	height: 75px;
}
.formbuttonViewCat {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #C5A124;
	border: 1px solid #463C26;
	cursor: pointer;
	padding: 2px;
}

/* [ Login form styles ] */
.headerLoginForms {
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	height: 14px !important;
	height: 18px;
	border: none;
	background-color: #7E7E7E;
	padding:2px;
	margin: 0;
}
.headerLoginFormsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #444;
	height: 14px !important;
	height: 18px;
	border: none;
	background-color: #E7E7DD;
	padding: 2px;
	margin: 0;
}
.loginTitle {
	font-size: 11px;
	font-weight: bold;
	color: #9D9D9D;
	padding: 0;
	margin: 0 3px 8px 0;
	text-decoration: none;
}
.loginTitle a {
	font-size: 11px;
	font-weight: bold;
	color: #9D9D9D;
	text-decoration: none;
}
.loginTitle a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.loginlabel {
	font-size: 11px;
	font-weight: bold;
	color: #9D9D9D;
	padding: 0 5px 0 10px;
}
#loginForm #UserName, #loginForm #Password {
	width: 125px;
	/*height: 14px;
	height: 18px;*/
}
#LoginSubmit {
	margin: 0 0 0 10px;
	width: 50px;
}

/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0px;
	width: 450px;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #FFF;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country, #contactFormWrapper input#Postcode {
	width: 125px;
}
#contactFormWrapper textarea {
	height: 75px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	width: 450px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
	margin: 5px 0 0 0;
}
#registrationFormWrapper select#Country, #registrationFormWrapper input#StateAU, #registrationFormWrapper input#StateUS, #registrationFormWrapper input#StateOther {
	width: 170px;
}
#registrationFormWrapper textarea {
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}


.UIMessage { /* Form submit messages */
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


.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;
}

/* [ General content styles ] */
.homeTemp {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.homeTemp a {
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
.homeTemp a:hover {
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
}

.content {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}