body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color:#e7e7e7;
}
#maindiv {
	width:976px;
	background-color:#FFF;
	overflow:hidden;
	margin:auto;
}
#maindiv #header { height:61px; display:block; }
#maindiv #header .logo {
	height:61px;
	width:406px;
	float:left;
	background: url(../images/synaptris_logo1.gif) no-repeat top left;
}
#maindiv #header #colleft {
	width:500px;
	padding-right:17px;
	padding-top:20px;
	text-align:right;
	float:right;
	color: #666;
}
#maindiv #header #colleft .login {
	background:url(../images/ico_login.gif) no-repeat center left;
	padding:3px 5px 6px 19px;
	float:right;
	color: #666;
	text-decoration:underline;
}
#maindiv #header #colleft .login:hover {text-decoration:none; }
#maindiv #header #colleft .logout {
	background:url(../images/ico_logout.gif) no-repeat center left;
	padding:3px 5px 6px 19px;
	float:right;
	color: #666;
	text-decoration:underline;
}
#maindiv #header #colleft .profile {
	background:url(../images/ico_userprofile.gif) no-repeat center left;
	padding:3px 5px 6px 19px;
	color: #666;
	text-decoration:underline;
}
#maindiv #header #colleft .profile:hover {text-decoration:none; }
#maindiv #header #colleft .logout:hover {text-decoration:none; }
#maindiv #header #colleft .trials {
	float:right;
	background-image:url(../images/ico_star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 5px 6px 19px;
	color: #666;
}
#maindiv #header #colleft .trials:hover {text-decoration:none;}
#maindiv #header #colleft .phone {
	float:right;
	background-image:url(../images/ico_phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:3px 5px 6px 19px;
}
#maindiv #header #colleft .welcome {
	float:right;
	padding:3px 5px 6px 0px;
}
#maindiv #header #colleft .separator {
	float:right;
	padding:4px 4px 5px;
	color: #CCC;
}
#maindiv #navbar {
	display:block;
	height:30px;
	background: url(../images/nav_bg.gif) repeat-x top left;
	margin:0px;
}
#maindiv #navbar #navigation {
	float:left;
	height:30px;
	width:780px;
}
#maindiv #navbar #googleFrm {
	float:right;
	width:190px;
	height:30px;
	margin:0;
	padding:0;
}
#maindiv #navbar #googleFrm #query {
	float:left;
	width:116px;
	height:22px;
	margin:0;
	border: 0 solid #000;
	background: url(../images/search_field.gif) no-repeat top left;
	padding:8px 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#maindiv #navbar #googleFrm #searchbutton {
	float:left;
	width:41px;
	height:30px;
	margin:0;
	padding:0;
}
#maindiv #homeintro h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 22px;
	color: #6b6b6b;
	text-decoration: none;
	text-align:center;
	margin:0;
	padding-top:36px;
	padding-left:268px;
}
#maindiv #homecontent {
	display:block;
	overflow:hidden;
	padding: 2px 10px 5px;
	height: 204px;
}
#maindiv #homecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313131;
	text-decoration: none;
	margin-top:0;
	margin-bottom:6px;
}
#maindiv #homecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-top:0;
	margin-bottom:6px;
}
#maindiv #homecontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	text-decoration: none;
	margin-top:0;
	margin-bottom:6px;
	font-weight: normal;
	line-height:17px;
}

#maindiv #homecontent span {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6e6e;
	font-weight:normal;
	text-decoration: none;
	margin-top:0;
	margin-bottom:2px;
}
#maindiv #homecontent .homenewslink {
	display:block;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
#maindiv #homecontent .homenewslink:hover {
	color: #ff8c14;
	text-decoration:none;
}
#maindiv #homecontent .morelink {
	display:block;
	margin-top:10px;
	margin-bottom:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #636362;
	text-decoration: underline;
	text-align:right;
	background: url(../images/bull_orrange_box_arrow.gif) no-repeat center right;
	padding-left:12px;
}
#maindiv #homecontent .morelink:hover {
	color: #f7941d;
	text-decoration: none;
}
#maindiv #homecontent .linkmore {
	display:block;
	margin-top:10px;
	margin-bottom:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #636362;
	text-decoration: underline;
	background: url(../images/bull_download.gif) no-repeat center left;
	padding-left:12px;
}
#maindiv #homecontent .linkmore:hover {
	color: #007168;
	text-decoration: none;
}
#maindiv #homecontent .viewmore {
	display:block;
	margin-top:2px;
	margin-bottom:1px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #ff8b14;
	text-decoration: none;
	padding-right:12px;
}
#maindiv #homecontent .viewmore:hover {
	color: #6f6f6f;
	text-decoration: none;
}
#maindiv #homecontent #homecolone {
	float: left;
	width:313px;
	overflow:hidden;
	background-image: url(../images/table-sstories-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:5px;
	margin-right:5px;
}
#maindiv #homecontent #homecolone #top {
	height:50px;
	background-image: url(../images/table-sstories-top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#maindiv #homecontent #homecolone #middle {
	height:140px;
	background-image: url(../images/table-sstories-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
#maindiv #homecontent #homecolone h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding-left:55px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../images/icon-successstories.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maindiv #homecontent #homecoltwo {
	float: left;
	width:329px;
	overflow:hidden;
	background-image: url(../images/table-testimonials-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:5px;
	margin-right:5px;
}
#maindiv #homecontent #homecoltwo #top {
	height:50px;
	background-image: url(../images/table-testimonials-top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#maindiv #homecontent #homecoltwo #middle {
	height:140px;
	background-image: url(../images/table-testimonials-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#maindiv #homecontent #homecoltwo h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding-left:60px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../images/icon-commendations.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maindiv #homecontent #homecolthree {
	float: left;
	width:302px;
	overflow:hidden;
	background-image: url(../images/table-news-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:5px;
}
#maindiv #homecontent #homecolthree #top {
	height:50px;
	background-image: url(../images/table-news-top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#maindiv #homecontent #homecolthree #middle {
	height:140px;
	background-image: url(../images/table-news-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#maindiv #homecontent #homecolthree h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding-left:60px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../images/icon-news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maindiv #footer {
	background-color:#e5e5e5;
	overflow:hidden;
	padding:13px 25px;
	color:#858585;
	height:155px;
	clear:both;
}
#maindiv #footer .footercolumnleft {
	float:left;
	padding-bottom:10px;
	padding-right:40px;
	overflow:hidden;
}
#maindiv #footer .footercolumnleft h1 {
	margin-top:0;
	margin-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#maindiv #footer .footercolumnleft .footerlinkone {
	display:block;
	margin-bottom:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4c4a4a;
	text-decoration: none;
	padding-left:8px;
	background-image: url(../images/bull_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maindiv #footer .footercolumnleft .footerlinkone:hover {
	color: #000000;
	text-decoration: underline;
}
#maindiv #footer .footercolumnright {
	float:right;
	padding-bottom:10px;
	padding-left:20px;
	width:380px;
	overflow:hidden;
	font-size: 10px;
}
#maindiv #footer .footercolumnright p {
	margin-top:6px;
	margin-bottom:6px;
}
#maindiv #footer .footercolumnright p a {
	text-decoration:underline;
	color:#696969;
}
#maindiv #footer .footercolumnright p a:hover {
	text-decoration:none;
}
#maindiv #footer .gbslogo p {
	margin-top:6px;
	margin-bottom:6px;
}
