@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans.eot');
    src: url('../fonts/droidsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans.woff') format('woff'),
         url('../fonts/droidsans.ttf') format('truetype'),
         url('../fonts/droidsans.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold.eot');
    src: url('../fonts/droidsans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold.woff') format('woff'),
         url('../fonts/droidsans-bold.ttf') format('truetype'),
         url('../fonts/droidsans-bold.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
	margin:0 auto;
	padding:0;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	font-size:15px;
	background:url(../images/background.jpg) no-repeat top center #013a6f;
	color:#5A5A5A;
	
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}

img
{
	border:0;
}
p
{
	line-height:24px;
}
h1, h2, h3, h4, h5, h6
{
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#414447;
	font-weight:normal;
}
h1
{
	font-size:30px;
	color:#323236;
}
h2
{
	font-size:28px;
	color:#29292f;
}
h3
{
	font-size:26px;
	color:#164987
}
h4
{
	font-size:24px;
	color:#f00909;
}
h5
{
	font-size:22px;
	color:#0e0e0e;
}
h6
{
	font-size:20px;
	color:#0e0e0e;
}
.clear
{
	clear:both;
}
.container
{
	width:1000px;
	margin:auto;
}
.header_top
{
	height:44px;
	background:#000000;
	
}
.social_icons ul
{
	margin:0;
	padding:7px 0px 0px 0px;
}
.social_icons ul li
{
	list-style:none;
	float:left;
	margin-right:3px;
}
.social_icons ul li.facebook a
{
	background:url(../images/facebook.png) no-repeat;
	background-position:0 -30px;
}
.social_icons ul li.twitter a
{
	background:url(../images/twitter.png) no-repeat;
	background-position:0 -30px;
}
.social_icons ul li.linkedin a
{
	background:url(../images/linkedin.png) no-repeat;
	background-position:0 -30px;
}
.social_icons ul li.youtube a
{
	background:url(../images/youtube.png) no-repeat;
	background-position:0 -30px;
}
.social_icons ul li.googlePlus a
{
	background:url(../images/googlePlus.png) no-repeat;
	background-position:0 -30px;
}
.social_icons ul li a
{
	list-style:none;
	height:30px;
	width:30px;
	float:left;
	margin-right:3px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.social_icons ul li a:hover
{
	background-position:0 0px;
}
.btns
{
	float:right;
}
.btns ul
{
	margin:0;
	padding:0px 0px 0px 0px;
}
.btns ul li
{
	list-style:none;
	float:left;
	margin-right:3px;
}

.top_links
{
	float:right;
	margin-right:20px;
}
.top_links ul
{
	margin:0;
	padding:5px 0px 0px 0px;
}
.top_links ul li
{
	list-style:none;
	float:left;
	margin-right:3px;
}
.top_links ul li a, .top_links ul li
{
	text-decoration:none;
	color:#bababa;
	font-size:13px;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
	
}
.top_links > ul > li > a:hover {color: #f58b2f;}
.top_links ul li a
{
	padding:0px 15px;
}
.header
{
	background:#ffffff;
	padding:8px 0px 0px 0px;
}
.logo h2
{
	margin:0;
}
.logo h2 a img
{
	display:block;
}
.logo
{
	float:left;
}
.header_right
{
	float:none;
	text-align:right
}
.header_right
{
	padding-top:26px;
}
.navigation
{
	background: #131313;
	background: -moz-linear-gradient(top,  #131313 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #131313 0%,#000000 100%);
	background: -o-linear-gradient(top,  #131313 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #131313 0%,#000000 100%);
	background: linear-gradient(to bottom,  #131313 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000',GradientType=0 );
	padding:16px 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	

}
.navigation ul
{
	margin:0 auto;
	padding:0;
	display:table;
}

.navigation ul li
{
	list-style:none;
	float:left;
	position:relative;
}
.navigation ul li a, .navigation ul li
{
	text-decoration:none;
	color:#e2e2e2;
	font-size:14px;
	
}
.navigation ul li a
{
	padding:10px 5px 16px 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	
}
.navigation ul li ul li a
{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
}
.navigation ul li.vline
{
	color:#252525;
}

	.menu > li > a:hover, .menu > li:hover > a  {color: #FFF6EA; background:#c53e09;} 
	.menu > li.active > a {color: #FFF6EA; background:#c53e09;}
	.menu > li:hover > ul, .menu ul li:hover > ul{display: block;}
	
	.menu ul {margin: 0px 0px 0px 0px;padding:  0px 0px 0px 0px;background:#010101;z-index: 999;  }
	.menu ul {min-width: 209px;position: absolute;top: 34px;display: none;}
	.menu ul ul {left: 100%;top: 0px; padding-top:0; z-index:999;}
	.menu ul li {margin: 0px 0px 0px 0px;padding:  0px 0px 0px 0px;float: none;display: block;line-height: normal;text-align: left;position: relative;-webkit-transition: all .25s ease;}
	.menu ul li a{display: block;padding: 6px 10px 8px 10px;}
	.menu ul li a:hover, .menu ul li:hover > a{color: #FFF6EA; background:#c53e09;}
	.menu ul, .menu a{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.content_wrapper
{
	padding:18px 0px;
	background:#ffffff;
	min-height:500px;
	position:relative;
}
.banner_section, .content
{
	padding:0px 18px;
}
.bxslider
{
	margin:0;
}
.bx-wrapper 
{
	position:relative;
}
.bx-wrapper .bx-prev {
    background: url(../images/slider_prev.png) no-repeat;
    left: 10px;
}
.bx-wrapper .bx-next {
    background:  url(../images/slider_next.png) no-repeat;
    right: 10px;
}

.bx-wrapper .bx-controls-direction a {
    height: 79px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 41%;
    width: 46px;
    z-index: 9999;
}
.slider_text {
    height: 99%;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider_text_wrapper
{
	width:710px;
	margin:0 auto;
	background:url(../images/slider_text_bg.png) repeat;
	
}
.slider_text_wrapper h1, .slider_text_wrapper h3
{
	margin:0;
}
.slider_text_wrapper h3
{
	font-size:24px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
}
.slider_text_wrapper h1
{
	font-size:46px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ff8119;
	font-weight:normal;
}
.page_title
{
	margin-bottom:20px;
}
.page_title h2
{
	font-size:26px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#444444;
	font-weight:normal;
}
.page_title h2 span
{
	color:#000000;
}
.content p
{
	color:#5a5a5a;
}
.left_panel
{
	width:535px;
	float:left;
}
.adv
{
	text-align:center;
	padding:15px 0px;
}
.right_panel
{
	width:400px;
	float:right;
	padding-top:30px;
}
.directory_srch
{
	width:360px;
	float:right;
	background:#e6e9eb;
	
}
.directory_form
{
	padding:20px 20px;
}
.directory_header
{
	background:#242528;
}
.directory_header h4
{
	font-size:24px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fcfcfc;
	font-weight:normal;
	padding:15px 0px;
	margin:0;
}
.form_control label, .form_field label
{
	font-size:14px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#414447;
	font-weight:normal;
	margin:0;
}
.form_control input[type=text], .form_control input[type=email]
{
	border:1px solid #c5cbcf;
	height:30px;
	width:298px;
	margin-top:8px;
	padding:0px 10px;
	color:#414447;
}
.form_control textarea
{
	border:1px solid #c5cbcf;
	width:298px;
	margin-top:8px;
	padding:10px 10px;
	color:#414447;
}
.form_control select
{
	border:1px solid #c5cbcf;
	width:298px;
	margin-top:8px;
	padding:10px 10px;
	color:#414447;
/*   
color: #404040;
background: #fff;
border: 1px solid;
border-color: #c4c4c4 #d1d1d1 #d4d4d4;
border-radius: 2px;
outline: 5px solid #eff4f7;
-moz-outline-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
font-size: 12px;
font-weight: normal;
padding: 7px;
width: 300px;
margin: 4px 0px;*/
}
.form_field
{
	margin-bottom:18px;
}
.form_field.submit_field
{
	margin-bottom:0px;
	text-align:center;
}

.submit_btn
{
	background:#ec2027;
	font-size:17px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	margin:0;
	border:none;
	border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom:2px solid #ac171c;
	padding:6px 0px;
	width:131px;
	height:40px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
.submit_btn:hover
{
	cursor:pointer;
	background:#ac0f14;
}

.radio_bg input {
    opacity: 0;
}
.radio_uncheck
{
	background:url(../images/radio_unchecked.png) no-repeat;
	background-position:0px 1px;
}
.radio_check
{
	background:url(../images/radio_checked.png) no-repeat;
	background-position:0px 1px;
}
.radio label
{
	margin-right:30px;
}
.radio label.last
{
	margin-right:0px;
}
.content {
    padding-bottom: 30px;
}
.three_cols
{
	padding:30px 18px;
	background:#eeeeee;
}
.col
{
	width:286px;
	float:left;
	
}
.col1, .col2
{
	margin-right:51px;
	background:#242528;
}
.col_header
{
	height:52px;
	background:url(../images/box_header_bg.jpg) no-repeat;
}
.col_header h2
{
	margin:0;
	padding:0;
	font-size:24px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#171616;
	font-weight:normal;
	padding:8px 20px 0px 20px;
}
.col_body
{
	padding:15px 15px 30px 15px;
	position:relative;
}
.col3 .col_body
{
	padding:0;
}
.col_body .col_list
{
	padding:0px 0px 0px 0px;
	margin:0;
}
.col_body .col_list li
{
	list-style:none;
	padding:4px 0px;
	border-bottom:1px solid #2e2f32;
	border-top:1px solid #1e1e21;
	
}
.col_body .col_list li:first-child
{
	border-top:none;
	padding-top:0;
}
.col_body .col_list li:last-child
{
	border-bottom:none;
	padding-bottom:0;
}
.col_body .col_list li a
{
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#cecece;
	font-weight:normal;
	text-decoration:none;
	background:url(../images/bullet_red.png) no-repeat left;
	padding:0px 0px 0px 19px;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
.col_body .col_list li a:hover
{
	color:#ec2027;
	margin-left:10px;
}
.right_slider
{
	margin:0;
	padding:0;
}
.right_slider li
{
	text-align:center;
	/*padding:10px 0px;*/
	background:#ffffff;
	position:relative;
	min-width:210px;
	min-height:93px;
	
}
.right_slider li img
{
	max-width:210px;
	max-height:93px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	
}
.right_slider_wrapper  .bx-wrapper .bx-prev {
    background:url(../images/rgt_slider_prev.png) no-repeat;
    left: 6px;
}
.right_slider_wrapper .bx-wrapper .bx-next {
    background:  url(../images/rgt_slider_next.png) no-repeat;
    right: -13px;
}

.right_slider_wrapper .bx-wrapper .bx-controls-direction a {
    height: 79px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 41%;
    width: 46px;
    z-index: 9999;
}
.header_right
{
	overflow:hidden;
}
.header_right ul
{
	margin:0;
	padding-left:0px;
}
.content_add_slide
{
	padding:0;
	margin:0;
}
.header_right ul li
{
	list-style:none;
	float:left;
}
.widget_container
{
	text-align:center;
	padding-top:37px;
}
.vmore
{
	position:absolute;
	right:18px;
	bottom:-20px;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.vmore:hover
{
	bottom:-18px;
}
.three_cols_two
{
	padding:30px 18px;
}
.column
{
	width:286px;
	float:left;
}
.column1, .column2
{
	margin-right:51px;
}
.column_header h2
{
	margin:0;
	padding:0;
	font-size:24px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#171616;
	font-weight:normal;
	padding:0px 0px 0px 0px;
}
.rdmore
{
	font-size:15px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#ec2027;
	font-weight:normal;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.rdmore:hover
{
	opacity:0.8;
	color:#000000;
}
.column_body
{
	background:#eeeeee;
	padding:9px;
	border:1px solid #c9c9c9;
	margin-top:15px;
}
.column_body_container
{
	background:#ffffff;
}
.column_body.dotted
{
	border:1px dashed #c9c9c9;
}
.upcoming_slider {
    margin: 0;
    padding: 0;
}
.column2 .column_body_container
{
	background:#ec2027;
}
.vertical_ticker {
    margin: 0;
    padding: 0;
}
.vertical_ticker li
{
	padding:10px 0px;
	border-bottom:1px solid #fd2e35;
	border-top:1px solid #e20b12;
}
.vertical_ticker li a
{
	font-size:12px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	display:block;
	
}
.vertical_ticker li a p
{
	line-height:17px;
	margin:0px 0px;
	padding:0px 10px;
}
.vertical_ticker li a span
{
	color:#ffbd2f;
	padding:0px 10px;
	display:block;
}
.column3 .column_body
{
	padding:0px;
}
.column3 .column_body img
{
	display:block;
}
.readmore
{
	margin:10px 0px 0px 0px;
	text-align:right;
}
.entrepreneurs
{
	padding:30px 18px 27px 18px;
	background:#eeeeee;
	border-bottom:1px solid #d9d9d9;
}
.entrepreneurs_left
{
	width:530px;
	background:#ffffff;
	float:left;
	margin-right:47px;
}
.entrepreneurs_left_wrapper
{
	padding:15px;
}
.entrepreneurs_left_wrapper h2
{
	margin:0;
	padding:0;
	font-size:24px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#171616;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.about_chairman
{
	margin-top:10px;
}
.chairman
{
	float:left;
	margin:5px 12px 0px 0px;
	min-height:81px;
	min-width:63px;
	border:1px solid #cecece;
	padding:4px;
	position:relative;
}
.chairman img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:81px;
	max-width:63px;
}
.chairman_name
{
	font-size:15px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#242528;
	font-weight:normal;
	text-transform:uppercase;
}
.chr_position
{
	font-size:13px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#ec2027;
	font-weight:normal;
	text-transform:uppercase;
}
.company
{
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}
.phone a
{
	text-decoration:none;
	font-size:13px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}
.website
{
	font-size:11px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	float:right;
	width:220px;
	
}
.website a
{
	color:#000000;
	text-decoration:none;
}
.url a
{
	color:#3c3c3c;
}

.about_chairman > p {
    margin: 0;
	line-height:21px;
}
.ph_and_url img
{
	display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.entrepreneurs_right
{
	float:left;
	width:387px;
}
.entrepreneurs_slider {
    margin: 0;
    padding: 0;
}
.bottom_slider_wrapper .bx-wrapper
{
	margin:auto;
}
.bottom_slider_wrapper  .bx-wrapper .bx-prev {
    background:url(../images/btm_slide_prev.png) no-repeat;
    left: -40px;
}
.bottom_slider_wrapper .bx-wrapper .bx-next {
    background:  url(../images/btm_slide_next.png) no-repeat;
    right: -60px;
}

.bottom_slider_wrapper .bx-wrapper .bx-controls-direction a {
    height: 79px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 41%;
    width: 46px;
    z-index: 9999;
}
.bottom_slider li
{
	border-right:1px solid #d9d9d9;
	padding: 10px 0;
	min-width:168px;
	min-height:81px;
	
}
.bottom_slider li img
{
	max-width:168px;
	max-height:81px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
}
.footer_top_links
{
	padding:0;
	margin:15px auto auto auto;
	display:table;
	
}
.footer_btm_links
{
	padding:0;
	margin:10px auto auto auto;
	display:table;
	
}
.footer_top_links li, .footer_btm_links li
{
	list-style:none;
	float:left;
	color:#e2e2e2;
	font-size:12px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.footer_top_links li a, .footer_btm_links li a 
{
	text-decoration:none;
	color:#e2e2e2;
	font-size:12px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:0px 10px;
	
}
.footer_btm_links_container, .footer_btm_links_container
{
	text-align:center;
}
.contact p
{
	margin-top:20px;
}
.contact p, .contact p a
{
	font-size:12px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	
}

.contact p a img {
    vertical-align: middle;
}
.copyright p
{
	font-size:12px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	margin-top:0;
}
.site_click
{
	text-align:center;
}
.inner_page_title h1
{
	margin:0;
	color:#ffffff;
	/*font-size:34px;*/
	font-size:24px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 20px 10px 20px;
}
.client_details p
{
	font-size:14px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:8px;
}
.inner_page_title
{
	background:url(../images/inner_header_bg.jpg) no-repeat;
}
.oilgas_clr .inner_page_title
{
	background: #d32a27;
	background: -moz-linear-gradient(left,  #d32a27 0%, #f99933 65%, #f99933 80%, #f04e28 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d32a27), color-stop(65%,#f99933), color-stop(80%,#f99933), color-stop(100%,#f04e28));
	background: -webkit-linear-gradient(left,  #d32a27 0%,#f99933 65%,#f99933 80%,#f04e28 100%);
	background: -o-linear-gradient(left,  #d32a27 0%,#f99933 65%,#f99933 80%,#f04e28 100%);
	background: -ms-linear-gradient(left,  #d32a27 0%,#f99933 65%,#f99933 80%,#f04e28 100%);
	background: linear-gradient(to right,  #d32a27 0%,#f99933 65%,#f99933 80%,#f04e28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32a27', endColorstr='#f04e28',GradientType=1 );
	border-radius:5px;
	-webkit-border-radius:5px;

}
.shipping_clr .inner_page_title
{
	background: #16459c;
	background: -moz-linear-gradient(left,  #16459c 0%, #8da4cf 69%, #8da4cf 84%, #103f96 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#16459c), color-stop(69%,#8da4cf), color-stop(84%,#8da4cf), color-stop(100%,#103f96));
	background: -webkit-linear-gradient(left,  #16459c 0%,#8da4cf 69%,#8da4cf 84%,#103f96 100%);
	background: -o-linear-gradient(left,  #16459c 0%,#8da4cf 69%,#8da4cf 84%,#103f96 100%);
	background: -ms-linear-gradient(left,  #16459c 0%,#8da4cf 69%,#8da4cf 84%,#103f96 100%);
	background: linear-gradient(to right,  #16459c 0%,#8da4cf 69%,#8da4cf 84%,#103f96 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16459c', endColorstr='#103f96',GradientType=1 );

	border-radius:5px;
	-webkit-border-radius:5px;

}
.marine_clr .inner_page_title
{
	background: #3e41a9;
	background: -moz-linear-gradient(left,  #3e41a9 0%, #a8aafc 69%, #a8aafc 84%, #373aa6 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3e41a9), color-stop(69%,#a8aafc), color-stop(84%,#a8aafc), color-stop(100%,#373aa6));
	background: -webkit-linear-gradient(left,  #3e41a9 0%,#a8aafc 69%,#a8aafc 84%,#373aa6 100%);
	background: -o-linear-gradient(left,  #3e41a9 0%,#a8aafc 69%,#a8aafc 84%,#373aa6 100%);
	background: -ms-linear-gradient(left,  #3e41a9 0%,#a8aafc 69%,#a8aafc 84%,#373aa6 100%);
	background: linear-gradient(to right,  #3e41a9 0%,#a8aafc 69%,#a8aafc 84%,#373aa6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e41a9', endColorstr='#373aa6',GradientType=1 );
	border-radius:5px;
	-webkit-border-radius:5px;
}
.client_details .client_image
{
	margin-right:20px;
	border:3px solid #ededed;
	min-height:200px;
	min-width:205px;
	position:relative;
}
.client_details .client_image img
{

	border:none !important;
	display:block;
	max-width:205px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	transition:all 0.3s ease 0s;
	max-height:200px;
	background:#ffffff;
}
p.client_name
{
	color:#242528;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:15px;
}
.client_name span
{
	color:#ed1c24;
}
.client_addr_1, .client_addr_2
{
	font-size:14px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
}
.client_details p a
{
	font-size:14px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
p.client_addr_1
{
	margin-top:8px;
}
p.client_addr_2
{
	margin-top:0px;
}
.client_details p img
{
	vertical-align:middle;
	margin-right:5px;
}
.contact_1 a
{
	margin-right:35px;
}
.contact_2 a
{
	margin-right:13px;
}
p.contact_1_p
{
	margin-top:15px;
}
.inner_left_panel
{
	width:625px;
	float:left;
}
.client_description
{
	padding:24px 0px;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:24px;
}
.sub_title
{
	color:#ec2027;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
}
.classifications ul
{
	padding:0 0 0 24px;
	margin:10px 0 0 0;
}
ul.left_list
{
	float:left;
}
ul.right_list
{
	border-left:1px solid #e1e1e1;
	float:right;
}
.classifications ul li
{
	list-style:none;
}
.classifications ul li a
{
	background:url(../images/bullet_blue.png) no-repeat left center;
	font-size:15px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#d97828;
	font-weight:normal;
	text-decoration:none;
	padding:5px 0px 5px 20px;
	display:block;
}
.executives
{
	padding:24px 0px;
	margin-bottom:35px;
}
.executives_table
{
	border-spacing:0;
	width:100%;
	margin-top:16px;
}

.executives_table th
{
	background:#797979;
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	height:42px;
	border-left:1px solid #686868;
}
.executives_table th:first-child
{
	border:none;
}
.executives_table tr td:last-child
{
	border-right:1px solid #e1e1e1;
}
.executives_table td
{
	border-left:1px solid #e1e1e1;
	padding:13px;
	color:#242528;
	font-size:12px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.executives_table tr:nth-child(even)
{
	background:#f0f0f0;
}
.executives_table tr:nth-child(odd)
{
	background:#fdfdf;
}
.save_and_share table td a img
{
	vertical-align:middle;
}
.save_and_share
{
	border:1px solid #e1e1e1;
	padding:10px;
	background:#f0f0f0;
	margin-bottom:35px;
}
.save_title
{
	padding-right:10px;
}
.save_and_share td a
{
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#515050;
	font-weight:normal;
	text-decoration:none;
	padding-right:20px;	
}
td.save_title
{
	color:#ec2027;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.v_image
{
	background:#ffffff;
	border:1px solid #e1e1e1;
	position:relative;
	min-height:701px;
	min-width:608px;
}
.v_image_container
{
	border:8px solid #f0f0f0;
	min-height:701px;
	min-width:607px;
}
.v_image img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:701px;
	max-width:608px;
}
.inner_right_panel
{
	width:300px;
	float:right;
	padding-top:15px;
}
.fb_box, .inner_rigt_add
{
	margin-bottom:40px;
}
.inner_right_add1, .inner_right_add2
{
	padding:0;
	margin:0;
}
.bread_crumb
{
	position:absolute;
	top:0;
	right:20px;
}
.bread_crumb p
{
	margin:0;
	color:#242528;
	font-size:12px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.bread_crumb p a
{
	color:#ee3223;
	text-decoration:none;
}
.inner_content_wrapper a
{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.inner_content_wrapper a:hover
{
	color:#000000;
}
.alphabetics_header
{
	background:#1d1d1d;
	padding:10px;
}
.alphabetics_header h4
{
	color:#ffffff !important;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}
.alphabetics_list
{
	padding-top:15px;
	position:relative;
}
.letters
{
	padding:7px;
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	border-top:none;
}
.letters ul
{
	padding:0;
	margin:0;
}

.letters ul li
{
	list-style:none;
	float:left;
}
.letters ul li a
{
	color:#242528;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	padding:0 0 0 14px;
}
.letters ul li a:hover, .letters ul li.active a:hover
{
	color:#ed1c24;
}
.letters ul li.active a
{
	color:#ed1c24;
}
.letters ul li:first-child a
{
	padding-left:0px;
}
.letters ul li:last-child a
{
	padding-right:0px;
}
.pagination ul
{
	padding:0;
	margin:0;
}
.pagination ul li
{
	list-style:none;
	float:left;
	margin-right:7px;
	border:1px solid #1d1d1d;
	
}
.pagination ul li.hidden
{
	border:1px solid #5c5c5c;
	background:none;
}

.pagination ul li a
{
	padding:1px 7px;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1d1d1d;
}
.pagination ul li.active, .pagination ul li:hover
{
	background:#1d1d1d;
}
.pagination ul li.active a, .pagination ul li:hover a
{
	color:#ffffff;
}
.pagination
{
	float:right;
}
li.controls:hover
{
	background:none !important;
}

.pagination_section
{
	padding:7px;
	border:1px solid #e1e1e1;
	border-top:none;
	background:#eeeeee;
	margin-bottom:22px;
}
.results
{
	color:#242528;
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#515050;
	font-weight:normal;
}
.search_results ul
{
	padding:0;
	margin:0;
}
.search_results ul li
{
	list-style:none;
	border-bottom:1px solid #e1e1e1;
	padding:1px;
}
.search_results ul li:last-child
{
	border:none;
}
.search_results ul li.premium .client_information p
{
	color:#ffffff;
}
.marine_clr .search_results ul li.premium .client_information h4 a
{
	color:#2e3197;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s
}
.marine_clr .search_results ul li.premium .client_information h4 a:hover
{
	color:#ffffff;
}
.shipping_clr .search_results ul li.premium .client_information h4 a
{
	color:#0e3a8c;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s
}
.shipping_clr .search_results ul li.premium .client_information h4 a:hover
{
	color:#ffffff;
}
.oilgas_clr .search_results ul li.premium .client_information h4 a
{
	color:#dd6400;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s
}
.oilgas_clr .search_results ul li.premium .client_information h4 a:hover
{
	color:#ffffff;
}
.search_results ul li.premium .client_container
{
	background:#ffcc00;
}
.oilgas_clr .search_results ul li.premium .client_container
{
	background:#ffcc00;
}
.shipping_clr .search_results ul li.premium .client_container
{
	background:#8dace6;
}
.marine_clr .search_results ul li.premium .client_container
{
	background:#9a9cea;
}
.client_container
{
	padding:18px 10px;
}
.client_container .client_image
{
	margin-right:20px;
	position:relative;
	min-height:97px;
	min-width:130px;
	border:1px solid #dedede;
	background:#ffffff;
}
.client_image img
{
	display:block;
	max-width:130px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	max-height:97px;
	background:#ffffff;
}
.client_information
{
	float:none;
}
.client_information h4, .client_information h4 a
{
	font-size:15px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#16459c;
	text-transform:uppercase;
	margin:0;
	text-decoration:none;
}
.client_information p
{
	margin:0;
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	
}
.bottom_pagination_section
{
	padding:7px;
	border:1px solid #e1e1e1;
	background:#eeeeee;
	margin-bottom:0px;
	margin-top:32px;	
}
.major_clients
{
	padding:0;
	margin:0;
}
.major_clients li
{
	float:left;
	list-style:none;
	width:214px;
	margin-right:36px;
	text-align:center;
	min-height:213px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}
.major_clients li.last
{
	margin-right:0px;
}
.major_clients li a
{
	text-decoration:none;
	font-size:13px;
	font-family:"Arial", Helvetica, sans-serif;
	font-weight:normal;
	color:#444444;
	
}
/*.client_logo
{
	background:#dadada;
	padding:7px;
	display:block;
	position:relative;
	height:136px;
}*/

.client_logo {
background: none repeat scroll 0 0 #FFFFFF;
border: 7px solid #dadada;
display: block;
height: 136px;
padding: 0;
position: relative;
}

.client_logo img
{
	display:block;
	max-width:199px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	
	max-height:136px;
	background:#ffffff;
}
.client_logo
{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.client_logo:hover
{
	transform:scale(1.03);
	-webkit-transform:scale(1.03);
}
.major_text
{
	margin:20px 0px;
}
.client_info p
{
	line-height:18px;
	font-weight:bold;
	color:#16459C;
}
.loader
{
	text-align:center;
}
.footer a
{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.footer a:hover
{
	color:#f99933;
}

.vertical_ticker li a p {
    line-height: 17px;
    margin: 0;
    padding: 0 10px;
}
.vertical_ticker p {
}
.vertical_ticker p {
}
p {
    line-height: 24px;
}
.vertical_ticker li a {
    color: #FFFFFF;
    font-family: "droid_sansregular",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
element.style {
    list-style: none outside none;
}
body {
    font-family: "droid_sansregular",Arial,Helvetica,sans-serif;
    font-size: 15px;
}
.menu span {
    float: right;
    position: absolute;
    right: 15px;
    top: 8px;
}
.right_slider_container
{
	width:210px;
	margin:0 auto;
	padding:10px 0px;
	
}
.right_slider_wrapper
{
	position:relative;
	background:#b4b6bb;
}
.right_slider_container .bx-wrapper {
    position: static;
}
.entrepreneurs_siler
{
	padding:0;
	margin:0;
}

.btns ul li img
{
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.btns ul li:hover img
{
	margin-top:-2px;
}
.inner_left_full
{
	width:100% !important;
}
.list_page_list li
{
	padding:0px !important;
}
.list_page_list li a
{
    display: block;
    padding: 10px 10px 10px 15px;
	margin-left:5px;
	font-size:13px;
	background:url(../images/bullet_red.png) no-repeat left center;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#3e3e3e;
	text-decoration:none;
	transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
}
.list_page_list li a:hover
{	
	
	color:#ED1C24;
	margin-left:15px;
}
.blue_fin_logo
{
	margin-bottom:15px;
}
.blue_fin_logo img
{
	max-width:280px;
	height:auto;
}
.float_image
{
	float:left;
	margin-right:15px;
	border:3px solid #dedede;
	position:relative;
	min-width:180px;
	min-height:204px;
}
.float_image img
{
	display:block;
	max-width:180px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	max-height:204px;
	background:#ffffff;
}
.img_center
{
	text-align:center;
}
.inner_left_panel h4{
    color: #242528;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.inner_contact_div
{
	padding-top:15px;
}
.inner_contact_div td
{
	vertical-align:top;
}
.inner_contact_div td p
{
	margin:0;
}
.inner_contact_div table
{
	border-spacing:0;
	width:100%;
}

.table_border
{
	border:1px solid #dddddd;
	padding:5px;
}
.hd_quarters td p
{
    font-family: "droid_sansregular",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.hd_quarters td p.table_heading
{
	color: #ED1C24 !important;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.hd_quarters td p span
{
	color: #242528;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.contacts td
{
	padding:0px 14px 0px 0px;
	color: #242528;
    font-family: "droid_sansregular",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.contacts td:last-child
{
	padding:0;
}
.contacts td:last-child p
{
	margin-bottom:1px;
}
.hd_quarters {
    margin-right: 10px;
}

.image_container
{
	border:3px solid #dedede;
	position:relative;
	min-height:129px;
	min-width:280px;
	background:#ffffff;
}
.image_container img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:129px;
	max-width:280px;
}
.exhibition_list li
{
	border:1px solid #dddddd;
	padding:10px !important;
	margin-bottom:15px;
}
.exhibition_list li:last-child
{
	border:1px solid #dddddd !important;
}
.newsticker
{
	min-height:152px !important;
	max-height:152px !important;
}
.entrepreneur_info, .certified_info
{
	padding:10px;
	border:1px solid #dddddd;
	margin-bottom:15px;
}
.entrepreneur_img
{
	border:1px solid #dddddd;
}
.certified_img
{
	border:3px solid #dedede;
	position:relative;
	min-height:177px;
	min-width:220px;
	background:#ffffff;
}
.certified_img img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:177px;
	max-width:220px;
}


.entrepreneur_img.fl, .certified_img.fl {
	display:block;
	margin-right:20px;
}
.entrepreneur_img.fr, .certified_img.fr {
	display:block;
	margin-left:20px;
}

.entrepreneur_img
{
	border:3px solid #dedede;
	position:relative;
	min-height:206px;
	min-width:160px;
	background:#ffffff;
}
.entrepreneur_img img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:206px;
	max-width:160px;
}


.exhibition .details
{
	width:300px;
}

.search_results ul li:nth-child(odd)
{
	background:#ececec;
}
h4.company_name
{
 color: #ED1C24;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 0;
}
.certified_list div.certified_info:nth-child(odd), .entrepreneurs_list div.entrepreneur_info:nth-child(odd)
{
	background:#f5f5f5;
}

.enquiry_form {
    width: 450px;
    margin: auto;
}
.enquiry_form label
{
	float:left;
	width:128px;
	line-height:40px;
	font-size:13px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	color:#414447;
	font-weight:normal;
	text-align:left;
}
.enquiry_form p
{
	font-size:13px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#414447;
	font-weight:normal;
}
.enquiry_form label sup
{
	color:#ff0000;
}
.submit_field
{
	text-align:center;
}
.error_msg {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 2;
}

.error_msg:after {
    border-bottom: 7px solid #FF0000;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 7px;
    top: -7px;
}
.form_field
{
	position:relative;
}
.breadcrumb a.active
{
	color:#ff0000;
}
.vertical_ticker li
{
	height:auto !important;
}
.entrepreneur_info  .client_name
{
	margin-top:0px;
}

.entrepreneur_info .client_image
{
	border:3px solid #dedede;
	position:relative;
	min-height:206px;
	min-width:160px;
	background:#ffffff;
}
.entrepreneur_info .client_image img
{
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
	background:#ffffff;
	max-height:206px;
	max-width:160px;
}
.entrepreneur_info p.client_name
{
	color:#242528;
	font-size:18px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0px;
}
.entrepreneur_info p.company_name
{
	color:#242528;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0px;
}
.entrepreneur_info table td, .certified_info table td
{
	color:#5A5A5A;
	font-family: "droid_sansregular",Arial,Helvetica,sans-serif;
    font-weight: normal;
	font-size:13px;
	padding-right:10px;
}
.entrepreneur_info table td span, .certified_info table td span
{
	color:#252525;
	font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-weight: normal;
	font-size:13px;
}
.cms_container h1 img
{
	float:left;
	margin-right:20px;
	max-width:180px;
	max-height:204px;
	border:3px solid #dedede;
}
.contacts td:first-child p
{
	color: #242528;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.contacts td:first-child p span
{
	color: #ED1C24;
    font-family: "droid_sansbold",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.exhibition .details p
{
	color:#242528;
	font-size:14px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
}

.exhibition .details p.exhibition_ven
{
	color:#242528;
	font-size:14px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	line-height:1.2;
}
.exhibition p.exhibition_title
{
	color:#ED1C24;
	font-size:15px;
	font-family:"droid_sansbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	line-height:1.2;
	
}
.rhsimg
{
	margin:0px 0px 15px 15px;
}
.lhsimg
{
	margin:0px 15px 15px 0px;
}
.cms_container img
{
	border: 3px solid #DEDEDE;
}
.cms_container ul li
{
	list-style-image:url(../images/bullet_red.png);
	margin-bottom:5px;
}
.cms_container table
{
	border:1px solid #d4d4d4;
	width:100%;
	border-spacing:0;
}
.cms_container table td
{
	border:1px solid #d4d4d4;
	border-right:0px;
	border-spacing:0;
	border-bottom:0px;
	padding: 6px 10px;
}
.cms_container table th
{
	border:1px solid #d4d4d4;
	border-right:0px;
	border-spacing:0;
	border-bottom:0px;
	border-top:0px;
	padding: 6px 10px;
	text-align:left;
	background:#ededed;
}
.cms_container table td:first-child, .cms_container table th:first-child
{
	border-left:0px;
}
.cms_container table tr:nth-child(odd)
{
	background:#f8f8f8;
}
.cms_container ul li a, .cms_container a
{
	text-decoration:none;
	color:#494949;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.cms_container ul li a:hover, .cms_container a:hover
{
	color:#ff0000;
}
.testimonial_part {
    border: 1px solid #DDDDDD !important;
    margin-bottom: 15px;
    padding: 10px !important;
}
.testimonial_part .quote
{
	float:left;
}
.testimonial_part p
{
	position:relative;
	font-style:italic;
	margin-top:5px;
}
.client
{
	display:block;
	color:#000000;
	font-weight:bold;
}
.position
{
	display:block;
	font-size:13px;
	color:#000000;
}
.comp
{
	display:block;
	font-style:italic;
	color:#d22926;
	font-size:14px;
}
/* 20140806 */
.ctable{border:none; }
.ctable td {border:none;}
.ctable td td{ border:1px solid #d4d4d4}5:26 PM
.cms_container ul li a, .cms_container a{color: #013a6f;}

/* 20140902 */
.ent_DOB
{
	font-size:12px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.ent_BA
{
	font-size:12px;
	font-family:"droid_sansregular", Arial, Helvetica, sans-serif;
	color:#16459C;
	font-weight:normal;
	text-decoration:none;
}

