@charset "utf-8";
body {
	margin-left: 0px;
	background-color: #000000;
	/*font-family: Arial, Geneva, Helvetica, sans-serif;*/
	font-family: Georgia;
	font-size: 12px;
	margin-top: 0px;
	color: #000000 /*changed from #333333;*/
	margin-right: 0px;
	text-align:justify;
}
h1 {
}
ul {
	margin: 0px;
	padding: 0px;
}
.logo {
	display: block;
	float: left;
}
#page_container {
	background-color: #FFFFFF;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#main_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header_container {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	height: 62px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#banner_container {
	height: auto;
	width: 1000px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#nav_container {
	float: right;
	height: 62px;
	/*width: 600px;*/
}
#nav_container li {
	list-style-type: none;
	background-image: url(images/nav_seperator.png);
	background-repeat: no-repeat;
	/*height: 62px;*/
	overflow: hidden;
	float: left;
	width: auto;
	background-position: 0px;
	padding-left: 1px;
}
#nav_container a {
	display: block;
	float: left;
	height: 62px;
	line-height: 62px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #3D3393;
	text-decoration: none;
	/*font-family: Arial, Geneva, Helvetica, sans-serif;*/
	font-family: Georgia;
	font-weight:bold;
}
#nav_container a:hover {
	color: #000000;
}
#nav_footer {
	float: left;
}
#nav_footer ul {
	margin: 0;
	padding: 0;
}
#nav_footer li {
	display: inline;
}
#nav_footer a {
	display: inline;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	/*font-family: Arial, Geneva, Helvetica, sans-serif;*/
	font-family: Georgia;
	border-right: 1px #ffffff solid;
}
#nav_footer a:hover {
	color: #3D3393;
}
.nav_link1 {
	background-image: url(images/nav_home.png);
	display: block;
	height: 62px;
	width: 62px;
	text-indent: -9999px;
}
.nav_link2 {
	background-image: url(images/nav_about.png);
	display: block;
	height: 62px;
	width: 91px;
	text-indent: -9999px;
}
.nav_link3 {
	background-image: url(images/nav_our.png);
	display: block;
	height: 62px;
	width: 104px;
	text-indent: -9999px;
}
.nav_link4 {
	background-image: url(images/nav_vehicle.png);
	display: block;
	height: 62px;
	width: 127px;
	text-indent: -9999px;
}
.nav_link5 {
	background-image: url(images/nav_useful.png);
	display: block;
	height: 62px;
	width: 106px;
	text-indent: -9999px;
}
.nav_link6 {
	background-image: url(images/nav_contact.png);
	display: block;
	height: 62px;
	width: 98px;
	text-indent: -9999px;
}
.nav_link1:hover {
	background-image: url(images/nav_home_sel.png);
	display: block;
	height: 62px;
	width: 62px;
	text-indent: -9999px;
}
.nav_link2:hover {
	background-image: url(images/nav_about_sel.png);
	display: block;
	height: 62px;
	width: 91px;
	text-indent: -9999px;
}
.nav_link3:hover {
	background-image: url(images/nav_our_sel.png);
	display: block;
	height: 62px;
	width: 104px;
	text-indent: -9999px;
}
.nav_link4:hover {
	background-image: url(images/nav_vehicle_sel.png);
	display: block;
	height: 62px;
	width: 127px;
	text-indent: -9999px;
}
.nav_link5:hover {
	background-image: url(images/nav_useful_sel.png);
	display: block;
	height: 62px;
	width: 106px;
	text-indent: -9999px;
}
.nav_link6:hover {
	background-image: url(images/nav_contact_sel.png);
	display: block;
	height: 62px;
	width: 98px;
	text-indent: -9999px;
}
.nav_link1_sel {
	background-image: url(images/nav_home_sel.png);
	display: block;
	height: 62px;
	width: 62px;
	text-indent: -9999px;
}
.nav_link2_sel {
	background-image: url(images/nav_about_sel.png);
	display: block;
	height: 62px;
	width: 91px;
	text-indent: -9999px;
}
.nav_link3_sel {
	background-image: url(images/nav_our_sel.png);
	display: block;
	height: 62px;
	width: 104px;
	text-indent: -9999px;
}
.nav_link4_sel {
	background-image: url(images/nav_vehicle_sel.png);
	display: block;
	height: 62px;
	width: 127px;
	text-indent: -9999px;
}
.nav_link5_sel {
	background-image: url(images/nav_useful_sel.png);
	display: block;
	height: 62px;
	width: 106px;
	text-indent: -9999px;
}
.nav_link6_sel {
	background-image: url(images/nav_contact_sel.png);
	display: block;
	height: 62px;
	width: 98px;
	text-indent: -9999px;
}
.img_border {
	border: 1px solid #3D3393;
}
#sidebar_service {
	padding: 0px;
}
#sidebar_service li {
	height: 25px;
	display: block;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 10px;
}
#sidebar_service a {
	font-size: 14px;
	color: #3D3393;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar_service a:hover {
	color: #FF9900;
}

