@import url('https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic');
/*
Theme Name: Autobox
Theme URI: http://www.autoboxlogistics.com/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/


.radio_options {
    width: 320px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.radio_options label {
    float: left;
    width: 160px;
    margin-left: 0px;
    margin-right: 0px;
}


/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

.error {color: red;}

body {
	font-size: 16px;
	font-family: 'Arimo', sans-serif; 
	color: #000000;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
}
p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: 100;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 15px auto 25px auto;
	clear: both;
	float: none;
	text-align: center;
}






/* LINK STYLES START */
a:link {
	color: #003398;
	text-decoration: underline;
}
a:visited {
	color: #003398;
	text-decoration: underline;
}
a:hover {
	color: #01a2c5;
	text-decoration: none;
}
a:active {
	color: #01a2c5;
	text-decoration: underline;
}
/* LINK STYLES END */






/* HEADING STYLES START */
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #003398;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	font-size: 38px;
	text-align: center;
	color: #ffffff;
	background-color: #01a2c5;
	padding: 6px;
	text-transform: uppercase;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
h2 a {
	color: #ffffff;
	text-decoration: none;
}
h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #003398;
}
h3 a:link {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	
}
h5 {
	
}
/* HEADING STYLES END */






/* TABLE STYLES START */
table {
	margin-bottom: 30px;
	border: 1px solid #003398;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	max-width: 965px;
	min-width: 320px;
}
caption {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}
td {
	border: 1px solid #003398;
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
}
.lightgrey {
	background-color: #CCCCCC;
}
th {
	border: 1px solid #003398;
	background-color: #003398;
	color: #FFFFFF;
	padding: 5px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	vertical-align: top;
}
th img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 3px;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: 'Arimo', sans-serif; 
	font-weight: 100;
	font-size: 13px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
input[type=text] {
	min-width: 308px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=text]:focus {
	border: 1px solid #000090;
}
input[type=password] {
	min-width: 308px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=password]:focus {
	border: 1px solid #000090;
}
input[type=email] {
	min-width: 308px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type=email]:focus {
	border: 1px solid #000090;
}
select {
	font-family: 'Arimo', sans-serif; 
	font-weight: 100;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 10px;
	float: left;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#frmAdmin select {
	width: 320px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
select:focus {
	border: 1px solid #000090;
}
textarea {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-family: 'Arimo', sans-serif; 
	font-weight: 100;
	font-size: 13px;
	min-width: 308px;
	padding: 0 5px;
	border: 1px solid #7f7f7f;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea:focus {
	border: 1px solid #000090;
}
input[type=checkbox] {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-right: 10px;
}
input[type=radio] {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-right: 10px;
}
label {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	width: 215px;
	width: 320px;
	margin-right: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#frmFilter input[type=submit] {
	float: left;
	display: inline;
	min-width: 188px;
	clear: none;
	margin-right: 20px;
}
#frmFilter input[type=button] {
	float: left;
	display: inline;
	min-width: 188px;
	clear: none;
	margin-right: 20px;
}
/*input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: #003398;
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: 'Arimo', sans-serif; 
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 16px;
    border-radius: 16px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 188px;
}
input[type=submit]:hover {
	cursor: pointer;
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
input[type=submit]:focus {
	cursor: pointer;
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: #003398;
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: 'Arimo', sans-serif; 
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 16px;
    border-radius: 16px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 188px;
}
input[type=button]:hover {
	cursor: pointer;
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
input[type=button]:focus {
	cursor: pointer;
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
.btn {
	clear: both;
	margin-bottom: 27px;
}
.btn a {
	background-color: #003398;
	padding: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-family: 'Arimo', sans-serif; 
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 16px;
    border-radius: 16px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	min-width: 188px;
}
.btn a:hover {
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.bigbtn {
	clear: both;
	margin-bottom: 27px;
}
.bigbtn a {
	background-color: #003398;
	padding: 20px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-family: 'Arimo', sans-serif; 
	font-size: 36px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 36px;
    border-radius: 36px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	min-width: 188px;
}
.bigbtn a:hover {
	background: none;
	background-color: #01a2c5;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}*/

