
/* Created by Gavan Laird for Extreme Networks and The Fone Group */

html, body {height:100%}
body {
	margin:5px 0px 0px 0px;
	margin:0;
	color: #363636;
	background-color:#ffffff;
	font:13px Arial, Verdana, Helvetica, sans-serif;	
}
a {	color:#d69f51;}
img{border:0}

.header {
	background-color:#383838;
	height:125px;
}

.headerinner, .content {
	width:980px;
	margin:0 auto;
}

.title {
	float:left;
	margin-top:40px;	
}

.contact {
	float:right;
	margin-top:100px;
}

.clear { clear:both; }

.webrow {
	/*font-weight:bold;*/
	padding-top:20px;
	height:80px;
}

.line {
	background-color:#f3f3f3;
	height:2px;
	margin-left:30px;
}

.datacol {
	width:760px;
	float:left;
}

.phonecol {
	width:220px;
	float:left;
	position:relative;
}
.space {
	height:70px;
}

.col1 {
	float:left;
	width:300px;
}

.col2 {
    padding-top:18px;
	float:left;
	width:450px;
}

.foot {
	padding-top:40px;
}

.foottxt {
	text-align:right;
}

.footline {
	height:2px;
	background-color:#383838;
}
.phone_layer1{
	position:absolute;
	top:48px;
	left:43px;
	display:none;
}