/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	background:url(../images/bg.gif) repeat-x top left;
}

body#home {
	background:url(../images/bg_home.jpg) repeat-x top left;
}

#wrap {
	margin:0 auto;
	width:960px;
	color:#383838;
}

/* header */
#header {
	position:relative;
	height:125px;
	background:url(../images/header_bg.gif) no-repeat bottom left;
}

#logo {
	
	width:257px;
}

#logo p {
	float:left;
	width:257px;
	height:58px;
	padding-top:30px;
	text-indent:-9000px;
	margin:0;
}

#logo p a {
	float:left;
	position:relative;
	width:257px;
	height:58px;
	background:url(../images/logo.gif) no-repeat top left;
}

#logo h4 {
	color:#353535;
	text-align:center;
	padding:0;
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
}

#mainNav {
	float:right;
	position:absolute;
	bottom:0;
	right:0;
}

#mainNav p {
	float:left;
	position:relative;
	top:6px;
	margin:0;
	padding-right:5px;
	color:#2E2E2E;
}

#mainNav ul {
	float:left;
}

#mainNav li {
	display:inline;
	margin-left:.2em;
	background:url(../images/nav_black_lt.gif) no-repeat top left;
}

#mainNav li a {
	font-size:1.1em;
	letter-spacing:.5px;
	color:#fff;
	line-height:2.2em;
	padding:0 24px;
	text-decoration:none;
	background:url(../images/nav_black_rt.gif) no-repeat top right;
}

#mainNav li#navIntl {
	background:url(../images/nav_gray_lt.gif) no-repeat top left;
}

#mainNav li#navIntl a {
	background:url(../images/nav_gray_rt.gif) no-repeat top right;
}

body#home #mainNav li:hover, body#home #mainNav li#navIntl:hover {
	background:url(../images/nav_blue_lt.gif) no-repeat top left;
}

body#home #mainNav li a:hover, body#home #mainNav li#navIntl a:hover {
	background:url(../images/nav_blue_rt.gif) no-repeat top right;
}

#mainNav li:hover, #mainNav li#navIntl:hover, body#internet-merchant-account #mainNav li#navInternet, body#retail-merchant-account #mainNav li#navRetail, body#wireless-merchant-account #mainNav li#navWireless, body#intl-high-risk-merchant-account #mainNav li#navIntl {
	background:url(../images/nav_navy_lt.gif) no-repeat top left;
}

#mainNav li a:hover, #mainNav li#navIntl a:hover, body#internet-merchant-account #mainNav li#navInternet a, body#retail-merchant-account #mainNav li#navRetail a, body#wireless-merchant-account #mainNav li#navWireless a, body#intl-high-risk-merchant-account #mainNav li#navIntl a {
	background:url(../images/nav_navy_rt.gif) no-repeat top right;
}

ul#secNav {
	position:absolute;
	top:8px;
	right:0;
}

ul#secNav a {
	padding:0 .8em;
	font-size:.9em;
	color:#282828;
	text-decoration:none;
}

ul#secNav a:hover {
	text-decoration:underline;
}

img.hsafe {
	position:absolute;
	top:45px;
	right:0;
}

img.bbb {
	position:absolute;
	top:45px;
	right:130px;
}

/* home banner */
#homeBanner {
	width:960px;
	height:311px;
	margin-top:12px;
}

ul#accountTabs {
	float:left;
	margin:0;
	list-style:none;
}

ul#accountTabs li {
	margin:0;
}

ul#accountTabs a {
	display:block;
	width:206px;
	font-size:1.2em;
	color:#787878;
	padding:0 0 0 26px;
	text-decoration:none;
}

ul#accountTabs a.active {
	color:#fff;
}

ul#accountTabs li#internetTab a {
	height:103px;
	background:url(../images/internet_tab.gif) no-repeat top left;
}

ul#accountTabs li#retailTab a {
	height:104px;
	background:url(../images/retail_tab.gif) no-repeat top left;
}

ul#accountTabs li#wirelessTab a {
	height:105px;
	background:url(../images/wireless_tab.gif) no-repeat top left;
}

ul#accountTabs li#internetTab a.active {
	position:relative;
	left:1px;
	background:url(../images/internet_active.gif) no-repeat top left;
}

ul#accountTabs li#retailTab a.active {
	position:relative;
	left:1px;
	background:url(../images/retail_active.gif) no-repeat top left;
}

ul#accountTabs li#wirelessTab a.active {
	position:relative;
	left:1px;
	background:url(../images/wireless_active.gif) no-repeat top left;
}

ul#accountTabs a span.larger {
	display:block;
	font-size:2em;
	line-height:1.2em;
	font-weight:bold;
	padding-top:6px;
}

ul#accountTabs a span.smaller {
	padding:0 0 0 26px;
}

