/**
 * SLH Bikes
 *
 * @version		1.0.0
 * @copyright		(c) Copyright 2008 Van Dam Innovations, All rights reserved.
 * @link		http://www.vandam-innovations.com
 */

/*********************
    General Settings
 *********************/

body
{	
	background-color:			#555555;
	background-image:			url('/../images/background.gif');
	
	margin-top:					20px;
}

body,td,th,p,div,fieldset,input,textarea
{
	font-family:				'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#333333;
}

label.bold
{
	font-weight:				bold;
}

.left
{
	float:						left;
}

.right
{
	float:						right;
}

.clear
{
	clear:						both;
}

/*********************
 	  Link Styles
 *********************/

/**
 * Genral page link style
 */
a
{
	font-family:				'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	
	font-size:					11px;
	color:						#333333;
	text-decoration:			none;
}

a:hover
{
	color:						#899B9C;
	text-decoration:			none;
}

a:active
{
	color:						#899B9C;
	text-decoration:			none;
}

/**
 * Menu link style
 */
a.menu
{
	color:						#FFFFFF;
	font-size:					10pt;
	letter-spacing:				.1em;
	text-decoration:			none;
	
	margin-left:				15px;
	margin-right:				15px;
}

a.menu:hover
{
	padding-bottom:				2px;
	border-bottom:				solid 1px #FFFFFF;
}

a.menu_active
{
	color:						#FFFFFF;
	font-size:					10pt;
	letter-spacing:				.1em;
	text-decoration:			none;
	
	margin-left:				15px;
	margin-right:				15px;
	
	padding-bottom:				2px;
	border-bottom:				solid 1px #FFFFFF;
}

/**
 * Footer link style
 */
a.footer
{
	font-size:					9px;
	color:						#FEFEFE;
}

a.footer:hover
{
	text-decoration:			underline;
}

/*********************
 	  Page layout
 *********************/

/**
 * Main page container
 * Used to center align the whole page
 */
div.container
{
	width:						1000px;
	margin:						0px auto;
}

/**
 * Header containter
 * Contains company logo
 */
div.header
{
	width:						980px;
	height:						187px;
	
	background-image:			url('/../images/header.gif');
}

/**
 * Menu containter
 * Contains site naviation objects
 */
div.menu
{
	width:						940px;
	height:						30px;
	
	background-image:			url('/../images/menu.gif');
	
	margin:						0px;
	
	padding-top:				10px;
	padding-bottom:				10px;
	padding-left:				20px;
	padding-right:				20px;
}

/**
 * Content containter
 * Contains the actual page content
 */
div.content
{
	width:						940px;
	
	background-image:			url('/../images/content.gif');
	
	margin:						0px;
	
	padding-top:				10px;
	padding-bottom:				10px;
	padding-left:				20px;
	padding-right:				20px;
}

/**
 * Footer containter
 * Contains copyright information
 */
div.footer
{
	text-align:					center;
	font-size:					9px;
	color:						#FEFEFE;
	
	width:						980px;
	height:						18px;
	
	background-image:			url('/../images/footer.gif');
	
	margin:						0px;
	padding-top:				15px;
}