html body {
	background: #0a599c;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #636b75;
	margin: 0;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#top {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	background: #0a599c url(../images/top_bg.jpg) no-repeat top center;
}
#main {
	background: #FFF;
	width: 100%;
	padding: 40px 0 40px 0;
	margin: 0;
	clear: both;
}
/*----------------- SITE TOP -------------------*/

#freeSignup a {
	background: url(../images/free-signup-ribbon.png) no-repeat 0 0;
	width: 171px;
	height: 186px;
	position: absolute;
	top: 0;
	left: 0;
}
#freeSignup a span{
	position: absolute;
	text-indent: -9999px;
}


#top #left {
	width: 265px;
	height: 146px;
	float: left;
	padding: 0;
	margin: 0;
}
#top #right {
	width: 600px;
	height: 146px;
	float: right;
	padding: 0;
	margin: 0;
}
.logo {
	width: 265px;
	height: 91px;
	float: left;
	background: url(../images/logo.png) no-repeat top left;
	margin-top: 35px;
}
#topRight {
	height: 58px;
	width: 315px;
	clear: both;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}
#topRight #links {
	float: left;
	color: #3e80b9;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 0;
}
#topRight #links a {
	color: #cfeaff;
	font-weight: bold;
}
#topRight #links a:hover {
	color: #FFF;
}
#topRight #googleSearch {
	float: right;
}
#topRight #googleSearch form {
	width: 208px;
	float: right;
}
#topRight #googleSearch .field {
	background: url(../images/search-input-watermark.png) no-repeat 0 0;
	width: 157px;
	height: 24px;
	color: #949494;
	font-size: 12px;
	padding: 2px 8px 0 8px;
	margin: 0;
	border: 0;
	float: left;
}
#topRight #googleSearch .field:focus {
	background: url(../images/search-input.png) no-repeat 0 0;
}
#topRight #googleSearch .button {
	background: url(../images/search-btn.png) no-repeat 0 0;
	width: 35px;
	height: 24px;
	border: 0;
	float: right;
	padding: 0;
	margin: 0;
}
/*----------------- NAVIGATION -------------------*/


#nav {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 88px;
	clear: both;
	float: right;
	text-align: right;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6fb2ea;
	text-transform: uppercase;
	padding: 25px 10px 25px 10px;
	cursor: hand;
	cursor: pointer;
	outline: none;
}
#nav li a:hover {
	color: #97cfff;
}
#nav li.selected a {
	background: url(../images/nav-stripe.png) repeat-x 0 0;
	color: #FFF;
}
/*----------------- HEADER TEXT -------------------*/

#headerText {
	clear: both;
	padding: 0;
	margin: 0;
	height: 57px;
	width: 100%;
}
#headerText div.home {
	background: url(../images/home-header-text.png) no-repeat 0 0;
	height: 57px;
}
/*----------------- HOMEPAGE -------------------*/

