/* /////////////////////////////////
	FotoMaps CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 11px 'lucida sans unicode', 'lucida grande', tahoma, arial, trebuchet, "sans serif";
	color: #b3b3b3;
	background: #303030;
	line-height: 18px;
}

#center {
	width: 960px;
	margin: 40px auto 0;
	background: #222222 url('../i/bg.gif') no-repeat right top;
	padding: 40px 0 40px;
}

body#home #center {
	background: #222222 url('../i/bg-home.jpg') no-repeat right top;
}

body#features #center {
	background: #222222 url('../i/bg-features.jpg') no-repeat right top;
}

body#contact #center {
	background-image: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.divider { 
	clear: both; 
	height: 0px; 
	border-bottom: solid 4px #303030;
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	padding: 12px 0 0 0;
	
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.col1 {
	width: 240px;
}

.col2 {
	width: 480px;
}

.col3 {
	width: 720px;
}

.col4 {
	clear: both;
	width: 960px;
}

.padLeft {
	margin-left: 30px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: bold 56px arial, tahoma;
	margin: 0px 0px 18px 0px;
	color: #fff;
	letter-spacing: -2px;
	text-transform: uppercase;
}

h1#outOfTheBox {
	width: 534px;
	height: 120px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-out-of-the-box.gif') no-repeat left top;
	margin: 320px 0 0 0;
}

h1#featuresTour {
	width: 391px;
	height: 76px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-features-tour.gif') no-repeat left top;
	margin: 12px 0 0 0;
}

h1#frequentlyAskedQuestions {
	width: 281px;
	height: 85px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-faq.gif') no-repeat left top;
	margin: 12px 0 0 0;
}

h1#userGuideDocs {
	width: 289px;
	height: 77px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-user-guide.gif') no-repeat left top;
	margin: 12px 0 0 0;
}

h1#mapsResources {
	width: 283px;
	height: 78px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-resources.gif') no-repeat left top;
	margin: 12px 0 0 0;
}

h1#downloadPro {
	width: 557px;
	height: 119px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-download.gif') no-repeat left top;
	margin: 12px 0 8px 0;
}

h1#aboutFotoMaps {
	width: 470px;
	height: 79px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-about.gif') no-repeat left top;
	margin: 12px 0 0 0;
}

h1#contactUs {
	width: 233px;
	height: 79px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-contact.gif') no-repeat left top;
	margin: 12px 0 8px 0;
}

h1#siteMap {
	width: 226px;
	height: 76px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-sitemap.gif') no-repeat left top;
	margin: 12px 0 36px 0;
}

h1#affiliateProgram {
	width: 498px;
	height: 76px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-affiliate.gif') no-repeat left top;
	margin: 12px 0 0px 0;
}

h2 {
	font: normal 26px arial, tahoma;
	margin: 36px 30px 18px 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: -1px;
}

h3 {
	font: bold 20px arial, tahoma;
	margin: 36px 30px 18px 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: -1px;
}

h3.tight {
	margin-bottom: -12px;
}

h4 {
	font: normal 16px arial, tahoma;
	margin: 20px 30px -12px 0;
	color: #fff;
	line-height: 21px;
}

#userGuide h4 {
	margin: 24px 0 -12px 0;
}

p, ul, ol {
	margin: 18px 30px 18px 0px;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 22px;
}

ol li {
	margin-bottom: 9px;
}

p em,
li em {
	font-family: arial, tahoma;
}

strong.white {
	color: #fff;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #aedaf1;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* /////////////////////////////////
	LOGO & NAV
///////////////////////////////// */

#logo {
	display: block;
	width: 139px;
	height: 46px;
	overflow: hidden;
	background: transparent url('../i/fotomaps.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 6px 0 0 30px;
}

#logo:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	width: 240px;
	margin: 36px 0 0 0;
	list-style-type: none;
	font: normal 18px arial;
}

ul#nav li {
	display: block;
	width: 240px;
	height: 24px;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	width: 200px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	color: #999;
	margin-left: 30px;
}

ul#nav li a:hover {
	color: #fff;
}

ul#nav #navHome a:link, ul#nav #navHome a:visited { background: transparent url('../i/nav-home.gif') no-repeat left 0px; }
ul#nav #navFeatures a:link, ul#nav #navFeatures a:visited { background: transparent url('../i/nav-features.gif') no-repeat left 0px; }
ul#nav #navDemo a:link, ul#nav #navDemo a:visited { background: transparent url('../i/nav-demo.gif') no-repeat left 0px; }
ul#nav #navFAQ a:link, ul#nav #navFAQ a:visited { background: transparent url('../i/nav-faq.gif') no-repeat left 0px; }
ul#nav #navUserGuide a:link, ul#nav #navUserGuide a:visited{ background: transparent url('../i/nav-user-guide.gif') no-repeat left 0px; }
ul#nav #navResources a:link, ul#nav #navResources a:visited { background: transparent url('../i/nav-resources.gif') no-repeat left 0px; }
ul#nav #navDownload a:link, ul#nav #navDownload a:visited{ background: transparent url('../i/nav-download.gif') no-repeat left 0px; }


