/*
Futurist Online Ltd. v1.0 style sheet
=======================================

Copyright:		2009 Futuristonline.com
Author:			Steve Johnson
Created on:		
Modified on:	
Modified by:	

*/

html
{
	-webkit-text-size-adjust: none;
}

body
{
	font: 62.5%/1.8em Optima, Trebuchet, Helvetica, sans-serif;	
	-webkit-text-size-adjust: none;
}

div#page
{

}

/* @group Top Navigation */

div#hit_area
{
	height: 50px;
	width: 100%;
	padding: 0px;
/*	display: block;*/
	background: #000000
}

div#menu_holder
{
	height: 58px;
	width: 900px;
	display: block;
	margin: 0 auto 0 auto;
	position: absolute;
	top: -45px;
}

div#nav
{
	height: 58px;
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image: url(/_resources/interface/navigation_background.png);
	background-repeat: no-repeat;
}

div#nav ul
{
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	text-align: center;
}

div#nav ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

div#nav li a:link,
div#nav li a:active,
div#nav li a:visited 
{
	height: 58px;
	width: 110px;
	display: block;
	padding: 0;
	line-height: 58px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

div#nav li a:focus,
div#nav li a:hover
{
	text-decoration : none;
	-moz-outline: 0;
	color: #CCD9E6;
}

div#hit_area2
{
	width: 960px;
	margin: 0 auto 0 auto;
}


/* @end */

/* @group Navigation */

/* navigation */

div#navigation_wrapper
{
	width: 100%;
	height: 64px;
	background-color: black;
}

div#navigation_content
{
	width: 960px;
	margin: 0 auto 0 auto;
}

div#navigation
{
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	text-align: right;
	float: right;
}

div#navigation ul
{
	display: inline;
	color: white;
}

div#navigation ul li
{
	color: white;
	font: 9pt/1.8em Optima, Trebuchet, Helvetica, sans-serif;	
	display: inline;
	padding: 0 10px;
}

div#navigation ul li a
{
	color: white;
	text-decoration: none;
}

div#navigation ul li a:visited
{
	color: white;
	text-decoration: none;
}

div#navigation ul li a:hover
{
	color: #00adcf;
	text-decoration: none;
}

div#navigation ul li#home.selected a,
div#navigation ul li#web_design.selected a,
div#navigation ul li#ecommerce.selected a,
div#navigation ul li#cms.selected a,
div#navigation ul li#about_us.selected a,
div#navigation ul li#services.selected a,
div#navigation ul li#how_we_work.selected a,
div#navigation ul li#contact_us.selected a
{
	color: #00adcf;
}

div#logo
{
	width: 200px;
	height: 56px;
	float: left;
	background-image: url('/_resources/interface/logo.gif');
	background-repeat: no-repeat;
}

/* @end */

/* @group Header */

/* header */

div#header_wrapper
{
	width: 100%;
	height: 256px;
	background-image: url('/_resources/interface/header_background_blue.png');
	border-bottom: 1px solid white;
}

div#header_content
{
	width: 960px;
	margin: 0 auto 0 auto;
	height: 150px;
	padding-top: 28px;
}

/*div#header_content h1
{
	font-size: 56px;
	margin: 30px 0 0 0;
	color: white;
}

div#header_content h2
{
	font-size: 24px;
	color: white;
	font-style: italic;
	line-height: 1.5;
}*/

div#front_page_images
{
	width: 600px;
}

div.looping_images
{
	display: block;
	float: right;
	width: 350px;
	height: 200px;
	overflow: hidden;
	padding: 2px;
	margin: 0 40px 0 0;
	border: 1px solid white;
}

div.looping_images img
{
	position: absolute;
	opacity: 0.0;
}

div.looping_images img.initial
{
	opacity: 1.0;
}

div#header_intro
{
	width: 455px;
	height: 200px;
	float: left;
}

div#header_intro h1
{
	color: white;
	font-size: 25px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2";
	font-weight: 400;
	font-style: normal;
}

div#header_intro h1 span.yellow
{
	color: yellow;
}

div#index_image
{
	width: 450px;
	height: 220px;
	float: right;
	background-image: url('/_resources/interface/index_image.gif');
	background-repeat: no-repeat;
}

div#sidebar div#quotes
{
	width: 300px;
	text-align: left;
}

div#sidebar div#quotes p
{
	font-style: italic;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
}

/* @end */

/* @group Content */

/* content */

div#content_wrapper
{
	width: 100%;
	min-height: 600px;
	background-image: url('/_resources/interface/content_background_gray.png');
	background-repeat: repeat-x;
}

/* @group Sidebar */

div#sidebar
{
	padding-top: 24px;
	float: right;
	width: 300px;
	margin-bottom: 30px;
}

div#sidebar h2
{
	color: gray;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#sidebar div#sub_navigation
{
	width: 300px;
	margin: 0 0 30px 0;
}

div#sidebar div#sub_navigation ul
{
	
}

div#sidebar div#sub_navigation ul li
{
	width: 100px;
	height: 100px;
}

div#sidebar div#sub_navigation ul li a img
{
	margin: 0 5px 0 5px;
}

div#sidebar div#sub_navigation ul li a h3
{
	font-size: 12px;
	text-align: center;
}



/* @end */

/* @group Content */

div#content_content
{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 12px;
}

div#content
{
	width: 600px;
}

div#content p
{
	font-size: 9pt;
	line-height: 1.5;
	color: gray;
	padding-bottom: 10px;
	width: 600px;
	
}

div#content_content h1
{
	color: gray;
	font-size: 24px;
	margin-top: 24px;
	padding-bottom: 20px;
}

div#content_content h2
{
	color: gray;
	font-size: 16px;
	line-height: 1.5;

}

div#content_content h2 a
{
	color: #00ADCF;
	text-decoration: none;
}

div#content_content p
{
	font-size: 9pt;
	line-height: 1.5;
	color: gray;
	padding-bottom: 10px;
	width: 600px;
}

div#content_content p a
{
	color: #00ADCF;
	text-decoration: none;
}

div#content_content ul
{
	padding-bottom: 10px;
}

div#content_content ul li
{
	width: 198px;
	height: 210px;
	float: left;
	margin-bottom: 10px;
}

div#content_content ul li a
{
	color: #00ADCF;
	text-decoration: none;
}

div#content ul li img.index_icon
{
	margin: 10px 65px 10px 65px;
}

div#content h3
{
	font-size: 12px;
	text-align: center;
}

div#content h3 a:link
{
	text-decoration: none;
	color: black;
}

div#content h3 a:hover
{
	color: #00ADCF;
	text-decoration: none;
}

div#content ul li p.index_icon_text
{
	width: 180px;
	text-align: center;
	margin: 0 10px 0 10px;
}

div#content img
{

}

div#content_content ul
{
	padding-bottom: 10px;
}

div#content_content ul li.spacer
{
	height: 10px;
	width: 10px;
	
}

span.work_image img
{
	float: right;
	padding: 20px 20px 0 20px;
}

span.web_address p a
{
	display: block;
}

span.client_name p
{
	display: block;
}

span.work_text p
{
	width: 400px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid grey;
	margin-bottom: 20px;
}

div#comments
{
	border: 1px solid black;
	background-color: #fffcd5;
	margin: 10px 0 0 0;
}

div#comments p
{
	margin: 5px 0 5px 20px;
}

div#comments p.comments_information
{
	margin: 0 0 0 20px;
	font-size: 9px;
}

/* @end */

/* @group Client Area */

h3.client_title
{
	font-size: 12px;
	text-align: left;
	margin: 30px 0 0 0;
}

table
{
	border: 1px solid black;
	margin: 0 0 30px 0;
}

table th
{
	background-color: #0174b4;
	text-align: center;
	color: white;
}

table td
{
	text-align: center;
}

table td a
{
	color: red;
	text-decoration: none;
	padding: 0 0 0 20px;
}

a.logout_button
{
	background-color: maroon;
	padding: 5px;
	color: white;
	text-decoration: none;
	margin: 0 10px 30px 0;
	float: right;
}

a.client_button
{
	background-color: #0174b4;
	padding: 5px;
	color: white;
	text-decoration: none;
	margin: 0 10px 0 0;
}

a.icon-pdf 
{
	background: url('/_resources/interface/icons/icon-pdf.jpg') no-repeat;
	background-position: 0 0;	
}

a.icon-doc
{
	background: url('/_resources/interface/icons/icon-doc.jpg') no-repeat;
	background-position: 0 0;	
}

a.icon-xls
{
	background: url('/_resources/interface/icons/icon-xls.gif') no-repeat;
	background-position: 0 0;	
}

a.icon-ppt
{
	background: url('/_resources/interface/icons/icon-ppt.png') no-repeat;
	background-position: 0 0;	
}

a.icon-pages
{
	background: url('/_resources/interface/icons/icon-pages.png') no-repeat;
	background-position: 0 0;	
}

a.icon-key
{
	background: url('/_resources/interface/icons/icon-key.png') no-repeat;
	background-position: 0 0;	
}

a.icon-rtf
{
	background: url('/_resources/interface/icons/icon-rtf.jpg') no-repeat;
	background-position: 0 0;	
}

/* @end */



/* @group Forms */

div#form
{

}

div#form span.label
{
	color: gray;
	width: 150px;
	float: left;
	font-size: 9pt;
}

div#form span.field
{
	color: gray;
	width: 300px;
	text-align: left;
	font-size: 9pt;
	border: none;
}

/* @end */

/* @group Footer */

/* footer */

div#footer_wrapper
{
	width: 100%;
	height: 256px;
	background-color: black;
	clear: both;
}

div#footer_content
{
	margin: 0 auto 0 auto;
	width: 960px;
	padding-top: 30px;
}

div#twitter
{
	width: 600px;
	height: 130px;
	background-image: url('/_resources/interface/twitter_background.gif');
	background-repeat: no-repeat;
}

div#twitter ul#twitter_update_list
{
	color: gray;
	font: italic 11pt Optima, Trebuchet, Helvetica, sans-serif;	
	padding: 10px 0 0 100px;
	width: 475px;
}

div#twitter ul#twitter_update_list a
{
	color: #00ADCF;
	text-decoration: none;
	font-weight: bold;
}

div#twitter h2 a
{
	color: white;
	font: 15pt/1.8em Optima, Trebuchet, Helvetica, sans-serif;	
	padding: 0 0 0 30px;
	text-decoration: none;
}

div#twitter h2 a:hover
{
	color: #00ADCF;
}

div#wwdc
{
	float: right;
	width: 266px;
	height: 149px;
	border: 1px solid white;
	padding: 2px;
}

div#wwdc img
{
	
}

div#footer_content p.credits
{
	color: white;
	font-size: 9px;
	margin: 30px 0 0 0;
}

/* @end */