/*
RapidSSL main.css
rgarcia 5/2010
*/

/* Style Reset */

html * {
margin:0;
padding:0;
color:#6c6661;
font-family:Arial, Helvetica, sans-serif;
}
/* Global */
img {border:none;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {color:#eb501e;outline: none;}

a:active {outline: none;}
a:visited {color:#c2421c;outline: none;}
a:hover {color:#6c6661;outline: none;}


h1 {
	font: 35px Arial,Helvetica,sans-serif;
	color: #6c6661 ;
	letter-spacing: 0px;
	margin:-7px 0 4px -3px;
	padding:0;
}
h2 {
	color: #eb501e;
	font: 20px Arial,Helvetica,sans-serif;
	line-height: 35px;
	margin:0 0 7px -1px;
}

/* Layout */
#wrapper {
	text-align: left;
	margin: 0px auto 0 auto;;
	padding: 0px;
	border:0;
	width: 960px;
}


#leftCol {
	clear: right;
	float: left;
	width: 166px;
	margin:-9px 21px 0 0px;
}

#rightCol {
	float: right;
	width: 153px;
	display:block;
	clear: right;
	margin-top:-8px;
	padding-left:15px;
}

#centerCol {
	padding-top:0px;
	float: left;
	width: 603px;
	background: none repeat scroll 0 0 #fff;
	clear: right;
	border-right: 1px solid #6c6661;
	margin-bottom:35px;
}
#centerCol h1.pageTitleThreeCol {
	font: 35px Arial,Helvetica,sans-serif;
	color: #6c6661 ;
	letter-spacing: 1px;
}
#centerCol h2.orangeContentTitle {
	color: #eb501e;
	font: 18px Arial,Helvetica,sans-serif;
	line-height: 35px;
}
#centerCol h2.listContentTitle {
	color: #6c6661 ;
	font-weight:bold;
	font-size:18px;
	margin-bottom: 0px;
}

#centerCol h2 sub.reg {
	font-size:10px;
}

ul.orangeBullet li {
	list-style-type:none;
	font-size:14px;
	padding: 0px 0px 0px 20px;
	background: url("/assets/shared/images/bullet-orange.gif") no-repeat left 6px;
	margin-left: 0px;
	line-height: 20px;
	}
#centerCol .featureList {
	width: 287px;
	float: left;
	margin:0 0 28px 4px;
	}
#centerCol .moreIsLessList {
	width: 256px;
	float: right;
	margin-right: 42px;
	}

.featureList ul.orangeBullet li.listLast {
	font-weight: bold;
}
#centerCol p {
	font-size:14px;
	margin-top:23px;
}

span.whiteBold {
	font-weight:bold;
	color:#FFF;
}


/** Header Styles **/

#header {
	margin: 3px 0 22px 0;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Nav Styles */
#header #nav ul{
	height:38px;
	margin:0px;
	padding:0px;
	list-style:none;
	background:transparent url(/assets/shared/header/images/navbar.gif) top left no-repeat;
}

#header #nav ul li{
	display:block;
	float:left;
	display:block;
	width:121px;
	height:38px;
	line-height:38px;
	margin:0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
	position:relative;
	left:96px;
}

#header #nav ul li a{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
	text-decoration:none;
}
#header #nav ul li a span{
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-left:17px;
}

/* Hover states */
#header #nav ul li#buy a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -96px -38px no-repeat;}
#header #nav ul li#switch a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -217px -38px no-repeat;}
#header #nav ul li#resell a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -338px -38px no-repeat;}
#header #nav ul li#learn a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -459px -38px no-repeat;}
#header #nav ul li#support a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -580px -38px no-repeat;}

/* Onstates */
body.buy #header #nav ul li#buy {background:transparent url('/assets/shared/header/images/navbar.gif') -96px -76px no-repeat;}
body.buy #header #nav ul li#buy a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -96px -76px no-repeat;}

body.switch #header #nav ul li#switch {background:transparent url('/assets/shared/header/images/navbar.gif') -217px -76px no-repeat;}
body.switch #header #nav ul li#switch a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -217px -76px no-repeat;}

body.resell #header #nav ul li#resell {background:transparent url('/assets/shared/header/images/navbar.gif') -338px -76px no-repeat;}
body.resell #header #nav ul li#resell a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -338px -76px no-repeat;}

