body, td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#page {
	width: 770px;
	margin: 0px;
/*	margin: 10px auto;*/
	border: 1px solid #D3D3D3;
	padding: 0px;
	background-image: url(images/left_bkg.png);
	background-repeat: repeat-y;
	background-position: left;
}
html>#page {
	width: 770px;
	padding: 5px;
}
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
a {
	color: #275B8E;
	text-decoration: none;
}
a:hover {
	color: #B90025;
}
.table {
	border: 1px solid #336699;
	margin-top: 4px;
	text-align: center;
}
.table td {
	border: 1px solid #336699;
}
th {
	background-color: #336699;
	background-image: url(images/gradient_bkg.png);
	background-repeat: repeat-x;
	color: White;
}
.rowodd {
	background-color: #E9E9E9;
}
.roweven {
	background-color: White;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 202px;
}
#left {
	float: left;
	width: 144px;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	padding: 0px 10px;
	width: 606px;
}
#copyright {
	text-align: center;
	margin: 0px -10px;
	padding: 4px;
	background-color: #B90025;
	color: White;
	font-weight: bold;
}
#menu {
	list-style: none;
	margin: 49px 0px 0px 0px;
	padding: 0px;
}
#menu li {
	height: 26px;
	width: 144px;
	margin-top: -3px;
}
#menu a {
	position: absolute;
	height: 26px;
	width: 120px;
	left: 12px;
	text-decoration: none;
}
#menu a i {
	visibility: hidden;
}
#home {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
}
#about {
	background-image: url(images/about_us.png);
	background-repeat: no-repeat;
}
#features {
	background-image: url(images/features.png);
	background-repeat: no-repeat;
}
#screenshots {
	background-image: url(images/screenshots.png);
	background-repeat: no-repeat;
}
#demo {
	background-image: url(images/demo.png);
	background-repeat: no-repeat;
}
#customize {
	background-image: url(images/customize.png);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(images/contact_us.png);
	background-repeat: no-repeat;
}
#contract {
	background-image: url(images/contract.png);
	background-repeat: no-repeat;
}
#special {
	position: absolute;
	top: 88px;
	left: 365px;
	height: 99px;
	width: 144px;
}
#special i {
	visibility: hidden;
}
.box {
	background-color: #E9E9E9;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.box2 {
	background-color: #B5DEFF;
	border: 1px solid #275B8E;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
h2 {
	border-bottom: 1px solid #228B22;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 2px;
	padding: 0px 0px 2px 20px;
	background-image: url(images/ball.png);
	background-repeat: no-repeat;
	background-position: left center;
}
h3 {
	border-bottom: 1px solid #B90025;
	font-size: 130%;
	font-weight: bold;
	padding: 0px 20px 2px 0px;
}
#content ul {
	list-style: url(images/arrow.png);
}
#content li {
	padding-bottom: 5px;
}
#content dt {
	padding: 0px 0px 4px 20px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	font-weight: bold	
}
#content dd {
	font-style: italic;
	padding: 0px 0px 20px 0px;
}
#onestop {
	color: White;
}