input[type=submit] {
	border: none;
	background-color: #003398;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	font-family: 'Arimo', sans-serif; 
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 188px;
}
input[type=submit]:hover {
	background-color: #333333;
	cursor: pointer;
}
input[type=submit]:focus {
	background-color: #333333;
	cursor: pointer;
}
input[type=button] {
	border: none;
	background-color: #003398;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	font-family: 'Arimo', sans-serif; 
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 188px;
}
input[type=button]:hover {
	background-color: #333333;
	cursor: pointer;
}
input[type=button]:focus {
	background-color: #333333;
	cursor: pointer;
}
.btn {
	clear: both;
	margin-bottom: 29px;
	margin-top: 20px;
}
.btn a {
	background-color: #003398;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	font-family: 'Arimo', sans-serif; 
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	min-width: 188px;
}
.btn a:hover {
	background: none;
	background-color: #000000;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
.bigbtn {
	clear: both;
	margin-bottom: 27px;
}
.bigbtn a {
	background-color: #003398;
	padding: 30px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-family: 'Arimo', sans-serif; 
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 36px;
    border-radius: 36px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	min-width: 360px;
}
.bigbtn a:hover {
	background: none;
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 9px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.png);
	background-repeat: no-repeat;
}
ol li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 9px;
	list-style: decimal;
	background: none;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_25 {
	height: 25px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_30 {
	height: 30px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 0px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #003398;
	margin-bottom: 25px;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
	/* background-color: #003398;
	background-image: url(pics/header_bg.jpg);
	background-position: top center; */
	height: 120px;
}
.header {
	width: 100%;
	height: 120px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	z-index: 50;
}
.header_left {
	width: 45%;
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}
.header_right {
	width: 45%;
	float: right;
}
.subheader {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
}
.subheader_left {
	width: 645px;
	float: left;
	padding-left: 20px;
	padding-top: 16px;
	color: #003398;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
}
.subheader_left a:link {
	color: #003398;
	text-decoration: none;
}
.subheader_left a:visited {
	color: #003398;
	text-decoration: none;
}
.subheader_left a:hover {
	color: #01a2c5;
	text-decoration: underline;
}
.subheader_left .btn {
	clear: none;
	margin-bottom: 0px;
	float: right;
	margin-left: 47px;
}
.subheader_left .btn a {
	background-color: #01a2c5;
	padding: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: 'Arimo', sans-serif; 
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	text-decoration: none;
	color: #ffffff !important;
	clear: both;
	-webkit-border-radius: 16px;
    border-radius: 16px;
}
.subheader_left .btn a:hover {
	background: none;
	background-color: #003398;
}
.subheader_right {
	width: 300px;
	float: right;
}
.nav {
	height: 15px;
	width: 540px;
	float: right;
	margin-top: 50px;
}
.nav_btn a {
	height: 15px;
	float: right;
	text-transform: uppercase;
	background-image: url(pics/nav_plus.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	display: block;
	line-height: 10px;
	margin-right: 28px;
	color: #FFFFFF;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
	background-position:0% -20px;
}
.nav_btn a:hover {
	background-position:0% 0px;
	color: #01a2c5;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
    float: left;
    position: relative;
    list-style: none;
	background-image: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	xpadding: 3px;
    display: none;
	width: 220px;
    position: absolute;
	background-image: none;
	background-color: #fff;
	border: 1px solid #01a2c5;
}
#menu > li > ul > li > a {
	padding-left: 6px;
	padding-top: 10px;
	margin: 0px;
	height: 20px;
	width: 200px;
	padding-left: 20px;
	background-position: 6px -10px;
	text-transform: none;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
	color: #003398;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-ms-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
#menu > li > ul > li > a:hover {
	background-color: #01a2c5;
	color: #FFFFFF;
	background-position: 6px 10px;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-ms-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}
.social_link {
	float: right;
	margin-right: 23px;
}
.social_link a {
	height: 32px;
	width: 32px;
	margin-top: 13px;
	margin-right: 10px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.social_link a:hover {
	background-position:0% -32px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.social_link a p {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* HEADER AND NAV STYLES END */


.hp_slider {
	display: block;
	width: 100%;
	z-index: -1;
	position: absolute;
}



/* CONTENT STYLES START */
.container {
	width: 100%;
	background-color: #ffffff;
}

.content {
	width: 965px;
	padding-left: 15px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	padding-top: 0px;
	padding-bottom: 50px;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 166px;
	margin-bottom: 20px;
	float: left;
}
.col5_2wide {
	width: 362px;
	margin-bottom: 20px;
	float: left;
}
.col5_3wide {
	width: 558px;
	margin-bottom: 20px;
	float: left;
}
.col5_4wide {
	width: 754px;
	margin-bottom: 20px;
	float: left;
}
.col5_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 5 COLUMN LAYOUT END */




/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 215px;
	margin-bottom: 20px;
	float: left;
	font-size: 13px;
	text-align: left;
}
.col4_1wide p {
	font-size: 13px;
}
.col4_1wide label {
	font-size: 13px;
}
.col4_2wide {
	width: 460px;
	margin-bottom: 20px;
	float: left;
}
.col4_3wide {
	width: 705px;
	margin-bottom: 20px;
	float: left;
}
.col4_4wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col4_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 296px;
	margin-bottom: 20px;
	float: left;
}
.col3_2wide {
	width: 623px;
	margin-bottom: 20px;
	float: left;
}
.col3_3wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col3_spacer {
	width: 31px;
	margin-bottom: 20px;
	float: left;
}
/* 3 COLUMN LAYOUT END */






/* ----- COLUMN STYLES END ----- */



/* FOOTER STYLES START */
.footer_container {
	padding-bottom: 20px;
	padding-top: 30px;
	background-color: #c5c5c5;
}
.footer {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	text-align: center;
}
.footer a:link {
	font-size: 12px;
	text-decoration: none;
}
.footer a:visited {
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover {
	font-size: 12px;
	text-decoration: underline;
}
.footer p {
	font-size: 12px;
}
.footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 0px;
}
/* FOOTER STYLES ENDS */

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}



/* ----- LAYOUT STYLES END ----- */

.autocomplete-suggestions { border: 1px solid #999; background: #f2f2f2; cursor: pointer; overflow: auto; font-size: 13px; min-width: 318px;}

.autocomplete-suggestion { padding: 4px; white-space: nowrap; overflow: hidden; }

.autocomplete-selected { background-color: #01a2c5; }

.autocomplete-suggestions strong { font-weight: normal; color: #ffffff; background-color: #01a2c5; }


.record_count {
	font-size: 14px;
	padding-top: 3px;
	float: left;
}
#showRecords label {
	float: left;
	display: inline;
	clear: none;
	width: auto;
	margin-top: 5px;
}
#showRecords select {
	margin-left: 10px;
	margin-right: 10px;
}
.paging {
	float: right;
	font-size: 14px;
	padding-top: 3px;
}

#filters {
	background-color: #CCCCCC;
	border: 10px solid #CCCCCC;
	height: auto;
	margin-bottom: 20px;
}
#filters select {
	float: none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#filters input[type=submit] {
	float: none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#filters input[type=button] {
	float: none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#fields {
	background-color: #CCCCCC;
	border: 10px solid #CCCCCC;
	height: auto;
	margin-bottom: 20px;
}
#fields label {
	float: left;
	width: auto;
	margin-right: 10px;
}
#fields input[type="checkbox"] {
	float: none;
	margin-left: 0px;
	margin-right: 0px;
}
#fields h3 {
	text-align: center;
	margin-bottom: 10px;
}
#fields input[type=submit] {
	float: none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#fields input[type=button] {
	float: right;
	margin-top: -44px;
}
#formAction label {
	text-align: left;
	clear: both;
	margin-left: 0px;
}
#formAction select {
	margin-top: 5px;
	margin-right: 10px;
}

