/*******************************************************************************
* Project: M-Cubed Global 1.0                                                  *
* File: mcubed.css (CSS)                                                       *
* Author: Cody Garvin                                                          *
*                                                                              *
********************************************************************************
* Date: 6/08/07                                                                *
* Version: 0.1                                                                 *
* History:                                                                     *
*  6/08/07 - Initial script created.                                           *
*                                                                              *
*******************************************************************************/
/* CSS For the whole site */

/*
-----------------------------------------------------------------------------
- Basics
-----------------------------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	line-height: 1.5em;
	background: #5ba5e4;
	color: #555;
	font-size: 12px; /* IE5 Win */
  	letter-spacing: 1px;
  	line-height: 150%;
}

html>body { /* be nice to Opera */
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

font {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

ul {

}

li {

}

p {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	text-align: left;
	margin-top: 0px;
}

a:link, a:active, a:visited {
	color: #006400;
	text-decoration: none;
}

a:hover {
	color: #0A0;
	text-decoration: underline;
}

a:hover div {
	color: #0A0;
	text-decoration: underline;
}

a.nohover:link, a.nohover:active, a.nohover:visited, a.nohover:hover {
	color: #006400;
	text-decoration: none;
}

a.inventory:link, a.inventory:active, a.inventory:visited, a.inventory:hover {
	color: #006400;
	text-decoration: underline;
}

a.inventory div {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #4687d7;
}

/*
-----------------------------------------------------------------------------
- Tables                                                                    -
-----------------------------------------------------------------------------
*/

table.basictable
{
	width: 100%;
	border: 1px solid black;
	background: white;
}

tr.selected:hover
{
	background: #F1F1F1;
}

tr.new
{
	background: #FFFFFF;
}

tr.new:hover
{
	background: #F1F1F1;
}

th
{
	border: 1px solid #00C100;
	padding: 1px;
	font-weight: normal;
}

td.heading
{
	width: 100px;
	padding: 2px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

td.subject
{
	padding: 2px;
	border: 1px solid #00C100;
	background-color: #CCCCCC;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
}

td.qty
{
	width: 40px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: center;
}

td.item
{
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.display
{
	width: 75px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.config
{
	width: 125px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.memory
{
	width: 65px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.drive
{
	width: 55px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: left;
}

td.condition
{
	width: 125px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: center;
}

td.condition2
{
	width: 125px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	text-align: center;
}

td.tradeinmulti
{
	width: 75px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	border-right: none;
	text-align: right;
}

td.tradein
{
	width: 125px;
	padding: 2px;
	border: 1px solid #00C100;
	border-bottom: none;
	text-align: right;
}

td.cartvalue
{
	padding: 2px;
	border-top: 1px solid #00C100;
}

td.carttotalmulti
{
	width: 100px;
	padding: 2px;
	border: 1px solid #00C100;
	border-right: none;
	text-align: right;
}

td.carttotal
{
	width: 100px;
	padding: 2px;
	border: 1px solid #00C100;
	text-align: right;
}

table.menubar td {
	padding: 0px 15px 0px 15px;
}

table.menubar a:link, table.menubar a:active, table.menubar a:visited, table.menubar a:hover {
	color: #FFF;
}

table td.customizetradein {
	text-align: center; 
	padding: 10px; 
	border: 1px solid #555;
}

table.tradeinform {
	border: 1px solid #555; 
	width: 500px;
}

/*
-----------------------------------------------------------------------------
- Main Menu for Drop Downs
-----------------------------------------------------------------------------
*/

#mainMenu {
	width: 782px;
	margin: 0 auto;
}

#mainMenu ul li a {height: 24px; text-indent: 0px; padding: 3px 3px 0 0; margin: 0; font-size: 14px; font-family: Arial, Helvetica, FreeSans, sans-serif;}

#mainMenu ul {
	list-style: none;
	float: left;
	padding-left: 6px;
	margin: 2px 0px 0px 0px;
	display: inline;
}

#mainMenu a {display: block; _display: inline; color: white;}
#mainMenu a span {display: block; padding: 4px 5px;}
#mainMenu li ul li a strong {color: white; padding: 0; display: inline;}
#mainMenu li ul li a:hover strong {color: white;}
#mainMenu li:hover a {position: relative; z-index:1000;}
#mainMenu ul ul a {	
	display:block;	
	width:110px;
	margin: 0 0 0 0px;
	list-style: none;
	padding: 3px 0 5px 21px;
	font-size: 11px;
	color: #FFF;
	background: none;
	text-indent: 0;
	height: auto;
}
#mainMenu ul ul a:hover {background: url(../images/littlerecycle.png) -5px 7px no-repeat; color: white;}
#mainMenu li {float: left; padding: 0 6px; margin: 0;}
#mainMenu ul ul li {background: none; padding-left:1px;}
#mainMenu li ul {position: absolute; background: url(../images/menu_bg_bottom2.png) 0% 100% no-repeat; width: 145px; padding-bottom: 10px; left: -9999px; z-index: 1000;}
#mainMenu li:hover ul, #mainMenu li.sfhover ul {left: auto;}


/*
-----------------------------------------------------------------------------
- Divs
-----------------------------------------------------------------------------
*/

div.clientlogo {
	min-width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

div.mainbodycontent {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.ordercontainer {
	background-color: green;
	/*padding: 1px;*/
}

table.tabcontainer {
	border: 1px solid #898989;
	border-top: none;
	margin-bottom: 0px;
	height: 25px;
}

div.tabs {
	/*float: left;*/
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	margin: 5px;
	/*border: 1px solid #66FF33;*/
}

div.subtabcontainer {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	/*border: 1px solid black;*/
	margin-bottom: 15px;
}

div.subtabs {
	display: inline;
	margin: 4px;
	padding: 4px;
	/*border: 1px solid #000000;*/
}

div.errortable {
	border: 2px solid green;
	width: 370px;
	text-align: left;
	padding: 5px;
	margin: 10px;
	background-color: #FFFFF1;
	margin-left: auto;
	margin-right: auto;
}

div.typetitle {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #006f00;
	background: #FFF;
	padding: 5px 5px 5px 0px;
}

div.typebody {
	width: 778px;
	margin: 5px;
	padding: 0 5px 0px 5px;
	/*border: 1px solid #006f00;*/
	background: #fff;
}

div.breadcrumbs {
	padding: 0 0 5px 15px;
	font-size: 13px;
}

div.navigation div {
	margin: 0 10px 0 5px;
	border-bottom: 1px solid #4687d7;
}

div.navigation #selected {
	color: #4687d7;
}

div.tradeinvalue {
	float: right; 
	width: 100px; 
	padding:2px; 
	border: 1px solid #555; 
	text-align: center;
}

/*
---------------------------------------------------------------------------------------
List Tabs
---------------------------------------------------------------------------------------
*/


ul#tabnav /* general settings */ {
	text-align: left; /* set to left, right or center */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #6c6; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-bottom: 0px;
	width: 500px;
}

ul#tabnav li /* do not change */ {
	display: inline;
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4 /* settings for selected tab */ {
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a /* settings for selected tab link */ {
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a /* settings for all tab links */ {
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #cfc; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover /* settings for hover effect */ {
	background: #fff; /* set desired hover color */
}

ol.squared, ol.squared li {
	list-style-type: square;
	padding-bottom: 5px;
}

/*
---------------------------------------------------------------------------------------
Other
---------------------------------------------------------------------------------------
*/

.title {
	margin-top: 0px;
	font-size: 14px;
	color: #4687d7;	
}

/*
---------------------------------------------------------------------------------------
Marketing buttons
---------------------------------------------------------------------------------------
*/

#demo-bar {
	margin: 0px auto;
	padding: 0px 0;
	width: 800px;
	text-align: center;
}

#demo-wrapper {
	margin: 0px auto;
	overflow: hidden; 
	height: 400px; 
	width: 800px;
	position: relative;
}

#demo-inner {
	width: 4000px;
	height: 400px;
	position: relative;	
}

.scrolling-content {
	height: 400px;
	text-align: left;
	position: absolute;
	width: 800px;
}

#content1 {
	left: 0px; 
	top: 0px;
}

#content2 {
	left: 800px; 
	top: 0px;
}

#content3 {
	left: 1600px; 
	top: 0px;
}