body.learn #header #nav ul li#learn {background:transparent url('/assets/shared/header/images/navbar.gif') -459px -76px no-repeat;}
body.learn #header #nav ul li#learn a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -459px -76px no-repeat;}

body.support #header #nav ul li#support {background:transparent url('/assets/shared/header/images/navbar.gif') -580px -76px no-repeat;}
body.support #header #nav ul li#lsupport a:hover {background:transparent url('/assets/shared/header/images/navbar.gif') -580px -76px no-repeat;}

/* Search box */
#header #nav ul li#searchbox {
	width:203px;
	margin-left:0px;
	padding:0px 0 0 48px;
	height:38px;
	}
#header #nav ul li#searchbox fieldset {
	background:#fff;
	float:left;
	border:none;
	height:21px;
	margin-top:8px;
	padding:0px 0 0 10px;
	width:193px;
}
#header #nav ul li#searchbox input {
	display:block;
	float:left;
	width:130px;
	height:18px;
	border:none;
	padding:2px 0 0 0px;
	margin-left:0px;
	background:transparent;
}
#header #nav ul li#searchbox input#searchbtn {
	display:block;
	float:right;
	width:58px;
	height:21px;
	padding:0;
	margin-left:0px;
	background:transparent;
}
#header #nav ul li#searchbox a#searchbtn img{margin-top:8px;}

/* logoContainer Styles */
#logoContainer {
	width:960px;
	margin-bottom:5px;
}

img#logo {
	width:230px;
	display:block;
	float:left;
	margin-top:3px;
	position:relative;
}
#header #locale {
	position:relative;
	float:left;
	top:20px;
	left:-55px;
	font-size:13px;
	font-weight:bold;
	}

.contact{
	width:370px;
	height:24px;
	float:left;
	font-size:16px;
	font-weight: bold;
}
.contactPhone{
	color: rgb(235, 80, 30);
}

#twitter {
	width:555px;
	height:24px;
	float:right;
	clear:right;
	font-size:11px;
	margin:14px 0 1px 0;
	padding-right:11px;
}
#twitter img {
	display:block;
	float:right;
	margin:5px 6px 0 0;
	}
#twitter a.textLink {
	display:block;
	float:right;
	margin-top:7px;
}
#twitter a.textLink:visited {color:#eb501e}
#twitter a.textLink:hover {color:#6c6661}
ul#intLinks {
	float:right;
	list-style-type:none;
	font-size:11px;
	padding-right:11px;
}
ul#intLinks li {
	display:inline;
	padding-left:5px;
	}
ul#intLinks li a {
	color:#6c6661;
	text-decoration:none;
	}
ul#intLinks li a:hover {
	text-decoration:underline;
	}
ul#intLinks li.us a {font-weight:bold;}
body.us ul#intLinks li.us a {font-weight:bold;}
body.eu ul#intLinks li.eu a {font-weight:bold;}
body.eu ul#intLinks li.us a {font-weight:normal;}
body.uk ul#intLinks li.uk a {font-weight:bold;}
body.uk ul#intLinks li.us a {font-weight:normal;}
body.au ul#intLinks li.au a {font-weight:bold;}
body.au ul#intLinks li.us a {font-weight:normal;}

/** Footer Styles **/

#footer {
	width:960px;
	clear: both;
	background: #a2a2a2;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #6c6661;
	background: none no-repeat scroll right top transparent;
	text-align: center;
	padding:0;
	height:100%;
	}
#footer a {
	font-size: 11px;
	color: #6c6661;
}
#footer .footerLinks {
	font-size:11px;
	margin: 0 0 10px 3px;
}
.footerLinks span {padding:0 10px;}
#footer .copyright {
	width:960px;
	margin:0 auto 9px;
	}
#footerText {
	width: 960px;
	padding-top: 20px;
	text-align: left;
	line-height: 14px;
	margin:auto;
	}

#footerText h5 {
	font-weight: bold;
	font-size: 11px;
	line-height:17px;
	color: #6c6661;
}


#footerText .footerCol1 {
	width: 303px;
	padding:0px 11px 0 2px;
	border-right: 1px solid #ffe26e;
	float: left;
	}

