body {
	background-color: white;
	background-image: url('../images/tan_background.jpg');
	/*	color: #BCBEE1; */
	color: #404A40;
	margin: 0;
	padding: 0px;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 86%;
	/*	font-family: "Fontin Sans", Tahoma, Helvetica, sans-serif; */
}

h1 {
	margin-top: 0;
	margin-bottom: 0.7em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 3px 5px #cdb;
	font-size: 1.75em;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0.7em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 3px 5px #cdb;
	font-size: 1.4em;
}

h1 img, h2 img, h3 img {
	margin-left: -1px;
	margin-bottom: -6px;
	margin-top: -1px;
}
h1,h2 {
	text-transform: uppercase;
}
h3 {
	line-height: 150%;
	margin-top: 1em;
	margin-bottom: 0.7em;
}

p, ul {
	line-height: 175%;
	margin-top: 0.7em;
	margin-bottom: 0.87em;
}

/*.inset p, .inset div, .inset ul, .inset ol, .inset h2, .inset h3 {
	margin-left: 5pt;
	margin-right: 5pt;
}*/

a {
	/*	color: #ef1208; */
	color: #6B2956;
	text-decoration: none;
}

p a, ul a {
	border-bottom: 2px #99B797 solid;
}
p a:hover, ul a:hover {
	border-bottom: 2px #E7C16C solid;
}
a.noborder {
	border-bottom: none;
}
a:hover.noborder {
	border-bottom: none;
}

img {
	border: none;
}

#linkbar
{
	background: url("../images/linkbar_background.jpg");
	height: 35px;
}

#header {
	background: url("../images/stars_header.jpg");
	height: 140px;
	background-position: top right;
	min-width: 960px;
}

#container {
	min-width: 975px;
}
#container-width {
	background-image: url("../images/header_dropshadow-tan.jpg");
	background-repeat: repeat-x;
	background-position: top 20px;
	float: left;
	width: 100%;
}

#maincontent {
	background-image: url("../images/light_background.jpg");
	padding: 20px;
	padding-top: 7px;
	margin-right: 9px;
}
#maincontent-headershadow {
	background-image: url("../images/header_dropshadow-light.jpg");
	background-repeat: repeat-x;
	height: 13px;
	text-align: right;
}
#maincontent-shadowr {
	background-image: url("../images/light_shadow-r.jpg");
	background-position: 8px right;
	background-repeat: repeat-y;
	margin-right: 291px;
	margin-bottom: 20px;
}
#maincontent-shadowb {
	background-image: url("../images/light_shadow-b.jpg");
	background-repeat: repeat-x;
	background-position: top 12px;
	height: 11px;
	text-align: right;
}
#sidebar {
	float: left;
	width: 260px;
	margin-left: -300px;
	padding: 20px;
}

#footer {
	padding: 5px;
	font-size: 0.9em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #646961;
	padding-top: 0.5em;
	min-width: 975px;
}
#footer .alt-color {
}

.spotbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 15px;
	padding-top: 13px;

	background: url("../images/spotbox_background.jpg");
	margin-bottom: 1.8em;
}

.spotbox h2 {
	margin: 0 0 10px 0px;
	text-align: center;
}


.spotlight {
	margin-left: 1em;
	margin-right: 1em;
}

.spotlight .top-border {
	background-image:url('../images/spotlight_top.png');
	height: 12px;
}

.spotlight .centered-block {
	background-image:url('../images/spotlight_back.png');
	padding: 10px;
}

.spotlight .bottom-border {
	background-image:url('../images/spotlight_bottom.png');
	height: 9px;
}

.rule {
	font-size: 0;
	margin: 10pt 0 10pt 0;
	border-top: 2px #dcb solid;
}

