@charset "UTF-8";

/*Note: This CSS file may not always be valid according to the W3C standards.
It may contain proprietary/nonstandard or yet unsupported code.
This code is used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.*/

/*
@website: 
@author: spotonearth team
@copyright: spotonearth 2009 

1    general rules
1.1. reset
1.2. typography
1.3. forms
1.4. tables
1.5. floats
1.6. misc

2   layout
2.1. grids
2.2. container
2.3. branding
2.4. content
2.5. site info
*/

/*************************************
1. General rules
**************************************/

/*---------1.1. =reset-------------*/
* { 
	list-style: none;
	font-size: 100%; 
	text-decoration: none;
	font-variant: normal;
	font-family: inherit;
	outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,ul, ol, li, dl, dt, dd, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, li,  fieldset, form, label, legend, input, select, option, optgroup{
	padding: 0px;
	margin: 0px;
}

html {
	background:#000 url("../images/bg2.png") no-repeat center top fixed;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	background:url("../images/bg.png") no-repeat top left fixed;
	color:#b5b5b5;
}

*:focus::-moz-focus-inner {
	border-color: transparent !important;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }

pre {
	width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

img,
object,
embed {
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	vertical-align: bottom;
}

a img {
	vertical-align: middle;
}

ul.list,
ol.list {
	margin: 10px 0px;
	padding: 0px 0px 0px 2em;
}

ul.list li { list-style: disc; }

ol.list { list-style: decimal; }

dl.list { margin: 10px 0px; }

dl.list  dt { margin: 10px 0px 2px 0px; }

dl.list dd { margin: 0px 0px 0px 2em; }

/*-------1.2. =typography----*/
/*headings and paragraphs*/
h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 10px 0px;
}

h1 {
	display:inline;
	font-size: 1.5em;
	padding-right:20px;
	background:url("../images/arrow.gif") no-repeat center right;
	color:#ffffff;
	text-transform:uppercase;
}

h2 {
	font-size: 1.2em;
	color:#ffffff;
	text-transform:uppercase;
}

h3 {
	margin-bottom:0px;
	font-size: 1.2em;
	text-transform:uppercase;
	color:#999999;
}

h3 span {
	color:#626262;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

p {
	margin: 0px 0px 15px 0px;
}

blockquote {}

blockquote p {
	margin: 0px;
}

/*links*/
a {
	cursor: pointer;
	color:#5d5d5d;
}

a:link,
a:visited {}

a:hover, 
a:focus,
a:active {
	color:#ffffff;
}

/*phrase elements*/
strong, b { font-weight: bold; }

em, i { font-style: oblique; }

del, s, strike { text-decoration: line-through; }

ins, u { text-decoration: underline; }

abbr,
acronym { speak: spell-out; }

abbr[title],
acronym[title],
dfn[title]{
	border-bottom: 1px dashed #000;
	cursor: help;
}

sup {
	vertical-align: text-top;
	font-size: 85%;
}

sub {
	vertical-align: text-bottom;
	font-size: 85%;
}

dfn {}

cite { 
	font-weight: bold; 
	font-style: italic;
}

kbd {
	padding:  0px 2px;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 2px 2px 1px;
	background: #F7F7F7;
}

var {}

code {}

samp {}

/*------------1.3. =forms---------------*/
fieldset {
	border: none;
}

form li {
	margin-bottom: 3px;
}

legend {}

label {
	display: block;
}

input {
	vertical-align: bottom;
}

label input {
	vertical-align: middle;
}

.text {}

.text:focus,
.text:active {}

.radio {}

.checkbox {}

.image {}

input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
}

button,
.button { 
	width: auto;
	overflow: visible;
	text-align: center;
	cursor: pointer;
}

button span { 
  display: block; 
  white-space: nowrap; 
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {}

select {}

select:focus,
select:active {}

optgroup {}

option {}

textarea {
	overflow: auto;
}

textarea:focus,
textarea:active {}

.small {
	width: 30%;
}

.medium {
	width: 50%;
}

.large {
	width: 100%;
}

/*----------1.4. =tables---------*/
table {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;  /*when set to "0" cellspacing has no effect on tables */
}

tr {}

td {}

th {}

caption {
	text-align: center;
	font-weight: bold;
}

/*----------1.5. =floats---------*/
form li:after,
form dl:after,
form dt:after, 
form dd:after,
ul:after,
ol:after,
dl:after,
#container:after,
#branding:after,
#content:after,
#mainContent:after,
#sideContent:after,
#siteInfo:after,
.line:after,
body:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*-------1.6. =misc------*/
.hidden {
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: -9999em !important;
	left: -9999em !important;
	font-size: 0px !important;
}

.left { text-align: left;}

img.left {
	margin: 0px 25px 10px 0px;
	float: left;
	clear: left;
}

.center { text-align: center; }

img.center {
	display: block;
	margin: 0 auto;
}

.right { text-align: right; }

img.right {
	margin: 0px 0px 10px 10px;
	float: right;
	clear: right;
}

.confirm,
.warning,
.notice,
.error {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	background-position: 6px 6px !important;
	background-repeat:no-repeat !important;
}

.confirm{
	border-color: #60C300;
	background: #DFFFBF url(../images/icons/confirm.png);
}

.warning{
	border-color: #FF7200;
	background: #FFE59F url(../images/icons/warning.png);
}

.notice {
	border-color: #5fb9f7;
	background: #caecff url(../images/icons/notice.png);
}

.error{
 	border-color: #FF0000;
	background: #FFAFAF url(../images/icons/error.png);
}

/************************************
2. Layout
*************************************/

/*--------------2.1. =grids--------------*/
.line {
	zoom: 1.0;
}

.g1of2,
.g1of3,
.g1of4,
.g1of5,
.g2of3,
.g2of5,
.g3of4,
.g3of5,
.g4of5 {
	float: left;
	overflow: hidden;
	border-right:1px solid #5d5d5d;
	padding:0 1%;
	zoom: 1.0;
}
 
.g1of2 { width: 50%; }
.g1of3 { width: 35.8%; }
.g1of4 { width: 26%; }
.g1of5 { width: 20%; }
.g2of3 { width: 60%; }
.g2of5 { width: 42%}
.g3of4 { width: 69%; }
.g3of5 { width: 53%;}
.g4of5 { width: 80%; }
.lastUnit {
	width: auto;
	float: none;
}

.last {
	border:none;
}

/*------------2.2. =container------------*/
#container {
	position: relative;
	margin:0 auto;
	margin-top:30px;
	font-size: 1.2em;
	width:812px;
}

/*------------2.3. =branding-------------*/
.brandingInfo {
	overflow: hidden;
}

.logo {
	display:block;
	float:left;
	width:169px;
	height:149px;
	text-indent:-9999em;
	background:url("../images/logo.png") no-repeat top left;
}

.brandingInfo p {
	float:right;
	width:438px;
	height:89px;
	margin-top:45px;
	text-indent:-9999em;
	background: url("../images/call-dave.png") no-repeat top left;
}	
	
	
/*----------------slideshow----------------------*/

#slideshow {
	width: 812px;
	height: 166px;
	overflow: hidden;
	position: relative;
	margin-top:10px;
}

