@charset "utf-8";
/*
Theme Name: SSD Design
Theme URI: http://www.silver-sphere.net
Description: SSD Design for WordPress
Version: 1.0
Author: Luis Mirones
Author URI: http://luism.silver-sphere.net
Tags:
*/  

/* 
	CSS Document
	Silver Sphere Designs
	Coded By: Luis Mirones
	Coded For: http://www.silver-sphere.net
	Copyright © Silver Sphere Designs
*/



/**** Start Global CSS ****/
html, body {
	font-family: Verdana, Century Gothic, Tahoma, Arial, Times New Roman;
	font-size: 13px;
	color: #404040;
	background-image: url(../../../../images/background.jpg);
	/* Footer on Bottom Code */
	margin: 0%;
	padding: 0%;
	height: 100%;
}
a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #337ACA;
	text-decoration: underline;
}
ul {
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style-type: none;
}
li {
	margin-top: 10px;
	background-image: url(../../../../images/sphere_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px .5px;
	padding-left: 17px;
}
.clearer {
	clear: both;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/**** End Global CSS ****/



/**** Start Container ****/
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/* Footer on Bottom Code */
	position: relative;
	min-height: 100%; /* Modern Browsers */
	height: auto !important; /* Modern Browsers */
	height: 100%; /* IE */
	background-image: url(../../../../images/content_background.jpg);
}
/**** End Container ****/



/**** Start Header Section ****/
#header {
	width: 1000px;
	height: 256px;
}
#logo {
	float: left;
	width: 261px;
	height: 125px;
}
#navigation {
	float: right;
	width: 739px;
	height: 66px;
	background-color: #E6E6E6;
}
#animation {
	float: right;
	width: 739px;
	height: 160px;
	background-color: #222B34;
	background-image: url(../../../../images/background.jpg);
}
#site_search {
	float: left;
	width: 261px;
	height: 101px;
	background-image: url(../../../../images/search_box.jpg);
}
#mid_tabs {
	float: left;
	width: 1000px;
	height: 30px;
}
/**** End Header Section ****/



/**** Start Body Section ****/
#body {
	width: 1000px;
	/* Footer on Bottom Code */
	padding-bottom: 190px;
}
#specifics_side {
	float: left;
	width: 261px;
}
.specifics_spacing {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_side {
	float: right;
	width: 739px;
}
/**** End Body Section ****/



/**** Start Copyright Section ****/
#footer {
	width: 1000px;
	/* Footer on Bottom Code */
	position: absolute;
	bottom: 0;
}
#footer_content_side {
	float: right;
	width: 739px;
}
#bottom_tab {
	width: 1000px;
	height: 30px;
}
#copyright {
	width: 1000px;
	height: 52px;
}
/**** End Copyright Section ****/



/**** Start Blue Box ****/
.blue_box_container {
	width: 724px;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	background-image: url(../../../../images/blue_box_borders.jpg);
}
.blue_box_header {
	width: 724px;
	height: 37px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../../../../images/blue_box_header.jpg);
	background-repeat: no-repeat;
}
.blue_box_footer {
	width: 724px;
	height: 10px;
	background-image: url(../../../../images/blue_box_footer.jpg);
	background-repeat: no-repeat;
}
/**** End Blue Box ****/



/**** Start Blue Search Box ****/
.blue_search_box_container {
	width: 978px;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	background-image: url(../../../../images/blue_search_box_borders.jpg);
}
.blue_search_box_header {
	width: 978px;
	height: 37px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../../../../images/blue_search_box_header.jpg);
	background-repeat: no-repeat;
}
.blue_search_box_footer {
	width: 978px;
	height: 10px;
	background-image: url(../../../../images/blue_search_box_footer.jpg);
	background-repeat: no-repeat;
}
/**** End Blue Search Box ****/


