/* 
    Document   : footer
    Created on : 29 Nov, 2013, 10:34:13 AM
    Author     : satish
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

footer {
    float:left;
    width:100%;
    background:#FAAD51;
    height:64px;
    margin:20px 0 0 0;
}
#footer_content {
    width:980px !important;
    margin:0 auto;
}
#footer_content p {
    margin:0 auto;
    text-align:center;
    line-height:64px;
    color:#fff;
    font-size:12px;
    width:100%;
    color:black;
}
#poweredby {
    float:right;
    width:120px;
    padding:0 60px 0 0;
    color:#fff;
    height:64px;
    line-height:64px;
    background:url(../images/kas.png) no-repeat right ;
    text-align:right;
    color:#000000;
}
.social_icons {
    display: inline-block;
    float: left;
    width: 180px;
    height: 60px;
    overflow: hidden;
    margin: 18px 0px 0px 10px;
}
.social_icons a {
    background:url(../images/social_icons.png) top left;
    float: left;
    width: 26px;
    height: 26px;
    margin:0 10px 0 0;
}
.social_icons a.twitter {
    background-position:-40px 0px;
}
.social_icons a.twitter:hover {
    background-position: -40px -85px;
}
.social_icons a.facebook {
    background-position:-80px 0px;
}
.social_icons a.facebook:hover {
    background-position: -80px -85px;
}
.social_icons a.pinterest {
    background-position:26px 0px;
}
.social_icons a.pinterest:hover {
    background-position: 26px -85px;
}
.social_icons a.g_plus {
    background-position:0px 0px;
}
.social_icons a.g_plus:hover {
    background-position: 0px 0px;
}
#content_left{
    float:left;
    width:760px;
    padding:0 20px 0 10px;
    border-right:1px solid #eeeded;
}
#content_left_contact{
	float: left;
	width: auto;
	padding: 0 20px 0 10px;
}
#content_right {
	float: left;
	width: 650px;
	padding: 0 20px 0 10px;
	border-right: 0px solid #eeeded;
}
#content_right_contact{
	float: left;
	width: 650px;
	padding: 0 20px 0 10px;
	border-right: 0px solid #eeeded;
}
#contact_right_c {
	width:250px;
	height:500;
	padding:10px 10px 10px 10px;
	float:right;
	background:#FFFFFF;

}
#content_left h1 {
	color:#0073f5;
	font-size:25px;
	font-family: AurulentSans;
	font-weight:normal;
	line-height:normal;
}
#content_left_contact h1 {
	color:#0073f5;
	font-size:25px;
	font-family: AurulentSans;
	font-weight:normal;
	line-height:normal;
}
#content_right_contact h4 {
	color:#00000;
	font-size:16px;
	font-family: AurulentSans;
	font-weight:normal;
	line-height:normal;
}
#content_left h4 {
	color:#000000;
	font-size:18px;
	font-family: AurulentSans;
	font-weight:normal;
	line-height:normal;
	padding:15px 0 0 0;
}
#content_left h3 {
	font-size:14px;
        font-family: sans-serif;
	padding:15px 0 0 0;
	line-height: 18px;
}
#content_left p {
	font-size:14px;
	text-align:justify;
	padding:15px 0 0 0;
	line-height: 18px;
}
#content_left_contact p {
	font-size:14px;
	text-align:justify;
	padding:15px 0 0 0;
	line-height: 18px;
}

.index_left{
	width:600px !important;
}

#more {
	float:right;
	background:url(../images/download_but1.gif) no-repeat left top;
	width:100px;
	height:25px;
	text-align:center;
	line-height:23px;
	color:#fff;
	font-size:14px;
}
