@charset "utf-8";
/*** Body ***/

body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #4f4f4f;
	background-color: #c6c6c6;
	background-image: url(../images/bgwrap.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	padding:0;
	margin:0;
}
.skiptranslate {
	margin-bottom: -40px;	
}
.goog-te-banner-frame.skiptranslate {
	display: none;
}
a {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active {
	color: #00aeef;
	text-decoration: none;
	font-weight: normal;
}
.container {
	width: 980px;
	height: 735px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}
.header {
	position: relative;
	width: 980px;
	height: 73px;
	float: left;
}
.logo {
	float: left;
	width: 293px;
	height: 69px;
}
.quote {
	float: right;
	width: 202px;
	height: 32px;
	padding-top: 23px;
	display: inline;
}
.header-blog {
	position: absolute;
	z-index: 10;
	width: 170px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	top: 30px;
	left: 600px;
}
.credit {
	font-size: 9px;
	color: #414141;
	float: right;
	width: 180px;
	position: relative;
	top: 17px;
	text-align: right;
}
.credit a, .footer_nav a {
	font-size: 9px;
	color: #414141;
}
.underline {
	text-decoration: underline;
}
.copyright, .footer_nav {
	width: 980px;
	text-align: center;
	font-size: 12px;
	float: left;
	color: #414141;
	text-transform: capitalize;
}
	.footer_nav {
		text-transform: uppercase;
		margin-top: 8px;	
	}
	.footer_nav a {
		font-size: 11px;
		color: #414141;
		text-decoration: underline;
	}
	.footer_nav a:hover, .credit a:hover {
		text-decoration: none;	
		color: #00aeef;
	}
.mainContainer {
	border-top: 0px;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	width: 978px;
	background: #fff;
	float: left;
}

.scaleContainer {
	border-top: 1px solid #ededed;
	border-left: 2px solid #d0d0d0;
	border-right: 2px solid #dbdbdb;
	border-bottom: 2px solid #cbcbcb;
	width: 978px;
	float: left;
	background-color: #FFFFFF;
}
.slide {
	width: 967px;
	height: 176px;
	margin-top: 4px;
	margin-left: 5px;
	display: inline;
	float: left;
}
.largeBlue {
	font-size: 20px;
	color: #00aeef;
	margin-bottom:10px;
}
.medBlue {
	font-size: 16px;
	color: #00aeef;
}
.smallBlue {
	font-size: 14px;
	color: #00aeef;
	font-weight: bold;
}
.smallBlue a{
	font-size: 14px;
	color: #00aeef;
	font-weight: bold;
}
.smallBlue a:hover{
	font-size: 14px;
	color: #00aeef;
	font-weight: bold;
	text-decoration:underline;
}


/*** Navigation ***/

.navBar {
	width: 980px;
	height: 68px;
	margin-top: 15px;
	_margin-top: 30px;
	display: inline;
	float: left;
	border-bottom: 1px solid #b5b5b5;
}
.navCell {
	height: 39px;
	float: left;
}

.navHome {
	background-image: url(../images/navHome.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;	
}
.homeText {
	margin-top: 15px;
	margin-left: 17px;
	font-size: 12px;
	width: 40px;
	display: inline;
	float: left;
	font-weight: 500;
}

.navAbout {
	background-image: url(../images/navAbout.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;	
}
.aboutText {
	margin-top: 15px;
	margin-left: 17px;
	font-size: 12px;
	width: 60px;
	display: inline;
	float: left;
	font-weight: 500;
}

.navService {
	background-image: url(../images/navService.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;	
}
.serviceText {
	margin-top: 15px;
	margin-left: 20px;
	font-size: 12px;
	width: 55px;
	display: inline;
	float: left;
	font-weight: 500;
}

.navSupport {
	background-image: url(../images/navSupport.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;	
}
.supportText {
	margin-top: 15px;
	margin-left: 11px;
	font-size: 12px;
	width: 120px;
	display: inline;
	float: left;
	font-weight: 500;
}

.navContact {
	background-image: url(../images/navContact.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;
	background-position: center;
}
.contactText {
	margin-top: 15px;
	margin-left: 42px;
	font-size: 12px;
	width: 70px;
	display: inline;
	float: left;
	font-weight: 500;
}

.navCurrent {
	background-image: url(../images/navCurrent.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 149px;
	height: 39px;
	background-position: right;	
}
.currentText {
	margin-top: 15px;
	margin-left: 23px;
	font-size: 12px;
	width: 120px;
	display: inline;
	float: left;
	font-weight: 500;
}

/*** Index ***/

.slideImage {
	width: 880px;
	height: 225px;
	margin-top: 4px;
	margin-left: 4px;
	display: inline;
	float: left;
}
.centralArea {
	margin-left: 17px;
	float: left;
	display: inline;
	width: 601px;
	border-right: 2px solid #dbdbdb;
}
.rightArea {
	width: 268px;
	height: 315px;
	float: left;
}
.rightAreaIndex {
	width: 268px;
	float: left;
}
.rightTextIndex {
	width: 248px;
	margin-top: 27px;
	margin-left: 12px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 120%;
}
.rightReadMore {
	float: right;
	width: 84px;
	height: 13px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.rightText {
	width: 248px;
	height: 273px;
	margin-top: 27px;
	margin-left: 12px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 120%;
}
.mainTop {
	height: 105px;
	width: 560px;
	line-height: 150%;
	float: left;
	margin-top: 20px;
	display: inline;
}
.bulletList {
	width: 193px;
	height: 170px;
	margin-top: 30px;
	margin-right: 5px;
	float: left;
	display: inline;
	line-height: 120%;
	font-size: 11px;
}

/*** About Us ***/

.aboutCell {
	width: 540px;
	line-height: 150%;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
	display: inline;
}
.clip {
	width: 354px;
	height: 304px;
	float: right;
	margin-top: 20px;
	margin-right: 6px;
	display: inline;
}
a#blog-button {
	display: block;
	float: left;
	width: 178px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/blog-button.jpg) 0 0 no-repeat;	
}
	a#blog-button:hover {
		background-position: 0 -42px;	
	}

/*** Quote Page and Form ***/

.quoteCell {
	width: 800px;
	line-height: 150%;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
	display: inline;
}
.formCell {
	width: 800px;
	float: left;
	font-size: 12px;
}
.fieldSpace {
	width: 150px;
	float: left;
	margin-top: 5px;
	display: inline;
}
.fieldSpaceTwo {
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}
.formField {
	width: 150px;
	float: left;	
	margin-top: 5px;
	display: inline;
}
.formFieldTwo {
	float: left;	
	margin-top: 5px;
	display: inline;
}
.formFieldThree {
	width: 75px;
	float: left;	
	margin-top: 5px;
	display: inline;
}
.fieldText {
	font-weight: bold;
}
.dateField {
	width: 25px;
	float: left;
	margin-right: 2px;
	margin-top: 5px;
	display: inline;
}
.smallField {
	width: 50px;
	float: left;
	margin-right: 2px;
	margin-top: 5px;
	display: inline;
}
.afterText {
	margin-top: 5px;
	display: inline;
	float: left;
}
.beforeText {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	float: left;
	*overflow: visible;
}
.required {
	color: #FF0000;
}
.form_panel_collapse {
	cursor: pointer;
}
/*** Services ***/

.serviceLinks {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	display: inline;
	text-transform: uppercase;
}
	.serviceLinks a {
		text-decoration: underline;
		font-size: 13px;	
	}
	.serviceLinks a:hover, .serviceLinks a.current {
		color: #00aeef;
		text-decoration: none;
	}
.serviceCell {
	float: left;
	width: 936px;
	padding: 15px 20px;
}
.fourteenText {
	font-size: 14px;
	font-weight: bold;
}
.resBox {
	float: left;
	width: 400px;
}
.resLeft {
	float: left;
	width: 250px;
}
.resRight {
	float: right;
	width: 150px;
}

/*** Testimonials ***/

.testimonial_box {
	float: left;
	width: 940px;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 19px;
	border-bottom: 1px solid #000000;
	padding-top: 15px;
}
.testimonial_last {
	float: left;
	width: 940px;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 19px;
	padding-top: 15px;
}

/*** Index ***/
.contact_third {
	line-height: 150%;
	float: left;
	margin: 5px 70px 10px 0;
	display: inline;
}

/*** Contact Us ***/

.contactCell {
	width: 600px;
	line-height: 150%;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
	display: inline;
	font-size: 14px;
}
.contactForm {
	width: 310px;
	float: right;
	margin-top: 40px;
	padding: 0 20px;
	display: inline;
}
	.contactPhoto_center {
		text-align: center;	
	}
	img.contactPhoto {
		width: 967px;
		height: 176px;
	}
	.contactCell a, .contactForm a {
		font-weight: normal;
		text-decoration: underline;	
	}
		.contactCell a:hover, .contactForm a:hover {
			text-decoration: none;	
		}
/* New styles 2/12/2011 */
.google_map {
	float: left;
	width: 393px;
	height: 216px;
}
.address_box {
	float: right;
	width: 187px;
}
	.contactForm h5 {
		display: block;
		font-weight: bold;
		margin: 0;
		padding: 0 0 4px 0;
		line-height: normal;
		font-size: 16px;
	}
	.contactForm p, .address_box p, .contactCell p {
		padding: 0;
		margin: 0;
		font-size: 13px;
		line-height: 1.45em;	
	}
		.address_box p, .contactCell p {
			font-size: 14px;
		}

/** Current Customers **/

.tip {
	margin-left: 15px;
	display: inline;
	float: left;
}

/* New */

.bbb_logo {
	float: left;
	width: 73px;
	height: 30px;
	padding-bottom: 10px;
	padding-left: 450px;
	padding-top: 10px;
}
.fb_icon {
	float: left;
	width: 250px;
	height: 30px;
	padding-bottom: 10px;
	padding-left: 400px;
}

/* Contact Form */
form#contact {
	display: block;
	width: 400px;
	margin: 16px 0; 
}
strong.error {
	display: block;
	font-size: 11px;
	clear: both;
	color: #C00;	
}
input.hidden {
	display: none;
	visibility: hidden;	
}
.form_row, .form_row_comments {
	clear: both;
	width: 100%;
	height: 35px;
	position: relative;	
}
	.form_row_comments {
		height: 100px;	
	}
input.text, label, textarea.text {
	position: absolute;
	z-index: 10000;	
}
	label {
		top: 2px;
		font-size: 12px;
		width: 80px;	
	}
	input.text, textarea.text {
		left: 90px;
		width: 307px;
		border-left: 1px solid #828282;
		border-bottom: 1px solid #828282;
		border-top: 2px solid #828282;
		border-right: 2px solid #828282;
	}
		textarea.text {
			width: 303px;
			height: 80px;
		}
.submit_cell {
	clear: both;
	width: 85px;
	height: 27px;
	margin: 0 auto;
}
input.submit {
	width: 85px;
	height: 27px;
	background: url(../images/button-submit.jpg) 0 0 no-repeat;	
	font-size: 0;
	display:block;
	line-height: 0;
	border: none;
	cursor: pointer;
}
	input.submit:hover {
		background-position: 0 -27px;	
	}
/* Home New */

.home_slide_area {
	float: left;
	width: 960px;
	padding: 10px 0px 18px 10px;
}
.cell_home {
	float: left;
	width: 310px;
	height: 155px;
	background: url(../images/bg_home_cell.jpg) no-repeat;
}
.img_left {
	float: left;
}
.text_right_home {
	float: right;
	width: 232px;
	font-size: 14px;
	line-height: 1.3em;
}
.text_right_head {
	padding: 15px 0px 10px 0px;
	float: right;
	width: 228px;
}
.text_right_head a, .text_right_head a:hover {
	font-size: 19px;
	font-weight: bold;
	color: #00aeef;
	text-decoration: none;
}
.button_click_here_home {
	float: left;
	width: 76px;
	height: 22px;
	padding: 10px 0px 0px 80px;
}
.text_home {
	float: left;
	width: 280px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 0px 0px 0px 15px;
}
.text_home_head {
	padding: 15px 0px 10px 15px;
	float: left;
	width: 280px;
}
.text_home_head a, .text_home_head a:hover {
	font-size: 19px;
	font-weight: bold;
	color: #00aeef;
	text-decoration: none;
}

.logisticsCell {
	width: 940px;
	line-height: 150%;
	float: left;
	margin-left: 17px;
	display: inline;
}
.logistics_img {
	float: right;
	width: 450px;
	height: 202px;
}

/* New */

.button_insite {
	float: left;
	width: 178px;
	height: 42px;
	padding: 0px 0px 0px 370px;
}
	.button_insite.testimonials {
		padding-left: 281px;
	}
/* Google Translate */
#translate-wrapper {
	float: left;
	width: 330px;
	margin: 10px 0 40px 345px;
}