ul#accountTabs a span.larger, ul#accountTabs a span.smaller {
	position:relative;
	top:15px;
}

ul#accountTabs li#internetTab a span.larger {
	padding-left:26px;
	background:url(../images/tab_cart.gif) no-repeat 0 16px;
}

ul#accountTabs li#retailTab a span.larger {
	padding-left:26px;
	background:url(../images/tab_retail.gif) no-repeat 0 16px;
}

ul#accountTabs li#wirelessTab a span.larger {
	padding-left:26px;
	background:url(../images/tab_signal.gif) no-repeat 0 16px;
}

ul#accountTabs li#internetTab a.active span.larger {
	background:url(../images/tab_cart_active.gif) no-repeat 0 16px;
}

ul#accountTabs li#retailTab a.active span.larger {
	background:url(../images/tab_retail_active.gif) no-repeat 0 16px;
}

ul#accountTabs li#wirelessTab a.active span.larger {
	background:url(../images/tab_signal_active.gif) no-repeat 0 16px;
}

.bannerContent {
	float:left;
	width:684px;
	height:272px;
	padding:20px 22px;
	background:url(../images/banner_tab_bg.gif) no-repeat top left;
}

#wirelessContent {
	background:url(../images/banner_tab_bg2.gif) no-repeat top left;
}

.bannerContent .desc {
	float:left;
	width:295px;
}

.bannerContent h1 {
	font-size:2em;
	line-height:1.2em;
	color:#fff;
}

.bannerContent p {
	color:#202020;
	margin-bottom:1.2em;
}

.bannerContent .table {
	float:right;
	width:336px;
	height:211px;
	padding:10px 15px;
	color:#3E3E3D;
	background:url(../images/banner_table_bg.gif) no-repeat top left;
}

.bannerContent table td, .bannerContent table th {
	border:0;
	padding:.45em;
}

.bannerContent table td.top {
	border-top:1px solid #A09E8B;
}

.bannerContent table td.ind, .bannerContent table th.industry {
	border-left:1px solid #A09E8B;
	border-right:1px solid #A09E8B;
}

.bannerContent table td.ind, .bannerContent table td.mp {
	text-align:center;
	padding:.4em 1em;
}

.bannerContent table th.mp {
	width:88px;
	height:18px;
	text-indent:-9000px;
	background:url(../images/banner_logo.gif) no-repeat 10px 0;
}

.bannerContent table td.mp {
	text-transform:uppercase;
	color:#174295;
	font-weight:bold;
}

.bannerContent a.learnMore img, .bannerContent a.signUp img {
	padding:10px 0 0 0;
}

.bannerContent a.learnMore img {
	margin:0 25px 0 70px;
}

/* home content area */
#homeContentWrap {
	margin:3em 0;
	background:url(../images/content_sep.gif) repeat-y 480px 0;
}

#homeContentWrap #left {
	float:left;
	width:465px;
}

#homeContentWrap #right {
	float:right;
	width:455px;
}

#homeContentWrap #left h1 {
	font-weight:bold;
	font-size:1.9em;
	color:#E06B1A;
}

#homeContentWrap #left h2 {
	color:#1E4E9C;
	font-size:1.9em;
	line-height:1.3em;
}

#homeContentWrap a.testDrive img {
	margin-right:.4em;
}

#homeContentWrap #right h1 {
	font-weight:bold;
	font-size:1.9em;
}

#homeContentWrap #right .box {
	float:left;
	display:inline;
	width:218px;
	margin-top:1em;
}

#homeContentWrap #right .lt {
	padding-right:18px;
}

#homeContentWrap #right .box h3 {
	font-weight:normal;
	font-size:1.2em;
	line-height:1.3em;
}

#homeContentWrap #right .box img.floatLeft {
	padding:0 1em .5em 0;
}

#homeContentWrap #right .box p {
	font-size:.95em;
	line-height:1.2em;
}

/* interior main banner area */
#mainBanner {
	height:94px;
}

.noSubnav {
	padding-bottom:40px;
	margin-bottom:1.5em;
}

#mainBanner h1 {
	float:left;
	font-size:2.9em;
	color:#fff;
	line-height:.9em;
	font-weight:bold;
	padding:.4em 24px 0 28px;
	background:url(../images/int_cart.gif) no-repeat 0 20px;
}

#mainBanner h1.intl, #mainBanner h1.resources {
	font-size:2em;
	padding-top:.7em;
}

#mainBanner h1.intl span, #mainBanner h1.resources span {
	font-size:.7em;
}

#mainBanner h1.inclusive {
	font-size:2.2em;
	padding-top:.7em;
}

#mainBanner h1.inclusive span {
	font-size:.7em;
}

#mainBanner h1 span {
	display:block;
	font-size:.5em;
	font-weight:normal;
}

