﻿body
{
	margin-top: 100px;
	margin-left: 0px; 
	margin-right: 0px;
  margin-bottom:0px;
	background: #F1F1F1;	
  background-color: #F1F1F1;
	color: #444444;
	font-family: Verdana;
	font-size: 11px;	
	width: 100%;
}


html {
	overflow-x: hidden;
}

a, abbr, acronym, address, b, bdo, big, blockquote, body, button, caption, center, cite, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, h1, h2, h3, h4, h5, h6, hr, i, img, ins, isindex, kbd, label, legend, li, link, map, menu, meta, ol, option, p, pre, q, s, samp, select, small, strike, strong, style, sub, sup, table, td, textarea, th, tr, tt, u, ul, var, input
{
	font-size: 12px;
	font-family: 'Trebuchet MS' , Arial;
	color: #444444;
	text-decoration: none;
}

a {
	color: #5C80B1;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	color: #222222;
}

img
{
	border: 0px;
}

.producttitle
{
	color: #5C80B1;
	font-size: 17px;
	font-weight: bold;
}

.sitetitle
{
  font-family: Arial;
	font-size: 45px;
	font-weight: bold;
	color:  gray;
	letter-spacing: 8px;
	text-decoration: none;
}

.sitetitle:hover
{
	text-decoration: none;
}

.sitesubtitle
{
	
	color:  silver;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 4px;
}

.productitem
{
	background-color: White;
}

.productalternateitem
{
	background-color: #F5F5F5;
}

.categorytitle
{
	font-size: 10pt;
	color: gray;
	margin-top: 10px;	
}

.externalframeheading
{
	font-size: 16px;
	color: gray;
	margin-top: 14px;
	letter-spacing: 1px;
	padding-bottom: 2em;
}

.categorylist
{
	text-decoration: none;
}

.small
{
	font-size: 8pt;
}
.big
{
	font-size: 11pt;
	font-weight: bold;
}

.errorlabel
{
	color: Red;
}

.productdownloadtext
{
	font-size: 11pt;
	font-weight: bold;
	color: #5C80B1;
}

h1
{
	font-size: 16pt;
	padding-top: 5px;
	padding-bottom: 5px;
}


#header {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 10px;
}

#content {
	clear: both;
	line-height: 19px;
	position: relative;
	top: 10px;
	left: 0px;
	right: 0px;
}

#left {
	margin-right: 25%;
	margin-left: 0px;
	left: 0px;
	position: relative;
	z-index: 100;
}

#left .column {
	padding: 0px 0px 0px 10px;
}

#right {
	width: 25%;
	line-height: 1.5em;
	position: absolute;
	top: 19px;
	margin-left: 75%;
	margin-right: -15px; /*hack for some browsers that will render a scroll bar for non existing off screen content*/
	z-index: 0;
}

#right .column {
	padding: 0px 10px 10px 10px;
	margin-right: 10px;
}

.sidebar {
	margin-bottom: 15px;
	padding: 5px;
	background: #FCFCFC;
	border: 1px solid silver;
}

.sidehead {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #6F6E6E;
	font-weight: bold;
	font-size: medium;
	border-bottom: 1px solid silver;
}

.itemcontents 
{
	text-align: left;
	margin: 0em;
	margin-top: 1.5em;
	letter-spacing: 1px;
	padding: 0px 0px 5px 20px;
	background: #FCFCFC;
	border: 1px solid silver;
	font-weight: normal;
}

#adminlink
{
	float: left;
	clear: both;
}

#getpurchases
{
	float: left;
	clear: both;
}

#sidebar
{
	margin: 1px;
	margin-right: 10px;
	float: left;
	background-color: White;
	border-style: solid;
	border-color: White;
	border-width: thin;
	width: 190px;
}

#sidebarindent
{
	margin: 5px;
}

#mainindent
{
	margin: 0px;
}

#divertindent
{
	margin-top: 50px;
}

.legal
{
	font-size: 10px;
}

