/* 
	main-color: #565f6b
*/

* {
	margin: 0;
	padding: 0;

	color: black;
	font: 100.01% Arial, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "MS Trebuchet", sans-serif;
	margin: .75em 0;
	color: #47372D;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

input, button {
	padding: 5px;
}

a:link,
a:active,
a:focus,
a:visited {
	color: inherit;
	font-weight: inherit;
	font-style: inherit;
}

a:hover {
	opacity: 0.75;
	font-style: italic;
}

blockquote {
	text-align: center;
	margin: 20px 0;
}

.quote {
	background: url(/site_media/images/quote.png) no-repeat center -20px;
	display: block;
	font-style: italic;
	font-family: serif;
	font-size: 1.5em;
	vertical-align: middle;
	height: 35px;
}

.author {
	font-style: italic;
	font-size: 0.8em;
	display: block;
	margin-left: 200px;
	margin-top: 5px;
}

.clear-both {
	clear: both;
}

.top-space {
	font-size: 90%;
	padding: 10px;
	padding-bottom: 0;
}

.top-space h1 {
	font-size: 1.15em;
	font-family: inherit;
	text-align: center;
	margin: 10px;
	margin-top: 15px;
}

.top-space p {
	text-align: justify;
	line-height: 1.2em;
}

.line {
	border-top: 1px solid #565f6b;
}

.software-download {
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	width: 50%;
}

.long-quote {
	text-align: center !important;
	margin: 20px auto !important;
	padding: 10px;
	font-size: 80%;
	font-style: italic;
	width: 80%;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.product-ext-desc {
	font-size: 80%;
	width: 421px;
	float: left;
	padding: 0 20px;
}

.product-ext-desc > h2 {
	border-bottom: 1px dashed #999;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.product-news {
	background-color: #F2F2F2;
	padding: 5px;
	width: 90%;
	border: 1px solid #757575;
	margin: 10px auto;
}

.product-news h2 {
	text-align: center !important;
}

.product-news-ext, .product-functions > div {
	display: none;
}

.product-functions-active {
	background-color: #DFDFDF;
	margin: 20px;
	padding: 10px;
}

.product-functions-active ul, .product-news-ext ul {
	margin-left: 40px;
}

#wrapper {
	width: 922px;
	margin: 0 auto;
	background: url(/site_media/images/logo.png) no-repeat top center;
	padding-top: 100px;
	margin-top: 15px;
}

#top-left {
	background: url(/site_media/images/top-left.png) no-repeat bottom left;
	height: 256px;
	width: 244px;
	float: left;
}

#top-right {
	background: url(/site_media/images/top-right.png) no-repeat bottom right;
	height: 256px;
	width: 243px;
	float: left;
}

#base-content {
	margin: 15px 0;
}

#base-content ul {
	margin-left: 25px;
	margin-top: 10px; 
	margin-bottom: 10px;
}

#partner {
	font-size: 80%;
	margin: 10px 0;
}

#partner ul {
	list-style: none;
}

#partner ul li {
	display: inline-block;
	padding: 0 0.3em 0.3em 0;
}

#footer {
	border-top: 1px solid #565f6b;
	font-size: 75%;
	padding: 10px;
	background-color: #EBEBEB;
}

p#save img {
	vertical-align: middle;
}

p#save {
	font-weight: bold;
}

#do-you-know {
	margin: 20px;
	padding: 20px;
	background-color: #F6EFD5;
	border: 1px solid #999;
}

#do-you-know ul {
	display: none;
	list-style: none;
	margin: 0 auto;
}

#do-you-know ul li {
	float: left;
	margin: 10px;
}

#do-you-know ul li span {
	display: block;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}