@charset "UTF-8";

/* Basic styling */

* {
margin:0;
padding:0;
z-index:0;
}

body  {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	/* behavior:url("http://www.atmnetwork.net/css/csshover3.htc"); necessary for "Contact Service" popout in header to work in the train wreck that is IE6 */
}

p, ul,td, label {
font-size:11px;
line-height:1.5em;
padding:0 0 8px 0;
}

a {
	text-decoration:none;
	color:#32639b;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:.5px;
}

a:visited {color:#b66b21;}

a:hover {
	text-decoration:underline;
	color:#b66b21;
}


h1,h2,h3 {
font-family:Tahoma, Geneva, sans-serif;
color:#32639b;
line-height:1.5em;
margin:8px 0 0 0;
}

h1 {
font-size:24px;
margin-bottom:3px;
}

h2 {
	font-size:16px;
	color:#C00;
	margin-top:0;
}

h3 {
	font-size:14px;
}

img {border:none;}


/* Basic structure */
#container { 
	width: 945px;
	height:1630px;
	background:#ffffff/*eae2cc/*f2edd8/*e2e9f2*/;
	margin: 10px auto;
	border: none;
	padding:0;
	text-align: left;
	position:relative;
	background-image:url(../images/fillerbgsmall.jpg); background-repeat:repeat-x; background-position:bottom left;}

#login {
display:block;
position:absolute;
top:0;
left:0;
width:100%;
background-color:#e6e6e6;
height:25px;
}

#getquote {float:right; margin-top:-15px; vertical-align:bottom;}

#header { 
position:absolute;
top:25px;
left:0;
width:945px;
background:url(../images/header.gif) top left no-repeat;
height:80px;
z-index:99;
} 

.timezone {
position:absolute;
top:25px;
width:47px;
height:28px;
/* background-image:url(http://www.atmnetwork.net/images/timebg.png); */
padding:12px 2px 4px 2px;
z-index:150;
text-align:center;
}

.pacific {left:210px;}

.mountain {left:263px;}

.central {left:316px;}

.eastern {left:369px;}

.timename {font-size:8px; padding:0; margin:0;}

.time {font-weight:bold; font-size:12px; padding:0; margin:0;}


#navbar {
display:block;
position:absolute;
left:0;
top:105px;
width:945px;
height:25px;
background-image:url(../images/navbg.jpg);
background-repeat:no-repeat;
z-index:100;
}

#navbarmobile {display:none;}

/* was 375px deep */
#slideshow {width:775px; height:340px; position:absolute; top:130px; left:0px; z-index:1;}


#storeslideshow {width:735px; height:315px; position:absolute; top:148px; right:0px; z-index:20;}


#sidebar1 {
	display:block;
	position:absolute;
	width:170px;
	top:130px;
	right:0px;
	height:1365px;
}

.quotebox {margin-top:0px; padding:0px 20px 35px 20px;}

#quoteboxtest {visibility:hidden; overflow:hidden; position:absolute; width:715px; height:50px;}

#quotebg {background-image:url(../images/fillerquotes/quotesbg.gif); background-repeat:repeat-y; position:absolute; bottom:34px;}

.fillerqt {margin-top:15px; padding-top:15px; border-top:dotted 1px #ffffff;}

/* #profit {
width:170px;
height:57px;
background-image:url(../images/profitbg.gif);
background-repeat:no-repeat;
} */

#sidebar2 {
display:block;
position:absolute;
width: 233px;
height:1020px;
top:490px;
left:15px;
border-right: dotted 1px #999;
padding-right:25px;

}

#portal {
padding:49px 20px 12px 20px;
width:193px;
height:150px;
background-image:url(../images/webstatementslogin.gif);
background-repeat:no-repeat;
	
}

#atmsidebar {
position:absolute;
width:215px;
top:150px;
left:30px;
}

#maincontentATMdetail { 
	position:absolute;
	top:150px;
	left:275px;
	width:475px;

}

#maincontentHome {
	position:absolute;
	top:490px;
	left:298px;
	width:452px;
	height:1020px;
} 

#maincontentWide {
position:absolute;
top:0px;
left:0px;
width:715px;
}

#maincontentWrap {height:1350px; position:absolute; top:145px;left:30px;width:715px; padding:0;}

#footer { 
	display:inline;
	background-image:url(../images/footerbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:105px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:945px;
	z-index:5;
} 


/* Form styling */

