@charset "UTF-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background: #000 url(images/main_bg.gif) top right no-repeat;
	color: #fff;
}


body#fido {
	background: #000 url(images/fido_main_bg.gif) top right no-repeat;
}

img {
}

.mainCont {
	width: 100%;
	min-width: 950px;
	max-width: 2200px;
	width:expression(document.body.clientWidth < 950? "950px" : document.body.clientWidth > 2200? "2200px" : "auto");
}
.content {
	width: 560px;
	margin: 90px 0 0 40px;
}


.contentHome {
	width: 560px;
	margin: 130px 0 0 40px;
}

.topCont {
	width: 280px;
	margin-bottom: 30px;
}

.twoColCont {
	float: left;
	border-top: 1px #666 solid;
	margin-bottom: 60px;
}

.twoColContFido {
	float: left;
	border-bottom: 1px #666 solid;
	margin-bottom: 60px;
}

.twoColleft {
	float: left;
	width: 269px;
	padding: 0px 10px 6px 0;
}

.twoColleft#fidoCol {
	border-right: 1px #666 solid;
}

.twoColRight#home {
	border-left: 1px #666 solid;
}

.twoColRight {
	float: left;
	width: 270px;
	padding: 0px 0 0 10px;
}


#fidoLogo {
	background: url(images/fido_logo_orange.gif) 300px bottom no-repeat;
}



p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.sockeyeLink, .fidoLink, .homeLink {
	text-indent: -2000px;
}

a.sockeyeLink {
	display: block;
	background: url(images/sockeye_link.gif) no-repeat 0 0;
	height: 30px;
	width: 200px;
}

a.sockeyeLink:hover {
	background: url(images/sockeye_link.gif) no-repeat 0 -100px;
	
}

a.fidoLink {
	display: block;
	background: url(images/fido_link.gif) no-repeat 0 0;
	height: 30px;
	width: 200px;
}

a.fidoLink:hover {
	background: url(images/fido_link.gif) no-repeat 0 -100px;
	
}


a.homeLink {
	display: block;
	background: url(images/home_link.gif) no-repeat 0 0;
	height: 30px;
	width: 200px;
	margin-left: 40px;
}

a.homeLink:hover {
	background: url(images/home_link.gif) no-repeat 0 -100px;
	
}


.contact p {
	color: #999;
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 20px;
}

.contact strong {
	color: #fff;
	font-weight: normal;
}

.contact {
	clear: both;
	margin-bottom: 40px;
	background: #222;
	padding: 8px;
	border: #333 1px solid;
}

.contact a {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
}

a:hover {
	color: #fff;
}

.footer {
	width: 560px;
	height: 80px;
	border-top: 1px #666 solid;
	clear: both;
}

.footer p {
	color: #999;
}
	