﻿
/* Footer
============================================================ */
.clear
{clear: both;
}
#footer_wrapper
{
	height:400px;
	background-color: #ff6666;
	background-image:url('../Blue/Layout/Images/FooterBg.jpg');
	background-repeat: repeat-x;
	width:100%;
	
}

#footer{
	margin: 0 auto;
	width: 980px;
}

#footer ul
{
	
	margin-bottom: 25px;
}

#footer ul li{
	padding-bottom: 0px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer div#slogan{
	text-align: center;

	line-height: 54px;
}

#footer h3{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3366FF;
}

#footer h4
{
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
}

#footer div#left{
	float: left;
	margin-right: 50px;
	padding-top: 10px;
	width: 400px;
}

#footer div#left div.col{
	float: left;
	display:hidden;
	margin-top:15px;
}


#footer div#left div.margin{
	margin-right: 100px;
}

#footer div#right{
	float: left;
	padding-left: 70px;
	padding-top: 10px;
	width: 400px;
}

#footer div#right h3{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	
}

#footer div#right span.phone{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.03em;
	color:#fff;
}

#footer div#right h4{
	margin-bottom: 5px;
}

#footer div#right ul{
	margin-bottom: 15px;
}

#footer div#right ul li p
{
	line-height: 16px;
	color: #99CCFF;
}
#footer div#right ul li a
{
	color: #fff;
}
#footer div#ToksNet{
	color: #D7D0BC;
	font-size: 10px;
	line-height: 20px;
	margin-top: 18px;
	text-align: center;
	float:right;
}

#ToksNet{
	color: #D7D0BC;
	font-size: 10px;
	line-height: 20px;

float:right;
}

#copyright
{
	height: 30px;
	background-color: #ff6666;
	background-image: url( '../Blue/Layout/Images/CopyRightBg.jpg' );
	background-repeat: repeat-x;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
}



