/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:978px;
	height:61px!important;
	margin:0!important;
	padding: 0;
	background: repeat-x;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 61px;   
	width: 196px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#FFFFFF;
	font-size:12px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background:url(../images/menu-buttons/content-harley-davidson-button.png) 0  0; }
#flowtabs #t2 			{ background:url(../images/menu-buttons/content-chrysler-button.png) -196px 0; }
#flowtabs #t3 			{ background:url(../images/menu-buttons/content-ford-button.png) -392px 0; }
#flowtabs #t4 			{ background:url(../images/menu-buttons/content-nissan-button.png) -588px 0; }
#flowtabs #t5			{ background:url(../images/menu-buttons/content-chevy-button.png) -784px 0; }
 
/* mouseover state */

#flowtabs #t1:hover 	{ background-position: 0 -61px !Important;  }
#flowtabs #t2:hover 	{ background-position: -196px -61px !Important; }
#flowtabs #t3:hover 	{ background-position: -392px -61px !Important; }
#flowtabs #t4:hover 	{ background-position: -588px -61px !Important; }
#flowtabs #t5:hover 	{ background-position: -784px -61px !Important; }

/* currently selected tabs */
#flowtabs #t1.current { background-position: 0 -122px !Important;  }
#flowtabs #t2.current { background-position: -196px -122px !Important; }
#flowtabs #t3.current { background-position: -392px -122px !Important; }
#flowtabs #t4.current { background-position: -588px -122px !Important; }
#flowtabs #t5.current { background-position: -784px -122px !Important; }

/* panes */
#flowpanes {
	width:978px;
	height:327px;
	float: left;
}
/* single pane */
#flowpanes div {
	display:none;	
	color:#000000;
}
/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#9E0B0F;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}
#flowpanes a {
	color:#9E0B0F;		
	font-size:14px;
}
.div-tab-pic {
	float:left; margin-right:20px; 
}
.tabs-text-inside {
	float:left;
	line-height:1.1em;
	
	font-size: 0.95em;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	margin-top: 4px;
}
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:978px;
	cursor:pointer;
	font-size:14px;
	height: 327px;
	background-color: #FFFFFF}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:15000px;
	clear:both;
	margin:0;
	padding:0;
	position: relative;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
.custom {
	border:none;
}

.tabsLink {
	display:block;
	height:326px; width: 978px;
}

.tabs-back1 {
	background:url(../images/home/content-middle-pic.jpg);
	
}

.tabs-back2 {
	 background:url(../images/home/images/chrylser-accessories.png);
}

.tabs-back3 {
	background:url(../images/home/images/ford-accessories.png); 
}

.tabs-back4 {
	 background:url(../images/home/images/nissan-accessories.png);
}

.tabs-back5 {
	background:url(../images/home/images/chevy-accessories.png); 
}
