/* Exploding Commerce - Table of Contents

&&&& 1. Dash
&&&&&&  a. Basics
&&&&&&  b. Logo
&&&&&&  c. Phone Number
&&&&&&  d. Order Login Support
&&&&&&  e. Octopus

&&&& 2. Navigation
&&&&&&  a. Basics
&&&&&&  b. Links
&&&&&&  c. Hover
&&&&&&  d. Current page & signup
&&&&&&  e. Octopus

&&&& 3. Header (The graphic - NOT the dash)
&&&&&&  a. Basics
&&&&&&  e. Octopus

&&&& 4. Typography
&&&&&&  a. Headers
&&&&&&  b. Paragaphs
&&&&&&  c. Links
&&&&&&  d. Lists
&&&&&&  e. Breadcrumbs

&&&& 5. Main Content
&&&&&&  a. Basics

&&&& 6. Right Column
&&&&&&  a. Basics
&&&&&&  b. Ads
&&&&&&  c. More Info

&&&& 7. Boxes
&&&&&&  a. Basics
&&&&&&  b. Content
&&&&&&  c. Signup Now
&&&&&&  d. Open/Close
&&&&&&  e. Octopus

&&&& 8. Footer
&&&&&&  a. Basics
&&&&&&  b. Signup Now
&&&&&&  c. Copyright
&&&&&&  d. Font Sizer
&&&&&&  e. Octopus

&&&& 9. Engines
&&&&&&  a. Octopus

*/

* {
	margin: 0 auto;
	}

body {
	background: #ebebeb url(../i/background.jpg) repeat-y top center;
	min-width: 990px;
	text-align: center;
	}

#dash,#navigation,#content,#footer {
	margin: 0 auto;
	clear: both;
	text-align: left;
	width: 980px;
	}

/*&& 1. Dash */

/*&&&&& a. Basics */

#dash {
	background: #eee url(../i/dash_background.jpg) repeat-x top;
	position: relative;
	height: 110px;
	}

/*&&&&& b. Logo */

#dash .logo {
	position: absolute;
	top: 0px;
	left: 45px;
	height: 100px;
	width: 200px;
	}

#dash .logo a img {
	border: 0 none;
	}

/*&&&&& c. Phone Number */

.telephone {
	float: right;
	text-align: right;
	margin: 10px 345px 0 0;
	}

.telephone dt {
	font: 14px/22px "trebuchet ms",verdana,sans-serif;
	color: #004a80;
	}

.telephone dd {
	font: 16px/22px "trebuchet ms",verdana,sans-serif;
	color: #333;
	}

/*&&&&& d. Order Login Support (Cluster) */

#cluster {
	list-style: none;
	position: absolute;
	top: 0;
	right: 25px;
	height: 75px;
	width: 305px;
	}

#cluster li {
	float: left;
	width: 100px;
	height: 75px;
	}

#cluster a {
	display: block;
	height: 75px;
	}

#cluster span {
	display: none;
	}

#cluster .order {
	width: 100px;
	background: url(../i/cluster_sprite.jpg) no-repeat 0px -75px;
}

#cluster .login {
	width: 100px;
	background: url(../i/cluster_sprite.jpg) no-repeat -100px -75px;
}

#cluster .support {
	width: 105px;
	background: url(../i/cluster_sprite.jpg) no-repeat -200px -75px;
}

#cluster .order:hover {
	background-position: 0 0;
	}

#cluster .login:hover {
	background-position: -100px 0;
	}

#cluster .support:hover {
	background-position: -200px 0;
	}

/*&&&&& e. Octopus */


#dash .sw {
	height: 100px;
	padding: 0 0 10px 0;
	}

/*&& 2. Navigation */

/*&&&&& a. Basics */

#navigation {
	background: #fff url(../i/navigation_background.jpg) repeat-x top;
	height: 55px;
	margin-top: 2px;
	overflow: hidden;
	position: relative;
	}

#navigation .e {
	background: url(../i/navigation_e.jpg) no-repeat top right;
	}

#navigation .w {
	background: url(../i/navigation_w.jpg) no-repeat top left;
	padding: 3px 40px 5px 40px;
	height: 55px;
	}

#navigation ul {
	list-style: none;
	}

#navigation li {
	float: left;
	margin: 0 1px 0 0;
	}

/*&&&&& b. Links */

#navigation a {
	display: block;
	color: #777;
	font: 12px/46px "Trebuchet MS",verdana,sans-serif;
	white-space: nowrap;
	padding: 0 20px;
	height: 47px;
	text-decoration: none;
	}

#navigation a:link,#navigation a:visited {
	color: #333;
	}

/*&&&&& c. Hover */

#navigation a:hover {
	background: url(../i/navigation_blue_hover.jpg) repeat-x 0 -3px;
	}

/*&&&&& d. Current Page / Signup */

.home #navigation .home {
	background: url(../i/navigation_blue.jpg) repeat-x 0 -3px;
	}

#navigation .sign {
	background: url(../i/navigation_red.jpg) repeat-x top;
	color: #eee !important;
	margin: 0 0 0 130px;
	padding: 0 40px;
	}

#navigation .sign:hover {
	background: url(../i/navigation_red_hover.jpg) 0 0;
	color: #fff;
	}

/*&& 3. Header */

/*&&&&& a. Basics */

#header {
	background: #ebebeb url(../i/dash_background.jpg) repeat-x top;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 980px;
	}

/*&&&&& b. Octopus */

#header .nw {
	height: 100px;
	padding: 7px;
	}

/*&& 4. Typography */

/*&&&&& a. Headers */

h1 {
	font: 16px/28px "trebuchet ms",verdana,sans-serif;
	color: #0d4c7d;
	}