.form_icons {
	text-align: center;
}
.form_icons label {
	width: 150px;
	width: 110px;
	display: inline-table;
}

/* MENU BOXES */
.carbox {
	width: 255px;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	background-color: #01a2c5;
	background-color: #003398;
	color: #ffffff;
	-webkit-border-radius: 16px;
    border-radius: 16px;
}
.carbox h3 {
	min-height: 36px;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.carbox h3 a:link {
	color: #ffffff;
}
.carbox h3 a:visited {
	color: #ffffff;
}
.carbox h3 a:hover {
	color: #000000;
	text-decoration: none;
}
.carbox p {
	min-height: 64px;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	color: #fffff;
}
/* MENU BOXES */

/* CALENDAR */
#calendar, #calendar_year {
    z-index: 1000;
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    layer-background-color: #ffffff;
}
#calendar table, #calendar_year table {
    width: 240px;
    border-spacing: 0px;
    border-collapse: separate;
    padding: 0px;
    margin: 0px;
}
#calendar_year select, #calendar_year .cpYearNavigation {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000000;
}
#calendar a, #calendar span, #calendar_year a, #calendar_year span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
#calendar .cpCurrentDate, #calendar_year .cpCurrentDate {
    background-color: #dd0A3a;
    border: 0;
}
#calendar .calendarMonth, #calendar_year .calendarMonth {
    background-color: #dd0A3a;
}
#calendar .calendarDay, #calendar_year .calendarDay {
    background-color: #ffffff;
}
#calendar td, #calendar_year td {
    padding: 0px;
    margin: 0px;
    height: 10px;
    width: 10px;
    text-align: center;
}
#calendar .cpMonthNavigation, #calendar_year .cpMonthNavigation, #calendar .cpYearNavigation, #calendar_year .cpYearNavigation {
    font-weight: normal;
    padding: 4px;
}
#calendar .cpMonthNavigation img, #calendar_year .cpMonthNavigation img {
    padding-top: 5px;
}
#calendar .calendarArrow, #calendar_year .calendarArrow {
    text-decoration: none;
}
#calendar .cpDayColumnHeader, #calendar_year .cpDayColumnHeader {
    background-color: #cccccc;
    font-weight: bold;
    border: 0;
    padding: 4px;
}
#calendar .cpCurrentDate, #calendar_year .cpCurrentDate {
    text-decoration: none;
    color: #ffffff;
    padding: 4px;
    font-weight: bold;
}
#calendar .cpCurrentMonthDate, #calendar_year .cpCurrentMonthDate {
    text-decoration: none;
    padding: 4px;
    color: #000000;
}
#calendar .cpCurrentMonthDate:hover, #calendar a.cpCurrentDate:hover, #calendar a.cpOtherMonthDate:hover, #calendar_year .cpCurrentMonthDate:hover, #calendar_year a.cpCurrentDate:hover, #calendar_year a.cpOtherMonthDate:hover {
    text-decoration: underline;
}
#calendar .cpOtherMonthDate, #calendar_year .cpOtherMonthDate {
    text-decoration: none;
    color: #cccccc;
    padding: 4px;
}
#calendar .cpTodayText, #calendar_year .cpTodayText {
    background-color: #cccccc;
    color: #ffffff;
    padding: 4px;
    text-decoration: none;
}
#calendar a.cpTodayText, #calendar_year a.cpTodayText {
    color: #dd0A3a;
}
#calendar a.cpTodayText:hover, #calendar_year a.cpTodayText:hover {
    text-decoration: underline;
}
#StartDateCalendar {margin-left: auto; margin-right: auto; clear: both; float: none; display: block; margin-bottom: 20px;}
#EndDateCalendar {margin-left: auto; margin-right: auto; clear: both; float: none; display: block; margin-bottom: 20px;}
/* CALENDAR */