#mainBanner h3 {
	float:left;
	width:704px;
	padding:1.4em 0 1em 28px;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:normal;
	color:#B3D6FE;
	background:url(../images/banner_sep.gif) no-repeat 0 6px;
}

#mainBanner h3 strong {
	color:#D7EAFF;
}

#subnav {
	clear:both;
	margin-bottom:1.5em;
}

#subnav li {
	display:inline;
	margin-right:10px;
}

#subnav li a {
	color:#2F2F2F;
	font-size:1.2em;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding:0 15px 0 20px;
	border-right:1px solid #fff;
	text-decoration:none;
	background:url(../images/subnav_bg.gif) no-repeat 0 16px;
}

#subnav li a:hover {
	color:#E46B1A;
}

/* content wrap */
#contentWrap {
	background:url(../images/content_wrap_bg.gif) repeat-y 689px 0;
}

body#forum #contentWrap {
	background:none;
}

#content {
	float:left;
	width:670px;
	padding-right:20px;
}

#content h2 {
	font-size:1.7em;
	line-height:1.2em;
	color:#0355A6;
	margin-bottom:1.5em;
}

#content h3 {
	color:#0C2458;
	margin-bottom:.5em;
}

h4 span {
	font-weight:normal;
}

#sidebar {
	float:right;
	width:250px;
	font-size:.95em;
	padding-left:20px;
}

#sidebar p {
	line-height:1.2em;
}

#sidebar h4 {
	margin-bottom:.5em;
}

.separator {
	height:1px;
	width:100%;
	background:#BABABA;
	margin:2.5em 0;
}

/* section styles */
.rateTable {
	width:415px;
	height:256px;
	padding:12px 20px;
	margin:.5em 0 1.5em 0;
	background:url(../images/table_bg.gif) no-repeat top left;
}

.rateTable table {
	width:100%;
	height:100%;
	font-size:1.1em;
}

.rateTable table td, .rateTable table th {
	border:0;
	padding:.45em;
}

.rateTable table td.top {
	border-top:1px solid #A09E8B;
}

.rateTable table td.ind, .rateTable table th.industry {
	border-left:1px solid #A09E8B;
	border-right:1px solid #A09E8B;
}

.rateTable table td.ind, .rateTable table td.mp {
	text-align:center;
	padding:.4em 1em;
}

.rateTable table th.mp {
	width:103px;
	height:24px;
	padding-bottom:.6em;
	text-indent:-9000px;
	background:url(../images/table_logo.gif) no-repeat 10px 0;
}

.rateTable table td.mp {
	text-transform:uppercase;
	color:#174295;
	font-weight:bold;
}

.rateTable a.learnMore img, .rateTable a.signUp img {
	padding:10px 0 0 0;
}

.rateTable a.learnMore img {
	margin:0 25px 0 70px;
}

/* contact page */
#contactInfo {
	float:left;
	width:190px;
}

#contactForm {
	float:right;
	width:450px;
}

#contactForm label {
	float:left;
	width:90px;
	text-align:left;
}

#contactForm input {
	width:200px;
	margin:0;
}

#contactForm input#code {
	margin-left:90px;
}

#contactForm input#submitBtn {
	width:auto;
	margin-left:250px;
}

#contactForm textarea {
	width:270px;
	height:170px;
	font-size:1em;
	font-family: Helvetica, Arial, sans-serif;
}

h3.presence {
	clear:both;
}

/* intl high-risk */
#appForm label {
	float:left;
	text-align:left;
	clear:right;
	width:200px;
}

#appForm input {
	width:250px;
	margin:0;
}

#appForm textarea {
	width:350px;
	height:150px;
	font-size:1em;
	font-family: Helvetica, Arial, sans-serif;
}

#appForm li img {
	display:block;
}

#appForm input#code {
	margin:10px 0 0 200px;
}

#appForm input#submitBtn {
	width:auto;
	margin-left:200px;
}

/* sidebar */
.navigate h4 {
	margin:.8em 0 .5em 0;
}

h4.orange {
	color:#E06B1A;
	margin-bottom:.4em;
}

/* footer */
#footer {
	padding:1em 0 3em 0;
	text-align:center;
	background:url(../images/footer_bg.gif) repeat-x bottom left;
}

#footer .content {
	width:960px;
	margin:0 auto;
	color:#383838;
}

#footer p {
	font-size:.95em;
	margin-bottom:0;
}

#footer p a {
	color:#383838;
}

#footer p a:hover {
	text-decoration:none;
}

#footer p.addy {
	width:750px;
	margin:0 auto 1.5em auto;
	padding-top:1.5em;
	font-size:1em;
	border-top:1px solid #ABABAB;
}

#footer h1 a {
	font-size:.4em;
	color:#383838;
	font-weight:bold;
	text-decoration:none;
}

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