/* CSS Document */

/*html{
	
	
	color:#333333;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-bottom:-42px;
	
	
		

}


body {
	color:#333333;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-bottom:-42px;
				

}*/
html, body {
    background-color:#ffffff;
	color:#333333;
	height:100%;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	min-height:100%;
	margin-bottom:-42px;
}

.div-content 
{
	background: #ffffff url(images/body-bg.jpg) repeat-y 50% 0;
	height:100%;
	padding:25px 35px 35px 35px;
	
}

#general-div-content
{
	width:900px;
	min-height:300px;
	padding:15px;
	border:1px solid #cccccc;
}

.newsEvents-div-content
{
	width:655px;
	padding:15px;
	border:1px solid #cccccc;
min-height:460px;
float:left;
}

#top-line {
	width:100%;
	background-color:#6483a3;
	border-bottom:1px solid #89a3be;
	height:8px;
}
/*#wrapper {
	background: #ffffff url(images/body-bg.jpg) repeat-y 50% 0;
	width:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	min-height:100%;
	float:left;
	overflow: hidden;
	margin-bottom:-42px;
}*/
#wrapper {
	width:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	min-height:100%;
	float:left;
	margin-bottom:-42px;
}
.bodyBg {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-y;
	float:left;
	width:1004px;
}
.bodyBgSecondary {
	background-image:url(images/body-bgSecondary.jpg);
	background-repeat:repeat-y;
	float:left;
	width:1004px;
	min-height:600px;
}
#header-bg {
	background-image:url(images/header-bg-color.jpg);
	background-repeat:repeat-x;
	height:140px;
	width:100%;
}
#header-bg-img {
	width:100%;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	height:140px;
}
#header {
	width:960px;
	height:150px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
#header-left {
	width:405px;
	height:150px;
	position:relative;
	float:left;
}
#logo {
	width:151px;
	height:152px;
	position:relative;
	float:left;
	margin-top:5px;
}

#partnerLogo {
	width:151px;
	height:152px;
	position:relative;
	float:left;
	margin-top:5px;
}
#header-info {
	width:405px;
	height:89px;
	position:relative;
	float:left;
}
#header-right {
	width:299px;
	height:115px;
	position:relative;
	float:right;
	background-image:url(images/header-info-bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0px 10px;
}
#top-links-holder {
	height:15px;
	width:299px;
	position:relative;
	float:left;
	text-align:center;
	margin-top:20px;
}

.top-links, .top-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.top-links a:hover {
	text-decoration:underline;
	color: #c0d72f;
}
#header-search {
	height:30px;
	width:269px;
	position:relative;
	float:right;
	text-align:right;
	margin-top:10px;
	right:40px;
}
#cart-holder {
	width:269px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	text-align:right;
}
.phone-number {
	float:right;
	margin-right:35px;
	font-size:16px;
	margin-top:5px;
	margin-bottom:0px;
	color:#c0d72f;
	width:200px;
	font-weight:bold;
	text-align:right;
}
#main-nav-holder {
	width:100%;
	height:61px;
	position:relative;
	background-image:url(images/nav-bg.png);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