#footerText .footerCol2 {
	width: 303px;
	padding:0 11px 0 11px;
	border-right: 1px solid #ffe26e;
	float: left;
	}

#footerText .footerCol3 {
	width: 303px;
	padding:0 2px 0 11px;
	float: left;
	}

#footerText ul {margin:0 0 10px 20px; font-size:11px;}

body.au #footer #footerText div,
body.uk #footer #footerText div,
body.eu #footer #footerText div {height:245px}

#footerText p {
    font-size: 11px;
	color: #6c6661;
	line-height:17px;
	margin-bottom:10px;
}

/** Right Column **/

.rColTitle {
	font-weight: bold;
	font-size: 13px;
}

#rightCol img.geoSignbtn {
    margin: 14px 0px 33px 0px;
}

#rightCol ul {
	text-decoration: underline;
	list-style-type: none;
	color: #eb501e;
	margin-top: 5px;
	font-size: 13px;
	margin-bottom: 24px;
	line-height: 22px;
}

#rightCol ul li {
	color: #eb501e;
	padding-left:1px;
}

#rightCol ul li.listAdjustment {
	color: #eb501e;
	line-height: 17px;
}

#rightCol h3.rColTitle {margin-left:1px; font-size:12px}

#rightCol ul.rColList li a {
	color: #6c6661;
}

#rightCol ul.rColList li a:hover {
	color: #6c6661;
}

#rightCol img.cert_img {margin:-3px 0px 0px 1px;}

#rightCol p.geo_sign_in {margin:11px 0 28px 0px}

#rightCol p.cert_ssl247 {margin:11px 0 19px 0px}

#rightCol p.cert_rapidPartner {margin:0px 0 19px 13px}

#rightCol p.cert_img1 {margin:-5px 0px 0px 20px}

#emailPrint {margin-left:1px}
#emailPrint a {
	display:block;
	float:left;
	margin:8px 12px 15px 0;
}

/** Left Column **/


#leftNav ul.menu {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

#leftNav ul.menu li {
	padding: 0px;
	display: inline;
}
#leftNav ul.menu li a {
	border-bottom: 1px solid #6c6661;
	color: #6c6661;
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	outline: medium none;
	padding: 7px 0 9px 15px;
	text-decoration: none;
	line-height:18px;
}

#leftNav ul.menu li a:hover {
	color: #eb501e;
}
#leftNav ul.menu li a.current {
	background: url('/assets/shared/images/nav-arrow.gif') no-repeat scroll left 10px transparent;
	color: #eb501e;
	font-weight: bold;
}

/* Buy Styles*/

img.titleImage {
	display:block;
	float:left;
	width:128px;
	margin:5px 18px 0 0;
}

span.price {font-weight:bold;}
#buybox {
	float:left;
	width:425px;
	margin:0 0 25px 1px;
	}
#buybox p.intro {
	text-align:left;
	margin:0 0 10px 0;
	width:435px;
	line-height:22px;
}

#buybox ul {
	float:left;
	list-style:none;
	margin-right:20px;
}
#buybox ul li {text-align:right}
img.buy-btn {
	display:block;
	float:left;
	margin:2px 0 0 1px;
	width:124px;
}
.yellowBox {
	clear:both;
	width:586px;
}
.yellowBox .top{
	background: url("/assets/shared/images/yellow-box-top.gif") no-repeat top;
	height:24px;
}

.yellowBox .content {
	width:567px;
	background:#fff0b3;
	padding-left:19px;
	margin-top:-5px;
}

.yellowBox .bottom {
	background: url("/assets/shared/images/yellow-box-btm.gif") no-repeat top left;
	height:24px;
}

.yellowBox img {
	display:block;
	float:left;
	margin:5px 14px 0 0;
}
.yellowBox h3 {
	font:normal 18px Arial, Helvetica, sans-serif;
	line-height:26px;
	margin:-2px 0 5px 0;
	}
.yellowBox h3, .yellowBox p, .yellowBox a.switch {float:left;}

#centerCol .yellowBox .content p {
	width:470px;
	margin:0 0 5px 0;
	line-height:20px;
}
#centerCol .yellowBox .content a {
	color:#6c6661;
	font:bold 14px Arial, Helvetica, sans-serif;
	}


	#centerCol .yellowBox h3 a {
	color:#6c6661;
	text-decoration:none;
	font:normal 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#centerCol .yellowBox .content h3 a:hover {
	color:#6c6661;
	text-decoration:underline;
}


