/*layout*/
body  {
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 1000px; 
	background: #ccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ccc; 
	padding: 0 10px;  /* 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. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
	float: left; 
	width: 200px;
	background: #ccc;
	padding: 0px 0;
	margin-left: -5px;
	margin-top: -15px;
}
#sidebar2 {
	float: right; 
	width: 160px; 
	background: #ccc;
	padding: 0px 0; 
	margin-left: -150px;
	margin-right: 20px;
}
#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 0px;
	margin-right: 0px;
}


#mainContent { 
	margin-left: -10px;
}

#footer { 
	padding: 0 200px; 
	background: #ddd;
	text-align: center;
	color: #fff;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*bike specific*/
h1, h2, h3{
	margin-top: 0px;
	padding-top: 0px;
}

h3{
	font-size: 260%;
	margin: 5px;
	padding: 0px;
}

#bike {
	float: left;
	position: relative;
	width: 650px;
	height: 400px;
}


#eurobikeWebLogo{
	width: 200px;
	height: 240px;
	/*background: #ccc url(../images/layout/eubike_weblogo.jpg) no-repeat;*/
	float: left;
	padding-top: 10px;
}

#centurionWebLogo{
	width: 315;
	height: 96px;
	background: #ccc url(../images/layout/centurion_logo2.gif) no-repeat;
}


#eurobikeCarousel{
	width: 620px;
	height: 238px;
	background: #fff url(../images/layout/grunge_carousel.gif) -2px -2px no-repeat;
	float: left;
}


#bikeMenu{
	margin: 0px;
	float: left;
	width: 160px;
	background: #fff url(../images/layout/menubar_bottom.jpg) bottom right no-repeat;
	padding-bottom: 15px;
	
}


#bikeMenuInner{
	background: url(../images/layout/menubar_top.jpg) top right no-repeat;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
}


#bikeMenuInner p{
	padding-left: 25px;
}




#eurobikeTray{
	width: 528px;
	height: 278px;
	background: #ccc url(../images/layout/grunge_tray.jpg) no-repeat;
}


div.eSlide{
	padding: 20px;
}

/*jflow*/


#jFlowSlide{
/*
	width: 620px;
	height: 238px;
	background: #fff url(../images/layout/grunge_carousel.gif) -2px -2px no-repeat;

	float: left;
*/
	width: 635px;
	height: 350px;
	background: #ccc url(../images/layout/grunge_carousel2.jpg) -8px no-repeat;

}


/*
#jFlowSlide{
border:10px solid #F00;
}
*/

#SlideController{
	position: relative;
	top: 0px;
}

#SlideController span{
	color:#999;
	/*background:#000;
	margin-right:10px;*/
	cursor:pointer;
	padding: 0.5em 1em;
	font-weight: bold;
}

#SlideController span.jFlowSelected {
color:#F00;
}

.jFlowPrev, .jFlowNext{
cursor:pointer;
}


#eurobikeSlides, #SlideController{
	display: none;
}

#SlideController{
	float: left;
}

#prevnext{
	margin-top: -1em;
	margin-right: 2em;
	float: right;
	color: #fff;
}

.tblBike{
	width: 185px;
	border-collapse:collapse;
	font-size: .7em;
}

.tblBike td{
	border-bottom: 1px solid #bbb;
}

.tdLabel{
	width: 50px;
	text-align: right;
	font-weight: bold;
	padding: .2em;
	padding-right: .9em;
	color: #aa9;
}

.tdInfo{
	font-size: 1.2em;
	padding: .1em;

}
