body {
	font-family: Verdana, Arial, Helvetica;
	background: #F7F7F7;
	padding: 0;
	margin: 10px 0 10px 0;
	
	text-align: center;
}

body, td {
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
	color: black;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 2em;
	border-bottom: 1px solid #cfcfcf;
}

h2 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.17em;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0055CC;
}

a:hover, a:active {
	color:#CC0000;
}

p {
	margin: 0 0 10px 0;
}

/* COMMONS */

.cl {
	clear: left;
}

.centr {
	text-align: center;
}

.centrize {
	margin-left: auto;
	margin-right: auto;
}

.nomargin {
	margin: 0;
}

.smallr {
	font-size: smaller;
}

.smallrp {
	font-size: 70%;
}

.it {
	font-style: italic;
}

.grey {
	color: #808080;
}

.st {
	font-weight: bold;
}

.wrapper {
	overflow: auto;
	width: 100%;
}

.fl {
	float: left;
	margin-right: 10px;
}

.nofloat {
	float: none;
}

/* LAYOUT COMMONS */

div.rightcol_200 {
	width: 200px;
	float: right;
}

div.maincol_no200r {
	margin-right: 220px;
}

div.rightcol_300 {
	width: 300px;
	float: right;
}

div.maincol_no300r {
	margin-right: 320px;
}

div.leftcol_50p {
	width: 49%;
	float: left;
}

div.maincol_50p {
	margin-left: 51%;
}

/* HEADER BUTTONS */

/* page buttons */

a.greenbutton:link, a.greenbutton:visited, a.greenbutton:hover, a.orangebutton:link, a.orangebutton:visited, a.orangebutton:hover {
	display: block;
	width: 130px;

	height: 35px;
	padding-top: 15px;
	_height: 50px;

	text-decoration: none;
	font-size: 16px;
	
	text-align: center;
	font-family: Arial, Helvetica;
	font-weight: bold;
	
	white-space: nowrap;

	float: left;
	margin-right: 10px;
	
	color: black;

	background: url('/images/buttons.gif') no-repeat;
}

a.greenbutton:link, a.greenbutton:visited {
	background-position: 0 0;
}

a.greenbutton:hover {
	background-position: 0 -50px;
}

a.orangebutton:link, a.orangebutton:visited {
	background-position: -130px 0;
	margin-right: 0;
}

a.orangebutton:hover {
	background-position: -130px -50px;
	margin-right: 0;
}

a.bluebutton:link, a.bluebutton:visited, a.bluebutton:hover {
	display: block;
	width: 175px;

	height: 24px;
	padding-top: 7px;
	_height: 31px;

	text-decoration: none;
	font-size: 14px;
	
	text-align: center;
	font-family: Arial, Helvetica;
	font-weight: bold;
	
	white-space: nowrap;

	color: black;

	background: url('/images/buttons.gif') no-repeat 0 -100px;
}

a.bluebutton:hover {
	background-position: 0 -131px;
}


/* header buttons */

a.header_button:link, a.header_button:visited {
	display: block;
	width: 16.6666%;
	height: 34px;
	float: left;
	
	background: url('/images/headbtn_bg.gif') repeat-x #e5ebee 0 0;
	border-left: 1px solid #adb9c2;
	border-right: 1px solid #adb9c2;

	margin-left: -2px;
	_margin-left: 0px;
	_margin-right: -2px;
	
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding-top: 16px;
	_height: 50px;
	color: #404040;
	
	font-family: Arial, Helvetica;
	font-weight: bold;
}

a.header_button:hover {
	background-position: 0 -50px;
	color: black;
}

a.header_button:active {
	background-position: 0 -100px;
}

/* TITLE PAGE */

div.title_demo {
	border: 1px solid #cfcfcf;
	
	background: url('/images/title_demo.jpg') 50% 10px no-repeat #f7f7f7;

	padding: 250px 0 10px 0;
	text-align: center;
	
	margin-bottom: 15px;
}

div.title_demo_container {
	width: 670px;
	margin: 0 auto;
	
	overflow: hidden;
	height: 50px;

	text-align: left;
}

div.title_demo_desc {
	padding-left: 10px;
	padding-right: 10px;
	color: #404040;
}

div.title_demo_buttons {
	width: 270px;
	float: right;
	
	color: #404040;
}

div.feature_rec {
	width: 100%;
	overflow: auto;
	
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 0;
	
	font-size: 90%;
}

div.feature_icon {
	width: 64px;
	float: right;
}

div.feature_title {
	color: #808080;
	font-weight: bold;
	margin-bottom: 5px;
}

div.feature_iconleft {
	width: 128px;
	float: left;
}

div.feature_righttext {
	margin-left: 135px;
}

div.samples {
	padding-left: 10px;
	margin: 20 auto;
}

div.samples img {
	display: block;
	width: 250px;
	height: 154px;
	float: left;

	border: #808080 1px solid;
	
	margin-bottom: 10px;
}

div.samples div {
	width: 100px;
	height: 156px;

	float: left;
	
	background: url('/images/greyarrow.gif') no-repeat 50% 50%;

	margin-bottom: 10px;
}

/* OTHER PAGES */

div.screenshot {
	text-align: center;
	color: #808080;
	font-style: italic;
	
	margin-bottom: 30px;
	margin-top: 20px;
	
}

div.screenshot img {

}



/* PAGE LAYOUT */

div.outer {
	margin: 0 auto;
	padding: 20px;
	
	max-width: 1000px;
	_width: expression(document.body.clientWidth>1000?'1000px':(document.body.clientWidth+'px') );
	
	text-align: left;
}

div.header {
	background: url('/images/header_bg.gif') repeat-x;
	height: 50px;
	overflow: hidden;
}

div.header_l {
	background: url('/images/header_bg.gif') no-repeat 0 -50px;
	height: 50px;
	
	width: 160px;
	padding-left: 10px;
	_width: 170px;
	
	text-align: center;
	
	float: left;
}

div.header_r {
	margin-left: 180px;
	background: url('/images/header_bg.gif') no-repeat 100% -100px;
	height: 50px;
	padding-right: 10px;
}

div.page {
	margin-top: 10px;
	border: 1px solid #cfcfcf;
	background: white;
	
	padding: 10px;
	
}

div.copy {
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #cfcfcf;
	font-size: smaller;
	color: #808080;
}