#main-nav-item-holder {
	width:900px;
	height:61px;
	margin-right:auto;
	margin-left:auto;
}
.main-nav-item a {
	color:#ffffff;
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:57px;
	text-align:center;
	float:left;
	text-decoration:none;
	padding:0px 31px;
	text-transform:uppercase;
	
}
.main-nav-item a:hover {
	text-decoration:none;
	background-image:url(images/nav-bg-hover.jpg);
	background-repeat:repeat-x;
	color:#c0d72f;
}
.main-nav-item-current  {
	color:#875b03;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:42px;
	text-align:center;
	float:left;
	text-decoration:none;
	padding:0px 21px;
}
.navDivider {
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	height:57px;
	width:2px;
	float:left;
}
#body-holder-img {
	width:100%;
}
#body-holder {
	/*padding-top:20px;*/
	width:1004px;
	margin-right:auto;
	margin-left:auto;
}
#body-holder-secondary {
	width:1004px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
}
#general-holder-secondary {
	width:938px;
	margin-right:auto;
	margin-left:auto;
	height:100%;
	padding-bottom:25px;
}
#left-content-holder {
	width:43%;
	float:left;
	position:relative;
	margin-left:50px;
	margin-top:10px;
}
#right-content-holder {
	width:50%;
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:10px;
}
.bottom-border {
	width:100%;
	border-bottom:1px solid #cccccc;
	margin-bottom:7px;
	padding-bottom:7px;
	float:left;
}
.custom-mapping {
	float:right;
	font-size:10px;
	height:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:-10px;
	width:395px;
}
.clearFooter {
	clear:both;
	height:42px;
}
#footer {
	width:100%;
	float:left;
	text-align:center;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	height:55px;
	padding-top:15px;
	position:relative;
	z-index:100;
	
	
}
#emailFooter {
	width:100%;
	float:left;
	text-align:center;
	background-image:url(http://www.mapmart.com/App_Master/images/footer-bg.jpg);
	height:55px;
	/*background-repeat:repeat-x;*/
	padding-top:15px;
	position:relative;
	z-index:100;
	
}
.footer-links, .footer-links a {
	color:#999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
.footer-links a:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
/*#left-nav-holder {
	width:230px;
	background:#e2e2e2;
	float:left;
	padding-top:20px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-bottom:-100000px;
	padding-bottom:100000px;
	height:100%;
	min-height:100%;
	margin-left:20px;
	
}*/
#left-nav-holder {
	width:230px;
	float:left;
	padding-top:20px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	height:100%;
	min-height:100%;
	margin-left:20px;
}
#left-nav-title {
	width:230px;
	height:50px;
	background-color:#d59f42;
	border-top:1px solid #b17c22;
	border-bottom:1px solid #b17c22;
	margin-bottom:20px;
}
#left-nav-holder ul.left-nav-item{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:18px Arial, Helvetica, sans-serif;
	line-height:165%;
	width:230px;
	list-style-image:none;
	line-height:normal;
	font-weight:bold;
}
#left-nav-holder ul.left-nav-item li{
	margin:0;
	padding:0;
	border-bottom:1px solid #cccccc;
	list-style-image:none;
	line-height:150%;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:230px;
}
#left-nav-holder ul.left-nav-item li a{
    font:12px Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	color:#333333;
	padding:3px 0px 3px 15px;
	width:215px;
	list-style-image:none;
	line-height:20px;
	background-color:#f1f0f0;
}
#left-nav-holder ul.left-nav-item li a:hover{
	background:#d59f42; 
	color:#FFFFFF;
	font-weight:bold;}
#left-nav-holder ul.left-nav-item li a.current,ul.vert-one li a.current:hover{
	color:#d59f42;
}
#page-body-content-holder {
	width:725px;
	height:100%;
	float:right;
	padding-bottom:25px;
	position:relative;
}
#page-body-content {
	width:655px;
	min-height:460px;
	float:left;
	padding:15px;
	border:1px solid #cccccc;
}
#services-page-body-content {
	width:655px;
	min-height:550px;
	float:left;
	padding:15px;
	border:1px solid #cccccc;
}
#breadcrumbs-holder {
	width:685px;
	float:left;
	margin-top:10px;
	font-size:10px;
	color:#d59f42;
}
#page-body-content-holder-full {
	width:960px;
	float:right;
	position:relative;
}
#page-body-content-full {
	width:880px;
	float:left;
	padding:15px;
	border:1px solid #cccccc;
}
#breadcrumbs-holder-full {
	width:770px;
	float:left;
	margin-top:10px;
	font-size:10px;
	color:#d59f42;
}
.breadcrumbs a {
	color:#333333;
	text-decoration:underline;
	font-size:10px;
}
.breadcrumbs a:hover {
	color:#666666;
	text-decoration:none;
}
.aerial-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/aerial-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.aerial-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/aerial-button-over.jpg);
	background-repeat:no-repeat;
}
.satellite-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/satellite-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.satellite-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/satellite-button-over.jpg);
	background-repeat:no-repeat;
}
.digital-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.digital-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-button-over.jpg);
	background-repeat:no-repeat;
}
.usgs-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/USGS-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.usgs-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/USGS-button-over.jpg);
	background-repeat:no-repeat;
}
.digital-street-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-street-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.digital-street-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-street-button-over.jpg);
	background-repeat:no-repeat;
}
.digital-vector-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-vector-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.digital-vector-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/digital-vector-button-over.jpg);
	background-repeat:no-repeat;
}
.demographic-data-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/demographic-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.demographic-data-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/demographic-button-over.jpg);
	background-repeat:no-repeat;
}
.map-info-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/map-info-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.map-info-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/map-info-button-over.jpg);
	background-repeat:no-repeat;
}
.esri-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/ESRI-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.esri-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/ESRI-button-over.jpg);
	background-repeat:no-repeat;
}
.global-mapper-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/global-mapper-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.global-mapper-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/global-mapper-button-over.jpg);
	background-repeat:no-repeat;
}
.lizard-tech-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/lizard-tech-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.lizard-tech-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/lizard-tech-button-over.jpg);
	background-repeat:no-repeat;
}
.pictometry-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/pictometry-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.pictometry-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/pictometry-button-over.jpg);
	background-repeat:no-repeat;
}