#slideshow li {
	width: 100%;
	height: 100%;
	position: absolute;
}

/*----------------navigation----------------------*/

#mainNav li {
	float: left;
	text-transform:uppercase;
	line-height: 0.9em;
	border-left:1px solid #c9c9c9;
	
}

#mainNav .first {
	margin-left:-10px;
	border:none;
}

#mainNav a {
	display: block;
	padding: 0px 10px;
	color:#c8c8c8;
}

#mainNav a:hover,
#mainNav a.selected {
	color:#464646;
}



/*------------2.4. =content--------------*/
#content {
	margin-top:20px;
}

#content a {
    padding-left:20px;	
	background:url("../images/arrow.gif") no-repeat center left;
	text-decoration:underline;
	text-transform:uppercase;
}

#content p a {
	padding-left:0px;
	background:none;
	text-decoration:none;
	text-transform:none;
}

.line {
	margin:15px 0px 15px 0px;
}

.mainContent {
	float:left;
	width:57%;
}



.mainContent li, .informationList li {
	margin-bottom: 5px;
	list-style-type: disc;
}

.sideContent {
	float:right;
	width:39%;
}

.details li {
	float:left;
	width:135px;
	height:68px;
	margin-right: 5px;
	margin-bottom: 5px;
   
}

li.detail {
	width:128px;
	height:68px;
	padding:1px 4px 0px 4px;
	margin:0px;
	background-color:#fff;
	color:#999;
	font-size:0.9em;
	color:#a5a5a5;
}

#content .detail a {
	padding:0px 20px 0px 0px;
	background:url("../images/arrow2.gif") no-repeat center right;
	color:#6f6f6f;
	text-decoration:none;
	text-transform:none;
}

.detail a:hover {
	color:#fff;
}

.links {
	width:100%;
	margin-top:30px;
}

.links li {
	float:left;
	width:48%
}

.imageListing {
	margin-bottom:10px;
}

.imageListing li {
	float:left;
	margin-right:5px;
}

.information {
	float:right;
	width:66%;
}

.services {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #565656;
}

#content ul.services  a {
	padding-left:10px;
	background:url("../images/arrow-short.gif") no-repeat center left;
	text-decoration:none;
	text-transform:none;
}

.listing {
	float:right;
	width:84%;
}

.listing li {
	float:left;
	width:31%;
	padding:0 1%;
	border-right:1px solid #595959;
}

.listing .last {
	border:none;
}

.listing p span {
	color:#626262;
}

.contact {
	display: -moz-inline-box; 
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #626262;
	color:#fff;
}

#content .mail {
	margin-left:5px;
	padding:0px;
	background:none;
	text-decoration:none;
	text-transform:none;
	color:#fff;
}

.address {
	color:#fff;
	margin-top: 15px;
}

/*------------2.5. =site info------------*/
#siteInfo {
	padding-top:10px;
    border-top:1px solid #4b4b4b;
}

#siteInfo a {
	color:#b5b5b5;
}

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

#secNav {
	float:left;
}

#secNav li {
	float:left;
	text-transform:uppercase;
	line-height:0.9em;
	border-left:1px solid #c9c9c9;
	
}

#secNav .first {
	padding-left:0px;
	margin-left:-10px;
	border:none;
}

#siteInfo p{
	text-align:right;
	margin-bottom:0px;
}

#secNav a {
	display:block;
	padding:0px 10px;
	color:#c8c8c8;
}

#secNav a:hover,
#secNav a.selected {
	color:#464646;
}


