@charset "utf-8";
/* CSS Document */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em,  q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

body img {
	border: none;
}

a img {
	border: none;
}

a {
	outline-style: none;
}

body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
	margin-top: 10px;
	background-color: #F1F1F1;
	background-image: url(images/grey_fade_bg.jpg);
	background-repeat: repeat-x;
}

/***********************************************************
Home Style
***********************************************************/
#home_panel{ background:url(images/bg_blank.jpg) no-repeat center; height:280px}
.home-txt{ margin:10px }
.home-txt h1{ font-size:18px; font-weight:bold; color:#244faa}
.home-txt p{ font-size:14px; font-weight:bold; color:#275aea}
.home-link{ float:left; margin:40px; background:url(images/total-home.png) no-repeat center; height:200px; width:235px;}
.home-link-txt{ height:120px; padding:10px; margin-top:10px;font-size:14px; font-weight:bold; color:#275aea}
.home-link-txt h2{font-size:14px; font-weight:bold; color:#275aea}
.home-link-a{ height:20px; font-size:12px;text-align:center; padding:5px 10px 0 0;}
.home-link-a a{font-weight:bold; color:#ffffff; text-decoration:none}
/***********************************************************
Home Style End
***********************************************************/
.right-pan{height:250px; margin-left:80px; margin-top:30px;  width:400px ; float:left}
.phone-num{ width:380px; height:70px;background:images/phone-num.png no-repeat}

.equp{ background:images/panel_equipment_retail.png no-repeat; height:136px; width:380px}
p{ margin:0; padding:0; text-indent:none}

.header 
{
	height: 100px;
	font-size: 8.5pt;
}


.content 
{

	border-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_blank.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
}


.footer  
{
	font-size: 8.5pt; margin:0 auto; padding:0; width:940px;
}

.header, .shadow, .footer 
{
	padding-right: 8px;
}

.shadow 
{
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
}

#top-nav, #main-nav, #footer-nav 
{
	list-style: none;
	list-style-position: outside;
}

#top-nav li, #main-nav li, #footer-nav li
{
	float: left;
}

#top-nav li a, #footer-nav li a
{
	display: block;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #003399;
}

#top-nav li a.firstLink, #footer-nav li a.firstLink
{
	border-left: none;
}

#top-nav
{
	float: right; margin-top:10px;
}

#footer-nav 
{
	padding-bottom: 10px; margin-top:10px
}

#top-nav a
{
	color: #4E7474; 
}

#footer-nav a, cite
{
	color: #003399;
}

cite{ margin-left:5px}

.header span.leftCap 
{
	display: block;
	float: right;
	clear: right;
	background-image: url(images/phone_bg_left.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

.header span.rightCap 
{
	display: block;
	float: left;
	width: inherit;
	background-image: url(images/phone_bg_right.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.header h3 
{
	float: left;
	height: 32px;
	text-align: center;
	padding: 6px 0px 0px 0px;
	color: #0066ff;
	font-weight: bold;
	font-size: 16pt;
	background: url(images/phone_bg.jpg) repeat-x;
	margin: 20px 0 0 12px;
	
}

.logo 
{
	display: block;
	text-indent: -9999px;
	float: left;
	width: 277px;
	height: 95px;
	/*negative doesn't work in IE 6*/
	margin: 5px 0 0 5px;
	background: url(images/logo.jpg) no-repeat;
}

.header h1 
{
	text-indent: -9999px;
	width: 683px;
	height: 40px;
	margin: 10px auto 0 auto;
	background: url(images/title.jpg) no-repeat; position:absolute; left:350px; top:60px
}

.hide 
{
	display: none;
}

#panels div
{
	
	margin-top:0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#panels p 
{
	text-align: justify;
}

#panels div h3, #panels div p
{
	margin: 0 10px 8px 0;
}

#panels div h3
{
	color: #0066ff;
	font-size: 12pt;
	font-weight: bold;
}

#main-nav{}

#main-nav li a
{
	display: block;
	width: 190px;
	height: 65px;
	text-indent: -9999px;
	background-image: url(images/main_nav_sprite.png);
	background-repeat: no-repeat;
}

#main-nav li a:hover, #main-nav li a.active
{
	
}

#navEquipment
{
	background-position: 0px 0px;
}
#navGuarantee
{
	background-position: -190px 0px;
}
#navAdvance
{
	background-position: -380px 0px;
}
#navServices
{
	background-position: -570px 0px;
}
#navSupport
{
	background-position: -760px 0px;
}

#navEquipment:hover, #navEquipment.active
{
	background-position: 0px -65px;
}
#navGuarantee:hover, #navGuarantee.active
{
	background-position: -190px -65px;
}
#navAdvance:hover, #navAdvance.active
{
	background-position: -380px -65px;
}
#navServices:hover, #navServices.active
{
	background-position: -570px -65px;
}
#navSupport:hover, #navSupport.active
{
	background-position: -760px -65px;
}


#panelEquipment, #panelGuarantee, #panelSupport 
{
	padding: 0 20px 8px 0;
}

#panelAdvance{
	padding: 0 20px 8px 540px; width:410px
}

#panelSupport { padding: 0 20px 8px 540px; width:400px}
#panelSupport h3{padding:40px 10px 0 0}
#panelWireless h3{padding:50px 10px 0 510px}
#panelAdvance h3{ padding:10px 20px 0 0;}


#panels div#panelBlank 
{
	position: absolute;
	z-index: 99;
	background-image: url(images/bg_blank.jpg);
}


#panelWireless, #panelAdvance, #panelGuarantee, #panelServices, #panelSupport 
{

}


#panelRetail 
{ background:url(images/panel_equipment_retail.jpg) no-repeat; width:950px; height:280px; margin-bottom:20px
}

.panelRetail-l{ float:left; width:435px; padding:20px;}
.panelRetail-r{ float:left; width:435px; padding:20px;}

#panelWireless
{
	background:url(images/panel_equipment_wireless.jpg) no-repeat;  height:280px; padding: 0 150px 8px 520px; width:290px;
}


#panelWireless h1 {
color:#244FAA;
font-size:16px;
}



#panelSupport
{
	background-image: url(images/panel_support.jpg);
}

#panelAdvance
{
	background-image: url(images/panel_advance.jpg);
}

#panelGuarantee
{
	background-image: url(images/panel_guarantee.jpg);
}

#panelServices
{
	background-image: url(images/panel_services.jpg);
}


#panels #panelRetail h3 
{
	float: left;
	width: 700px;
	/* IE 6 doubles this for some reason */
	margin: 20px 0px 0px 150px;
}

#panels #panelRetail p 
{
	float: left;
	width: 300px;
	margin: 8px 0px 0px 30px;
}

#panels #panelRetail p.firstRetailP 
{
	/* IE 6 doubles this for some reason */
	margin-left: 150px;
}

#panels h3
{
	margin: 0px 0px 0px 520px;
}

#panels #panelWireless p.first
{
	margin: 8px 0px 0px 520px;
	width: 300px;
}

#panels #panelWireless p.second
{
	margin: 10px 0px 0px 520px;
	width: 230px;
}

#panelGuarantee .rate 
{
	position: absolute;
	font-size: 16pt;
	font-weight: bold;
}

.sideLink 
{
	display: block;
	position: absolute;
	left: 784px;
	top: 102px;
	text-indent: -9999px;
	width: 164px;
	height: 196px;
	/*border: 1px dashed #c00;*/
}

.upfooter {
background-image:url(images/form_bg.jpg);
background-repeat:no-repeat;
height:129px;
overflow: hidden;
padding:20px 180px 50px 20px;

}

.upfooter-wire {
background-image:url(images/form_bg2.jpg);
background-repeat:no-repeat;
border:1px solid #003399;
height:129px;
overflow:auto;
padding:20px 180px 50px 20px;
}

.down-cont-wire{ padding-left:400px}

.upfooter p
{
	padding-top:0
}
.upfooter  h1{ font-size:16px; color:#244faa}

.wire 
{
	display: block;
	position: absolute;
	left: 917px;
	top: 481px;
	text-indent: -9999px;
	width: 164px;
	height: 196px;
	/*border: 1px dashed #c00;*/
}
	/*border: 1px dashed #c00;*/

#rate1 
{
	left: 170px;
	top: 90px;
}

#rate2 
{
	left: 335px;
	top: 90px;
}

#rate3 
{
	left: 170px;
	top: 165px;
}

#rate4 
{
	left: 335px;
	top: 165px;
}
 #panelServices { height:330px; position:relative}
#panelSupport{ height:300px; position:relative}
#panels{ border-bottom:1px solid #003399;}
#panels #panelServices h3 
{
	margin: 0px 0px 10px 20px;
	height: 25px;
	width: 450px;
	padding: 6px 0px 0px 34px;
	background-image: url(images/bg_service_header_off.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#panels #panelServices p 
{
	position: absolute;
	width: 400px;
	margin: 0px;
	left: 525px;
	top: 20px;
	padding-top: 125px;
	visibility: hidden;
	background-repeat: no-repeat;
}

#panels #panelServices h3.over 
{
	background-image: url(images/bg_service_header.gif);
	/*color: #9933FF;*/
}

#panels #panelServices p.over 
{
	visibility: visible;
}

.form{}
.form h3 
{
	display: none;
}

#webform, #thanks 
{
	width: 400px;
	margin: 0px 0px;
}

#webform input, #webform select 
{
	width: 175px;
	margin: 0px 20px 10px 0px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid  #4E7474;
	padding: 2px;
	float:left
	
}

#webform #txtPhone1, #webform #txtPhone2 
{
	width: 30px;
	margin: 0px 2px 10px 0px;
}

#webform #txtPhone3
{
	width: 45px;
	margin: 0px 0px 10px 0px;
}

#webform br 
{
	clear: both;
}

#webform p 
{
	
	width: 400px;
	font-weight: bold;
	font-size: 11pt;
	
	margin-right: 66px;
	padding: 2px;
}

#webform #phone 
{
	color: #4D4D4D;
}

#webform #lblErrorMsg 
{
	background-color: #ffeeee;
	color: #CC0000;
	display: none;
}

#webform #btnContact
{
	border: 0px solid;
	background: none;
	width: 161px;
	height: 27px;
    
	padding: 0px;
}

#webform label
{
	display: block;
	width: 120px;
	font-size: 11pt;
	float:left;
	text-align: right;
	padding-right: 5px;
	color: #555555;
	font-weight: bold;
}

#thanks 
{
	padding-left: 100px;
	padding-top: 25px;
	color: #555555;
}

#thanks h4 
{
	font-size: 14pt;
	font-weight: bold;
	color: #336666;
}

#thanks p 
{
	font-size: 12pt;
}

#panels ul 
{
	margin-left: 50px;
}

#panels li a 
{
	font-size: 12pt;
}

#bbb 
{
	display: block ;
	float: right;
	width: 135px;
	height: 48px;
	margin-top: -50px;
	text-indent: -9999px;
	background-image: url(images/bbb.gif);
	background-repeat: no-repeat;
}

#bbb:hover 
{
	background-position: left -48px;
}

.page-cont{ width:950px;}
.page-cont-l{ float:left; width:535px; padding-top:30px }
.page-cont-r{ float:left; width:415px ; padding-top:30px}

.clear{ clear:both; margin-left:-9000px}

#p-check{background:url(images/bg_check.jpg);}
#p-gift{background: url(images/bg_gift.jpg);}
#p-internet{background: url(images/bg_internet.jpg);}
#p-reprogram{background: url(images/bg_reprogram.jpg);}




 body{ margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
   body div{ margin:0 0; width:auto}
   h1,h2,h3,h4{ margin:0; padding:0}
   .maincontainer{padding:0; width:950px; margin:0 auto; position:relative}
   .header-home{background:url(http://www.total-merchant-services.com/wp-content/themes/Total-merchant/images/header.jpg); height:119px}
   .logo { float:left; width:280px}
   .logo a{ display:block; width:280px; height:98px; overflow:hidden; text-indent:-9000}
   .toplinks{ float:right; width:190px}
   
   #top-nav li a#no-border{border-left:0}
   .home-orange{ background: url(images/headerbg.jpg); height:274px;border:1px solid #cc7026}
   .homeleft { float:left; width:430px; padding-left:10px; padding-right:10px; padding-top:20px; }
   .homeright{ float:left; width:487px}
   .center{ text-align:center}
   .contactform li, .contactform{ padding:0; margin:0; list-style:none; text-indent:0} 
   .contactform label{ padding-left:20px; display:block; float:left; width:130px; font-size:16px; color:# 000; font-size:14px}
   .contactform li{ padding-bottom:5px}
   .textf{ border:1px solid #003399; width:260px }
   .contactform h4{ font-weight:bold; text-align:center; font-size:14px; padding-top:10px; padding-bottom:10px}
  

  .equipment{ background:url(images/Icon_equip.png) no-repeat; height:27px; padding-left:40px; float:left; width:110px; padding-top:5px}
.shake{ background:url(images/Icon_ShakeHands.png) no-repeat; height:27px;  padding-left:40px; float:left; width:110px; padding-top:5px}
.free{ background:url(images/Icon_free.png) no-repeat; height:27px; padding-left:40px; float:left; width:110px; padding-top:5px}




/* POPUP */
#popup 
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 300px;
	background-image: url(images/bg_popup.png);
	background-repeat: no-repeat;
	z-index:111
}

#popup div
{
	font-size: 11pt;
	width: 460px;
	height: 255px;
	padding: 25px 20px 20px 20px;
}

#popup h3 
{
	color: #0066FF;
	font-size: 13pt;
	font-weight: bold;
}

#popup div p 
{
	margin-top: 10px; font-size:12px;
}

#popup strong 
{
	color: #333333;
}

#popup #contact, #popup #about 
{
	display:none;
}



#popup .close 
{ 
	position: absolute;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

#popup .close:hover
{
	text-decoration: underline;
}

#popup .top 
{
	margin-top: 8px;
	margin-left: 460px;
}

#popup .bottom 
{
	margin-top: -30px;
	margin-left: 440px;
}

.page-cont{ width:950px;}
.page-cont-l{ float:left; width:535px; padding-top:30px }
.page-cont-r{ float:left; width:415px ; padding-top:30px}

.clear{ clear:both; margin-left:-9000px}

#p-check{background:url(images/bg_check.jpg);}
#p-gift{background: url(images/bg_gift.jpg);}
#p-internet{background: url(images/bg_internet.jpg);}
#p-reprogram{background: url(images/bg_reprogram.jpg);}

.thank-y h1{ font-size:18px; color:#275aea;}


.win-footer{ margin-left:5px}
.win-footer a{color: #275aea; font-size:12px; font-weight:bold; text-decoration:none}
.win-footer a:hover{color: #ffa12d; text-decoration:underline}

.link{ position:absolute;left:795px;top:470px;}

.linkit-wire{ position:absolute;left:795px;top:220px;}
.linkit-net{position:absolute;left:770px;top:-130px}
.linkit-net a{ width:160px; height:190px; display:block; text-indent:-9000px}
.apply{ position:absolute; left:20px; top:615px}
.linkit a{ width:160px; height:190px; display:block; text-indent:-9000px}
.linkit-wire a{ width:160px; height:190px; display:block; text-indent:-9000px}
.applyit-wire{ position:absolute; top:350px; left:550px}
.upfooter-wire h1 {
color:#244FAA;
font-size:16px;
}
.linkit-re{position:absolute;left:770px;top:-130px}
.linkit-re a{ width:160px; height:190px; display:block; text-indent:-9000px}


.or{font-weight:bold; text-decoration:underline}
.th-links{ width:486px; height:274px; overflow: hidden}
#auth_panel{ background:url(images/bg_blank.jpg) no-repeat center; height:280px; padding:0 20px 20px 20px}
#auth_panel h1{color:#244FAA;
font-size:20px;}
.auth-link{ height:65px; position:absolute; top:-30px; left:370px}

#down-nav{ position:absolute; width:320px; left:450px; margin-top:-7px}
#down-nav li{ float:left; width:150px ; margin:5px; list-style:none}
#down-nav a{color:#FFFFFF;
font-weight:bold;
text-decoration:none; background:url(images/total-home-but.png) center no-repeat; height:22px; width:115px; display:block; padding:6px 0 0 35px; }