/* TOOLTIP */
/*#tooltip {
	display: none;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 8px #000;
	-webkit-box-shadow: 1px 1px 8px #000;
	box-shadow: 1px 1px 8px #000;
	cursor: auto;
	width: 240px;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	min-height: 220px;
	border: 1px solid black;
	
	
	position: absolute;
	margin: 0px;
	border: none;
	box-shadow: none;
	padding: 0px;
	text-align: center;
	xxpadding-top: 10%;
	top: auto !important;
	left: 50% !important;
	margin-left: -120px;
	margin-left: -50%;
	height: 100%;
	clear: both;
	float: none;
	xxopacity: 0.4;
    xxfilter: alpha(opacity=40);
}*/

#tooltip {
	display: none;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 8px #000;
	-webkit-box-shadow: 1px 1px 8px #000;
	box-shadow: 1px 1px 8px #000;
	cursor: auto;
	width: 240px;
	background-color: #fff;
	z-index: 9999;
	min-height: 220px;
	border: 1px solid black;
	
	position: absolute;
	margin: 0px;
	top: auto !important;
	left: 50% !important;
	margin-left: -120px;
	height: ;
	clear: both;
	float: none;
	margin-top: 50px;
	padding-top: 20px;
}
#tooltip_content {
	margin-bottom: 20px;
	min-height: 160px;
	font-size: 14px;
	line-height: 16px;
}