ul#nav #navHome a:hover,
ul#nav #navFeatures a:hover,
ul#nav #navDemo a:hover,
ul#nav #navFAQ a:hover,
ul#nav #navUserGuide a:hover,
ul#nav #navResources a:hover,
ul#nav #navDownload a:hover {
	background-position: -200px 0px;
}

body#home ul#nav #navHome,
body#features ul#nav #navFeatures,
body#faq ul#nav #navFAQ,
body#userGuide ul#nav #navUserGuide,
body#resources ul#nav #navResources,
body#download ul#nav #navDownload {
	background: transparent url('../i/nav-current.gif') no-repeat left 0px; 
}

body#home ul#nav #navHome a:link,
body#features ul#nav #navFeatures a:link,
body#faq ul#nav #navFAQ a:link,
body#userGuide ul#nav #navUserGuide a:link,
body#resources ul#nav #navResources a:link,
body#download ul#nav #navDownload a:link,
body#home ul#nav #navHome a:visited,
body#features ul#nav #navFeatures a:visited,
body#faq ul#nav #navFAQ a:visited,
body#userGuide ul#nav #navUserGuide a:visited,
body#resources ul#nav #navResources a:visited,
body#download ul#nav #navDownload a:visited {
	background-position: -400px 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

.shiftUp {
	position: relative;
	top: -36px;
	margin-bottom: -18px;
}

a#download:link,
a#download:visited {
	display: block;
	width: 186px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-download.gif') no-repeat left top; 
	margin: -5px 0 -6px 0;
}

a#download:hover {
	background-position: left -29px;
}

a#download2:link,
a#download2:visited {
	display: block;
	width: 186px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-download.gif') no-repeat left -29px; 
	margin: 0px 0 0px 0;
}

a#download2:hover {
	background-position: left -58px;
}

a#buy:link,
a#buy:visited {
	display: block;
	width: 186px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-buy.gif') no-repeat left top; 
	margin: 0px 0 0px 0;
}

a#buy:hover {
	background-position: left -29px;
}

a#free:link,
a#free:visited,
a#free:hover {
	display: block;
	width: 64px;
	height: 27px;
	text-indent: -5000px;
	background: transparent url('../i/free.gif') no-repeat left top; 
	position: absolute;
	top: 20px;
	left: 184px;
	z-index: 100;
}

a.pro:link,
a.pro:visited {
	position: relative;
	top: 2px;
	margin-left: 8px;
}

em.pro {
	color: #7b7b7b;
}

.cutRight {
	margin-right: 320px;
}

.imgPhoto {
	float: right;
	position: relative;
	left: 22px;
	margin: 0 0 18px 8px;
}

.imgAbout {
	float: left;
	position: relative;
	left: -210px;
	margin: 5px -180px 18px 0;
}

.imgConfig {
	float: left;
	position: relative;
	left: -276px;
	margin: 30px -276px -28px 0;
}

.imgQuote {
	float: left;
	position: relative;
	left: -250px;
	margin: -20px -250px 18px 0;
}

ul#share {
	margin: 24px 0 18px 0;
}

ul#share li {
	float: left;
	margin-right: 20px;
}

ul#share h4 {
	margin: 4px 10px 0 0;
	width: 94px;
	height: 11px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h4-share.gif') no-repeat left top; 
}

ul#share a:link,
ul#share a:visited {
	color: #b3b3b3;
}

ul#share a:hover {
	color: #fff;
}

#stumble {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-stumble.gif') no-repeat left 1px; 
}

#float {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-float.gif') no-repeat left 1px; 
}

#delicious {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-delicious.gif') no-repeat left 1px; 
}

#digg {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-digg.gif') no-repeat left 1px; 
}

#twitter {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-twitter.gif') no-repeat left 1px; 
}

#facebook {
	padding: 1px 0 1px 22px;
	background: transparent url('../i/icon-facebook.gif') no-repeat left 1px; 
}

pre {
	background: #303030;
	display: block;
	width: 654px;
	overflow: auto;
	margin: 22px 0 22px 0;
	padding: 18px 18px 24px;
	font: normal 11px 'lucida console', 'lucida sans typewriter', 'courier new', courier;
}

code {
	background: #303030;
	font: normal 11px 'lucida console', 'lucida sans typewriter', 'courier new', courier;
	padding: 5px 8px 4px;
	white-space: nowrap;
}

pre em, code em {
	font-style: normal;
	color: #fff;
}

