/*CSS Document*/
*
{
	padding: 0px;
	margin: 0px;
}

BODY
{
	background-color: #0078C1;
	background-image: url('tmpimages/bggrad.jpg');
	background-repeat: repeat-x;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

A IMG
{
	border: none;
}

H1
{
	font-family: bebas_neueregular;
}

H2
{
	font-family: bebas_neueregular;
}

P
{
	margin-bottom: 15px;
	margin-top: 10px;
}

UL
{
	/*[empty]margin-left:;*/
}

#wrapper
{
	background-image: url(tmpimages/topswish.png);
	background-repeat: no-repeat;
}

/*--HEADER--*/
#header
{
	width: 100%;
	height: 150px;
	border-bottom: 8px solid #FFFFFF;
}

#headerinner
{
	width: 900px;
	margin: auto;
}

#logo
{
	float: left;
}

#logo IMG
{
	width: 220px;
	margin-top: 20px;
}

#mobiletaglineitems
{
	display: none;
}

#mobiletaglineitems H1
{
	font-size: 16px;
}

#headerright
{
	float: right;
	width: 500px;
}

#tagline H1
{
	color: #FFF;
	font-size: 28px;
	margin-top: 10px;
	font-weight: normal;
	margin-left: 72px;
}

#phonenumbers
{
	width: 292px;
	margin-left: 80px;
}

#phonetext
{
	float: right;
	margin-top: 15px;
}

#phonetext H2
{
	color: #FFF;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}

#phonetext A
{
	text-decoration: none;
}

#phoneimage
{
	float: left;
}

#phoneimage IMG
{
	width: 120px;
	margin-top: 5px;
}

/*--NAV AREA--*/
#nav
{
	margin: auto;
	width: 915px;
}

.navitem
{
	display: inline-block;
	text-align: center;
	margin: 20px;
	color: #FFF;
}

.navitem H2
{
	margin-top: 10px;
	font-size: 24.9pt;
	font-weight: normal;
}

.navitem A
{
	text-decoration: none;
	color: #FFFFFF;
}

/*--CONTENT--*/
#contentarea
{
	width: 100%;
	min-height: 280px;
	background-image: url('tmpimages/noisy_grid.png');
	padding-bottom: 15px;
	padding-top: 5px;
}

#contentarea H1
{
	color: #1272BD;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: center;
	font-size: 32.6pt;
}

#contentarea H2
{
	color: #1272BD;
	margin-bottom: 6px;
	font-weight: normal;
}

#contentareainner
{
	width: 845px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}

#contentareainner A
{
	text-decoration: none;
}

#textcontent
{
	width: 410px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#textcontent A
{
	color: #1272BC;
}

#textcontent A:hover
{
	color: #DD0817;
}

#textcontent P
{
	line-height: 1.5;
}

#textcontent IMG
{
	padding: 10px 10px 10px 20px;
}

.tickitem
{
	font-family: dosisregular;
	font-weight: normal;
	padding: 10px;
	padding-left: 40px;
	font-size: 19px;
	background-image: url('tmpimages/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}

#imagecontent
{
	float: right;
}

#imagecontent IMG
{
	max-width: 360px;
	margin-top: 25px;
}

#redbtn
{
	background: #FB3A3A;
	/*Old browsers*/
	background: -moz-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	/*FF3.6+*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3a3a), color-stop(100%,#d41818));
	/*Chrome,Safari4+*/
	background: -webkit-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	/*Chrome10+,Safari5.1+*/
	background: -o-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	/*Opera 11.10+*/
	background: -ms-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	/*IE10+*/
	background: linear-gradient(to bottom, #FB3A3A 0%, #D41818 100%);
	/*W3C*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3a3a', endColorstr='#d41818',GradientType=0 );
	/*IE6-9*/
	padding: 2px 0px 8px 20px;
	color: #FFFFFF;
	text-align: left;
	font-family: dosisregular;
	font-size: 19.2pt;
	width: 646px;
	margin: auto auto 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	letter-spacing: 1px;
}

#redbtn SPAN
{
	background-image: url('tmpimages/arrow.png');
	background-repeat: no-repeat;
	padding-right: 45px;
	background-position: center right;
	background-position: 595px -1px;
}

.widecontent #textcontent
{
	width: 830px;
}

#imagecontent
{
	float: right;
}

/*--HOME CONTENT--*/
#hometextcontent
{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}

.homecontentarea #contentareainner
{
	width: 945px;
	margin-bottom: 0px;
}

#homeareactas
{
	float: left;
}

#imagesliderholder
{
	float: right;
	margin-top: 28px;
	width: 716px;
}

#imagesliderholder .sliderimg
{
	height: 250px;
	margin-left: 55px;
}

#imagesliderholder .cycle-prev IMG, #imagesliderholder .cycle-next IMG
{
	height: 45px;
}

#imagesliderholder .cycle-prev
{
	position: absolute;
	float: left;
	top: 110px;
	z-index: 999;
	cursor: pointer;
}

#imagesliderholder .cycle-next
{
	float: right;
	position: absolute;
	right: 0px;
	top: 110px;
	z-index: 999;
	cursor: pointer;
}

.homebtn
{
	margin-bottom: 5px;
}

#ourdepots
{
	color: #FFFFFF;
	width: 600px;
	float: left;
	margin-top: 18px;
}

#ourdepots H2
{
	font-size: 34pt;
	margin-bottom: 20px;
}

.depotlist
{
	float: left;
	margin-left: 30px;
	width: 165px;
	font-size: 15.8pt;
}

.depotlist UL LI
{
	margin-bottom: 12px;
}

.depotlist UL LI A
{
	color: #FFFFFF;
	text-decoration: none;
}

.depotlist UL LI A:hover
{
	text-decoration: underline;
	color: #DADADA;
}

#spacerline
{
	height: 3px;
	background-color: #FFFFFF;
	margin: 20px auto 40px;
	width: 730px;
}

/*--LOCATIONS--*/
#locationtextcontent
{
	float: left;
	width: 400px;
}

#locationtextcontent H1
{
	text-align: left;
}

#locationtextcontent H3
{
	margin-top: 30px;
}

#map
{
	float: right;
}

/*--FLEET--*/
.fleetitem
{
	float: left;
	margin: 10px 10px 20px;
	border: 1px solid #D7D7D7;
	text-align: center;
	height: 350px;
	padding-top: 5px;
}

.fleetitem P
{
	text-align: center;
	font-size: 9.4pt;
}

.fleetitem H2
{
	text-align: center;
}

#textcontent .fleetitem IMG
{
	padding: 20px;
}

/*--TABLE--*/
#roadsideatable
{
	font-family: dosisregular;
}

#roadsideatable TD
{
	padding-bottom: 10px;
}

#roadsideatable H3
{
	font-size: 22px;
}

#roadsideatable IMG
{
	width: 55px;
	padding-right: 15px;
}

/*--CTABUTTONS--*/
#contentbuttonsarea
{
	height: 220px;
	width: 950px;
	margin: auto;
	padding-top: 40px;
}

.ctabutton
{
	/*background-image: url('tmpimages/ctabuttonbg.png');*/
	width: 290px;
	height: 170px;
	display: inline-block;
	margin: 10px;
}

/*--LOWERCONTENT--*/
#lowercontent
{
	background-image: url('tmpimages/bottomswish.png');
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 135px;
	padding-bottom: 15px;
}

#lowercontentinner
{
	width: 900px;
	margin: auto;
	color: #FFFFFF;
	padding: 15px;
}

#lowercontent H2
{
	font-family: helvetica;
	font-size: 16.7pt;
	margin-bottom: 21px;
}

#lowercontent P
{
	margin-left: 20px;
}

#lowercontent UL
{
	margin-left: 60px;
}

#lowercontent A
{
	color: #FFFFFF;
}

/*--CONTACT PAGE--*/
#contacttextcontent
{
	float: left;
	width: 345px;
}

#contactformholder
{
	float: right;
}

#contactform
{
}

#contactform TR TD
{
	padding: 5px 5px 10px;
}

#contactform INPUT, #contactform TEXTAREA, #contactform SELECT
{
	padding: 7px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #AFAFAF;
	margin-left: 20px;
}

#contactform TEXTAREA
{
	margin-left: 17px;
}

.submitbtn
{
	text-align: center;
}

.submitbtn BUTTON
{
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	background: #FB3A3A;
	font-weight: bold;
	color: #FFFFFF;
	background: -moz-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3a3a), color-stop(100%,#d41818));
	background: -webkit-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	background: -o-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	background: -ms-linear-gradient(top, #FB3A3A 0%, #D41818 100%);
	background: linear-gradient(to bottom, #FB3A3A 0%, #D41818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3a3a', endColorstr='#d41818',GradientType=0 );
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.message
{
	vertical-align: text-top;
}

.captchaholder #captchaholder
{
	margin-left: 55px;
}

/*--BOOKING PAGE--*/
.widecontent #textcontent #contactform
{
	margin: auto auto auto 200px;
}

.formhide
{
	display: none;
}

.formheader TD
{
	height: 60px;
}

/*--BLOG--*/
.blogitem
{
	border: 1px solid #BFBFBF;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 12px;
	overflow: auto;
}

.blogitemheader
{
	height: 35px;
	margin-bottom: 20px;
	/*overflow: auto;*/
}

.blogitemheader H2
{
	float: left;
	font-size: 27px;
}

.bloginfo
{
	float: right;
	font-size: 12px;
	height: 20px;
}

.blogthumb
{
	margin-right: 15px;
	float: left;
}

.blogthumb IMG
{
	max-width: 240px;
}

.blogintro
{
	float: right;
	width: 460px;
}

.readmorebtn
{
	float: right;
	width: 700px;
}

.readmorebtn A
{
	float: right;
	margin-top: 10px;
	padding: 10px 10px 12px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4AA5DC;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0px 0px 5px #888;
}

.readmorebtn A:hover
{
	background-color: #0D65B6;
}

#blogtopbar
{
	height: 35px;
}

.blogmaininfo
{
	margin-top: 35px;
}

.blogmaininfo .fb-share-button
{
	margin-right: 10px;
	float: left;
}

.blogmaininfo .g-plus
{
	float: left;
}

.blogmaininfo .twitter-share-button
{
	margin-left: 6px;
}

.blogmaininfo .linkedinbtn
{
	margin-left: 6px;
}

.blogmaininfo I
{
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}

#contentarea #blogtitle
{
	text-align: left;
	margin-bottom: 0px;
	float: left;
}

#blogtext
{
	margin-top: 25px;
	border-top: 1px solid #B2B2B2;
}

/*--FOOTER--*/
#footer
{
	height: 200px;
	width: 100%;
	background-image: url('tmpimages/asfalt.png');
	color: #FFF;
	font-size: 10px;
}

#footerinner
{
	width: 765px;
	margin: auto;
	padding-top: 15px;
}

.footercol
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.footercol UL LI
{
	list-style-type: none;
	margin-bottom: 5px;
}

.footercol A
{
	color: #FFF;
	text-decoration: none;
}

.footercol A:hover
{
	color: #BFBFBF;
}

#socialmediaicons
{
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 5px;
}

#socialmediaicons UL LI
{
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

#footermobile
{
	display: none;
}
