/* @group Product Pages */


#products #content {
	width: 1000px;
	margin-left: 0;
	margin-right: 0;
}

div.header_bar {
	background: url(../images/header_btm_bg.jpg) no-repeat 0 -1px;
	width:1000px;
	padding:25px 0px 0px 0px;
	height: 82px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:32px;
	font-weight:normal;
	border-top: 1px solid silver;
	
}

#products .entry-title {
	color: silver!important;
	height: 35px;
	background: #FFF url(../images/header_btm.jpg) no-repeat 0 -109px;
	text-indent: -9999px;
	white-space: nowrap;
}

#products img {
	border-style: none;
}

#products h4 {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 10px;
}

#products h5 {
	font-size: 14px;
}

#products p {
	font-size: 14px;
	word-break:hyphenate;
}

.product_video {
	float: left;
	padding: 0px 5px 0px 0px;	
}

.product_video a.thickbox {
	padding: 0px;
	margin: 0px;
}



div.product_header {
	width: 100%;
	float: left;
	margin: 20px 80px;
}

div.image_wrapper {
	width: 1000px;
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
}

div.left_column {
	float: left;
	padding-left: 80px;
	padding-right: 28px;
	width: 392px;
	margin-bottom: 100px;
	margin-top: 45px;
}

div.right_column {
	padding-left: 28px;
	padding-right: 80px;
	width: 392px;
	float: left;
	margin-top: 45px;
	margin-bottom: 100px;
}

#products ul.list_left, #products ul.list_right {
	width: 176px;
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-right: 20px;
}

#products li {
	font-weight: bold;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
}




#products .quotation_outter {
	clear: both;
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background: url(../images/quote_left.jpg) no-repeat;
}



#products .quotation_inner {
	background-color: #feffff;
	border: 1px solid #dce1e4;
	padding: 12px 20px 12px 25px;
	margin-left: 16px;
	border-left-style: none;
}

#products p.quote {
	margin-bottom: 10px;
	font-style: italic;
	color: #657d8f;
}

#products p.name {
	margin: 0;	
	color: #657d8f;
}

#products p.name strong {
	
}




/* CARRIER SERVICES COLORS */
.color.carrier h4, .color.carrier h5, .color.carrier li {
	color: #0066cc;
}

.color.carrier p {
	color: #666666;
}


/* @end */




/* @group Contact Us Numbered List */

.num_list_wrapper {
	margin-top: 30px;
	margin-bottom: 35px;
}


.num_list_wrapper .num1, .num_list_wrapper .num2, .num_list_wrapper .num3 {
	padding-left: 60px;
	min-height: 43px;
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 17px;
	
}

.num_list_wrapper .num1 {
	background: url(../images/num1.jpg) no-repeat left center;
}


.num_list_wrapper .num2 {
	background: url(../images/num2.jpg) no-repeat left center;
	
}

.num_list_wrapper .num3 {
	background: url(../images/num3.jpg) no-repeat left center;
	
}

.num_list_wrapper .num1 .num_inner, .num_list_wrapper .num3 .num_inner {
	padding-top: 4px;
}

/* @end */



/* @group Contact Us Form */

.contact-form {
}

.contact-form .form-wrap-full, .contact-form .form-wrap-left, .contact-form .form-wrap-right {
	margin-top: 12px;
}
.contact-form .form-wrap-full {
	width: 390px;
}

.contact-form .form-wrap-left {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.contact-form .form-wrap-right {
	float: left;
	width: 130px;
}

.contact-form .form-wrap-submit {
	margin-top: 20px;
}

.contact-form .clear-fix {
	height: 1px;
	width: 390px;
	clear: both;
}

.contact-form input, .contact-form textarea, .contact-form select {
	margin-top: 4px;
}

.contact-form select {
	height: 22px;
	width: 100%;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 8px;	
}

.contact-form input {
	height: 22px;
	width: 88%;
	border: 1px solid silver;
	padding-left: 7px;
	padding-right: 8px;
}

.contact-form textarea {
	height: 60px;
	width: 98%;
	border: 1px solid silver;
	resize: vertical;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.contact-form .wpcf7-submit {
	background-color: #4082c9;
	width: 130px;
	height: 32px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	border-style: none;
}



/* @end */