/*____BODY____________________________________*/
	
html, body {
    height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and staythe same across browsers. poop.*/
	color:#000;
	background:#fff url(../images/bg_index.gif) repeat-x 0 123px;
	text-align:center;
}



/*____LAYER______________________________________*/

#page {
	width:780px;
	padding-top:30px;
	margin:auto;
	text-align: left;
}


#links {
	position:absolute;
	bottom:25px;
	right:40px;
	height:65px;
	z-index:10;
	clear:both;
	text-align:center;
	width:104px;
}
#links a {
	font-size:1.0em;
	font-weight:bold;
	color:#7d7c79;
}
#links a:hover {
	color:#333;
}
	

#links a #bikerfashion {
	filter:alpha(opacity=40); 
	-moz-opacity:0.4;
	border:0;
	margin-top:10px;
}

#links a:hover #bikerfashion {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;
}

#logo {
	padding-left:0;
	padding:18px 10px 0px 10px;
	background:#fff;
	float:left;
}

ul {
	margin:0;
	padding:0;
	text-align:right;
}

ul#langnav {
	padding:0;
	margin-right:40px;
	float:left;
}

ul#mainnav {
	margin:0;
	padding:0;
	float:right;
}

#nav li {
	list-style:none;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	font-weight:bold;
	color:#7d7c79;
	text-align:right;
	height:25px;
	overflow:visible;
}

#nav li a {
	color:#7d7c79;
	height:25px;
	border-bottom:0px solid #aaa;
	font-size:1.1em;
	line-height:1.2em;
	padding-bottom:0px;
	padding-top:0px;
	margin:0;
}

#nav li a:hover {
	color:#000;
	overflow:visible;
	/*border-bottom:8px solid #00395b;*/
	padding-bottom:8px;
	/*-padding-bottom:0;*/
	line-height:0em;
	background:url(../images/index_navhover.gif) repeat-x left bottom;
}

#nav {
	padding:0;
	margin-top:70px;
	margin-left:25px;
	float:left;
	height:25px;
	width:445px;
	text-align:right;
	overflow:visible;	
}

#address {
	float:right;
	text-align:right;
	padding-top:47px;
	font-size:0.9em;
	color:#ebe9e5;
	height:10px;
}
#address p.bodytext {
	margin:0;
	padding:0;
}
#address a {
	color:#898784;
}

#highlight_products {
	clear:both;
	text-align:center;
	padding-top:15px;
}


a {
	text-decoration:none;
}



/*___styles for tt_products _______________________________________________________________*/

div#product_list {

}

div.product_listitem {
	width:180px;
	float:left;
	margin: 0 15px 25px 0;
}

div.product_listitem p {
	display:none;
}

div#product_list h1 {
	display:none;
}