@font-face {
    font-family: 'addis_ababa';
    src: url('../fonts/addis_ababa.eot');
    src: url('../fonts/addis_ababa.eot?#iefix') format('embedded-opentype'),
         url('../fonts/addis_ababa.woff') format('woff'),
         url('../fonts/addis_ababa.ttf') format('truetype'),
         url('../fonts/addis_ababa.svg#addis_ababa') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Miscelleneous */
h1.PageHeader {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}
h1 {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}
/*h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #333333;
	line-height: 1.2;
}*/
h2 {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}
h3 {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}
h4 {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}
h5 {
	font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #b14813;
	line-height: 1.2;
}

p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.2;
}
li {
	font-size: 14px;
	line-height: 1.2;
}
td {
	font-size: 14px;
	line-height: 1.2;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #589A38;
}
#container a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

#brands .slides li img {
-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* Features */

#features .feature {
	float: left;
	width: 263px;
	height: 175px;
	padding: 20px 23px;
	background: #5b361e url(../images/section-bg.png) repeat-x;
	margin-right: 14px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}

#features .feature.last {
	margin-right: 0;
}

#features .feature .caption {
	display: block;
    font-family: 'addis_ababa', Arial, sans-serif;
	font-size: 28px;
	color: #fff;
	margin: 0 0 13px;
	text-indent: 5px;
}

#features .feature img {
	border: 2px solid #fff;
	border-radius: 3px;
}
/* Intro Section */

#introSection .left {
	float: left;
	width: 550px;	
}

#introSection .left object{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 250px;
	width: 550px;
}

#introSection .right {
	float: right;
	width: 390px;
}
