html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #103864;
	background-image: url(images/widebgblue.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

h1, h2, h3, h4 {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h1 a:link, h1 a:visited, h3 a:link, h3 a:visited {
	color: #666666;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
h3.label {
	margin-bottom: 0;
}
h3 span {
	color: green;
	font-style: italic;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
	/*
	line-height: 1.3em;
	*/
	line-height: 22px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*
input[type=text], textarea, select {
	padding: 2px;
	font-size: 14px;
}
*/

#container {
	width: 969px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {
	height: 205px;
	background-image: url(images/headerimage.jpg);
	color: #fff;
}
#headerAbout {
	height: 132px;
	background-image: url(images/aboutheader.jpg);
	color: #fff;
}

#header404 {
	height: 132px;
	background-image: url(images/404header.jpg);
	color: #fff;
}

#headerFeatures {
	height: 132px;
	background-image: url(images/featuresheader.jpg);
	color: #fff;
}

#navigation {
	background-image: url(images/menubg.jpg);
	height: 31px;
}
#navigation .inset {
	padding-top: 3px;
}
#navigation a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2em;
}
#navigation a:hover {
	color: #a33911;
}

#subNavigation {
	width: 260px;
}
#subNavigation .icon2 {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #EFF0E8;
	border-left: 0px;
	padding-left: 40px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
#subNavigation .menuItem {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}
.menuItem a {
	line-height: 1.2em;
	color: #7e7e7e;
	font-weight: bold;
	text-decoration: none;
}
#subNavigation .current {
	color: orange;
	background-image: url(images/selectionarrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.subSubNav {
	display: none;
	margin-left: 10px;
}
.subSubNav a {
	line-height: 22px;
	color: #7e7e7e;
	font-weight: normal;
	text-decoration: none;
}


#content {
	width: 610px;
}

#main {
	background-image: url(images/maincontentbg.jpg);
	background-repeat: repeat-x;
}

#right {
	background-color: #dedede;
}

#iconSettings {
	background-image: url(images/settingsicon.gif);
}


#footer {
	background-color: #eff0e8;
	font-size: 10px;
	height: 130px;
}
#footer a {
	color: #7e7e7e;
	text-decoration: none;
}
#footer p {
	line-height: 1.3em;
}

.alphaBorder {
	height: 6px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.icon {
	padding-left: 62px;
	background-repeat: no-repeat;
}
.icon2 {
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left top;
}
.piText {
	width: 300px;
}
.piImage {
	width: 180px;
	height: 100px;
	border: 1px solid red;
}
.piText .padded {
	padding-top: 0px;
}

.testimonial {
	float: left;
	background-color: #DEDEDE;
	width: 32%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.testimonial p {
	font-size: 10px;
}

.inset {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.inset2 {
	width: 850px;
	margin-left: 60px;
}


.pricing {
	background-repeat: no-repeat;
	width: 528px;
	height: 454px;
}
.pricingA {
	background-image: url(/theory4/images/pricingbg.jpg);
	background-repeat: no-repeat;
	width: 528px;
}
.pricingB {
	background-image: url(/theory4/images/pricingbg.jpg);
}
.pricingC {
	background-image: url(/theory4/images/pricingbg.jpg);
}

.pricing h1, .pricing h2 {
	font-weight: normal;
}
.pricing h1 {
	font-size: 22px;
	color: #f57f1f;
}

.pricing table {
	padding: 10px;
	width: 100%;
	color: black;
}
.pricing tr {
}
.pricing th, .pricing td {
	padding: 10px 5px 10px 5px;
}
.pricing th {
	background-color: #e7ece5;
}

td.striped {
	background-color: #fdf6d9;
}
th.numeric, td.numeric {
	text-align: center;
}

.check {
	padding-top: 7px;
	padding-left: 28px;
	height: 16px;
	background-image: url(/theory4/images/checkbox.jpg);
	background-repeat: no-repeat;
}

.left {
	float: left;
}
.right {
	float: right;
}

.atLeft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.atRight {
	margin-left: 10px;
	margin-bottom: 10px;	
}

.atLeft + h2 {
	margin-left: 190px;
}

.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.smaller, .details {
	font-size: smaller;
	line-height: 1.2em;
}
.clear {
	clear: both;
}

/*
.half {
	width: 50%;
}
.third {
	width: 33%;
}
.twoThird {
	width: 66%;
}
.fourth {
	width: 25%;
}
*/
.padded {
	padding: 15px;
}
.padded2 {
	padding: 15px 15px 15px 0;
}

.left .padded {
	padding-top: 0px;
}

.green {
	color: #709866;
}
.orange {
	color: #f27f22;
}


.blogLeft {
	float: left;
	width: 600px;
}
.blogLeft h1 {
	margin-bottom: 0px;
}
.blogRight {
	float: right;
	width: 150px;
}
.blogComments {
	float: right;
}
