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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(../img/pagebg.jpg);
	background-position:top;
	background-repeat:repeat-x;

}

img {
	border:0px;
}

a, a:visited, a:active {
	color:#0000CC;

}

a:hover {
	color:#666666;
}

#container {
	margin:0 4%;



}

#header {
	padding-top:41px;
	height:90px;
	padding-left:10px;
}

#logo {

	background:url(../img/logo.jpg);
	height:90px;
	width:190px;
}

#logo h1 {

	display:none;

}

#maininfo {


}

.infotext p {
	margin:10px;
}

#info {
	overflow:auto;
}

.h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:20px;
	color:#666666;

}

.subtitle {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#006cff;

}

#whyremote div.infotext {
	float:left;
		width:50%;
}

#button {

	float:right;

}

#whyremote {

	height:200px;
}

#security {


	height:220px;

}

#security div.image {
	float:left;
		width:40%;

}

#security div.infotext {
	float:right;
		width:50%;
}

#footer {

	border-top: 1px dashed #cccccc;
	height:30px;
	padding-top:8px;
	
}

#copyright {
	float:left;
	width:45%;
}

#subnav {

	float:right;
		width:50%;
		text-align:right;
}

#content {
	padding:10px;
}