#content4 {
	left: 2400px; 
	top: 0px;
}	

#content5 {
	left: 3200px; 
	top: 0px;
}		
		
ul#buttons {
	margin: 0;
	padding: 0;
}
ul#buttons li {
	list-style: none;
}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 160px;
	height: 80px;
	display: block;
}
		
li#but_management {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_management.png) 0% 0% no-repeat;
}
li#but_management a:hover {
	background: url(../images/ads/button_management.png) 0% 50% no-repeat;
}
li#but_management a.active {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_management.png) 0% 100% no-repeat;
}
li#but_solutions {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_solutions.png) 0% 0% no-repeat;
}
li#but_solutions a:hover {
	background: url(../images/ads/button_solutions.png) 0% 50% no-repeat;
}
li#but_solutions a.active {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_solutions.png) 0% 100% no-repeat;
}
li#but_reduce {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_reduce.png) 0% 0% no-repeat;
}
li#but_reduce a:hover {
	background: url(../images/ads/button_reduce.png) 0% 50% no-repeat;
}
li#but_reduce a.active {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_reduce.png) 0% 100% no-repeat;
}
li#but_reuse {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_reuse.png) 0% 0% no-repeat;
}
li#but_reuse a:hover {
	background: url(../images/ads/button_reuse.png) 0% 50% no-repeat;
}
li#but_reuse a.active {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_reuse.png) 0% 100% no-repeat;
}
li#but_recycle {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_recycle.png) 0% 0% no-repeat;
}
li#but_recycle a:hover {
	background: url(../images/ads/button_recycle.png) 0% 50% no-repeat;
}
li#but_recycle a.active {
	width: 160px;
	height: 80px;
	float: left;
	background: url(../images/ads/button_recycle.png) 0% 100% no-repeat;
}		