@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	color: #333;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 10px;
}
a {
	color: #468700;
}
a:visited {
	color: #468700;
}
.div-clear {
	clear:both;
}
body {
	background-color:#FFF;
	background-image:url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
	text-align: justify;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content {
	width: 960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 100%;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin:0px;
}


#index_cont{
padding-bottom: 0px;	
}
#spacer {
	padding-top: 25px;
}
.header {
	height: 350px;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../images/planesvan.jpg);
}
.full_width {
	height: 75px;
	text-align: left;
}
#sub-menu {
	height: 30px;
	background-color:#4b8b07;
	background-repeat: repeat-x;
}
.single-column {
	float: left;
	margin-left:25px;
	width: 286px;
}
#buttons {
	width:960px;
	height: 50px;
	background-image: url(../images/button_back.png);
}
.double-column {
	float: left;
	width:599px;
	margin-left:25px;
}
.triple-column {
	float: left;
	width:910px;
	padding-right: 25px;
	padding-left: 25px;
}
.half-column {
	float: left;
	margin-left:25px;
	width: 134px;
	background-color: #C36;
}
.quarter-column {
	float:left;
	margin-left:25px;
	width: 195px;
	background-image: url(../images/logo_divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.web-quarter-column {
	float:left;
	margin-left:25px;
	width: 195px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
}
#last-quarter-column {
	background-image: none;
}
.footer_container {
	width:100%;
	background-color: #333;
	height: 250px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
	text-align: left;
}
.footer_container p {
	color:#666;
}
.footer_container a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_container a:visited {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_container li {
	list-style-type:none;
}
.footer_container .half-column {
	width:164px;
	height:250px;
	background-color: #333;
	background-image: url(../images/footer_divider.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.footer_container .single-column {
	width: 256px;
	height:250px;
	background-color: #333;
	background-image: url(../images/footer_divider.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#footer_last {
	background-image: none;
}
#main_menu {
	font-size: 17px;
	color: #FFF;
	text-shadow: 0.05em 0.05em #333;
	color: #EFEFEF;
	height: 50px;
}
#main_menu a {
	padding-top:12px;
	display:block;
	text-shadow: 0.05em 0.05em #333;
	color: #EFEFEF;
	text-decoration: none;
	height: 50px;
	width: 120px;
	overflow:hidden;
	background-image:url(../images/button_hover_middile.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_menu li {
	height: 50px;
	display:block;
	list-style-type:none;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	overflow:hidden;
}
#main_menu .first_item a {
	display:block;
	background-image:url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_menu #current_item a {
	background-position: 0 -50px;
}
#main_menu .first_item a:hover {
	background-position: 0 -50px;
}
#main_menu a:hover {
	background-position: 0 -50px;
}
#main_menu .last_item {
	background-image: none;
}
#ul-sub-menu {
	font-size: 14px;
	color: #FFF;
	text-shadow: 0.05em 0.05em #333;
	color: #EFEFEF;
	height: 30px;
}
#ul-sub-menu a {
	display:block;
	text-shadow: 0.05em 0.05em #333;
	color: #EFEFEF;
	text-decoration: none;
	height: 23px;
	width: 120px;
	overflow:hidden;
}
#ul-sub-menu li {
	padding-top:7px;
	height: 23px;
	display:block;
	list-style-type:none;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	overflow:hidden;
}
#ul-sub-menu .first_item a {
	display:block;
}
#ul-sub-menu #current_sub a {
	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#ul-sub-menu .first_item a:hover {
}
#ul-sub-menu a:hover {
	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#ul-sub-menu #last_item {
}
#product_logos {
	background-color: #EBEBEB;
}
.logo {
	display:block;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #333;
	font-weight: lighter;
	font-size: 26px;
}
h2 {
	color: #333;
	font-size: 18px;
}
h5 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #C90;
	text-align: center;
	text-shadow: 0.05em 0.05em #fff;
}
h6 {
	font-size: 17px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #468700;
	text-align: center;
	text-shadow: 0.05em 0.05em #fff;
}
h4 {
	font-size: 17px;
	color: #468700;
	text-shadow: 0.05em 0.05em #fff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footer_container h4 {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	text-align: left;
	text-shadow: 0.05em 0.05em #fff;
	padding: 0px;
	display:block;
}
h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	text-align: left;
	text-shadow: 0.05em 0.05em #fff;
	padding: 0px;
	display:block;
	font-weight: bold;
}
.h1_header {
	display:block;
	height: 37px;
	width: 201px;
	padding-top: 3px;
	padding-left: 85px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	color: #E8E8E8;
	font-size: 24px;
	text-shadow: 0.05em 0.05em #000;
}
.h1_location {
	display:block;
	height: 37px;
	width: 201px;
	padding-top: 3px;
	padding-left: 85px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	color: #E8E8E8;
	font-size: 24px;
	text-shadow: 0.05em 0.05em #000;
	background-image: url(../images/location_bg.png);
	margin-bottom: 10px;
}
#h1_support {
	background-image: url(../images/support_bg.png);
}
.h1_generic {
	display:block;
	height: 37px;
	width: 201px;
	padding-top: 3px;
	padding-left: 85px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	color: #E8E8E8;
	font-size: 24px;
	text-shadow: 0.05em 0.05em #000;
	background-image: url(../images/generic_bg.png);
}
.h1_product {
	background-image: url(../images/moveit_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	display: block;
	padding-left: 85px;
	color: #C90;
	text-shadow: 0.05em 0.05em #fff;
	font-size: 36px;
}
#h1_scanit {
	background-image: url(../images/scanit_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#h1_bookit {
	background-image: url(../images/bookit_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.image_border {
	border: 1px solid #CCC;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bullet_list {
}
.bullet_list li {
	list-style-type:none;
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display:block;
	vertical-align: middle;
	line-height: 25px;
}
#support-contact li {
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.More {
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.IT {
	color: #333;
}
.image_logo {
	margin-top:13px;
	margin-left: 25px;
}
.header_contact {
	line-height: 75px;
	float:right;
	margin-right: 25px;
	color: #999;
}
.header_contact a, .header_contact a:visited {
	color: #999;
}
.image_header_contact {
	vertical-align: middle;
}
#map {
	border: 1px solid #999;
}
.contact_details {
}
.contact_details li {
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	height: 25px;
	vertical-align: middle;
	margin-top: 20px;
}
.address_details li {
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	vertical-align: middle;
}
blockquote {
	width: 25em;
	text-align: left;
	text-indent: 25px;
	background: url(../images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #C00;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 0px;
}
blockquote p {
	line-height: 1.8;
	margin: 0;
	display: inline;
	padding-right: 24px;
	background: url(../images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.web-desc {
	border: 1px none #999;
	padding: 10px;
}
.web-pic {
	background-image: url(../images/rect2886.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.customer-login {
	background-color: #CCC;
	height: 192px;
	width: 286px;
	margin-top: 10px;
	text-align: center;
}
.login-text {
	border: 1px solid #060;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height: 25px;
}
#login {
	border: 1px solid #CCC;
	background-color: #060;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height: 25px;
	color: #E5E5E5;
	padding: 5px;
}