/**** Start Blue Boxes Properties ****/
.blue_box_header_text {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.blue_box_text {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.blue_box_columns {
	width: 100%;
}
.blue_box_left_column {
	float: left;
	width: 70%;
}
.blue_box_right_column {
	float: right;
	width: 30%;
}
/**** End Blue Boxes Properties ****/



/**** Start Table Style ****/
.table_box
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	border-collapse: collapse;
	overflow: hidden;
}
.table_box th
{
	border-bottom: 1px dotted #707070;
	padding: 5px;
}
.table_box td
{
	border-bottom: 1px dashed #707070;
	padding: 5px;
}
.table_box tr:hover td
{
	background: #DDDDDD;
}
/**** Start Table Style ****/



/**** Start Table Form Style ****/
.table_form_box
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	border-collapse: collapse;
}
.table_form_box th
{
	padding: 10px;
}
.table_form_box td
{
	padding: 10px;
}
.table_form_box tr:hover td
{
	background: #DDDDDD;
}
/**** Start Table Form Style ****/



/**** Start Search Field Style ****/
.search_field {
	width: 177px;
	height: 27px;
	background-image: url(../../../../images/search_field.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.search_input {
	font-family: Verdana, Century Gothic, Tahoma, Arial, Times New Roman;
	font-size: 13px;
	width: 160px;
	height: 20px;
	border: none;
	color: #404040;
	background: none;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
}
/**** End Search Field Style ****/



/**** Start Text and Text Area Field Style ****/
.text_field {
	width: 262px;
	height: 27px;
	background-image: url(../../../../images/text_field.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.text_input {
	font-family: Verdana, Century Gothic, Tahoma, Arial, Times New Roman;
	font-size: 13px;
	width: 245px;
	height: 20px;
	border: none;
	color: #404040;
	background: none;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
}
.textarea_field {
	width: 442px;
	height: 175px;
	background-image: url(../../../../images/textarea_field.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.text_area_input {
	font-family: Verdana, Century Gothic, Tahoma, Arial, Times New Roman;
	font-size: 13px;
	width: 430px;
	height: 160px;
	border: none;
	color: #404040;
	background: none;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
}
/**** End Text and Text Area Field Style ****/



/**** Start Rollover Navigation ****/
.rollover_float {
	float: left;
}
/* Home Button */
a#home_rollover {  
	width: 106px; 
	height: 66px;
	display: block;
	background: url(../../../../images/home.jpg);
}
a#home_rollover span { 
	display: none; 
}
a#home_rollover:hover {
	background-position: bottom;
}

/* Services Button */
a#services_rollover {  
	width: 106px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/services.jpg);
}
a#services_rollover span { 
	display: none; 
}
a#services_rollover:hover { 
	background-position: bottom;
}

/* Portfolio Button */
a#portfolio_rollover {  
	width: 106px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/portfolio.jpg);
}
a#portfolio_rollover span { 
	display: none; 
}
a#portfolio_rollover:hover { 
	background-position: bottom; 
}

/* Pricing Button */
a#pricing_rollover {  
	width: 106px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/pricing.jpg);
}
a#pricing_rollover span { 
	display: none; 
}
a#pricing_rollover:hover { 
	background-position: bottom;
}

/* Testimonials Button */
a#testimonials_rollover {  
	width: 106px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/testimonials.jpg);
}
a#testimonials_rollover span { 
	display: none; 
}
a#testimonials_rollover:hover { 
	background-position: bottom;
}

/* Affiliates Button */
a#affiliates_rollover {  
	width: 106px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/affiliates.jpg);
}
a#affiliates_rollover span { 
	display: none; 
}
a#affiliates_rollover:hover { 
	background-position: bottom;
}

/* Contact Button */
a#contact_rollover {  
	width: 103px; 
	height: 66px; 
	display: block;
	background-image: url(../../../../images/contact.jpg);
}
a#contact_rollover span { 
	display: none; 
}
a#contact_rollover:hover { 
	background-position: bottom; 
}
/**** End Rollover Navigation ****/