#centerCol .yellowBox .content a:hover {color:#fff;}

#centerCol .yellowBox .content h3 a {
	color:#6c6661;
	font:normal 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#centerCol .yellowBox .content h3 a:hover {
	color:#6c6661;
	text-decoration:underline;
}

#centerCol p.sectionTitle {
	font-size: 18px;
	text-align: left;
	margin: 0px 0px 18px 0px;
	color: #eb501e;
}
#centerCol p.sectionImage {
 margin-top: 18px;
}
#centerCol p.sectionImage img {
	display: block;
}

#brownBox {
	clear:both;
	width:586px;
	margin: 18px 0px 36px 0px;
}

#brownBox .top{
	background: url("/assets/buy/images/Buy_MainTop.gif") no-repeat top;
	height:24px;
}

#brownBox .bottom{
	background: url("/assets/buy/images/Buy_MainBottom.gif") no-repeat top;
	height:24px;
}

#brownBox .content {
	width:557px;
	background: none repeat scroll 0 0 #6c6661;
	border-right:5px solid #6c6661;
	border-left:5px solid #6c6661;
	padding-left:19px;
	margin-top:-5px;
}

#brownBox h3 {
	font:normal 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	text-decoration: underline;
	color: #f5c800;
}

#brownBox h3 a{
	color: #fff;
}

#brownBox h3 a:hover{
	color: #fff;
}

#brownBox h3 sub.reg {
	font-size:10px;
	color: #fff;
}


#brownBox .content .contentLeft {
    width: 270px;
	border-right: 1px solid #4e443a;
	float: left;
}

#brownBox .content .contentRight {
    width: 270px;
	float: right;
	border-left: 1px solid #5b524a;
	padding-left: 15px;
}

#centerCol #brownBox .content .contentLeft p {
    color: #FFF;
	font:normal 16px Arial, Helvetica, sans-serif;
	width: 250px;
	margin-top: 15px;
}

#centerCol #brownBox .content .contentRight p {
    color: #FFF;
	font:normal 16px Arial, Helvetica, sans-serif;
	width: 255px;
	margin-top: 15px;
}

#centerCol #brownBox .content .contentLeft p.priceText, #centerCol #brownBox .content .contentRight p.priceText {
 text-align: center;
}

p.priceText span.priceNum {
    color: #F5C800;
	font:normal 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#brownBox .content .contentLeft p.buyImage img {
 display:block;
 margin-left:auto;
 margin-right:auto;
 width: 112px;
}

#brownBox .content .contentRight p.buyImage img {
 display:block;
 margin-left:auto;
 margin-right:auto;
 width: 112px;
}

#buybox1 {
	float:left;
	margin:0 0 12px 1px;
	}
#buybox1 p.intro {
	text-align:left;
	margin:0px 18px 0px 0px;
	line-height:22px;
	clear:both;
}

#buybox1 ul {
	float:left;
	list-style:none;
	margin-right:20px;
}


#buybox1 ul li {text-align:right}

div.buy-btn1 {
	display:block;
	margin:-6px 0 18px 1px;
	width:124px;
	vertical-align: text-top;
	float:left;
}

#switchAndCompare {
 min-height: 151px;
 width: 603px;
}

#switchAndCompare .switchFree {
 background: url("/assets/buy/images/Buy_promotile.gif");
 margin-right: 0px;
 width: 284px;
 height: 151px;
 float: left;
 margin-right:17px;
}

#switchAndCompare .compSSL {
 background: url("/assets/buy/images/Buy_promotile.gif");
 width: 284px;
 height: 151px;
 float: left;
}

#switchAndCompare .switchFree img.switchImage {
  float: left;
  display: block;
  width: 68px;
  margin: 20px 20px 30px 20px;
}

#switchAndCompare h3 {
	font:normal 18px Arial, Helvetica, sans-serif;
	line-height:22px;
	font-weight:  bold;
	margin: 20px 20px 2px 20px;
}
#switchAndCompare h3 a {
	color:#6c6661;
	text-decoration:none;
}

#switchAndCompare h3 a:hover {
	text-decoration:underline;
}