input[type=button].ttip {
width: auto !important;
height: 24px !important;
min-width: 24px !important;
font-size: 13px;
padding: 0px 5px;
margin: 0px;
background-color: #002569;
border: 1px solid #fff;
color: #fff;
clear: none;
float: right;
display: block;
font-weight: 400 !important;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
}
/* TOOLTIP */

/* BREADCRUMB */
.breadbrumb {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	display: inline;
	color: #666666;
	background-color: #fff;
	padding-left: 40px;
display: none;

}
.breadbrumb strong {
	color: #003398;
}
.breadbrumb a:link {
	color: #666666;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #003398;
	display: inline; 
	padding-top: 29px;
	padding-right: 4px;
	padding-bottom: 30px;
	margin-left: -40px;
	padding-left: 50px;
}

.breadbrumb a:visited {
	color: #666666;
	font-size: 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #003398;
	display: inline; 
	padding-top: 29px;
	padding-right: 4px;
	padding-bottom: 30px;
	margin-left: -40px;
	padding-left: 50px;
}
.breadbrumb a:hover {
	color: #c5c5c5;
	text-decoration: none;
}
.arrow_box {
	position: relative;
	background: #width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #003398;
	margin-right: 45px;
	border: 2px solid #ffffff;
	border-right: #003398;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(NaN, 13, NaN, 0);
	border-left-color: #width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 20px; border-color: transparent transparent transparent #003398;
	border-width: 40px;
	margin-top: -41px;
	margin-left: -3px;
	height: 3px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 46px;
	margin-top: -47px;
	margin-left: -3px;
	height: 3px;
}

.arrow_box2 {
	position: relative;
	margin-right: 45px;
	border: none;
}
/* BREADCRUMB */

#btnClear {background-color: #999999;}
#btnCancel {background-color: #999999;}