.packagebox {
	padding: 0;
	padding-right: 15px;
	vertical-align: top;
	width: 25%;
	text-align: center;
}
.compare {
	width: 100%;
	border: solid 3px #dcb;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 1px 4px 10px #eee0d0;
	-webkit-box-shadow: 1px 4px 10px #eee0d0;
	-moz-box-shadow: 1px 4px 10px #eee0d0;
	background-color: #fefef3;
	border-spacing: 0px;
}
.compare .packagebox {
	width: auto;
	vertical-align: middle;
}
.compare .packagebox {
	font-family: "Arial Black", Arial, sans-serif;
	text-align: center;
}
.compare .feature {
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	line-height: 135%;
}
.compare .feature p {
	padding-left: 10px;
	margin-bottom: 0;
}
.compare .feature div.rule {
	margin: 3pt 0 5pt 10px;
	border-top-width: 1px;
}
.compare .lined td {
	border-bottom: solid 1px #edc;
}
.compare .alt td {
	background-color: #EEEDE0;
}
.packagebox img, h2 img {
	margin: -8px -8px 0px -8px;
}
.packagebox p.ie {
	margin-top: 0.2em;
}

/* 	 */

.price-box {
	padding: 7px;
	border: solid 1px white;
	display: block;
	color: white;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	white-space: nowrap;
}
.box-lite {
	background-color: #23542A;	
	background: url(../images/package_back_lite.gif);
}
.box-pro {
	background-color: #834b11;	
	background: url(../images/package_back_pro.gif);
}
.box-premier {
	background-color: #6b2976;	
	background: url(../images/package_back_premier.gif);
}
.box-ecom {
	background-color: #0073a8;	
	background: url(../images/package_back_ecom.gif);
}

.price {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1.9em;
	text-align: center;
	padding-right: 18px;
}
.price sup {
	font-size: 0.6em;
	vertical-align: baseline;
}
.lite {
	color: #24582C;
}
.pro {
	color: #834b11;
}
.premier {
	color: #6b2976;
}
.ecom {
	color: #004C87;
}


ul.check {
	list-style-image: url(../images/red_checkmark.jpg);
	margin-left: 22px;
	padding-left: 0;
}

ul.learn {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: square;
	color: #999;
	font-size: 1.3em;
}
ul.learn li span {
	color: #404A40;
	font-size: 0.9em;
}

ul.items {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	border: solid 3px #dcb;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 1px 4px 10px #eee0d0;
	-webkit-box-shadow: 1px 4px 10px #eee0d0;
	-moz-box-shadow: 1px 4px 10px #eee0d0;
	background-color: #fefef3;
}
ul.items li {
	padding-left: 5px;
	padding-right: 5px;
}
ul.items li:nth-child(odd) {
	background-color: #EEEDE0;
}

.names {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
	border-bottom: 1px #392e81 solid;
}
.names li {
	padding: 5px;
	padding-left: 12px;
	border-top: 1px #392e81 solid;
	font-weight: bold;
}

table.team {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.team td {
	padding: 3px;
	padding-right: 24px;
	vertical-align: top;
	padding-bottom: 12pt;
}

table.team h2 {
	margin-top: 2pt;
	margin-bottom: 8pt;
}
.position {
	color: #eb3329;
	margin-top: 0;
	font-weight: bold;
}

.borderpic {
border: solid 1px #ba9; padding: 2px
}

.purplecheck {
vertical-align: top; padding-top: 4px;
}

.portfolio-tab, .portfolio-tab-active {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 3px 10px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px #dcb solid;
	white-space: nowrap;
	outline: none;
	margin-left: -3px;
}

.portfolio-tab {
	background-color: #EEF1FB;
	color: black;
}

.portfolio-tab-active {
	background-color: #DA8F3A;
	color: white;
}


/* Forms */

textarea, input {
	background-color: white;
	border: 2px #ba9 solid;
	color: black;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	padding: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
textarea {
	overflow: auto;
}

input[type=submit] {
	font-size: 11pt;
	color: white;
	font-weight: bold;
	background-color: #6B2956;
	border: solid 2px #ff8060;
	padding: 4px;
}

form { margin: 0 }

label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.fieldline {
	margin-bottom: 5px;
}
.final-fieldline {
	margin-top: 10pt;
}

.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	border-color: #fcc;
}

.biginput {
	font-size: 12pt;
}

.required-mark {
	color: red;
}

.flash-error {
	color: #900;
	margin: 10pt 0;
	font-style: italic;
}

.errorExplanation h2 {
	color: #900;
}

.flash-notice {
	color: #660;
	margin: 10pt 0;
	font-style: italic;
}