body {
	margin: 0;
	padding: 0 0 0px 0;
	font-family: Arial, Verdana, sans-serif;
	position: relative;
	font-size: 62.5%;
	color: #333333;
	background: #fff;
 }

input {
	outline-style:none;
}

a:link, a:visited {
	outline-style:none;
	color: #2D2B29;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #fff;
	text-decoration: none; }

a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

form { margin: 0; padding: 0; }

img { border: none; }

hr {
	border-color: #ccc;     
	border-style: solid;   
	border-width: 1px 0 0; 
	clear: both;           
	margin: 0px 0 10px 0; 
	height: 0;             
}

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #333333; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height:15px;
	color: #333333; }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333; }
	
h5 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
	}

h6 {
	margin: -17px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
font-style: normal;
	color: #333333; }

p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }
	
/*---------------LAYOUT BOXES----------------------*/
#Container {
	margin:0 auto;
	float:left;
	width:100%;
}

#Frame {
	position:relative;
	margin: 0px auto 0 auto;
	padding: 0px;
}

.left {float:left;}
.right{float:right;}

/*---------------- MAIN PAGE ------------------*/

#Top {

}


#Top h1 {
	float:left;
	width:176px;
	height:126px;
	background:url(img/main_postersbybarrel.png) no-repeat top left;
	text-indent:-9999px;
}

#Posters {
	float:left;
	margin:25px 0 0 0;
	width:960px;
}

#Posters .left {
	position:relative;
	margin:0 5px 0 -5px;
}

a.tallbikeposter, a.tallbikeposter:link, a.tallbikeposter:visited{
	float:left;
	position:relative;
	width:443px;
	height:71px;
	padding:390px 0 0 33px;
	background:url(img/main_tallbikeposter.png) no-repeat;
	cursor:pointer;
	color:#EE4036;
	text-transform:uppercase;
	font-size:3.6em;
}
a.tallbikeposter:hover, a.tallbikeposter:link:hover {
	color:#B33029
}


#Posters .right {
	position:relative;
	margin:0 -5px 0 0px;
}

a.tallunicycleposter, a.tallunicycleposter:link, a.tallunicycleposter:visited {
	float:left;
	position:relative;
	width:443px;
	height:71px;
	padding:390px 0 0 33px;
	background:url(img/main_tallunicycleposter.png) no-repeat;	
	cursor:pointer;
	color:#EE4036;
	text-transform:uppercase;
	font-size:3.6em;
}
a.tallunicycleposter:hover, a.tallunicycleposter:link:hover {
	color:#B33029
}


#SignUpBar {
	float:left;
	margin:25px 0 0 0;
	width:960px;
	height:30px;
	text-align:center;
	padding:20px 0 ;
	background:url(img/main_blackbg.png) repeat;
	
}

#SignUpBar p {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:2.0em;
}

#SignUpBar p a, #SignUpBar p a:link{
	color:#51C8E8;
	font-weight:bold;
}

#SignUpBar p a:hover, #SignUpBar p a:link:hover{
	color:#3D98B0;
	font-weight:bold;
}


/*---------------- SIGN UP LIGHTBOX ------------------*/
.jqmWindow {
	display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 9999;
    margin-left: -259px;
    width: 518px;
	height:418px;
    background: url(img/main_lightboxbg.png) repeat;
    color: #352315;	
}

.jqmContent  {
	float: left;
	position:relative;
	width: 500px;
	height: 400px;
	background:url(img/texturebg.gif) repeat #fffbeb;
	padding: 0;
	margin:9px;
	text-align:left;
	display:inline;
	z-index: 9999;
	
}

.jqmClose {
	float: right;
	margin: 0 0px 0 0;
	display: inline;
	cursor: pointer;
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url(img/lightboxclose.gif) no-repeat;
}

.jqmContent {
	float: left;
	z-index: 9999;
}

