body
{
	background-color: #333;
}

#body
{
	width: 100%;
	background-color: #333;
}

.list
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#blogs-fixed, #header-fixed, #navcontent-fixed
{
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#blogs-banner
{
	background-color: #222;
}

#blogs
{
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
}

#blog-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#blog-list li
{
	text-align: center;
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 1px;
}

#blog-list li span
{
	display: block;
	color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 3px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	border-right: 1px solid #fff;
	line-height: 1em;
	font-size: 11px;
	clear: both;
}

#blog-list li a:link, #blog-list li a:visited
{
	color: #fff;
}

#blog-list li a:hover
{
	color: #f90;
}

#blog-list li a:hover img
{
	width: 25px;
	height: 15px;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.blog-first
{
	border-left: 1px solid #fff;
}

#header-banner
{
	background-image: url(/assets/pattern.png);
	background-repeat: repeat;
	position: relative;
}


#header-shadow-left
{
	width: 15px;
	height: 245px;
	background-image: url(/assets/header-left-shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0;
	position: absolute;
}

#header-shadow-right
{
	width: 15px;
	height: 245px;
	background-image: url(/assets/header-right-shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0;
	position: absolute;
	margin-left: 955px;
}

#header
{
	margin-left: 15px;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#spaceinvaders
{
	float: right;
	margin-top: 5px;
}

#header-bttm-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 25px;
}


#header-bttm-list li
{
	margin: 0;
	padding: 0;
	text-align: right;
	color: #fff;
	font-size: 27px;
	height: 1.35em;
	text-transform: uppercase;
	font-weight: bold;
}

#header-bttm-list li a:link, #header-bttm-list li a:visited
{
	color: #fff;
}

#header-bttm-list li a:hover
{
	color: #f90;
}

#header-bttm-logo
{
	margin-top: 140px;
}

#navcontent-banner
{
	background-color: white;
}

#navcontent
{
	padding-left: 15px;
	padding-right: 15px;
}

#navcontent-shadow-left
{
	width: 15px;
	height: 280px;
	background-image: url(/assets/navcontent-left-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
}

#navcontent-shadow-right
{
	width: 15px;
	height: 280px;
	background-image: url(/assets/navcontent-right-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	margin-left: 955px;
}

#nav
{
	padding-right: 30px;
	background-color: #f90;
	height: 100%;
}

#nav-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#nav-list li
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3em;
}

#nav-list #nav-list-first, #nav-home
{
	padding-left: 30px;
}

#nav-list li, #nav-list li a:link, #nav-list li a:visited
{
	color: #fff;
}


#nav-list li a:hover
{
	color: #333;
}

#nav-list .selected, #home #nav-home, #about #nav-about, #why #nav-why, #clients #nav-clients, #contactus #nav-contact, #api #nav-api, #setup #nav-setup, #realestate #nav-realestate, #raywhite #nav-raywhite, #reports #nav-reports
{
	background-image: url(/assets/pattern.png);
	background-repeat: repeat;
}

#nav-list .selected a:hover, #home #nav-home a:hover, #about #nav-about a:hover, #why #nav-why a:hover, #clients #nav-clients a:hover, #contactus #nav-contact a:hover, #api #nav-api a:hover, #setup #nav-setup a:hover, #realestate #nav-realestate a:hover, #raywhite #nav-raywhite a:hover, #reports #nav-reports a:hover
{
	color: white;
}

#content
{
	padding: 30px;
	min-height: 300px;
}

#main
{
}

#main-column-left
{
	float: left;
	clear: left;
	width: 260px;
	margin-right: 48px;
}

#main-column-left-span
{
	float: left;
	width: 600px;
}

#main-column-right
{
	float: right;
	width: 260px;
}

#main-column
{
	width: 260px;
	float: left;
}

#main-api-left
{
	width: 460px;
	float: left;
}

#main-api-right
{
	width: 410px;
	float: right;
}

#api h4
{
	margin-top: 10px;
}

#main-column-quote
{
	margin-left: 20px;
	background-image: url(/assets/pattern.png);
	background-repeat: repeat;
	padding: 20px;
}

#footer-banner
{
	background-color: #333;
	position: relative;
	padding-bottom: 40px;
	width: 100%;
}

#footer-fixed
{
	width: 970px;
	margin: 0 auto;
}

#footer
{
	background-color: #666;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	color: white;
}

#footer-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#footer-list li
{
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid;
	padding-left: 1em;
	padding-right: 1em;
	color: white;
	font-weight: bold;
}

#footer-list li a:link, #footer-list li a:visited
{
	color: #fff;
}

#home #footer-home a, #contactus #footer-contact a, #privacy #footer-privacy a, #spam #footer-spam a, #footer-list li .selected, #footer-list .selected a:link, #footer-list .selected a:visited
{
	color: #f90;
}

#home #footer-home a, #contactus #footer-contact a, #privacy #footer-privacy a:hover, #spam #footer-spam a:hover, #footer-list li a:hover
{
	color: #f90;
}

#footer-list .footer-first
{
	border-left: none;
	padding-left: 0;
}

.orange
{
	color: #f90;
}

.quote
{
	font-size: 15px;
	color: #f90;
	font-size: 170%;
	vertical-align: bottom;
	text-align: center;
	line-height: 75%;
}

.quote-text
{
	padding-top: 20px;
	color: #fff;
	line-height: 130%;
	font-size: 150%;
	text-align: left;
}

.quote-name
{
	color: #fff;
	text-align: left;
}

.quote-contact
{
	color: #fff;
	margin-left: 20px;
	margin-top: 30px;
}

.quote-contact h3
{
	color: #fff;
	text-align: left;
}

.quote-contact-spikemail, .quote-contact-spikemail a, .quote-contact-spikemail a:link
{
	color: #f90;
}

.quote-contact-spikemail a:hover
{
	color: #999;
}

#campaigns, #contact, #servers
{
	background-image: url(/assets/pattern.png);
	background-repeat: repeat;
	padding: 20px;
	height: 100%;
	color: white;
}

#campaigns
{
	padding-right: 0;
	padding-bottom: 0;
}

.campaign
{
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}


#bttm-list
{
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-right: 50px;
	list-style: none;
}


#bttm-list li
{
	margin: 0;
	padding: 0;
	vertical-align: text-top;
	display: block;
	padding-bottom: 15px;
	height: 4em;
}

.bttm-item, .ifmi-item
{
	font-size: 40px;
	line-height: 115%;
	float: left;
	width: 200px;
	font-weight: bold;
	display: block;
}

.bttm-item
{
	text-align: right;
	line-height: 115%;
	float: left;
	font-weight: bold;
}

.bttm-sep
{
	display: none;
}

.bttm-text
{
	float: right;
	padding-top: 0.75em;
	display: block;
	width: 320px;
}

#ifmi-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}


#ifmi-list li
{
	margin: 0;
	padding: 0;
	display: block;
	padding-bottom: 15px;
}

.ifmi-item
{
	display: block;
	padding-bottom: 5px;
	width: 100%;
}

.ifmi-sep
{
	display: none;
}

.ifmi-text
{
	display: block;
}

#values
{
}

.value
{
}

.value, .statistics
{
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background-image: url(/assets/pattern.png);
	background-repeat: repeat;
}

.statistics-first
{
}

.value h4, .statistics h4
{
	color: #f90;
	word-spacing: 0.05em;
	margin-bottom: 0;
}

.value h4
{
	padding-bottom: 10px;
}

.value p
{
	color: white;
	margin-bottom: 0;
	font-size: 110%;
}

.statistics h4
{
	clear: both;
	padding-bottom: 10px;
}

.statistic-number
{
	clear: both;
	color: #fff;
	display: block;
	float: left;
	width: 3em;
	font-size: 140%;
	text-align: left;
	padding-bottom: 5px;
}

.statistic-text
{
	color: #fff;
	display: block;
	float: left;
	width: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact-item
{
	color: #f90;
	font-weight: bold;
	padding-right: 0.5em;
	display: block;
	float: left;
	width: 4em;
	text-align: left;
}

.contact-item-text
{
}

.contact-address
{
	font-weight: bold;
}

#map
{
	float: right;
	width: 300px;
	height: 300px;
}

/*not as part of original css*/
#get-spiked
{
	float: right;
	width: 260px;
	vertical-align:top;
}

#get-spiked form{
text-align: right;
}


.signup-headings{
font-size: 35px;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff9900;
}

#thankyou{
margin-top: 90px;
font-size: 35px;
font-weight: bold;
line-height: 1em;
	letter-spacing: 1px;
color: #ff9900;
text-transform: uppercase;
}

#thankyou-text{
text-transform: none;
font-weight: normal;
}

#contact .signup-headings a, .signup-headings a:visited
{
color: #ffffff;
} 

#contact .signup-headings a:hover, .signup-headings a:active{
color: #ff9900;

}



/*not as part of original css EOF */


#map *
{
	font-size: 6px;
}

#contact
{
	padding-bottom: 5px;
}

#contact h4
{
	color: #f90;
	padding-bottom: 5px;
}

#contact p
{
	padding-bottom: 5px;
}

#contact p, #contact span, #contact a:visited, #contact a:link
{
	color: white;
}

#contact a:link:hover
{
	color: #f90;
}

.clients-industry
{
	padding-top: 0.5em;
	margin-bottom: 10px;
}

.clients-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.clients-list li
{
	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
	float: left;
	width: 140px;
	height: 140px;
}

.client-image
{
	width: 140px;
	height: 140px;
	border: none;
}

.client-name
{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #aaa;	
	color: black;
	text-transform: lowercase;
	font-size: 11px;
}

#campaign-view
{
	display: none;
	padding: 0;
	top: 5%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	width: 715px;
	height: 90%;
	border: 1px solid #f90;
	overflow-y: scroll;
	overflow-x: hidden;
}

#servers p
{
	color: white;
}