* { padding: 0px; margin: 0px;}
table { font-size: 100%;}
th, td { text-align:left; vertical-align:top; }
h1, h2, h3, h4 { color: #666; margin-bottom: 10px; }
h1 { font-size: 1.3em; margin-bottom: 20px; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
p { margin-bottom: 15px; }
a img, .noborder, a.noborder:link, a.noborder:visited, a.noborder:hover { border-width: 0px; }
a, a:link, a:active { color: #333; text-decoration: none; }
a:visited { color: #333; }
a:hover   { color: #999; }
label     { color: #666; }
.hidden { display: none; }
.inner { padding: 0px 10px; margin: 0px; }
.clear { clear:both; margin: 0px; padding: 0px; height: 1px; font-size: 1px; }

body {
	margin:0 auto; 
	padding:0 0 4em 0; 	
	font: 80%/150% Trebuchet MS;
	width: 910px;
	background-image: url(images/shadebar);
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
}

#header {
	height: 120px;
	margin: 0;
	width: 100%;
	background-color: white;
	display: block;
}

#header img { margin: 30px 0 0 25px; }

#navbar {
	margin: 0;
	background-color: #79bde4;
	height: 22px;
	width: 100%;
	display: block;
	padding-left: 0;
}

#navbar > li {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 10pt;
	font-weight: bold;
}

.content {
	padding: 50px 10px 0 10px;
	width: 780px;
	background-color: white;
	margin: 0;
}

.content#softwarebox {
	padding-left: 250px;
	width: 540px;
	background-image: url(images/goldsystemsbox);
	background-repeat: no-repeat;
	background-position: 30px 40px;
	display: block;
}

.content h1 {
	font-size: 23px;
	line-height: 1.1em;
	width: 430px;
	color: #659fbf;
	margin-left: 15px;
	margin-bottom: 7px;
}

.content h2 {
	font-size: 20px;
	line-height: 1.1em;
	width: 430px;
	color: #455560;
	margin-bottom: 15px;
}

.content h3, .content#softwarebox h2 {
	font-size: 16px;
	color: #455560;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.content dl dt { display: run-in; font-weight: bold; }
.content dl dd { display: block; text-align: justify; }

#rightbar {
	position: absolute;
	width: 110px;
	top: 143px;
	right: 0px;
	margin: 0;
	list-style-type: none;
}

#rightbar > li {
	display: block;
	padding: 10px 0 0 5px;
	font-size: 8pt;
	color: #666;
	line-height: 1.1em;
}


#bottombar {
	position: absolute;
	width: 90%;
	padding: 5px;
	bottom: 0;
	right: 110px;
	list-style-type: none;
	margin: 0;
	text-align: right;
}

#bottombar > li {
	border-left: 1px solid #666;
	display: inline;
	font-size: 10px;
	padding: 3px 2px;
	color: #666;
	line-height: 1.2em;
}

#bottombar > li:first-child {
	border: none;
	display: inline;
	font-size: 10px;
	padding: 3px 2px;
	color: #666;
	line-height: 1.2em;
}

ul.col3 {
	list-style: none;
	margin-left: 10px;
	text-indent: 0;
}

ul.col3 > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 3%;
	width: 30%;
}

ul.col2 {
	list-style: none;
	margin-left: 0;
	text-indent: 0;
}

ul.col2 > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 3%;
	width: 46%;
}

ul.col1 {
	list-style: none;
	margin-left: 0;
	text-indent: 0;
}

ul.col1 > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 3%;
	width: 80%;
}

table.pricing { 
	background-color: #eee;
	width: 500px;
	border-collapse: collapse;
}

table.pricing > thead > tr > th { 
	border-bottom: medium solid #79bde4;
	padding: 0;
	font-weight: bold;
	margin: 0;
	vertical-align: middle;
}

table.pricing > tbody > tr > td:last-child {
	text-align: right;
	padding-right: 20%;
}

table.pricing td { padding: 5px; }

.supportrep {
	display: block;
	width: 100%;
	height: 381px;
	border: none;
	background-image: url(images/supportRep);
	background-position: right top;
	background-color: #eee;
}




#main_content2 {
	padding-left:50px;
	padding-top: 50px;
	width: 700px;
	background-color: white;
	position: relative;
	top: 22px;
}

#main_content2 h2 {
	font-size: 20px;
	line-height: 1.1em;
	width: 430px;
	color: #455560;
}

#main_content2 h3 {
	font-size: 16pt;

	color: #79bde4;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.1em;
}
#main_content2 h4 {
	font-size: 20pt;

	color: #79bde4;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.1em;
}

#main_content2 h5 {
	font-size: 12px;
	line-height: 1.1em;
	color: #455560;
}

#main_content2 h6 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.1em;
	color: #455560;
}

#buttons ul {
	text-align: right;
}

#buttons ul li {
	display: inline;
}


