
html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #282828 url(darkBackground.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #334398;
}
a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	width: 800px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	font-family: Helvetica, Arial;
}
#header-logo {
	position: absolute;
	top: 15px;
	height: 33px;
	left: 0px;
	right: 0px;
	padding-left: 20px;
	padding-top: 6px;
	padding-right: 20px;
	background: #585858 url(banner-bg.png);
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
}
#header-navigation {
	position: absolute;
	top: 48px;
	height: 20px;
	left: 0px;
	right: 0px;
	padding-top: 2px;
	text-align: right;
	background: #ACACAC url(top-menu-bg.png);
}

#header-logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}
#header-logo a:hover {
	text-decoration: underline;
}
#header-navigation a {
	text-decoration: none;
	color: #313131;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
}
#header-navigation a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FAFAFA;
	color: #000;
    border-top: 1px solid #ffffff;
}

#footer {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #FFF;
/*
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
*/
	font-size: 11px;
	font-weight: Helvetica, Arial;
}

#footer_left {
	position: relative;
	float: left;
}
#footer_links {
	position: relative;
	float: right;
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer_links a {
	padding-left: 12px;
	padding-right: 12px;
}
#footer a:hover {
	text-decoration: underline;
}

/* Single Column */
#content_feature {
	padding: 15px;
	padding-top: 0px;
}

/* Two Column */
#content_featurePrimary {
	position: relative;
	float: left;
	padding: 15px;
	padding-top: 0px;
	width: 570px;
}
#content_featureSecondary {
	position: relative;
	float: left;
	padding: 15px;
	padding-right: 10px;
	padding-left: 5px;
	width: 180px;
}
/* Second floating column */
#content_sidebar {
	position: relative;
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-left: 20px;
	width: 200px;
}
#content_sidebar h1 {
	font-size: 14px;
	padding-top: 0px;
}
/* End of Column Layouts */

.main_addvert {
	position: relative;
	float: left;
	width: 210px;
	padding: 15px;
	padding-top: 0px;
}
.main_addvert a {
	color: black;
}

.sidebarLine {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
}
.sidebarLineSelected {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
	background: #9797CC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.sidebarLineDidYouKnow {
	background: #EFEFEF;
}
.sidebarLine a {
	display: block;
}
.sidebarLine:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ddddF7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.downloadStep {
	border: 2px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 400px;
	padding: 5px;
	margin-bottom: 12px;
}
.downloadStep .stepHeader {
	color: #4e8621;
	font-size: 18px;
	padding-bottom: 5px;
}
.downloadLink {
	font-weight: normal;
	color: #310;
}



.blogEntry {
	padding-bottom: 20px;
}
.blogEntry h1 {
	padding-bottom: 0px;
	spacing-bottom: 0px;
	margin-bottom: 0px;
}
.blogEntry .hdr {
	padding-bottom: 10px;
}
.blogEntryBottom {
	border-bottom: 1px dashed #aaa;
	width: 500px;
}

