//@import url('../_shared_/reset2.css');
//@import url('../_shared_/grids2.css');

/**
  * Adepteo v7
  * 	Colours:
  *	  #4379c6 - light blue
  *	  #2f3d89 - dark blue
  *	  #f9a72b - gold
  *	  #fbc628 - yellow
  **/


/** Layout **/
body {
	background: #fff url(/images/adepteosite/background/yellowcog.png) no-repeat 99% 70%;
	color: #2f3d89;
	font: 14px/1.4 "Lucida Grande", Helvetica, Arial, sans-serif;
}

.navbar-brand{
    width: 50%;
    height: 50%;
}


.content, .header, .nav, .error_msg {
	margin: 10px auto;
	max-width: 970px;
	padding: 0 20px;
}

.error_msg {
	background-color: #4379c6;
	padding-top: 4px;
	padding-bottom: 4px;
}

#errormsg {
        color: #fff;
        padding-left: 4px;
	margin-top: 4px;
	margin-bottom: 2px;
}
#errormsg.error, #errormsg.error a {
        background-color: #bd0000;
}
#errormsg.info, #errormsg.info a {
        background-color: #fff5a2;
        color: #000;
}
#errormsg.success, #errormsg.success a {
        background-color: #008500;
        color: #fff;
}
#errormsg a {
        text-decoration: underline;
}


.logo {
	font-size: 18pt;
	font-weight: bold;
}

.sidebar {
	text-align: center;
}

.sidebar ul {
	list-style: none;
	display: inline-block;
}

.sidebar li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}



.testimonial {
	height: 170px;
	margin-top: 30px;
	position: relative; /* To place voip provider image on top */
}

.testimonial .unit {
	height: 170px;
	max-height: 170px;
	padding: 8px;
}

.testimonial .person {
	background-color: #4379c6;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;

	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}

.testimonial .quote {
	background-color: #fbc628;
	font-size: 15pt;
	padding-left: 80px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

.quote {
	background-color: #fef0c5;
	margin-bottom: 5px;
}

.testimonial img {
	position: absolute;
	left: 26%;
	top: 10px;

}