#sidebar_service h3 {
	color: #3D3393;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar_service h4 {
	color: #8179D0;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#at_presto2 {
	text-align:center;
}
#at_presto2:hover {
	background-color: #3D3393;
}
#at_presto {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EAE7F3;
	float: left;
	/*height: 400px;*/
	width: 190px;
	padding-left: 20px;
	margin-left: 10px;
}

#at_presto li {
	height: 58px;
	display: block;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 10px;
}
#at_presto a {
	font-size: 14px;
	color: #3D3393;
	text-decoration: underline;
	font-weight: bold;
}
#at_presto a:hover {
	color: #FFFFFF;
	background-color: #3D3393;
}

#at_presto h3 {
	color: #3D3393;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#at_presto h4 {
	color: #8179D0;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#at_presto h5 {
	/*color: #8179D0;*/
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#core_values {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EAE7F3;
	height: 400px;
	width: 190px;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
}
#core_values img {
}


#core_values li {
	height: 58px;
	display: block;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: #3D3393;
	line-height: 40px;
}
#core_values h3 {
	color: #D58000;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#con_middle {
	height: auto;
	/*width: 438px;*/
	width: 950px;
	float: left;
	margin-left: 20px;
	line-height: 20px;
}
.more {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 48px;
	display: block;
	height: auto;
}



.middle_header {
	background-image: url(images/con_header_bg.png);
	height: 39px;
	/*width: 438px;*/
	/*width: 800px;*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-bottom: 10px;
	display: block;
}

.middle_header img {
	/*float: left;*/
}
.link_type1 {
	color: #3D3393;
	background-image: url(images/triangle.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	display: block;
	margin-left: 10px;
	background-position: 0px;
}

.link_type1:hover {
	color: #FF9900;
}
.link_type2 {
	color: #333333;
	text-decoration: underline;
	line-height: 24px;
	width: auto;
}
.link_type2:hover {
	color: #999999;
}

#con_right {
	height: auto;
	width: 250px;
	float: left;
	margin-left: 20px;
}
.con_right_contain {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EAE7F3;
	display: block;
	height: auto;
	width: 190px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 18px;
}



.con_right_contain h3 {
	color: #D58000;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navlinks {
	height: 35px;
	width: auto;
	margin-left: 10px;
	padding-left: 20px;
}
#navlinks a {
	color: #333333;
}

#navlinks a:hover {
	color: #999999;
}
#con_left {
	float: left;
	padding-left: 20px;
	height: auto;
	width: 700px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EAE7F3;
	margin-left: 10px;
	line-height: 18px;
}
#con_left h3 {
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

.small_note {
	font-size: 9px;
}

.emphasize {
	color: #D58000;
	font-weight: bold;
}

.con_left_header h1 {
	height: 30px;
	width: auto;
	background-image: url(images/dotline.gif);
	background-position: 0px 28px;
	background-repeat: repeat-x;
	color: #3D3393;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
}

#fix {
	clear: left;
	height: 10px;
	width: auto;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Console";
	margin-bottom: 15px;
	display: block;
	height: auto;
	overflow: hidden;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Console";
}


#footer a:hover {
	text-decoration: underline;
}
.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #3F3897;
	background-image: url(images/cube.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
	background-position: 0px 3px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #3F3897;
	background-image: url(images/cube.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	display: block;
	background-position: 0px 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_input {
	background-color: #EAE7F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #3D3393;
	padding: 2px;
}
.usefullinks_li {
	display: block;
	float: left;
	height: 180px;
	width: 250px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}
.usefullinks_li_clear {
	clear: left;
	list-style-type: none;
}
.carlist_link {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.carlist_link a {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.carlist_link a:hover {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.service_li {
	text-indent: 50px;
	list-style-type: disc;
	font-style: italic;
}

.attachment-160x120 {
	border: none;
}
