@charset "utf-8";
@import url("AGENCYB/stylesheet.css");
/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	background:url("../images/bg.png") repeat;
	font:normal 13px 'Yanone Kaffeesatz', sans-serif;
	font-size:13px;
}
a{text-decoration:none;}
#header_container
{
	width:100%;
	height:140px;
	clear:both;
	background:#f2f5f6;
}
#header_wrapper
{
	width:95%;
	height:160px;
	clear:both;
	background:#f2f5f6;
	margin:0px auto;
}
#logo
{
	width:20%;
	height:140px;
	padding-left:5px;
	float:left;
}
#right_head
{
	width:70%;
	height:140px;
	float:right;
	
	
}
#top_con_holder
{width:100%;height:35px;float:left;clear:both;}
#top_con
{
	width:83%;
	height:35px;
	float:right;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	
}
.phone
{
width:54%;float:left;font-size:17px;color:#de150d;padding-top:7px;font-family:arial;line-height:23px;letter-spacing:1px;font-weight:300;position:relative;
}
.phone:hover
{
color:#f47716;
text-decoration:none;
cursor:pointer;
}
.mail
{
	width: 46%;
	float: left;
	font-size: 14px;
	color: #de150d;
	padding-top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}

.mail a{text-decoration:none;color:#de150d;}
.mail a:hover{text-decoration:none;color:#f47716;}
#social_holder
{
	width: 100%;
	height: 50px;
	float: left;
	
}
#social
{
	width:15%;
	height:35px;
	float:right;
	margin-right:1%;
	margin-top:5px;
	
}
#menu_holder
{
	width: 96%;
	height: 40px;
	clear: both;
	float: left;
	margin-top: 0px;
	
	
}
#top_line
{
	width:100%;
	height:7px;
	background:#de150d;;



}

#main_wrapper
{
	width:100%;
	height:auto;
	clear:both;
}
#footer_wrapper
{width:100%;
	height:40px;
	clear:both;
	background:url("../images/footer_bg.png") repeat;}
#footer
{
	width:1000px;
	height:40px;
	margin:0px auto;
	
}
#copyright
{
	width:460px;
	height:30px;
	float:left;
	padding-top:12px;
}
#footer_social
{
	width:200px;
	height:30px;
	float:left;
	padding-top:8px;
}
#footer_social a
{
	text-decoration:none;color:#f3f3f3;
	}
	#footer_social a:hover
{
	text-decoration:underline;color:#f3f3f3;
	}
#designed
{
	width:300;
	height:30px;
	float:right;
	color:#f3f3f3;
	padding-top:12px;
}
#designed a
{
	text-decoration:none;
	color:#fff;
}


#designed a:hover
{
	text-decoration:underline;
	color:#e67c36;
}



