@charset "utf-8";
/* CSS Document - Atlas Sales */

/* START: Global Includes */
html { overflow-y: scroll; }
body {
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	background:#eeeeee;
	background-image:url(/images/bg-001.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
}
body#hp { background-color: white; }
ul, li {
	padding:0px;
	margin:0px;
}
table, td {
	vertical-align:top;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}
/* HEADINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
h1, .h1 {
	font-size: 32px;
	font-weight: bold;
	color: #42a3cc;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	font-family:'Arial Black', Arial, sans-serif;
	font-variant: small-caps;
	line-height:95%;
	text-align: left;
}
h2, .h2 {
	font-size: 26px;
	font-weight: bold;
	color: #676767;
	margin: 0px;
	padding-top: 20px;
	margin-bottom: 15px;
	line-height: 26px;
	text-align: left;
}
h3, .h3 {
	font-size: 22px;
	font-weight: normal;
	color: #676767;
	margin: 0px;
	padding-top: 12px;
	margin-bottom: 6px;
	text-align: left;
}
h4, .h4 {
	font-size: 12px;
	font-weight: bold;
	color: #4876ae;
	margin: 0px;
	padding-top: 12px;
	margin-bottom: 10px;
}
h5, .h5 {
	color:#4876ae;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* LINKS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a:active, a:visited, a:link {
	color: #42a3cc;
	text-decoration: none;
	outline: none;
}
a:hover { color: #15b4f7; }
a img {
	border: 0px solid white;
	text-decoration:none;
}
/* END: Global Includes */

div.xstructure {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div.page-top-bg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/bg-002.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div.page-top-bg-int {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/images/bg-003.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/* START: HDR */

table.hdr-tbl {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	height: 179px;
}
table.hdr-tbl td.right {
	width: 550px;
	text-align: right;
	padding-right: 40px;
}
table.hdr-tbl td.right div.hdr-phone {
	padding-top: 40px;
	color:#3fa6ca;
	padding-bottom: 10px;
}
table.hdr-tbl td.right div.hdr-phone span {
	color: white;
	font-size: 25px;
	font-weight: bold;
	padding-left: 5px;
	font-family:'Arial Black', sans-serif;
}
table.hdr-tbl td.right ul.hdr-nav { padding-top: 0px; }
table.hdr-tbl td.right ul.hdr-nav li {
	display: inline;
	list-style: none;
	color:#3fa6ca;
}
table.hdr-tbl td.right ul.hdr-nav li a {
	color:#d0e8f3;
	padding-right: 10px;
	padding-left: 8px;
}
table.hdr-tbl td.right ul.hdr-nav li.last a { padding-right: 0px; }
table.hdr-tbl td.right ul.hdr-nav li a:hover { color: white; }
table.hdr-tbl td.right ul.main-nav {
	padding-top: 14px;
	font-size: 18px;
}
table.hdr-tbl td.right ul.main-nav li {
	display: inline;
	list-style: none;
	color: #3fa6ca;
	font-size: 16px;
	font-weight: bold;
}
table.hdr-tbl td.right ul.main-nav li a {
	color:#d0e8f3;
	padding-right: 9px;
	padding-left: 5px;
}
table.hdr-tbl td.right ul.main-nav li.last a { padding-right: 0px; }
table.hdr-tbl td.right ul.main-nav li a:hover { color:white; }
/* END: HDR */

/* START: SPLASH */
div.hp-splash {
	width: 830px;
	height: 297px;
	margin-right: auto;
	margin-left: auto;
}
div.int-splash {
	width: 830px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
}
/* END: SPLASH */

/* START: HP CTAS */
table.hp-ctas {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
table.hp-ctas td {
	width: 280px;
	text-align: center;
}
table.hp-ctas td.center { width: 290px; }
div.hp-cta-box {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	background-color:#42a3cc;
	background-image:url(/images/hp-cta-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
div.hp-cta-box div.title {
	padding-top: 14px;
	padding-left: 20px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Arial Black';
	font-variant: small-caps;
}
div.hp-cta-box div.title a, div.hp-cta-box div.title a:link, div.hp-cta-box div.title a:visited { color: #D0E8F3;}
div.hp-cta-box div.title a:hover { color: white;}

div.hp-cta-box div.text {
	width: 240px;
	min-height: 125px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding-top: 20px;
	font-size: 14px;
	line-height: normal;
}
/* END: HP CTAS */

/* START: CONTENT */
table.hp-content-tbl {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
table.hp-content-tbl td.main {
	width: 580px;
	background-image:url(/images/hp-content-img.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
}
table.hp-content-tbl td.main div {
	width: 250px;
	padding-bottom: 30px;
}
div.int-content {
	width: 850px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
}
table.int-content-tbl {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
table.int-content-tbl td.main {
	width: 550px;
	padding-right: 30px;

}
table.int-content-tbl td.main ul { padding-left: 40px; }
table.int-content-tbl td.main ul li { padding-top: 10px; }
table.int-content-tbl td.int-right-col {
	outline: 1px solid #EBEBEB;
	width: 250px;
	padding-top: 12px;
	text-align: center;
}
div.int-content-img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
div.int-content-img img { width: 300px; }
/* END: CONTENT */

/* START: NEWS */
table.hp-content-tbl td.hp-news div.heading {
	font-weight: bold;
	font-size: 20px;
	color:#42a3cc;
	font-variant: small-caps;
}
table.hp-content-tbl td.hp-news div.date {
	font-weight: bold;
	font-size: 12px;
	color:#42a3cc;
	padding-top: 20px;
}
table.hp-content-tbl td.hp-news div.title a {
	color:#707070;
	border-bottom: 1px dotted #DFDFDF;
}
table.hp-content-tbl td.hp-news div.title a:hover {
	color:#42a3cc;
	border-bottom: 1px dotted #42a3cc;
}
table.hp-content-tbl td.hp-news div.view-all {
	padding-top: 30px;
	font-size: 14px;
	color:#42a3cc;
	font-weight: bold;
}
/* END: NEWS */

/* START: FOOTER */
div.footer {
	background-image:url(/images/footer-bg.jpg);
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 88px;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #ccd4db;
	font-size: 12px;
	text-align: center;
}
div.footer a {
	color: #ccd4db;
	font-size: 12px;
}
div.footer a:hover { color:white; }
div.footer ul.links {
	padding-top: 1px;
	font-size: 14px;
	padding-bottom: 10px;
}
div.footer ul.links li {
	display: inline;
	list-style: none;
	color:#3fa6ca;
}
div.footer ul.links li a {
	color:#d0e8f3;
	padding-right: 15px;
	padding-left: 13px;
}
div.footer ul.links li a:hover { color:white; }
div.footer { padding-left: 20px; }
/* END: FOOTER */

/* START: SITEMAP */
ul.sitemap {
	padding-left: 30px;
	line-height: 35px;
	font-size: 16px;
}
ul.sitemap li ul {
	padding-left: 30px;
	list-style: circle;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: normal;
}
/* END: SITEMAP */



/* -- CONTACT FORM -- */
dt {
	font-size: 12px;
	color: #2e3957;
	padding: 0px;
	margin:0px;
	margin-top:8px;
}
dd {
	padding: 0px;
	margin:0px;
	margin-top:8px;
}
input.stdfield {
	width: 240px;
	border:1px solid #cacaca;
}
textarea.stdfield {
	width: 335px;
	height: 68px;
	border:1px solid #cacaca;
}
.stdbutton {
	width: 120px;
	height: 30px;
	color: white;
	background: #42a3cc;
	border:2px solid #276792;
	cursor:pointer;
}
.stdbutton:hover { background: #3eacda; }
ul.errors {
	padding: 0px;
	margin: 0px;
}
ul.errors li {
	color: #991a00;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
div.related { margin-top:15px; }
div.related ul { padding-top: 0px; }
div.related li {
	padding: 2px;
	font-size: 12px;
}
/* MISC */
table.size-table {
	font-size: 13px;
	margin-bottom: 20px;
}
table.size-table td {
	width: 175px;
	border: 1px solid #F3F3F3;
	padding: 5px;
}
table.size-table th {
	text-align: left;
	font-weight: bold;
	background-color:#F3F3F3;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
}
table.size-table tr { }
table.size-table tr:hover { background-color: #F3F3F3; }
table.size-table td:hover { background-color:#E9E9E9; }
table.featured-equipment { }
table.featured-equipment td {
	padding: 20px;
	text-align: left;
}