form :focus {background-color:#f4e7cf;}

.formbox {
/*	background-color:#e0e0e0; */
	background-image:url(../images/formpics/formbg.gif);
	border:solid 1px #CCC;
	color:#000000;
	text-align:left;
	padding:15px 15px 5px 15px;
}

.formbox p {margin:0; color:#666;}

.formbox h3 {color:white; width:100%; padding:0 10px 3px 10px; margin:-10px -10px 0 -10px; background-color:#4688cf;}

.formbox td {padding-bottom:6px;}

.formbox table {margin-top:10px;}

label {vertical-align:top;}

.formbox label {display:block; margin:6px 0 -6px 0; color:#666; width:200px; /*float:left; text-align:right; padding-right:8px; */}

.text {height:16px;}

select {font:100% Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

.text, textarea {font:100% Verdana, Arial, Helvetica, sans-serif; border:solid 1px #CCC;}

.long {width:200px;}

.short {width:100px;}

.firstcol {padding-right:20px;}

.firstcol label, .firstcol select {width:auto;}

.formfloat1 {float:left; clear:both; margin-right:15px;}

.formfloat2 {float:left;}

.formpic {padding-top:5px; margin-left:260px; text-align:center;}


/* List styling */
ul, ol {
margin-left: 0;
padding-left: 1em;
}

li {padding-bottom:3px;}

.nodots {list-style-type:none;}


/* Head styling */
h1 a {color:#32639b;}

h1 a:visited {color:#32639b;}

h1 a:hover {color:#b66b21;}

h2 a {color:#C00;}

h2 a:visited, h2 a:hover {color:#b66b21;}

.subheadline {
padding-left:40px;
font-size:14px;
line-height:1.7em;
}

.indexh1 {border-top:dotted 1px #999; padding-top:20px; margin-top:20px;}

.welcomeh1 {font-size:36px; margin-top:0; padding-top:0;}

.redtitle {
font-size:18px;
color:#C00;
}

.redtitle a, .redtitle a:visited {color:#C00; text-decoration:none;}

.redtitle a:hover {color:#b66b21; text-decoration:underline;}


/* Contact us pop-out styling */

#contact {position:absolute; bottom:10px; right:15px; font-size:10px; text-align:right;}


/* Ersatz shopping cart styling */

#store {
position:absolute;
top:0;
right:0px;
	
}

#zenstore {
position:absolute;
top:0;
right:15px;
	}

/* Image-related styling */
.caption {
	font-size:10px;
	text-align:left;
}

#sidebar2 img {margin:10px 0;}

#sidebar1 img {display:block; margin:0; padding:0;}

/* Infoboxes */
.infoboxright {
/* background-color:#e5dcb4; */background-image:url(../images/formpics/formbg.gif);
float:right;
margin:15px 0 10px 15px;
padding:15px;
}

.infoboxleft {
/* background-color:#e5dcb4; */background-image:url(../images/formpics/formbg.gif);
float:left;
margin:15px 15px 10px 0;
padding:15px;
}

.infoboxright p, .infoboxleft p {color:#000;}

.infoboxright h3, .infoboxright h1, .infoboxleft h3, .infoboxleft h1 {color:#32639b;}


/* Paragraph styling */
strong {font-family:Verdana, Arial, Geneva, sans-serif;}

.blogdate {
margin:15px 0 -10px 0;
color:#999;
padding:0;
}

.byline {
	font-weight:bold;
	margin:5px 0 0 0;
}

.bylinetitle {
font-style:italic;
margin-top:-10px;
}

.dropcap {float:left; margin-top:5px;}
.dropcap p {font: normal 80pt/0.8em Georgia, "Times New Roman", Times, serif;}
	
.learnmore {
padding-top:0;
margin-top:-5px;
font-size:11px;
}

.indent {padding-left:15px;}

#login p {color:white;}

.maincontentbig {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:1.7em;
}

.maincontentbig a {font-family:Georgia, "Times New Roman", Times, serif;}

#profit p {padding:5px 5px 0 50px; line-height:1.3em;}

.quote {
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:.5px;
	padding:0 10px;
	color:#ffffff;
	/* margin-left:45px; */
}

.credit {
	font-size:11px;
	line-height:1.7em;
	color:#ffce39;
	padding:0 10px;
	/* margin-left:45px; */
}


.test {
	font-size:12px;
	line-height:1.8em;
}

.testcredit {
	font-size:10px;
	line-height:1em;
}


/* Footer styling */
#footer a:hover, #footer a:visited {
	color:#ffce39;
}

.footerp {
position:absolute;
bottom:35px;
right:20px;
color:white;
font-size:12px;
}

.footerp a {
color:white;
}

.legal {
font-size:9px;
position:absolute;
bottom:10px;
color:white;
right:20px;
}

.legal a {
	color:white;
	text-decoration:underline;
}

/*Gallery styling */
.atmcatalog td {background-color:#32639b; vertical-align:top; width:215px; }

.atmcatalog h3, .atmcatalog p, .atmcatalog ul {color:white; padding:0 10px; }

.atmcatalog ul {margin:6px 0 6px 25px;}

.atmcatalog h3 {font-size:18px;}

.atmcatalog h4 {font-size:14px; padding:3px 10px 6px 10px; margin:0 0 -10px 0; background-color:#ffce39; text-align:center;}


/*troubleshooting styling */
.trouble td {vertical-align:top; border:solid 1px #999; width:215px; }
.trouble td p, .trouble h3 {margin-left:10px; margin-right:10px;}
.trouble h3 {font-size:18px;}

.guideside {background-color:#f2edd8; padding:35px 10px; width:150px;}

/*Product list divs */
.productlist {padding:8px 15px;}

.inner {margin-left:126px;}

.innernarrow {margin-left:160px;}


/*keyword page styles */
#keywordbg1 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/keywordbg1.jpg); background-position:top; background-repeat:no-repeat;}




/* landing page styles */
#landingbg {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingbg.jpg); background-position:top; background-repeat:no-repeat;}

#landingbg2 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/wirelesslandingbg.jpg); background-position:top; background-repeat:no-repeat;}

#landingbg3 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingbgsearch.jpg); background-position:top; background-repeat:no-repeat;}

#landingbg4 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingbglogo.jpg); background-position:top; background-repeat:no-repeat;}

#landingbg5 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingblankbg.jpg); background-position:top; background-repeat:no-repeat;}

#landingbgrl1600 {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingbgrl1600.jpg); background-position:top; background-repeat:no-repeat;}

#landingbgrl1600older {position:absolute; top:130px; left:0; width:945px; height:1070px; background-image:url(../images/landingart/landingbgrl1600older.jpg); background-position:top; background-repeat:no-repeat;}

#landingbgcns {position:absolute; top:130px; left:0; width:945px; height:1480px; background-image:url(../images/landingart/landingbgcns.jpg); background-position:top; background-repeat:no-repeat;}

#landingbgmn {position:absolute; top:130px; left:0; width:945px; height:1480px; background-image:url(../images/landingart/landingbgmn.jpg); background-position:top; background-repeat:no-repeat;}


.landlabel {text-transform:uppercase; color:#ffffff; margin-top:10px; margin-bottom:-10px;}

.landmain h1, .landmain h2, .landmain h3 {color:#ffffff;}

.landmain p, .landmain a {font-family:Tahoma, Verdana, Geneva, sans-serif; letter-spacing:.5px;}

.landmain h1 {font-size:54px; margin-top:0;}

.landmain h2 {font-size:30px; line-height:1.2em;}

.landmain h3 {margin:20px 0 5px 0; font-size:18px;}

.landsidebar {padding:10px;	z-index:2; height:1336px;}

.landsidebar p {color:#e6e6e6; margin:0;}

.landsidebar h3 {color:#ffffff;}

.landsidebar .indent {text-indent:-14px; padding-left:14px;}

.landingformbox {background-image:url(../images/formpics/formboxbg.png); width:220px; padding:15px 15px 0 15px; z-index:35; color:#000000;}

.landingformbox h3 {color:#C00; font-size:18px; margin-top:-5px;}


/* non-Ecwid store styles */

#sidebox {margin-bottom:20px;}

#sidebox h3 {color:black;}

/* Mimic of ecwid categories look 
    #sidebox h4 a {
	display:block;
	font: normal 16px "trebuchet MS", helvetica, verdana, sans-serif;
    color: #4b4b4b;
    border-bottom: 1px solid #cbced1;
    margin: 3px 0px 0px 0;
	padding:0 0 3px 20px;
	width:150px;
	white-space:nowrap;
	}
*/

#sidebox h4 {
    margin-top: 3px;
	margin-bottom:5px;
	padding:0 0 3px 10px;
}

#sidebox h4 a {
	font: normal 12px "trebuchet MS", helvetica, verdana, sans-serif;
    color: #4b4b4b;
    border-bottom: 1px solid #cbced1;
	width:100px;
}

#sidebox p {color: #4b4b4b; padding-left:10px; padding-right:5px;}

#sidebox p a {color:#4b4b4b;}

#sidebox a:hover {text-decoration:none;}

#sidebox img {margin-top:10px;}

#sidebox input {width:140px;}

/* Floats and counts */
.floatright {
	float: right;
	margin:15px 0px 8px 10px;
}

.floatleft {
	float: left;
	margin:5px 15px 8px 0;
}

.testfloatleft {float:left; margin-bottom:20px;}

.testfloatright {float:right; margin-bottom:20px;}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#atmcompare td {padding:3px 8px 5px 8px; width:125px; _width:125px; border-bottom:2px solid #e6e7e8; border-right:1px solid #e6e7e8; border-collapse:collapse;}

#atmcompare p {padding:0 0 0 0; margin:0 0 0 0; line-height:1.2em; font-size:10px;}

#atmcompare h3 {font-size:14px; margin-bottom:0px; margin-top:5px;}

.first {background-color:#d4d4d4;  border-left:1px solid #e6e7e8;}

.headrow {border-right:none;}

.odd, .row1 {background-color:#f2f4f7;}

.even, .row0 {background-color:#ffffff;}

.center {text-align:center;}

.trailercolor p {line-height:14px;}

.trailercolor a, .trailercolor a:visited, .trailercolor a:hover {display:block; color:#32639b; height:14px; margin:0 0 -14px 0; border-top:1px white dotted; background-color:#CCC; padding:4px; text-decoration:none;}

.trailercolor a:hover, .trailorcolorSelected {background-color:#C96;}