h1 span {
	display: none;
	}

h2 {
	font: 14px/20px "trebuchet ms",verdana,sans-serif;
	color: #000;
	}

h3 {
	font: 12px/20px "trebuchet ms",verdana,sans-serif;
	color: #0d4c7d;
	}

#left h1,#left h2,#left h3 {
	clear: left;
	}

/*&&&&& b. Paragraphs */

p {
	font: 12px/20px "trebuchet ms",verdana,sans-serif;
	color: #555;
	}

/*&&&&& c. Links */

/*&&&&& d. Lists */

#left ul {
	list-style: none;
	padding: 5px 0 5px 25px;
	}

#left li {
	color: #777;
	font: 12px/20px "trebuchet ms",verdana,sans-serif;
	margin: 0 12px 0 0;
	border-bottom: 1px solid #eee;
	padding: 2px 0 2px 5px;
	width: 45%;
	float: left;
	}

#left li a {
	color: #777;
	display: block;
	text-decoration: none;
	}

#left li a:hover {
	color: #333;
	}

/*&&&&& e. Breadcrumbs */

.crumbs {
	font: 11px/15px verdana,sans-serif;
	color: #555;
	margin: 0 0 5px 0;
	}

.crumbs span {
	color: #0072bc;
	}

.crumbs a {
	text-decoration: none;
	color: #555;
	}

.crumbs a:hover {
	color: #0072bc;
	}

/*&&&&& f. Right Linklists */

#right ul {
	list-style: none;
	margin: 7px 2px;
	padding:  0 0 0 15px;
	}

#right ul a {
	background: #ccc url(../i/link_bg.jpg) no-repeat 0 center;
	border: 1px solid #bbb;
	border-width: 0 1px 1px 0;
	color: #777;
	font: 11px verdana,sans-serif;
	display: block;
	margin: 0 0 4px 0;
	padding: 6px 0 6px 10px;
	text-decoration: none;
	width: 225px;
	}

#right ul a:hover {
	border-color: #aaa;
	background-image: url(../i/link_bg_hover.jpg);
	color: #000;
	}

#right h1,#right h2,#right h3,#right p {
	margin: 0 0 0 10px;
	}


/*&& 5. Main Content (Left) */

/*&&&&& a. Basics */

#left {
	background: url(../i/watermark.png) no-repeat 250px 15px;
	padding: 5px 325px 0 0px;
	width: 655px;
	}

#left p,#left h1,#left h2,#left h3 {
	margin: 0 0 0 10px;
	}

/*&& 6. Right Column */

/*&&&&& a. Basics */

#right {
	float: right;
	width: 325px;
	}

/*&&&&& b. Ads (Boxes) */

#right .box .nw {
	padding: 11px 0 11px 10px;
	}

/*&&&&& c. More Info */

.box .moreinfo {
	background: url(../i/moreinfo_sprite.jpg) no-repeat top left;
	display: block;
	width: 100%;
	height: 55px;
	margin: 2px 0 0px 0;
	}

.box .moreinfo span {
	display: none;
	}

.box .moreinfo:hover {
	background-position: 0 -55px !important;
	}

/*&& 7. Boxes */

#left .box {
	float: left;
	width: 325px;
	margin: 0 2px 0 0;
	}

#left .box .nw {
	padding: 5px 5px 11px 4px;
	}

#left .box .nw * {
	margin: 0;
	}

.box .content {
	background: url(../i/box_background.jpg) no-repeat top left;
	padding: 0 0 10px 7px;
	height: 147px;
	}

#left .box .moreinfo {
	margin-left: 6px;
	}

/*&& 8. Footer */

/*&&&&& a. Basics */

#footer {
	background: url(../i/dash_background.jpg) repeat-x bottom;
	}

#footer .nw {
	height: 55px;
	padding: 15px 0 7px 15px;
	 }

/*&&&&& b. Signup Now */

#footer .sign {
	background: url(../i/signup_sprite.jpg) no-repeat top left;
	float: left;
	text-align: left;
	display: block;
	height: 55px;
	width: 300px;
	}

#footer .sign span {
	display: none; 
	}

/*&&&&& c. Copyright */

#footer #copyright {
	float: left;
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
	width: 350px;
	height: 20px;
	}

/*&&&&& d. Font Switcher */

#footer .control {
	background: url(../i/control_blue.jpg) no-repeat top right;
	float: left;
	text-align: center;
	display: block;
	padding: 15px 0 0 0;
	height: 40px;
	width: 300px;
	}

#footer .control a {
	text-decoration: none;
	border: 0 none;
	color: #eee;
	}

#footer .a1 {
	font-size: 10px;
	}

#footer .a2 {
	font-size: 14px;
	}

#footer .a3 {
	font-size: 18px;
	}

/*&& 9. Engines */

/*&&&&& a. Octopus */


.e {
	background: url(../i/octopus/east.png) repeat-y top right;
	}

.n {
	background: url(../i/octopus/north.png) repeat-x top left;
	}
	
.s {
	background: url(../i/octopus/south.png) repeat-x bottom left;
	}

.w {
	background: url(../i/octopus/west.png) repeat-y top left;
	}

.se {
	background: url(../i/octopus/se.png) no-repeat bottom right;
	}

.sw {
	background: url(../i/octopus/sw.png) no-repeat bottom left;
	}

.ne {
	background: url(../i/octopus/ne.png) no-repeat top right;
	}

.nw {
	background: url(../i/octopus/nw.png) no-repeat top left;
	}

/*&&&&& b. Clearfix */

.clearfix:after,.home #left ul:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: left;
	visibility: hidden;
	}
	
.clearfix,.home #left ul {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */