body {
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #c4bf9d url("/images/background-gradient.png") top left repeat-x;
	text-align: center;
	}
	
#container {
	width: 822px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	background: #efecca url("/images/content-back-shadow.png") top left repeat-y;
	}

#shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 600px;
	background: #efecca url("/images/body-shadow-left.png") top left no-repeat;
	}
	
#shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 13px;
	height: 600px;
	background: #efecca url("/images/body-shadow-right.png") top left no-repeat;
	}

#content {
	position: relative;
	width: 795px;
	margin: 0px 15px 0px 13px;
	padding: 0px;
	background: transparent;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #594e33;
	font-size: 12px;
	font-weight: normal;
	}

#content-tables {
        width: 640px;
        background: #f8f6ea url("/images/items-back.png") top left repeat-x;
        margin: 0px auto 20px auto;
        padding: 10px;
        border: 1px solid #ded4b9;
        }

#content-tables img {
        border: 0px solid black;
        }

#content-tables a {
        color: #6b4017;
        text-decoration: none;
        font-weight: bold;
        }

#content-tables a:hover {
        color: #a67e58;
        }

#masthead {
	width: 795px;
	height: 95px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: transparent;
	overflow: hidden;
	}

#logo {
	background: transparent url("/images/masthead-logo.png") top left no-repeat;
	position: absolute;
	width: 565px;
	height: 80px;
	top: 0px;
	left: 0px;
	padding: 15px 0px 0px 30px;	
	}

#clients {
	position: absolute;
	width: 200px;
	height: 93px;
	top: 0px;
	right: 0px;
	padding: 12px 20px 0px 80px;
	background: transparent url("/images/logins-back.png") top right no-repeat;
	font-size: 12px;
	color: #002f2f;
	text-align: left;
	}

#clients h4 {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	}

#clients p {
	margin: 0px;
	padding: 0px;
	}

#clients a {
	color: #007a9d;
	text-decoration: none;
	}

#clients a:hover {
	text-decoration: underline;
	}

#base-content {
	position: relative;
	width: 795px;
	padding: 0px;
	margin: 0px;
	background: #efecca url("/images/content-top.png") top left repeat-x;
	min-height: 500px;
	}

#navigation {
	position: relative;
	width: 795px;
	height: 85px;
	background: #594e33 url("/images/navbar-back.png") top left repeat-x;
	overflow: hidden;
	}

#nav-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 85px;
	overflow: hidden;
	background: transparent url("/images/navbar-left.png") top left no-repeat;
	}

#nav-right {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 39px;
        height: 85px;
        overflow: hidden;
        background: transparent url("/images/navbar-right.png") top right no-repeat;
        }

#navbar {
	position: absolute;
	top: 2px;
	left: 56px;
	width: 725px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}

#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#navbar li {
	text-align: center;
	float: left;
	}

#navbar li a {
	display: block;
	width: 86px;
	height: 28px;
	margin: 2px 0px 0px 0px;
	padding: 13px 16px 0px 14px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	background: transparent url("/images/navbar-separator.png") top right no-repeat;
	}

#navbar li a:hover {
	background: transparent url("/images/navbar-select-back.png") top right no-repeat;
	}

#navbar li a#last {
	background: transparent;
	}

#navbar li a#last:hover {
	background: transparent url("/images/navbar-select-back.png") top right no-repeat;
	}

#updates {
	position: absolute;
	font-size: 12px;
	width: 717px;
	top: 54px;
	left: 39px;
	color: #928053;
	text-align: center;
	}

#updates p {
	margin: 0px;
	padding: 0px;
	}

#feature-item {
	position: relative;
	width: 547px;
	height: 249px;
	margin: 0px 0px 0px 15px;
	background: transparent url("/images/focus-item-back.png") top right repeat-x;
	overflow: hidden;
	color: #ffffff;
	}

#feature-item h2 {
	margin: 10px 16px 0px 129px;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
