/* global element styles */
* {
	margin: 0;
	padding: 0;
}

td {
    padding: 3px;
}


ul, ol {
  padding-left: 2em;
  padding-bottom: 1em;
  margin-left: 0;
}

img {
	border: 0;
}

body  {
    background-color: #F8F8F8;
	margin: 0;
    padding: 0;
    font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, cite {
	font-family: 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #269;
}
a:link, a:visited {
	color: #2B77A6;
	/*text-decoration: none;*/
}

a:hover {
	color: #F37F17;
	text-decoration: underline;
}
/*
#header  {
    width: 100%; background: #EAEAEA;
    border-bottom: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
*/

.clear {
    clear: both;
}

/* divs */
div#body {
	position: relative;
	background: #F8F8F8 url(/media/images/bg_body.gif) repeat-y center top;
  margin: 0 auto;
  width: 800px;
}

div#content {
	clear: both;
	background-color: white;
	color: inherit;
	text-align: left;
	padding: 20px 20px 40px 20px;
}

div#content p {
	font-size: 1em;
	margin: 0 0 15px 0;
	line-height: 150%;
}

div#content h1 {
	font-size: 2.1em;
	border-bottom: 1px solid #DDD;
	padding: 0 0 1px 0;
	margin: 0 0 10px;
}

div#header {
	position: relative;
	border-top: 5px solid #269;
	background-color: white;
	color: black;
	width: 738px;
	padding: 15px;
}


div#sub-header {
	position: relative;
	clear: both;
	width: 100%;
	/*height: 13em;*/
	height: 180px;
	color: white;
	background-color: #347BB3;
}

div#sub-header h1 {
	margin: 0px 10px 0 15px;
	padding-top: 7px;
	letter-spacing: 1px;
	font-size: 2em;
	color: white;
}

div#sub-header p {
	padding: 10px 280px 10px 15px;
	font-size: 1.1em;
	line-height: 145%;
}

.quote-box {
	margin: 20px 0 0px 0;
	padding: 20px;
	text-align: left;
	font-size: 1.0em;
	font-family: verdana, arial, sans-serif;
	line-height: 140%;
	color: #777;
	background-image: url(/media/images/quote_box_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}


.close-quote-box {
  background-image: url(/media/images/quote_box_bottom.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 30px;
  margin-bottom: 20px;
 }

.close-quote-box-cite {
	background-image: url(/media/images/quote_box_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	margin-bottom: 20px;
	display: block;
	padding: 40px 20px 20px 10px;
	color: #058;
}

div.featurebox-fade {
	padding: 5px;
    background: url(/media/images/fade.bmp) repeat-x;
}

div.featurebox-fade .header {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* icon spans */

.icon-design, .icon-subscribers, .icon-write {
	display: block;
	font-size: 1em;
	padding-left: 100px;
}

.icon-design h2, .icon-subscribers h2, .icon-write h2 {
	margin-bottom: 5px;
}

.icon-design {
	background: url(/media/images/icons/design.gif) no-repeat;
}

.icon-subscribers {
	background: url(/media/images/icons/subscribers.gif) no-repeat;
}

.icon-write {
	background: url(/media/images/icons/write.gif) no-repeat;
}

/* primary links */
ul.links {
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding:0 0.5em;
}

ul.primary-links {
	clear: both;
	background-color: #058;
	color: white;
	list-style-type: none;
	height: 1.2em;
	margin: 0;
	padding: .5em 0px;
	border-bottom: 3px solid #347BB3;
}

ul.primary-links li {
	background-color: #058;
	display: inline;
	text-align: left;
	margin: 0 -5px 0 0;
	padding: 0;
}

ul.primary-links li a {
	margin: 0;
	padding: .5em 1em;
	background-color: #058;
	color: white;
	text-decoration: none;
}

ul.primary-links li a:hover {
	background-color: #48B;
	color: inherit;
}

ul.primary-links li a.active {
	background: #347BB3;
}


/* check list */
ul.checklist {
	margin-left: 10px;
	padding-left: 10px;
}

ul.checklist li {
	/*line-height: 160%;*/
	list-style-image: url('/media/images/icons/check2.png');
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 10px;
}

ul.faq {
    width: 175px;
    float: left;
    margin-left: 10px;
	padding-left: 10px;
}

ul.faq li {
	list-style-image: url('/media/images/icons/silk/bullet_orange.png');
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 10px;
}

#page-container {
    padding:0;
    width: 768px;
    background-color:#ffffff;
    margin-left: 16px;
}

#left-column-wide {
    float:left;
    width:493px;
    margin-right:20px;
}

#right-column-narrow {
    float:right;
	width:215px;
}

.question {
    font-weight: bold;
    margin-left: 20px;
    padding-left: 30px;
    background: url('/media/images/icons/check2.png') no-repeat 4px 4px;
}
.answer {
    padding-left: 30px;
}

/*
#left-column-narrow {
    float:left;
    width:208px;
    margin-right:20px;
}

#right-column-wide {
    float:right;
    width:500px;
}
*/

#no-sidebar {
    width: 728px;
}

/**
 * Pricing table
 */
.pricingtblbrdr {
	border:solid 1px #9C9CD7;
	padding:2px;
	width: 500px;
	text-align: center;
}
.pricingbg{
	padding:3px;
	background-color: #FAEFB2;
	text-align:center;
	font-size: 9pt;
}
.discountbg1 {
	font-size : 9pt;
	font-weight: bold;
	background-color: #6666C2;
	text-align:center;
	padding:3px;
	color: #FFFFFF;
}
.discountbg2 {
    background-color: #E3E3F2;
	text-align:center;
	padding:3px;
}
.discountbg3 {
    background-color: #FFFFFF;
	text-align:center;
	padding:3px;
}
.discountbg4 {
    background-color: #E3E3F2;
}
.discountbg5 {
    background-color: #E3E3F2;
	text-align:center;
	padding:3px;
    font-weight: bold;
	color:#000099;
}

/*
  footer
*/

#footer {
	position: relative;
	margin: -58px auto 0 auto;
	width: 800px;
}

#footer-container {
	text-align: center;
    padding: 17px 0px 0px 0px;
    width: 768px;
    margin-left: 16px;
	background: #F8F8F8 url(/media/images/bg_footer.bmp) repeat-x;
    height: 57px;
    color: #A3A3A3;
}

#footer-container a:link, #footer-container a:visited {
    color: #A3A3A3;
    font-size: 11px;
    font-weight:bold;
    font-family: Arial,Verdana;
    text-decoration: none;
}

#footer-container a:hover {
    text-decoration: underline;
}

/* form messages */
.form-message-error {
	background-color: #FDE8E7;
	color: #52565B;
	border: 2px solid #DFB9B7;
	padding: 10px;
}

.form-message-success {
	background-color: #FDF6D4;
	color: #52565B;
	border: 2px solid #EAE3C1;
	padding: 10px;
}

.form-error {
	color: #ff0000;
	font-weight: bold;
}

div.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

label {
    width: 130px;
    float: left;
    display: block;
}

.tip {
	padding: 5px 5px 5px 32px;
	border: 2px solid #EAE3C1;
	text-align: left;
	background: #FFC url('/media/images/icons/silk/lightbulb.png') no-repeat 8px 8px;
	color: #000;
	margin-bottom: 10px;
}