body {
    background: #000000;
    font-family: helvetica, arial sans-serif;
    font-size: 12px;
    margin: 0 auto 0 auto;
    text-align: center;
}

/******************************************************************************/
/*                               Page Divisions                               */
/******************************************************************************/

#bar {
	background: #333333;
	border: 1px solid #644c84;
     border-width: 1px 0;
	clear: both;
	height: 30px;
	margin: 0 auto;
	width: 800px;
}
#copyright {
	clear: both;
	color: #ffffff;
	font-size: 12px;
	margin: 10px auto 5px auto;
	text-align: center;
	width: 800px;
}
#customers {
	background: transparent url('customers.jpg') top center no-repeat;
	border: none;
	clear: both;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 316px;
	margin: 20px auto 25px auto;
	padding: 10px;
	width: 194px;
}
#footer {
	background: transparent url('footer.jpg') bottom center no-repeat;
	clear: both;
	height: 17px;
	margin: 0 auto 0 auto;
	padding-top: 25px;
	width: 800px;
}
#header {
	clear: both;
	margin: 0 auto;
	width: 800px;
}
#header_logo {
	margin: 0 auto;
	height: 78px;
	width: 800px;
}
#header_sales {
	background: transparent url('lineup_graphic.jpg') bottom right no-repeat;
	clear: both;
	margin: 0 2px 0 auto;
	padding: 50px 320px 0 27px;
	height: 180px;
	width: 454px;
}

#header_order {
	clear: both;
	margin: 0 2px 0 auto;
	padding: 15px 17px 0 17px;
	width: 767px;
}
#main_content {
    clear: both;
    display: inline;
    float: left;
    margin: 10px 0 0 20px;
    width: 510px;
}
#sec_content {
    display: inline;
    float: right;
    margin: 10px 20px 0 0;
    width: 230px;
    text-align: center;
}
#sub_content {
	clear: both;
	min-height: 150px;
	margin: 5px auto 0 auto;
	padding: 0 60px 0 60px;
	width: 680px;
}
#wrapper {
	background: #fff url('footer.jpg') bottom center no-repeat;
	margin: 0 auto;
     padding: 0 0 20px 0;
     overflow: hidden;
	width: 800px;
}
#thumbnail {
    float: left;
    border: 0;
    margin: 10px;
}

/******************************************************************************/
/*                              Headers & Text                                */
/******************************************************************************/

h1 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	margin: 5px auto 0 auto;
	text-align: left;
}
h1 strong {
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin: 0 auto 11px auto;
	padding-bottom: 0;
	text-align: left;
}
h2 strong {
	font-weight: bold;
}
h2.email_headline {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 11px auto 11px auto;
	padding-bottom: 0;
	text-align: center;
}
#ie6 h2.email_headline {
	padding-top: 5px;
}
#ie7 h2.email_headline {
	padding-top: 5px;
}
h2.help {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin: 5px auto 2px 12px;
	text-align: left;
}
h2.search {
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	margin: 5px auto 8px auto;
	padding-bottom: 0;
	text-align: left;
}
h3 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin: 11px auto 15px auto;
	text-align: left;
}
h4 {
	color: #232323;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#ie6 h4 {
	margin-top: 15px;
}
#ie7 h4 {
	margin-top: 15px;
}
h4.credit_card_billing {
	color: #232323;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 5px auto;
	padding: 10px 0 0 15px;
	text-align: left;
}
#ie6 h4.credit_card_billing {
    padding-top: 0;
}
#ie7 h4.credit_card_billing {
    padding-top: 0;
}
h4.credit_card_information {
	color: #232323;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 5px 0;
	padding: 5px 0 0 15px;
	text-align: left;
}
#ie6 h4.credit_card_information {
    padding-top: 0;
}
#ie7 h4.credit_card_information {
    padding-top: 0;
}
h4.searching {
	color: #232323;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
     margin-top: 27px;
}
h5 {
	color: #232323;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
h6      {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
}
h6.customers     {
        color: #333333;
        font-size: 12px;
        font-weight: bold;
	margin: 0 auto 0 auto;
	text-align: left;
}
h6.required      {
        color: #333333;
        font-size: 12px;
        font-weight: normal;
	font-style: italic;
        margin: 0 auto 0 auto;
	padding: 0 5px 0 0;
        text-align: right;
	width: 509px;
}

/* Text */

.contact {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin: 1px auto 1px 12px;
	text-align: left;
}

.emailcapture_privacy_text {
	color: #999999;
	display: block;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto 10px auto;
}

.errormess {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto 0 auto;
    padding: 5px 0 5px 15px;
    text-align: center;
}

p {
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.customer {
	color: #333333;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 13px;
	margin: 5px auto 5px auto;
	text-align: right;
}
.customer span.state {
	margin-left: 5px;
}
.email_policy {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	margin: 1px auto 0 5px;
	text-align: left;
	
}
.testimonial {
	color: #333333;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 13px;
	margin: 13px auto 5px auto;
	text-align: left;
}

#price_selection {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	margin: 0 auto 25px auto;
	padding: 0 50px 0 50px;
	text-align: center;
}

/* Anchors */

a:link {
    color: #336699;
}
a:visited  {
    color: #336699;
}
a:hover {
    color: #336699;
}
a:active {
    color: #336699;
}

a#cvv2_link {
    font-size: 9px;
    color: #336699;
    display: inline;
    margin: 5px 0 0 2px;
    text-decoration: underline;
    float: left;
}