#feature-item p {
	margin: 10px 16px 15px 340px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}

#feature-item h4 {
	margin: 0px 0px 0px 280px;
	padding: 0px;
	text-align: center;
	}

#feature-item h4 a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	}

#feature-item h4 a:hover {
	text-decoration: underline;
	}

#feature-item-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 249px;
	background: transparent url("/images/focus-item-left.png") top left no-repeat;
	overflow: hidden;
	}

#feature-item-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 249px;
	background: transparent url("/images/focus-item-right.png") top right no-repeat;
	overflow: hidden;
	}

#feature-item-image {
	position: absolute;
	bottom: 5px;
	left: -30px;
	width: 357px;
	height: 178px;
	overflow: hidden;
	}

#dom-reg {
        position: absolute;
        top: 84px;
        right: 20px;
        height: 120px;
        width: 199px;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        background: transparent url("/images/sidepanel-back.png") bottom left no-repeat;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #85703d;
        }

#dom-reg h3 {
        margin: 0px;
        padding: 12px 0px 0px 10px;
        width: 199px;
        background: transparent url("/images/sidepanel-top.png") top left no-repeat;
        color: #85703d;
        font-size: 15px;
        font-weight: bold;
        }

#dom-reg p {
        margin: 3px 10px 10px 10px;
        padding: 0px;
        line-height: 1.4em;
        }

#cp-demo {
	position: absolute;
	top: 213px;
	right: 20px;
	height: 120px;
	width: 199px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent url("/images/sidepanel-back.png") bottom left no-repeat;
	font-size: 12px;
	font-face: Arial, Helvetica, sans-serif;
	color: #85703d;
	}

#cp-demo h3 {
	margin: 0px;
	padding: 12px 0px 0px 10px;
	width: 199px;
	background: transparent url("/images/sidepanel-top.png") top left no-repeat;
	color: #85703d;
	font-size: 15px;
	font-weight: bold;
	}

#cp-demo p {
	margin: 3px 10px 10px 10px;
	padding: 0px;
	line-height: 1.4em;
	}

#cp-demo a {
        color: #955328;
        text-decoration: none;
        font-weight: bold;
        }

#services {
	width: 795px;
	/*height: 237px;*/
	background: #f8f6ea url("/images/items-back.png") top left repeat-x;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

#services h3 {
	margin: 0px 0px 0px 9px;
	padding: 0px;
	color: #98c7b53;
	font-weight: bold;
	font-size: 15px;
	}

#footer {
	width: 795px;
	height: 78px;
	background: #efecca url("/images/footer-back.png") top left repeat-x;
	text-align: center;
	font-size: 12px;
	}

#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#footer a {
	color: #837757;
	text-decoration: none; 
	}

#description {
	float: left;
	width: 340px;
	background: #efecca;
	text-align: justify;
	margin: 15px 0px 0px 40px;
	padding: 43px 0px 0px 0px;
	color: #756b47;
	}

#description a {
	text-decoration: none;
	color: #955328;
	}

#description a:hover {
	color: #53331b;
	}

#description h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #6a6653
	}

#description p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 1.4em;
	}

#features {
	float: right;
	position: relative;
	width: 335px;
	margin: 30px 40px 15px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url("/images/feature-top.png") top left no-repeat;
	color: #7e7249;
	font-size: 12px;
	}

#feature-bot {
	padding: 0px 10px 15px 10px;
	margin: 0px;
	width: 315px;
	background: transparent url("/images/feature-back.png") bottom left no-repeat;
	}

#features h4 {
	color: #623611;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	}

#features a {
	color: #955328;
	text-decoration: none;
	font-weight: bold;
	}

#features a:hover {
	color: #d0773c;
	}

#features p {
	margin: 0px;
	padding: 0px;
	}

#features ul {
	margin: 5px 0px 0px 21px;
	padding: 0px;
	list-style: none;
	}