/* QUOTATION PAGE */
.quotebreak {
	width: 100%;
	border: 1px solid #ccc;
}
.quotebreak caption {
	color: #888;
	font-size: 16px;
	line-height: 19px;
}
.quotebreak td {
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 19px;
}
.quotebreak th {
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #888;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
}
.price {
	width: 350px;
	float: left;
	margin-bottom: 30px;
	margin-top: 15px;
	background-color: #01a2c5;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #b2bdd2;
	border-bottom: 2px solid #b2bdd2;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background: rgb(1,162,197); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(63,169,245,1) 0%, rgba(51,152,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(63,169,245,1) 0%,rgba(51,152,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(63,169,245,1) 0%,rgba(51,152,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a2c5', endColorstr='#028cab',GradientType=0 ); /* IE6-9 */
}
.price_1 {
	border-bottom: 1px solid #41b4ce;
	padding: 5px;
	padding-bottom: 15px;
	line-height: 26px;
	text-align: center;
}
.price_1 strong {
	font-size: 26px;
}
.price_2 {
	width: 164px;
	border-right: 1px solid #41b4ce;
	padding: 5px;
	float: left;
	line-height: 20px;
	text-align: center;
}
.price_3 {
	width: 175px;
	float: left;
	line-height: 2px;
	text-align: center;
}
.price_3 .btn {
	margin-top: 26px;
}
.summarytext2 {
	padding: 0px;
	border: none;
	margin: 0px;
	width: 300px;
	float: left;
	margin-left: 30px;
}
.summarytext2 p {
	font-size: 13px;
	margin: 0px;
}
.summarytext2 h3 {
	margin-bottom: 15px;
}
.summarytext2 strong {
	color: #333;
}
.expiry {
	color: red;
	margin-left: 15px;
}
.expiry strong {
	color: red;
	font-weight: 300;
}
.price-container {
	background-color: #80d0e2;
	background-image: url(http://www.carshippingmadesimple.com/shipping/wp-content/themes/design/pics/blue_arrow_bg.gif);
	padding: 15px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	margin-top: 20px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.quote_logo {
	float: right;
	margin-top: 0px;
}
.quote_container {
	float: right;
}
/* QUOTATION PAGE */

.btn_grey {
	margin-bottom: 27px;
	float: right;
}
.btn_grey a {
	background-color: #999;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
	font-family: 'Arimo', sans-serif; 
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	clear: both;
	-webkit-border-radius: 25px;
    border-radius: 25px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	min-width: 188px;
}
.btn_grey a:hover {
	background: none;
	background-color: #000000;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}


.checkboxes-radios {
	font-size: 13px;
	line-height: 15px;
	width: 80px;
	display: block;
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.checkboxes-radios label {
	float: left;
	width: auto;
}
.checkboxes-radios input[type=checkbox] {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form_icons input[type=radio] {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slider_car {
	position: absolute;
	margin-top: 10px;
    display: none;

}
.float {
    position: ;
    -webkit-animation: floatBubble 2s normal ease-out;
	-webkit-animation-fill-mode: forwards;
    animation: floatBubble 2s  normal ease-out;
	animation-fill-mode: forwards;
}
@-webkit-keyframes floatBubble {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left: 90px;
    }
}
@keyframes floatBubble {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left: 90px;
    }
}

#test {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*default properties*/
.moves img {
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

.footer_branding {height: auto; width: 980px; text-align: center; display: block; float: none; clear: both; margin-left: auto; margin-right: auto; margin-top: 20px;}
.footer_branding p {text-align: center; color: #666; font-size: 13px;}
.footer_branding a {color: #666;}
.footer_branding img {height: auto; width: 980px;}

.header_loggedin {
	float: left;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	height: auto;
	font-size: 13px;
	width: 950px;
}
.header_loggedin_profile {
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}
.header_loggedin_profile img {
    width: 50px;
    height: 50px;
}
.header_loggedin_profile strong {
	font-weight: bold;
}
.header_loggedin_links {
	float: left;
	padding-top: 4px;
}
.header_loggedin_links a:link {
	width: auto;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	padding: 8px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
.header_loggedin_links a:visited {
	width: 80px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
.header_loggedin_links a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.social_buttons img {width: 38px; height: 38px; margin-right: 5px; margin-left: 5px;}


.quotebreak_wysiwyg {
    width: 100%;
    border: 1px solid #ccc;
}
.quotebreak_wysiwyg th {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: left;
    text-transform: inherit;
}

strong
{
    font-weight: 800;
}