/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #430AC6 url(images/img06.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

.menu {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: url(images/service_menu_bg.png) repeat-x;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 100px;
	width: 120px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 100px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/service_home_on.png); width: 94px;}
.home a {background-image: url(images/service_home_off.png);}
.busi {background-image: url(images/service_busi_on.png); width: 106px;}
.busi a {background-image: url(images/service_busi_off.png);}
.auto {background-image: url(images/service_auto_on.png); width: 128px;}
.auto a {background-image: url(images/service_auto_off.png);}
.fleet {background-image: url(images/service_fleet_on.png); width: 122px;}
.fleet a {background-image: url(images/service_fleet_off.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#gallery { position: relative; width:500px; height:320px; margin:0; margin-top:-18px; padding:0; }
#gallery li { display: block; }

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2C2A68;
}

h1 {
	font-size:1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h1:first-letter {
	font-size:1.1em;
}

h1:first-line {
	line-height: .9em;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.2em;
	text-align: left;
}

p {
	font-size: 13px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FBAF5C;
}

a:hover {
	text-decoration: underline;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 5px 0 0 10px;
	margin: 5px 10px 5px 10px;
	height: 22px;
	background: url(images/img02.gif) repeat-x left center;
	text-transform: uppercase;
	font: normal 14px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #D6D5D5;
}

.post .story {
	padding: 15px 30px;
	color: #656565;
}

.post .story .ul {
	margin-left: 3em;
	margin-top: 1.1em;
}

.post .story .ul li {
	color: #231958;
	line-height: 1.2em;
	margin-top: 1.1em;
}

.post .story .ol {
	margin-left: 3em;
	margin-top: 1.1em;
}

.post .story .ol li {
	color: #231958;
	line-height: 1.2em;
	margin-top: 1.1em;
}

.post .story a {
	color: #B6090F;
}

/* Logo */

#logo {
	width: 795px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat 0 25px;
}

#logo h1 {
	padding: 106px 0 0 40px;
}

#logo h1 a {
	text-transform: uppercase;
	font: normal 16px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #FFFFFF;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: normal 16px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #2C2A68;
}

#logo h2 {
	padding: 110px 0 0 40px;
	font: normal 12px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;

}

#logo a {
}

/* Content */

#content {
	width: 795px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	background: #FFFFFF;
	width: 500px;
	margin-top: -30px;
}

/* Content > Main > Welcome */

#welcome {

}


/* Content > Sidebar */

#sidebar {
	float: left;
	background: #BEBEBE;
	width: 280px;
}


/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 0px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	background: #959595 url(images/under_menu.gif) repeat-x;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	background: #959595 url(images/arrows.gif) no-repeat 10px 17px;
	border-top: 1px solid #1E0652;
	color: #1E0652;
}

#menu a:hover, #menu .active a {
	background: #656565 url(images/arrows.gif) no-repeat 10px 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu p {
	margin-top: 10px;
	padding-left: 10px;
	font-size: .9em;
	color: #1E0652;
	line-height: 1.3em;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0 0 30px 20px;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FBAF5C;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: 13px;
	line-height: normal;
	color: #656565;
}

#updates a {
	text-decoration: none;
	font-weight: bold;
	color: #B6090F;
}

#updates a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #B6090F;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #FBAF5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #FBAF5C;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 20px;
	border-top: 4px solid #959595;
	background: #190546;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
	text-align: center;
	padding-left: 270px;
}

/* Footer > Links */

#links {
}
