/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	/*background: #7E7E7E;*/
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background:url(images/bg_top.jpg) repeat-x scroll 0 0 #141414;
}
#wp_email_capture p{
color: #000000;
    margin-left: 15px;}
.wp-email-capture-name {
margin-bottom: 10px;
    margin-top: 6px;}
.wp-email-capture-email {
margin-bottom: 6px;}
.wp-email-capture-submit {
float: right;}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline;*/
}

strong {
	font-weight: 700;
/*	color:#CA0221;*/
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 915px;
	
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 915px;
	height:208px;
/*	border-bottom: 3px solid #EFEFEF;*/
/*	border-top: 1px solid #EFEFEF;*/
	margin: 0 auto;
	background:url(images/banner.jpg) no-repeat;
	
	
}

/*#logo {
	background:url(images/logo.png) no-repeat;
width:286px;
height:107px;
}*/

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

/*#menu {
	width: 915px;
	overflow: hidden;
	background:url(images/menu.jpg) repeat-x;
	height:42px;
	margin-bottom:3px;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding:15px;
	padding-right:7px;
}

#menu ul li a.scrollover {
	color: #FFF;
	padding:15px;
		height:42px;
	
}
#menu ul li a:hover{
background:url(images/menu_over.jpg) no-repeat;
height:42px;
width:130px;
}
*/
#container {
	width: 840px;
	overflow: hidden;
	margin: 0px auto;
}
#top-cont{ 
background:url(images/page_top.jpg) no-repeat;
width:915px;
height:22px;
clear:both;
}
#bot-cont{ 
background:url(images/page_bottom.jpg) no-repeat;
width:915px;
height:52px;
/*margin-left:254px;*/
}
#cont-border {
background:url(images/page_middle.jpg) repeat-y;
width:915px;

}
#content {
	float: right;
	width: 600px;
}

.post {
	margin-top:10px;
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #202020;
	font-style:italic;
	
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
	color:#000;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
	font-weight:normal;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
/*	display: block;*/
	color:#BF0721;
	padding-left:5px;
	/*margin-top: 10px;*/
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width:220px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	color: #fff;
	font-weight: bold;
	background:url(images/services.jpg) repeat;
	width:200px;
	hegiht:29px;
	font-size:100%;
	padding:12px;
}


.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	color: #000;
	font-weight: bold;

	width:200px;
	hegiht:39px;
	font-size:100%;
	padding:12px;
	
}

.sidepanel ul li {
background:url(images/list_image.jpg) no-repeat scroll left center transparent;
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
	padding-left:15px;
	font-weight:normal;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
	width:200px;
	color:#BF0721;
}
.sidepanel p a{
	color:#BF0721;
}
/*#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}*/

#footer-links {
	list-style: none;
	padding-top:25px;
	float:right;
}

#footer-links li {
	float: left;
	margin-right: 15px;
	font-weight:normal;
	color:#585757;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

 .txt{
 line-height:18px;
 padding:5px 10px 10px 0;
 color:#000;
 }
 
 #box1_img{
 background:url(images/man.jpg) no-repeat;
 width:250px;
 height:150px;
 }
 
 #box_img{
 background:url(images/truck.jpg) no-repeat;
 width:250px;
 height:150px;
 }
 
 .readmore{
 background:url(images/readmore.jpg) no-repeat;
 width:86px;
 height:16px;
 margin:10px;
 }
 
#list_menu ul li{
background:url(images/list_image.jpg) no-repeat scroll left center transparent;
padding-bottom:10px;
padding-left:15px;
padding-top:10px;
font-weight:normal;
 }
 
 
 #searchbox{
 background:url(images/search.jpg) no-repeat;
 width:230px;
 height:219px;
 margin-top:5px;
 }

#searchbox1{
 background:url(images/search.jpg) no-repeat;
 width:230px;
 height:119px;
 margin-top:5px;
 }

 
 #search_text{
 color:#fff;
 padding:10px;
 }

#search_text1{
 color:#fff;
 padding:10px;
 }

 
 #form_button{
 background:url(images/gobutton.jpg) no-repeat;
 width:189px;
 height:53px;
 margin:10px;
 }
 
 td h1{
color:#212121;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
font-weight:bold; 
padding-top:8px;
}

td h2{
font-weight:bold; 
color:#BF0721; 
margin-top:7px;
}

.feature p{
border:0 none;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
line-height:15px;
color:#000;
 }
 
 
 #box1 p{
 border:0 none;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
line-height:15px;
}


 #box2 p{
 border:0 none;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
line-height:15px;
}

.feature{
float:left;
width:290px;
padding-left:10px;
}

.feature h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:13px;
}
.feature h2 a{
color:#b70421;
}
.post_box{
float:right;
width:585px;
}


.wp-post-image{
float:left;
width:100px;
height:100px;
padding-right:15px;
padding-top:15px;
}

#title_img{
background:url(images/welcome.jpg) no-repeat;
width:231px;
height:32px;
}


#abt_content{
color:#939393;
font-family:Arial,Helvetica,sans-serif;
line-height:17px;
}

#abt_content h4{
font-weight:bold;
color:#ca0221;
}


#abt_content p{
color:#000;
}

#abt_content h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
}

.wrap{
overflow:hidden;
width:100%;
}

.wrap ul.left, .wrap ul.right{
padding:7px 0;
/*width:245px;*/
float:left;
}

.wrap li{
background:url(images/list_image.jpg) no-repeat scroll left center transparent;
list-style:none outside none;
padding-left:15px;
}

.left{
float:left;
}

.right{
float:right;
}