#features li {
	padding-left: 14px;
	line-height: 1.6em;
	color: #955328;
	background: transparent url("/images/list-bullet.png") 0px 6px no-repeat;
	}

.service-item {
	float: left;
	width: 260px;
	height: 237px;
	overflow: hidden;
	font-size: 12px;
	color: #85703d;
	background: transparent;
	border: 1px solid #dcd7be;
	border-width: 0px 1px 0px 0px;
	}

.service-item h4 {
	margin: 5px 0px 0px 12px;
	padding: 0px;
	color: #85703d;
	font-size: 12px;
	font-weight: bold;
	}

.service-item p {
	margin: 2px 11px 3px 12px;
	line-height: 1.5em;
	}

.service-item h5 {
	margin: 7px 11px 0px 12px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}

.service-item h5 a {
	color: #837757;
	text-decoration: none;
	}

.service-item h5 a:hover {
	color: #955328;
	}

.service-item ul {
	list-style: none;
	margin: 5px 0px 0px 11px;
	padding: 0px 0px 0px 10px;
	}

.service-item ul li {
	color: #8e481b;
	line-height: 1.6em;
	padding-left: 14px;
	background: transparent url("/images/list-bullet.png") 0px 4px no-repeat;
	}

.center-column {
	position: relative;
	width: 690px;
	margin: 10px auto 20px auto;
	padding: 3px 10px 5px 10px;
	text-align: justify;
	border: 0px solid #ded0b5;
	border-width: 0px 1px 0px 1px;
	background: #f3f1d8;
	font-size: 12px;
	}

.center-column h3 {
	margin: 0px 0px 12px 0px;
	}

.center-column p {
	margin: 5px 0px 15px 0px;
	line-height: 1.4em;
	}

.center-column a {
        color: #955328;
        text-decoration: none;
        font-weight: normal;
        }

.center-column a:hover {
        color: #d0773c;
        }

.buy-button {
        width: 180px;
        margin: 7px 11px 0px 12px;
        text-align: right;
        }

.clear-all {
        clear: both;
        margin: 0px;
        padding: 0px;
        height: 0px;
        }

table.content {
        border: 0px;
	background: #ddd4b5;
        margin: 0px 20px 0px 20px;
        width: 600px;
        border-collapse: collapse;
        padding: 0px;
        font-size: 12px;
        }

table.content td {
        margin: 0px;
        padding: 5px;
        width: 175px;
        text-align: center;
        border: 0px solid #cac3aa;
        border-width: 0px 1px 0px 0px;
        color: #000000;
        }

table.content td.description {
        text-align: left;
        padding: 5px 0px 5px 20px;
        width: 495px;
        color: #483d23;
        }

table.content tr.plans-alt-row {
        background: #f8f6ea;
        }

table.content thead tr {
        background: #f8f6ea;
        }

table.content tfoot tr{
        background: #f8f6ea;
        }

table.content tfoot td {
        border-width: 0px 0px 0px 0px;
        }

table.content2 {
        border: 0px;
        background: #efeccb;
        margin: 5px 5px 5px 5px;
        width: 630px;
        border-collapse: collapse;
        padding: 0px;
        font-size: 12px;
        }

table.content2 h3{
	/* color: #5d563d; */
	color: #756b47;
	}

table.content2 td {
        margin: 0px;
        padding: 5px;
        /* width: 175px; */
        text-align: left;
        border: 0px solid #cac3aa;
        border-width: 1px 1px 1px 1px;
        color: #000000;
        }

table.content2 td.description {
        text-align: left;
        padding: 5px 0px 5px 20px;
        width: 495px;
        color: #483d23;
        }

table.content2 tr.plans-alt-row {
        background: #f8f6ea;
        }

table.content2 thead tr {
        background: #f8f6ea;
        }

table.content2 tfoot tr{
        background: #f8f6ea;
        }

table.content2 tfoot td {
        border-width: 0px 0px 0px 0px;
        }