a.email {
    color: #336699;
    text-decoration: underline;
}

ul.login li a:link {
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
ul.login li a:visited {
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
ul.login li a:hover {
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
ul.login li a:active {
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

ul.company_links li a:link {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
ul.company_links li a:visited {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
ul.company_links li a:hover {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
ul.company_links li a:active {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

/******************************************************************************/
/*                                    Lists                                   */
/******************************************************************************/

ul.login {
    color: #606060;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 15px 15px 0 5px;
}
#ie6 ul.login {
    color: #606060;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 12px 15px 0 5px;
}
ul.login li {
    color: #606060;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    margin-right: 10px;
}
ul.company_links {
	clear: both;
	color: #606060;
	font-size: 12px;
	font-weight: normal;
	margin: 10px auto 5px auto;
}
ul.company_links li {
    color: #ffffff;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    margin-right: 20px;
    text-decoration: none;
}
ul.feature_list {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 15px 15px 50px;
    padding: 0 0 0 15px;
    text-align: left;
}
ul.feature_list li {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    list-style-type: disc;
    margin: 0 0 0 0;
}
ul.feature_list.long li {
    margin: 0 0 5px 0;
}
ul.feature_list_short {
	display: none;
	color: #000000;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 25px 0 5px;
	padding: 0 0 0 15px;
	text-align: left;
}
ul.feature_list_short li {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    list-style-type: disc;
    margin: 0 0 6px 0;
}

/******************************************************************************/
/*                                   Images                                   */
/******************************************************************************/

.button_searching {
	border: none;
	color: #ffffff;
	xclear: both;
	cursor: pointer;
	font-size: 12px;
	height: 39px;
	width: 170px;
}
#cc_logos {
	float: left;
	margin: 0 auto 1px 5px;
	padding: 0;
}
#complete_ssl {
	border: none;
	float: left;
	margin: 30px 80px 25px 0;
	text-align: left;
}
#mcafee_logo {
        border: none;
	float: left;
        font-size: 10px;
        margin: 40px 80px 10px 80px;
        text-align: center;
	width:117px;
}
#mcafee_logo img {
        border: none;
        text-align: center;
}

#nais {
	border: none;
	clear: both;
	margin: 15px auto 10px auto;
	text-align: center;
}

.ndlogo {
	float: left;
	margin: 6px auto 0 15px;
	text-align: left;
}

#satisfaction_guarantee {
	border: none;
	margin: 10px auto 25px auto;
	text-align: center;
}

/******************************************************************************/
/*                                    Forms                                   */
/******************************************************************************/

#billing_info {
	border: none;
	margin: 3px auto 0 auto;
	padding: 0;
}
.cc_month_year {
	margin-bottom: 1px;
        width: 75px;
}
#contact_info {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
#email_enter {
	color: #666666;
	font-size: 12px;
	margin: 0 auto 5px auto;
	text-align: center;
	width: 180px;
}
#email_form {
	background: transparent url('email_form.jpg') top center no-repeat;
	border: 0;
	color: #000000;
	font-size: 12px;
	height: 155px;
	padding: 15px 10px 10px 10px;
	margin: 10px 0 5px 0;
	text-align: center;
	width: 210px;
}
#email_submit {
	background: transparent url('email_submit.gif') top center no-repeat;
	border: none;
	clear: both;
	color: #000000;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
	margin: 0 auto;
	padding-bottom: 3px;
	width: 170px;
}
fieldset {
	border: none;
	margin: 0 auto 0 auto;
}
#form_bottom      {
	background: transparent url('orderform_btm.jpg') top center no-repeat;
	height: 17px;
        margin: 0 auto 0 auto;
	padding: 0 20px 0 10px;
	width: 514px;
}
#form_content {
	background: transparent url('orderform_top.jpg') top center no-repeat;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 17px 0 0 0;
	width: 546px;
}
.order_form {
	background: transparent url('orderform_mid.jpg') top center repeat-y;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	width: 524px;
}
.order_form fieldset {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
.order_form fieldset fieldset {
    margin: 0 auto 0 auto;
    text-align: left;
}
.order_form input, select {
        background-color: #fff;
        display: inline;
        float: left;
        margin: 2px 5px 2px 5px;
}
.order_form label {
        clear: both;
	color: #333333;
        display: inline;
        float: left;    
        font-size: 12px;
        font-weight: normal;
        margin: 2px 3px 2px 0;
        padding-top: 3px;
        text-align: right;
        width: 160px;
}
#order_submit {
	border: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 188px;
}
#submit_button {
	background: transparent url('order_submit.gif') top center no-repeat;
	border: none;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 38px;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 186px;
}