#switchAndCompare p {
	line-height: 21px;
	margin: 1px 3px 0px 20px;
}

#switchAndCompare P span.switchBold {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#switchAndCompare P span.switchBold a {
    color: #6c6661;
}

#switchAndCompare P span.switchBold a:hover {
    color: #FFF;
	text-decoration: underline;
}


#switchAndCompare .compSSL img.compImage {
	float: right;
    display: block;
    width: 68px;
    margin: 20px 20px 15px 0px;
}

#switchAndCompare .compSSL P.switchBold a {
	color: #6c6661;
}

#switchAndCompare .compSSL P.switchBold a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* Switch Styles*/

#centerCol img.switchTitleImage {
	display:block;
	float:left;
	width:100px;
	margin:15px 18px 0 0;
}

#switchBox p.intro {
	text-align:left;
	margin:15px 15px 10px 0;
	width:470px;
	line-height:22px;
	float: right;
}

#certiReplace {
    clear:both;
	width:586px;
	margin: 0px 0px 10px 0px;
	padding-top: 25px;
	overflow: hidden;
}

#certiReplace .certiFeatures {
   width: 294px;
   margin-right: 10px;
   float: left;
}

#certiReplace .certiFeatures h3 {
	font-size:18px;
	font-weight:bold;
	color: #6c6661;
}

#certiReplace .certiFeatures ul.yellowBullet li {
	list-style-type:none;
    background :url("/assets/switch/images/yellowBullet.gif") no-repeat left 6px;
	margin-left: 0px;
	line-height: 24px;
	font-size:14px;
	padding: 0px 0px 0px 20px;
}


#certiReplace .certiFeatures ul.yellowBullet li.listLast { font-weight: bold;}
#certiReplace .certiFeatures ul.yellowBullet {margin-top:10px;}

#certiReplace .replaceSSL {
   width: 275px;
   float: left;
   clear: right;
}

#certiReplace .replaceSSL h3 {
	font-size:16px;
	font-weight:bold;
	color: #eb501e;
}

#certiReplace .replaceSSL img {
	display:block;
	margin: 10px auto 15px auto;
}

#certiReplace .replaceSSL .dotted {
	border-bottom: 1px solid #6c6661;
	width: 284px;
}

#certiReplace .replaceSSL h4 {
	font-size:14px;
	font-weight:bold;
	color: #6c6661;
	margin-top: 15px;
}
#secDetails {
  clear: right;
  overflow: hidden;
  margin: -10px 18px 0px 0px;
}
#secDetails h3.secHeader {
	font-size:18px;
	font-weight:bold;
	color: #6c6661;
	padding-top: 10px;
	width: 586px;
}
#secDetails p {
	margin-top: 5px;
	line-height: 20px;
}

#freeAndCompare {
	clear: both;
	height: 151px;
	margin-top: 32px;
}

#freeAndCompare .freeSSL {
	 background: url("/assets/switch/images/switch-BrownPromo.gif");
     margin-right: 16px;
     width: 284px;
     float: left;
}

#freeAndCompare .compSSL {
	 background: url("/assets/switch/images/switch-BrownPromo.gif");
	 width: 284px;
	 float: right;
	 margin-right: 17px;
}

#freeAndCompare .freeSSL, #freeAndCompare .compSSL {
	height: 165px;
}

#freeAndCompare .freeSSL img.freeImage {
  float: right;
  display: block;
  width: 68px;
  margin: 20px 20px 20px 10px;
}

#freeAndCompare h3 {
	font:normal 17px Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight: bold;
	margin: 17px 20px 0 15px;
	color: #F5C800;
}

#freeAndCompare h3 a{
	color: #6c6661;
	text-decoration:none;
	}

#freeAndCompare h3 a:hover{
	text-decoration:underline;
	}

#freeAndCompare .freeSSL P, #freeAndCompare .compSSL P {
  line-height: 20px;
  margin-top: 1px;
  font-size: 14px;
  color: #6c6661;
  margin-left: 15px;
}

#freeAndCompare .compSSL img.compImage {
  float: right;
  display: block;
  width: 68px;
  margin: 20px 20px 20px 20px;
}

#freeAndCompare .freeSSL img.freeImagebtn {
	float: left;
	margin: 5px 0px 0px 15px;
}

