html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	border:none
}
p, td, li, ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
.subhead1 { 
	color: black; 
	font-size: 12pt; 
	font-weight: bold; 
	line-height: 14pt; 
	font-stretch: condensed 
}
.bikeimage { 
	border: solid 3px gray 
}
.bikethumb { 
	border: solid 1px gray;
	cursor: pointer;
}
.menuMain, .menuMainNull  { 
	font-size: 14px; 
	font-weight: bold; 
	font-stretch: condensed; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	margin-left: 10px 
}
.menuSub, .menuSubNull {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	text-indent: -10px;
}
.menuMainNull, .menuSubNull  { 
	font-stretch: condensed; 
	text-indent: 0; 
	margin-right: 5px 
}
.menuMain a, .menuMainNull a { 
	color: white; 
	text-decoration: none 
}
.menuSub a, .menuSubNull a  { 
	color: black;
	text-decoration: none 
}
.menuSub a:hover {
	text-decoration: none;
}
#menucode, #loginPanel {
	margin: 10px;
	padding: 1px 5px 15px 5px;
	background-color: #EEE;
}
#loginPanel input, #loginPanel button {
	font-size:10px;
}
#titlecast {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 15px;
}

a  { 
	color: #ffffff; text-decoration: none
	}

.frametop {
	height:90px;
/*	border-bottom: 1px solid #999999; */
	background-color: #6B9EB6;
}
.frameleft {
	width:170px;
	border-right: 1px solid #999999;
}
.frameright {
	width:170px;
	border-left: 1px solid #999999;
}
#frametable {
	height:100%;
}
#main {
	padding: 15px;
}


/*
	===================================
	FORUM STYLES
	===================================
*/
#forumtable, #forumcompletethread {
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
#forumtable td, #forumtable th, #forumcompletethread td, #forumcompletethread th {
	padding: 3px;
	border-bottom: 1px dotted #999999;
}
#forumtable th, #forumcompletethread th {
	background-color: #CCCCCC;
	color: #3B5967;
}
#forumtable .leftcell {
	background-color: #ECECEC;
	width: 130px;
}
.forumjump {
	background-color: #EEEEEE;
	font-size: 10px;
}
#forumtop {
	margin-bottom: 20px;
}
#forumname {
	font-size: 16px;
	font-weight: bold;
	color: #3B5967;
}
.forumpost {
	background-color: #CCCCCC;
}
.forumpost td {
	padding: 5px;
}
.forumsubmit {
	background-color: #FFCC00;
}
.forumcancel {
	background-color: #CCCC00;
}
.foruminput {
	font-size: 10px;
	width: 100%;
}
#forumcompletethread {
	margin-top: 20px;
	border-top: 1px solid #000000;
}
#forumcompletethread th {
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
}
.forumcompletecell1 {
	background-color: #FFFFFF;
}
.forumcompletecell2 {
	background-color: #EEEEEE;
}

.signupinput {
	font-size: 10px;
	width: 90%;
}


/*
	===================================
	STORE LOCATOR STYLES
	===================================
*/
#storeRegionTitle {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#storeDetailTitle {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#storeRegionBlock {
	background-color: #DAE7ED;
	padding: 10px;
	width: 200px;
}
#storeDetailsBlock {
}
.storeName {
	font-weight: bold;
}
.storeLocation {
	font-style: italic;
}
.storeLabel {
	font-weight: bold;
}
.storepblock {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
#storeBodySpacer {
	height:15px;
}



/*
	===================================
	BUSINESS DIRECTORY STYLES
	===================================
*/
.bizLeftCell {
	width: 250px;
}
#bizLeftTitle {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#bizDetailTitle {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#bizLeftBlock {
	background-color: #DAE7ED;
	padding: 10px;
	width: 200px;
}
#bizDetailsBlock {
}
.bizName {
	font-weight: bold;
}
.bizLocation {
	font-style: italic;
}
.bizLabel {
	font-weight: bold;
}
.bizpblock {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}
#bizBodySpacer {
	height:15px;
}
.bizSelect {
	font-size: 11px;
}
#contentcell {
	padding: 15px;
}
#contentcell a {
/*	color: #ffcc00; */
	color: #101177;

}
#listtable a {
	color: #101177;
	font-weight: bold;
}

#signupspacer {
	clear: both;	
	height: 10px;
}
#signup {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #999999;
	padding: 10px;
}
#signup h1 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-top: 0px;
}