@charset "utf-8";
/* CSS Document */

/***********************************************/
/* British Bike Claims Style Sheet             */
/* Author: WebCatch 2008                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	padding:0px;
	margin:0px;

}

body{
	font:76% Arial, Helvetica, sans-serif;
	text-align: center;
}

#container{
	width:960px;
	margin: 0 auto;
	text-align: left;
	color:#333;

}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 250%;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 150%;
 padding-bottom:5px;
 color:#ff1e1e;
}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p, ul, li{
	margin: 0;
	line-height: 1.5;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}


/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.red{color:#ff1e1e;}
.rehabilitation{color:#ff1e1e;font:"Trebuchet MS", Arial;font-style:italic;font-size:105%;}

/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#header{
	height:120px;
	margin: 0 auto;
}


#logo{
	background: #fff url(../images/bbc-logo.gif) bottom left no-repeat;
	width:503px;
	height:100px;
}

#footer
{
	color:#666;
	text-align:center;
	clear:both;
}

#footerContainer
{
    margin: 0 auto;
    width:960px;
    text-align:left;
	border-top: 1px solid #666;
	padding-top:5px;
}


#main 
{
    color:#666;
	z-index:20;
}

#bike
{
    color:#666;
	background: #fff url(../images/bbc-bg.jpg) top left no-repeat;
	z-index:20;
	height:500px;
}

#content
{
    float:left;
    width:480px;
	position: relative;
	z-index:100;
	padding-bottom:5px;
}


#content p, h1, h2, table, ul
{
	padding: 0px 10px;
}

#contentHome
{
    float:left;
    width:480px;
	position: relative;
	z-index:100;
	padding-top:400px;
	
}

#sideLeft
{
    float:left;
    width:240px;
	position: relative;
	z-index:100;
}

#sideRight
{
    float:left;
    width:240px;
	position: relative;
	z-index:100;
}

#sideBox{
	border:1px solid #bcb9b9;
	width: 230px;
	text-align:left;
	background-color:#fff;
	margin-left:5px;
}

#sideBox p{
	padding:10px;
}

.sideBoxHeader{
	background-color:#bcb9b9;
	width:210px;
	height:30px;
	line-height:30px;
	display:block;
	padding:5px 10px;

	font-size:110%;
}


/******* menu *******/

/* common styling */
.menu {height:42px; font-family:Helvetica, sans-serif;z-index:100; background: #fff url(../images/menu.gif) top left repeat-x; font-weight:600;width:960px;float:left;margin-top:0px;margin-bottom:5px;font-size:1.1em;}
.menu ul li a, .menu ul li a:visited, .menu ul a:hover {display:block; text-decoration:none; padding: 0 14px; height:42px; color:#fff; line-height:42px;text-align:center;overflow:hidden;float:left;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left;}


/******* testimonial *******/

	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{position: relative; min-height: 250px; background-color:#fff;}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }

/*
	SLIDER
*/
.slider-wrap								{ width: 220px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 220px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 220px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }

