/*******************************************************************************
* Project: Powersports Rentals 1.0                                             *
* File: psr.css (CSS)                                                          *
* Author: Cody Garvin                                                          *
*                                                                              *
********************************************************************************
* Date: 12/19/08                                                               *
* Version: 0.1                                                                 *
* History:                                                                     *
*  12/19/08 - Initial script created.                                          *
*                                                                              *
*******************************************************************************/
/* CSS For the whole site */

/*
----------------------------------------------------------------------------------------------------
- Basics
----------------------------------------------------------------------------------------------------
*/


html {
	height: 100%;
	/*overflow: auto; *//* Commented out because ie was adding a horizontal bar */
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Lucida, "Lucida Grande", Geneva, sans-serif;
	background: #fff url("../images/main_background.png");
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;	
	height: 100%;
  	letter-spacing: .25px;
}

html>body { /* be nice to Opera */
	font-size: 12px;
	height: 100%;
	min-height: 100%;
  	letter-spacing: .25px;	
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	padding: 15px 0 0px 26px;
	margin: 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

font {
	font-family: Arial, Helvetica, Lucida, "Lucida Grande", Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
}

ul {
	margin-top: 0;
	padding: 0;
}

ul li {
	/*list-style-type: none;*/
}

p {
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}

a:link, a:active, a:visited {
	color: #5fbae8;
	text-decoration: none;
	outline: none;	
}

a:hover {
	color: #5fbae8;
	text-decoration: underline;
	outline: none;	
}

a.nohover:link, a.nohover:active, a.nohover:visited, a.nohover:hover {
	color: #006400;
	text-decoration: none;
}

div.breadCrumbs {
	padding: 5px 0 0 0px; 
	font-size: 14px;
	line-height: 14px;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.error_title {
	color: #FF0000;
}

.borderImage {
	border: 1px solid #b6b6b6;
	padding: 0;
	margin: 0;
}

/*
----------------------------------------------------------------------------------------------------
- Tables                                                                    
----------------------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------------------
- Divs
----------------------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------
List Tabs
----------------------------------------------------------------------------------------------------
*/


/*
-----------------------------------------------------------------------------
- Forms                                                                     -
-----------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------
- Buttons                                                                      
----------------------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------------------
- Top Menu
----------------------------------------------------------------------------------------------------
*/



/*
----------------------------------------------------------------------------------------------------
- Main Menu
----------------------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------------------
- Footer
----------------------------------------------------------------------------------------------------
*/