.harris-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/harris-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.harris-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/harris-button-over.jpg);
	background-repeat:no-repeat;
}
.mapmart-uploadAOI-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/UploadAOI-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.mapmart-uploadAOI-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/UploadAOI-button-over.jpg);
	background-repeat:no-repeat;
}
.mapmart-toolbar-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/ArcMap-Toolbar-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.mapmart-toolbar-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/ArcMap-Toolbar-button-over.jpg);
	background-repeat:no-repeat;
}
.mapmart-entercoordinates-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/EnterCoordinates-button-over.jpg);
	background-repeat:no-repeat;
}

.mapmart-entercoordinates-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/EnterCoordinates-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.world-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/world-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.world-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/world-button-over.jpg);
	background-repeat:no-repeat;
}

.energy-button a {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/energy-button-up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
.energy-button a:hover {
	width:81px;
	height:59px;
	float:left;
	margin-right:2px;
	margin-bottom:4px;
	display:block;
	background-image:url(images/buttons/energy-button-over.jpg);
	background-repeat:no-repeat;
}

#product-info {
	width:290px;
	float:right;
	position:relative;
	padding-left:20px;
	
}

#thumbs-holder {
	width:341px;
	float:left;
	position:relative;
}

#software-thumbs-holder
{
	width:100%;
	position:relative;
	padding:10px;
}
#tabs-holder {
	background-image:url(images/tabs-bg.jpg);
	background-repeat:no-repeat;
	padding:40px;
}
.category-thumb {
	width:200px;
	float:left;
	margin-top:10px;
}
.sampleThumbnail
{
	width:65px;
	height:70px;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:left
}
.sampleThumbnailSpacer
{
	width:4px;
	height:70px;
	padding:0px;
	margin:0px;
	float:left;
}

.pricingTable
{
	border:1px solid #cccccc;
}
.pricingTableCell
{
	border:1px solid #cccccc;
}
.pricingTableHeaderCell
{
	background-color:#1b6195;
	color:White;
	font-weight:Regular;
	text-align:center;
}
.pricingTableOrangeCell
{
	color:#D1820c;
	border:1px solid #cccccc;
	font-weight:Regular;
}

.pricingTableBlackCell
{
	color:#000000;
	border:1px solid #cccccc;
	font-weight:Regular;
}

.singleMoreInfoButton
{
	text-align:right;
	padding-right:40px;
}

.softwareDiv
{
width:100%;
text-align:left
}

table.ThinClassSaffron {
border-top: 1px solid #D1820C;
border-left: 1px solid #D1820C; }

table.ThinClassSaffron td {
border-right: 1px solid #D1820C;
border-bottom: 1px solid #D1820C; }

.discountCode
{
  font-size:15px;
  color:red;
}
.ulEmail
{
	font-weight:bold;
}
#featuredProduct
{
	border:solid 1px #1b6195;
 background-color:#e2e2e2;
 text-align:center;
padding:5px;
font-size:14px;
	
}

.superscript{font-size:xx-small; vertical-align:top; color:red;font-weight:bold;} 