#freeAndCompare .compSSL img.compImagebtn {
	float: left;
	margin: 30px 0px 0px 15px;
}


/*Resell Styles*/

img.resellTitleImage {
	display:block;
	float:left;
	width:110px;
	margin:5px 18px 0 0;
}

#resellIntro {
    float:left;
	width:458px;
	margin:0 0 24px 1px;
}

#resellIntro p {
    line-height: 22px;
    margin-top: 5px;
    width: 586px;
}
/*About Styles*/

h2.aboutUsSubTitle {
color:#EB501E;
font:20px/24px Arial,Helvetica,sans-serif;
margin:0 0 7px -1px;
}

#centerCol p.introAbout {
	line-height:22px;
    margin:18px 18px 0px 0px;
}

#centerCol p.aboutBold {
font-weight:bold;
font-size:18px;
line-height:20px;
}

img.aboutProgress {
	margin-top: 23px;
}

/* Contact Us */

#contactBox {
	clear:both;
	width:586px;
	margin: 23px 0px 23px 0px;
}

#contactBox .top{
	background: url("/assets/buy/images/Buy_MainTop.gif") no-repeat top;
	height:24px;
}

#contactBox .bottom{
	background: url("/assets/buy/images/Buy_MainBottom.gif") no-repeat top;
	height:24px;
}

#contactBox .content {
	width:557px;
	background: none repeat scroll 0 0 #784B2D;
	border-right:5px solid #6c6661;
	border-left:5px solid #6c6661;
	padding-left:19px;
	margin-top:-5px;
}

#contactBox h3 {
	font:normal 22px Arial, Helvetica, sans-serif;
	line-height:26px;
	color: #f5c800;
}


#contactBox .content .contentLeft {
    width: 270px;
	border-right: 1px solid #59381D;
	float: left;
}

#contactBox .content .contentRight {
    width: 270px;
	float: right;
	border-left: 1px solid #945E3B;
	padding-left: 15px;
}

#centerCol #contactBox .content .contentLeft p {
    color: #FFF;
	font:normal 14px Arial, Helvetica, sans-serif;
	width: 250px;
	line-height: 22px;
	margin: 15px 0px 23px 0px;
}

#centerCol #contactBox .content .contentRight p {
    color: #FFF;
	font:normal 14px Arial, Helvetica, sans-serif;
	width: 250px;
	margin-top: 15px;
	line-height: 22px;
}

#centerCol p.contactIntro {
	line-height: 22px;
	margin: 8px 18px 0px 0px;
}

h3.secHeader  {
color:#6c6661;
font-size:18px;
font-weight:bold;
padding-top:10px;
width:586px;
}


#centerCol p.salesIntro {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}

table.contactSalesForm {
	width: 510px;
}

table.contactSalesForm tr {
	padding-bottom: 14px;
}

table.contactSalesForm tr td.formFieldLabel {
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	color:#6c6661;
	padding: 7px 0px 7px 0px;
}

table.contactSalesForm tr td.formField {
	width: 366px;
}

input {
	width:366px;
	border: 1px solid #784b2d;
	font-size:14px;
	font-family: Arial;
	height:18px;
	padding-left: 3px;
}

select {
	width:371px;
	border: 1px solid #784b2d;
	font-size:14px;
	font-family: Arial;
	height:20px;
}

select option {
	padding-left: 3px;
	font-size:14px;
	font-family: Arial;
}

.formBtns {
	margin: 20px 0px 0px 205px;
}
.formBtns input {
	width: 101px;
	height: 25px;
	border: none;
	float:left;
}

.formBtns div.clearButton {
	margin-left:32px;
	float:left;
}


.table-body-two-col{
    border: 0;
    width: 590px;
    display: table;
    margin-top: 25px;
}
.table-body-two-col-td{
    width: 290px;
    overflow: hidden;
    vertical-align: top;
    float: left;
}

textarea {
	width:366px;
	border: 1px solid #784b2d;
	font-size:14px;
	font-family: Arial;
	overflow: auto;
	padding-left: 3px;
}



ul.bannerFeatureList li a {color:#6c6661;outline: none;}
ul.bannerFeatureList li a:hover {color:#6c6661;outline: none;}
ul.bannerFeatureList li a:hover a:visited {color:#c2421c;outline: none;}