#home {
}
#home .left {
	width: 542px;
	float: left;
}
#home .left #whyWebMonitoring {
	margin: 0;
	padding: 0;
	height: 211px;
}
#home .left #choosePlan {
	margin: 0;
	padding: 0;
}
#home .right {
	width: 365px;
	float: right;
}
#home .right #homeScreenshot {
	width: 365px;
	height: 291px;
	clear: both;
	margin: -80px 0 0 0;
	padding: 0;
	position: relative;
	//* background: url(../images/home-screenshot.png) no-repeat 0 0; *//
}
#home .right #ourCustomers {
	clear: both;
	margin: 0;
	padding: 0;
}
#home .right #ourCustomers ul {
	margin: 0;
	padding: 0;
}
#home .right #ourCustomers li {
	list-style-type: none;
	display: block;
	background: url(../images/bullet-checkmark.png) no-repeat 0 0;
	margin: 0;
	padding: 2px 0 15px 25px;
}
/*----------------- COMPARISON CHART -------------------*/
#choosePlan table {
	position: relative;
	width: 542px;
}
#choosePlan table td {
	padding: 4px;
	line-height: 14px;
}
#choosePlan table span.plan {
	font-size: 16px;
	line-height: 20px;
}
#choosePlan table .gutter {
	border: none;
	background: none;
	padding: 0 2px 0 0;
	margin: 0;
	font-size: 0;
}
#choosePlan table .column1 {
	background: #e0f3fd;
	width: 162px;
	border-top: 1px #e7f4fb solid;
	border-bottom: 1px #cadce5 solid;
	color: #0a599c;
	font-weight: bold;
	text-align: right;
}
#choosePlan table .column2 {
	background: #aaaaaa;
	width: 114px;
	border-top: 1px #c1c1c1 solid;
	border-bottom: 1px #9a9a9a solid;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#choosePlan table .column3 {
	background: #c3c3c3;
	width: 114px;
	border-top: 1px #d2d2d2 solid;
	border-bottom: 1px #b0b0b0 solid;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#choosePlan table .column4 {
	background: #c3d077;
	width: 114px;
	border-top: 1px #d2db9d solid;
	border-bottom: 1px #b0bc6b solid;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#choosePlan table .borderless-top {
	border-top: none;
}
#choosePlan table .borderless-bottom {
	border-bottom: none;
}
#home .left #choosePlan table .top-align {
	vertical-align: top;
}
#choosePlan table .bottom-align {
	vertical-align: bottom;
}
#choosePlan table .bottom {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#choosePlan table .column4-top {
	width: 114px;
	background: #c3d077 url(../images/col4-top.gif) no-repeat 0 0;
	height: 13px;
}
#choosePlan table .column4-bottom {
	width: 114px;
	background: #c3d077 url(../images/col4-bottom.gif) no-repeat left bottom;
	height: 13px;
}
#choosePlan table p.signup {
	width: 114px;
	height: 38px;
	background: url(../images/signup-btn1.png) no-repeat center top;
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -5000px;
}
/*----------------- SUB PAGES -------------------*/

#services .content {
	float: left;
	width: 375px;
}
#services #choosePlan {
	float: right;
	width: 542px;
}
#contact .content {
	float: left;
	width: 600px;
}




/*----------------- FORMS -------------------*/
form, fieldset {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
form input, form select, form textarea {
	font-family: "Lucida Sans Unicode";
	color: #666;
	font-size: 12px;
}
#contactForm {
	width: 300px;
	float: right;
}


.inputField,
textarea {
	background: #FFF;
	border: 1px #CCC solid;
	clear: both;
	width: 95%;
}
label {
	clear: both;
	display: block;
}
.submitBtn {
	margin: 10px 0 0 0;
}

/*----------------- FOOTER -------------------*/

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	clear: both;
	margin: 0 auto;
}
#footer .left {
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bedc92;
}
#footer .right {
	width: 50%;
	padding: 0;
	margin: 0;
	float: right;
}
#footer .right ul {
	margin: 0;
	padding: 0;
	float: right;
}
#footer .right li {
	display: inline;
	padding: 0 12px 0 10px;
	margin: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #bedc92;
	border-right: 1px #bedc92 solid;
}
#footer .right li.last {
	border: none;
}
#footer .right li a {
	color: #FFF;
	font-weight: normal;
}
#footer .right li a:hover {
	color: #bedc92;
	font-weight: normal;
}
/*----------------- GENERAL ELEMENTS  -------------------*/  

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}
* html .clearfix {
	height: 1%;
}
td {
	vertical-align : top;
	padding: 0;
	margin: 0;
}
hr {
	border: 0;
	border-bottom: 1px #ccc solid;
	margin: 25px 0 25px 0;
}
a {
	outline: none;
}
img {
	border:0px;
}
.clear1 {
	clear: both;
	height: 0px;
	font-size: 0px;
}
/*----------------- FONTS -------------------*/

     A:link {
	text-decoration : none;
	color : #0a589a;
	font-weight : normal;
}
A:visited {
	text-decoration : none;
	color : #0a589a;
	font-weight : normal;
}
A:hover {
	text-decoration : none;
	color : #368cd5;
	font-weight : normal;
}
p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #636b75;
}
.smallfont {
	font-size : 11px;
	font-family : Arial;
	color : #d1d1d1;
	line-height: 15px;
}
h2 {
	font-family: centurygothic, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #444444;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 28px;
}
.center {
	text-align: center;
}
