/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1.10.2014, 16:29:50
    Author     : Ales
*/

#contact_us {
	float: left;
	width: 100%;
	/* height: 170px; */
	background: transparent url(../../acecom/images/cu_bg.gif) repeat top center;
	/* margin-right: 20px; */
	border-radius: 5px;
	overflow: hidden;
}

#cu_left {
	background: transparent url(../../acecom/images/cu_left_bg.gif) no-repeat top left;
	/* height: 170px; */
	margin: 5px -5px 5px 5px;
}

#cu_right {
	/* background: url(../../acecom/images/cu_bg_right.jpg) no-repeat top right; */
	height: 160px;
	/* width: 100%; */
	margin: -5px;
	/* margin-right: -10px; */
	padding-left: 5px;
	float: left;
	/* padding: 10px 12px; */
}

#cu_img {
        background: url(../../acecom/images/cu_bg_right.jpg) no-repeat top right;
        height: 160px;
        min-width: 190px;
        margin: -5px;
        padding-left: 5px;
        float: right;

}

#contact_us h3 {
	background: transparent url(../../acecom/images/contact_us_ico.gif) no-repeat left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	padding: 0px 0px 8px 34px;
	border-bottom: 1px solid #e1e1e1;
	width: 166px;
}

#cu_right p {
	padding: 2px 0px;
	margin: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #8b8b8b;
}

#cu_right p a {
	color: #5d9fb5;
	font-weight: bold;
	text-decoration: none;
}

#cu_right p a:hover {
	text-decoration: underline;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12 .t3-module {
	padding: 0px !important;
}
