/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);


@import url(nav/nav_horiz.css);
/* @import url(nav/vert_button.css); */

/* BODY 
----------------------------------------------------------------*/

body {
	background: #191818 url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	width: 955px;
	margin: 32px auto 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	background: #000;
	text-align: left;
	width: 955px;
	padding-top: 5px;
}
#branding {
	background: transparent url(/images/back_branding.gif) no-repeat top center;
	height: 118px; width: 403px;
	text-indent: -9000px;
	float: left;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/head_home.jpg) no-repeat top center;
	padding-top: 235px;
	text-align: left;
	clear: both;
}
#about #content {
	background-image: url(/images/image_about.jpg);
}
#services #content {
	background-image: url(/images/image_services.jpg);
}
#news #content {
	background-image: url(/images/image_news.jpg);
}
#testimonials #content {
	background-image: url(/images/image_testimonials.jpg);
}

.hosted #content {
	background-image: url(/images/image_hosted.jpg);
}
#services.cloud-computing #content {
	background-image: url(/images/image_cloud.jpg);
}

#contact #content {
	background-image: url(/images/image_contact.jpg);
}




/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 580px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
  overflow: hidden;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: right; /* Creates a left sidebar */
  width: 300px;
  margin: 0 0 0 0;
  display: inline;
  overflow: hidden;
  height: 500px;
  font-size: 1.1em;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	border-top: 1px solid #757474;
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}