.jqmContent .header{
	position:absolute;
	left:0px;
	top:0px;
	background:url(img/taskmanager_lightboxheader.gif) top center repeat-x;
	width:614px;
	height:36px;
	letter-spacing:0.1em;
	padding:24px 0 0 36px;
	margin:0;
	text-align:left;

}
.jqmContent  h2{
	margin:0 0 35px 0;
	font-size:2.7em;
	color:#333;
	text-align:center;
	text-transform:uppercase;
}

.jqmWindow .jqmContent .content {
	margin:40px auto 0 auto;
	width:325px;
	
}

.jqmWindow form label {
	display:block;
	margin:0 0 10px 0;
	font-size:1.4em;
	color:#999;
	font-family: Arial, sans-serif;
}

.jqmWindow form input {
	margin:0 0 15px 0;
	border:solid 1px #E0DCCE;
	width:305px;
	height:15px;
	padding:10px;
	font-size:1.2em;
	font-family: Arial, sans-serif;
}

.jqmWindow .submit {
	float:left;
	width:199px;
	height:67px;
	padding:0;
	margin:5px 0 0 65px;
	border:none;
	background:url(img/lightbox_submitbutton.gif) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
}

.jqmWindow .submit:hover {
	background-position:0 -68px;
}

.jqmWindow .submit:active {
	background-position:0 -136px;
}

.jqmOverlay { background-color: #4D4D4D; z-index: 0;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/*---------------- SECONDARY PAGE ------------------*/
#Header {
	height:240px;
	overflow:hidden;
	background:url(img/header_shadowbg.gif) bottom left repeat-x;
}

#HeaderContent {
	width:960px;
	height:240px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:800;
}

#HeaderContent .tab {
	position:absolute;
	right:0;
	top:0;
	background:url(img/main_blackbg.png) repeat;
	width:320px;
	text-align:center;
	padding:7px 0;
	z-index:900;
}

#HeaderContent .tab.unicycle {
	width:210px;
}

h1#TallBike {
	float:left;
	width:196px;
	height:187px;
	background:url(img/tallbikeposterbybarrel.gif) no-repeat top left;
	text-indent:-9999px;
	margin:28px 0 0 1px;
}

#TallBikePosterBackground {
	position:relative;
	float:left;
	height:1340px;
	width:611px;
	background:url(img/header_tallbikeposter.png) no-repeat bottom left;
	text-indent:-9999px;
	top:-1101px;	

}

h1#TallUnicycle {
	float:left;
	width:196px;
	height:187px;
	background:url(img/tallunicycleposterbybarrel.gif) no-repeat top left;
	text-indent:-9999px;
	margin:28px 0 0 1px;
}

#TallUnicyclePosterBackground {
	position:relative;
	float:left;
	height:1413px;
	width:735px;
	background:url(img/header_tallunicycleposter.png) no-repeat bottom left;
	text-indent:-9999px;
	top:-1384px;	
	left:185px;
}

a.back, a.back:link{
	float:left;
	width:41px;
	height:80px;
	margin:0;
	background:url(img/backbutton.gif) no-repeat;
	text-indent:-999px;
}

a.back:hover, a.back:link:hover{
	background-position:0 -117px;
}


#HeaderContent .tab p {
	color:#FCF9EB;
	margin:0;
}

#BodyText #Content h1 {
	color:#EE4036;
	text-transform:uppercase;
	line-height:0.8em;
	margin:0 0 30px 0;
}

#BodyText #Content a, #BodyText #Content a:link {
	color:#51C8E8;
	font-weight:bold;
}

#BodyText #Content a:hover, #BodyText #Content a:link:hover {
	color:#3D98B0;
	font-weight:bold;
	text-decoration:none;
}

#BodyText #Content p {
	color:#666;
}

#Content {
	float:left;
	margin:42px 0 25px 0;
	position:relative;
	z-index:900;
}

#Content .leftbike {
	margin:15px 0 0 0;
}

#Content img.size {
	margin:0 0 20px 0;
}