.alert {
	padding: 8px 12px;
	background: #181818;
}

.guideNum {
	width: 210px;
	border-top: solid 4px #303030;
	float: left;
	position: relative;
	left: -210px;
	margin: -4px -210px 0 0;
	padding: 34px 0 0 0;
}

.guideNum img {
	display: block;
	margin-right: 30px;
	margin-bottom: 20px;
}

.guideNum a,
.guideNum a:visited {
	color: #464646;
	padding-right: 12px;
	background: transparent url('../i/arrow-up.gif') no-repeat right 6px;
	margin-left: 4px; 
}

.guideNum a:hover {
	color: #999;
	background-position: right -14px; 
}

#guideNav {
	margin: -42px 0 80px 30px;
}

#guideNav h3 {
	margin-top: 0;
}

#guideNav ul {
	margin: 18px 0 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

#guideNav ul a,
#guideNav ul a:visited {
	margin-left: 4px;
}

ul.fileList li,
ul.arrow li {
	margin-bottom: 9px;
	padding-left: 16px;
	background: transparent url('../i/bullet-arrow.gif') no-repeat left 5px;
}

ul.fileList li strong {
	color: #fff;
	font: normal 16px arial;
}

#mapsKey {
	margin: -42px 0 0 30px;
}

.mapCol {
	float: left;
	width: 160px;
	margin-top: -8px;
}

.mapCol h4 {
	margin-top: 36px;
}

#preview{
	position:absolute;
	background: transparent url('../i/bg-preview.gif') no-repeat left top;
	display:none;
	color:#fff;
	width: 150px;
	height: 150px;
	padding: 10px 10px 10px 30px;
}

#download h4 {
	margin-bottom: 0;
}

#paypalVerified {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/paypal-verified.gif') no-repeat left top;
	position: relative;
	left: -130px;
	margin: 0px -130px 0 0;
}

#sitemap ul.arrow h4 {
	display: inline;
	margin: 0 10px 0 0;
}

#about h4 {
	margin-bottom: 18px;
}

#sig {
	width: 133px;
	height: 53px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/sig.gif') no-repeat left top;
	margin-bottom: -10px;
	position: relative;
	left: -12px;
}

object {
	outline: none;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	clear: both;
	width: 720px;
	background: #303030;
	margin: 0 auto;
	padding: 1px 0px 0px 240px ;
	color: #707070;
	height: 70px;
} 

#footer p {
	margin: 18px 0 12px 0;
}

#footer a:link,
#footer a:visited {
	color: #707070;
}

#footer a:hover {
	color: #fff;
}

#footer #benek:link,
#footer #benek:visited,
#footer #mt:link,
#footer #mt:visited,
#footer #align:link,
#footer #align:visited {
	margin-left: 24px;
	color: #fff;
	opacity: .3;
}

#footer #benek {
	padding: 10px 51px 10px 0;
	background: transparent url('../i/footer-benek.gif') no-repeat right 10px; 	
}

#footer #mt {
	padding: 10px 40px 10px 0;
	background: transparent url('../i/footer-mt.gif') no-repeat right 12px; 	
}

#footer #align {
	padding: 10px 38px 10px 0;
	background: transparent url('../i/footer-align.gif') no-repeat right 4px; 	
}

#footer #benek:hover,
#footer #mt:hover,
#footer #align:hover {
	opacity: 1;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
	border: 0;
}

label { 
	display: block;
	width: 140px;
	float: left;
	font: normal 16px arial, tahoma;
	color: #fff;
	margin: 4px 20px 0 0;
}

.input {
	width: 480px;
	font: normal 11px 'lucida sans unicode', 'lucida grande', tahoma, arial, trebuchet, "sans serif";
	background: #303030;
	border: 0;
	padding: 5px;
	color: #b3b3b3;
}

input.input {
	
}

select.input {
	width: 490px;
}

.input:focus,
option:focus {
	border: 0;
	outline: 0;
}

textarea.input {
	height: 100px;
}

form ul li {
	clear: both;
	padding-bottom: 10px;
}

a#buttonSend:link,
a#buttonSend:visited {
	display: block;
	width: 70px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-send.gif') no-repeat left top; 
	margin: 0 0 0 160px;
}

a#buttonSend:hover {
	background-position: left -29px;
}

#contactForm textarea.input {
	height: 200px;
}

form#purchase {
	background: #303030;
	width: 186px;
	padding: 12px;
}

form#purchase label {
	float: left;
	width: auto;
	font: normal 11px 'lucida sans unicode', 'lucida grande', tahoma, arial, trebuchet, "sans serif";
	color: #b3b3b3;
	margin: 14px 5px 0 0;
}

form#purchase .input {
	float: left;
	width: 90px;
	background: #222222;
	padding: 2px;
	margin: 12px 0 0 0;
	color: #fff;
}

