#wrapper{
	display: none;
}
.img_left{
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.fb{
	float: left;
	height:15px;
}
a { 
	color: #d63200;
	text-decoration: none;
	outline-color: #888;	
}
a:hover {
	color: #7e7e7e;
	text-decoration:underline;
}
.sub_menu a { 
	color: #000;
}
.container_16 {
	background-image: url("assets/images/bk_03.png");
	background-repeat: repeat-y;
}
hr {
	border:none;
	height:1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	clear: both;
}
.logo  {
	padding-top: 55px;
}
#portfolio {
	padding-top: 20px;
}
.slide_content {
	color:#FFFFFF;
	left:20px;
	position:absolute;
	top:40px;
	width:550px;
}
.readmore {
	font-size: 10px;
	font-weight: bolder;
}
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFF;
}
.header {
	height: 290px;
}
.title {
	height: 290px;
}
.contact {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:100;
}
.menu {
	text-align: right;
	background-color: #929292;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 290px;
	z-index: 100;
}
.sub_menu {
	padding-top: 85px;
}
.side {
	padding-top: 45px;
}
.side_inner {
	width: 260px;
}
.main {
	padding-top: 45px;
	float: right;
}
.B_crumb {
	padding-bottom: 15px;
	height: 20px;
}
.footer {
	border:none;
	text-align: center;
	background-color: #929292;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #FFFFFF;
}
.footer_logo {
	border:none;
	text-align: right;
}
.footer a { 
	color: #fff;
}
.business {
	float: left;
	height: 310px;
	width: 213px;
	background-image: url("assets/images/business_bk.png");
	background-repeat: no-repeat;
}
.business_inner {
	padding: 12px;
}
.business  h3,.business p {
	margin-bottom:7px;
}

.menu_inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    width: 960px;
}

.menu_inner ul{
margin: 0; 
padding: 0; 
list-style: none;
}

.menu_inner li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

.menu_inner li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-left: 56px;
    margin-right: 20px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.menu_inner li a:hover{
background-color: ;
color: #d63200;
}


.tweet_b {
	float: left;
	padding-right: 20px;
}
.tweet {
	height: 375px;
	overflow: hidden;
	position: relative;
}
.tweet_inner {
	position: absolute;
	top: -25px;
}
.info { 
	position: relative;
}

dl {
    float: left;
    text-align: left;
    width: 300px;
}
dl dt {
	float: left;
	width: 70px;
	text-indent: 3px;
	line-height: 150%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
dl dd {
	line-height: 150%;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	text-indent: 3px;
}