#sidebar h2 {
font-weight:bold;
margin-top:10px;
color:#000;
padding:15px;
width:200px;
text-transform:uppercase;
}

#box1{
border-bottom:1px solid #DDDDDD;
float:left;
margin-bottom:20px;
padding-bottom:10px;
}


#service_content{
color:#939393;
font-family:Arial,Helvetica,sans-serif;
line-height:17px;
}

#service_content h4{
font-weight:bold;
color:#ca0221;
}


#service_content p{
color:#000;
}

#service_content h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
}


 #searchbox1{
 background:url(images/search.jpg) no-repeat;
 width:230px;
 height:219px;
 margin-top:25px;
 }
 
 .wrapper img_pad{
 border-bottom:1px solid #DDDDDD;
float:left;
margin-bottom:10px;
}

#career_content{
color:#939393;
font-family:Arial,Helvetica,sans-serif;
line-height:17px;
}

#career_content h4{
font-weight:bold;
color:#ca0221;
}


#career_content p{
color:#000;
}

#career_content h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
}

.questions h4{
font-weight:bold;
color:#ca0221;
}

.questions h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
}

.questions p{
margin-top:5px;
padding-top:5px;
color:#000;
}


#rate_content h4{
font-weight:bold;
color:#ca0221;
}

#rate_content h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
margin-top:5px;
}

#rate_content p{
margin-top:5px;
padding-top:5px;
color:#000;
}

.row2{
 float:left;
 width:565px;
/* border-bottom:1px solid #DDDDDD;*/
 }
 
 .column1{
 float:left; 
 width:280px;
 }
 
 .column2{
 float:right;
 width:280px;
 }
 
 .row3{
 clear:both;
 }
 

 .row1{
  border-bottom:1px solid #DDDDDD;
  }
  
  
  #faqbox{
 background:url(images/faq.jpg) no-repeat;
 width:230px;
 height:270px;
 margin-top:25px;
 }
 
 #image{
 background:url(images/career.jpg) no-repeat;
 width:201px;
 height:126px;
 margin-bottom:10px;
margin-top:10px;
 }
 
 .carrer_lsidebar h4{
 font-weight:bold;
color:#ca0221;
line-height:17px;
}

 .carrer_lsidebar p{
 line-height:17px;
 }
 #careerbox{
  background:url(images/career1.jpg) no-repeat;
 width:230px;
 height:255px;
 margin-top:25px;
 }
 
 .buttonread{
 background:url(images/readmore.jpg) no-repeat;
 width:86px;
 height:16px;
 margin-top:10px;
 }
 
 .buttonread a{
 color:#fff;
 padding-left:15px;
 line-height:13px;
 }
 
 
 
 
 .row11 h1{
 font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
margin-top:5px;
}

.row22 h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
margin-top:5px;
}

.row22 h4{
font-weight:bold;
color:#ca0221;
}
 
 .row4{
 padding-top:17px;
 float:left;
 clear:both;
 }
 
 #privacy_content h1{
font-family:Arial,Helvetica,sans-serif;
color:#202020;
font-size:17px;
font-style:italic;
line-height:1.2em;
padding:15px 0;
font-weight:bold;
padding-top:0px;
}


#form_quote{								
overflow:hidden;
width:100%;
}

#select_option {
float:left;
margin-left:15px;
}

#searchbox select {
border-color:#72040E;
border-style:solid;
border-width:1px 0 0 1px;
color:#2A2A2A;
display:block;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 0 4px;
width:125px;
}
select {
height:20px;
margin-bottom:4px;
}

#searchbox a{
background:url(images/btn_grey.png) no-repeat scroll center top transparent;
color:#FFFFFF;
display:block;
float:right;
font-size:26px;
font-weight:900;
height:52px;
line-height:52px;
margin-right:23px;
text-align:center;
text-transform:uppercase;
width:59px;
}

.wrap2{
/* width:565px;*/
 float:left;
}

.col1{
/*width:280px; */
float:left;
}
.col2{
/*width:280px; */
float:left;
}
/* ============================= header menu ====================== */
.menu li {
	float:left;
	height:42px;
	text-align:center;
	background:url(images/menu_bg.png) no-repeat top center;
	width:130px;
}
.menu a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:42px;
	display:inline-block;
	width:130px;
	text-transform:uppercase;
	padding-top:8px;
	#padding-top:0px;
}
.menu a:hover {color:#ff0026;}
.menu li.current_page_item a:hover{color:#fff;}
.menu li.page-item-2 span.cufon,.menu li.page-item-202 span.cufon,.menu li.page-item-207 span.cufon,.menu li.page-item-23 span.cufon{
margin-top:6px;
}
.menu span{

}
.menu li.current_page_item, .menu .current_page_item:hover {background:url(images/menu_active.png) no-repeat top center; cursor:default; color:#fff;}
.form_logo{
background:url(images/quote_logo.jpg) no-repeat;
width:120px;
height:40px;
}
.quote-options{
color:#D22926;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin-left:20px;
width:100%;
}
.quote-options tr td{
vertical-align:middle;
padding:15px;
}
.quote-options tr td #online-quote
{
background:url(images/online.jpg);
width:153px;
height:41px;
display:block;
}
.quote-options tr td #firm-quote
{
background:url(images/Getfirmquote.jpg);
width:153px;
height:41px;
display:block;
}
.quote-options tr td #pdf-quote
{
background:url(images/Email.jpg);
width:138px;
height:41px;
display:block;
margin-left:10px;
}
.links_jobs tr td a
{
color:#0000FF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
}
.links_jobs tr td p
{
font-size:13px;
padding-top:5px;
}
