/* Main Style Sheet for Kerlin Bus Sales & Leasing (KER1006)
   www.kerlinbus.com
   
   Developed by Reusser Design, LLC
   www.reusserdesign.com
   
*/


/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire website, unless otherwise defined below
	----------------------------------------------------------------------------------------*/

body {
	margin-top:0px;

	background-image:url(../images/busbg_skinny.jpg); background-position:top; background-repeat:repeat-x;
	background-color:#000000;
	font:100.01% trebuchet ms,lucida grande,sans-serif;
	/*color:#666666;*/
	text-align:left;
	}
	
a {
	color:#ff6501;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	
	}

a:visited {
	color:#999999;
	}

h1 {
	color:#ff6501;
	font-size:105%;
	padding-bottom:2px;
	text-align:left;
	}
	
h2 {
	color:#666666;
	font-size:85%;
	padding-bottom:3px;
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}

p {
	font-size:70%;
	line-height:normal;
	text-align:left;
	}

#divider {border-top:3px solid #CCCCCC;}


/*-----------------------------------------------------------------------------------------
	Structural Components
	----------------------------------------------------------------------------------------*/
	
#wrapper {
	visibility:visible;
	}	


#masthead {
	visibility:visible;
	background-color:#000000;
	}
	
#header {
	visibility:visible;
	background-color:#000000;
	}
	
#navigation {
	visibility:visible;
	font-size:10px;
	font-weight:bold;
	padding-top:1px;
	background-color:#000000;
	}

#content {
	visibility:visible;
	background-color:#FFFFFF;
	}
	
#footer {
	visibility:visible;
	font-size:65%;
	color:#999999;
	background-color:#000000;
	}
		
	
#borderwrap {
	padding-left:0px;
	padding-right:0px;
	padding-bottom:1px;
	border-right:2px solid #000000;
	border-bottom:3px solid #000000;
	border-left:2px solid #000000;
	}

/*-----------------------------------------------------------------------------------------
	IDs - Specific IDs for styling
	----------------------------------------------------------------------------------------*/
#navbg {
	background-image:url(../images/nav_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#navigation a {
	color:#333333;
	text-decoration:none;
	
	}

#navigation a:hover {
	color:#FF6600;
	text-decoration:underline;
	
	}
	
#footer td{ 
	background-color:#000000;
	}

#export{
	padding-left:10px;
	text-align: left;
	}

/*-----------------------------------------------------------------------------------------
	Classes 
	----------------------------------------------------------------------------------------*/
.breadcrumbs {font-size:70%; text-align:right; color:#CCCCCC}
.breadcrumbs a{ text-align:right; color:#999999;}
.breadcrumbs a:hover{color:#CC6600;}

.bullets {
	list-style-type:square;
	list-style:outside;
	font-size:70%;
	line-height:17px;
	}

.text {
	font-size:70%;
	line-height:normal;
	text-align:left;
	}
	

/*-----------------------------------------------------------------------------------------
	Debugging
	----------------------------------------------------------------------------------------*/
	

/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}