#Content .section {
	float:left;
	width:380px;
	margin:0 0 20px 0;
	border-bottom: solid 1px #E6E6E6;
}

.section.buynow {
	float:left;
	padding:0 0 20px 0;
}

#BodyText #Content a.buynow, #BodyText #Content a.buynow:link{
	float:left;
	width:325px;
	height:90px;
	padding:0;
	margin:0px 0px 0px 30px;
	background:url(img/buynow-button.gif) no-repeat 0 0;
	text-indent:-999px;
}

#BodyText #Content a.buynow:active  {
	background-position:0 -183px;
}

#BodyText #Content a.buynow:hover, #BodyText #Content a.buynow:link:hover {
	background-position:0 -95px;
}



#BodyText #Content .section.photos h1 {
	margin:0 0 20px 0;
}

#BodyText .photos {
	float:left;
	margin:0 0 25px 0;
	padding:0;
}

#BodyText .photos li {
	margin:0 22px 0 0;
	padding:0;
	float:left;
	list-style-type:none;
	width:112px;
	height:93px;
	overflow:hidden;
	position:relative;
}

#BodyText .photos li:hover img{
	position:relative;	
	top:-93px;
	overflow:hidden;
}

#BodyText .photos li.last {
	margin:0;
}

/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#BodyText p {
	font-family: Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0 0 20px 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #333333; }

#BodyText ul {
	margin: 0 0 7px 25px;
	padding: 0;
}

#BodyText ul li {
	list-style-type: disc;
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #5A4A42; 
}

#BodyText ol {
	margin: 0 0 17px 25px;
	padding: 0;
}

#BodyText ol li {
	padding: 0px 0px 3px 0px;
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	text-indent: 0px;
	color: #606060; }
	
#BodyText h5 {
	padding: 0px 0px 12px 0px;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: 0;
	font-weight: bold;
	text-transform: normal;
	color: #262626; }

#BodyText h4 {
	font-family: Arial, Verdana,sans-serif;
	padding: 0px 0px 7px 0px;
	margin: 0;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333; }
	
#BodyText h3 {
	font-family: Georgia, Times, serif;
	padding: 0px 0 4px 0;
	margin: 0 0 10px 0;
	font-size: 2.0em;
	line-height: 1.3em;
	font-weight: normal;
	color: #00274C; 
}

#BodyText h2{
	padding: 0px 0px 0px 0px;
	margin: 0 0 20px 0;
	font-size: 2.8em;
	color: #333333;
	text-transform: normal;
	font-weight: normal;
}

#BodyText h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 3.6em;
	line-height: 2em;
	font-weight: bold;
	color: #eeeeee; 
}
		
#BodyText a:link, #BodyText a:visited { color: #7C1200; text-decoration: none; }
#BodyText a:hover, #BodyText a:visited:hover { color: #333333; text-decoration: underline;}

/*-------------- Copyright Footer -----------------*/

#Footer {
	clear:both;
	float:left;
	margin:8px auto 0 auto;
	padding:0;
	text-align:left;
	font-size:1.2em;
	background:#333333;
	color:#fff;
	width:100%;
}

#Footer .content {
	width:960px;
	margin:0 auto;
}

#Footer.home {
	background:transparent;
	color:#494740;
}

#Footer .left {
	margin:10px 0;
}


#Footer .right {
	margin:10px 0;
}

#Footer a:link, #Footer a:visited { color: #fff; text-decoration: none; padding: 0 0px 0 0px;}
#Footer a:hover, #Footer a:visited:hover { color: #fff;text-decoration: underline; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }

/* Hide warning from newer browsers */
.oldbrowsers { display: none; }

td.nowrap {
	white-space: nowrap;
	}

.cufon-loading h1, .cufon-loading .jqmWindow .jqmContent h2, .cufon-loading a.tallbikeposter, .cufon-loading a.tallunicycleposter{
	visibility: hidden !important;
}
