/* Default basestyle */

/* Imports */
/*@import url("/stylesheets/navigation.css");*/




/* Styles */
html,
body
{
	display: block;
	margin: 0px;
	color: #fff;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

h1,
h2,
h3
{
	font-size: 1.25em;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #ff9933;
}

h2,
h3
{
	font-size: 1.1em;
}

p
{
	font-size: 0.75em;
	line-height: 1.30em;
}

a
{
	color: #ff9933;
	background-color: inherit
}

a:hover
{
	color: #c00;
	background-color: inherit;
}
/* End: Styles */




/* Wrappers */
#outerWrapper
{
	display: block;
	width: 940px;
	height: auto;
	padding: 0px 10px;
	margin: 0px auto;
	color: #fff;
	background-color: #000;
	overflow: hidden;
}
/* End: Wrappers */




/* Header */
#companyBranding
{
	float: left;
}

#telephone
{
	float: right;
	display: block;
	width: 300px;
	text-align: center;
	margin: 40px auto;
}

#telephone span.callUs
{
	font-size: 0.90em;
	display: block;
}

#telephone span.telephone
{
	font-size: 1.90em;
	font-weight: bold;
	color: #ff9933;
}

#companyStrapline
{
	display: block;
	letter-spacing: 0.2em;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
}

#logo
{
	border: 0px solid #000;
}
/* End: Header */




/* Navigation */
#navigation
{
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 0.90em;
	margin: 10px 0px 20px 0px;
	text-align: center;
}

#navigation ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navigation ul li
{
    display: inline;
    margin: 0px;
}

#navigation ul li a
{
	color: #fff;
	background-color: inherit;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 150px;
	height: auto;
	padding-top: 85px;
	background-position: center top;
	background-repeat: no-repeat;
}

#navigation ul li a:hover
{
	color: #c00;
	background-color: inherit;
}

#navigation ul li a.homePage
{
	background-image: url(/images/icons/home.gif);
}

#navigation ul li a.vanRental
{
	background-image: url(/images/icons/van-truck-rental.gif);
}

#navigation ul li a.fleetDisposals
{
	background-image: url(/images/icons/fleet-disposal.gif);
}

#navigation ul li a.createAccount
{
	background-image: url(/images/icons/open-account.gif);
}

#navigation ul li a.findUs
{
	background-image: url(/images/icons/find-us.gif);
}

#navigation ul li a.contactUs
{
	background-image: url(/images/icons/contact-us.gif);
}
/* End: Navigation */





/* Page Text */
#pageText
{
	min-height: 500px;
}
/* End: Page Text */




/* Footer */
#footer
{
	display: block;
	height: auto;
	background-color: inherit;
	font-size: 0.60em;
	clear: both;
	margin-bottom: 10px;
}

#footer p
{
	font-size: 1.00em;
	margin: 0px;
}

#footerNavigation
{
	margin-bottom: 15px;
}

#footerNavigation ul
{
	padding: 0px;
	margin: 20px 0px 0px -5px;
    list-style-type: none;
    color: #ddd;
    background-color: inherit;

}

#footerNavigation ul li
{
    display: inline;
    margin: 0px;
}

#footerNavigation ul li a
{
	color: #09c;
	background-color: inherit;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}

#footerNavigation ul li a:hover
{
    color: #800;
    background-color: inherit;
    text-decoration: underline;
}

#xmlSitemap
{
	list-style-type: none;
	margin-top: 8px;
	padding: 0px;
	float: right;
}

#xmlSitemap li
{
	display: inline;
}

#xmlSitemap a
{
	color: #ccc;
	background-color: inherit;
}

#xmlSitemap a:hover
{
	color: #fff;
	background-color: inherit;
}

/* End: Footer */