﻿/*
*
*	exhibit-sales.css
*	- Main layout for SM exhibit-sales
*
*/

@import "modules.css";
@import "typography.css";
/*@import "debug.css";*/

/*	Global
----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*	Main layout	
----------------------------------------------------------------------------*/

div#header div#header-image{
	background: none;
}
div#content{
	background-color: #fff;
	background-repeat: no-repeat;
	float: left;
	padding: 12px 12px 0 12px;
	width: 720px;
}
div#primary{
	float: right;
	width: 535px;
}
div#primary-heading{
	border-bottom: 5px solid #231F20;
	float: left;
	height: 133px;
	position: relative;
	width: 535px;
}
div#primary-content{	
	clear: left;
	float: left;
	margin: 15px 0 0 0;
	width: 535px;
}
div#secondary{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;	
	float: left;
	padding: 55px 0;
	margin-top: 133px;
	width: 160px;
}

/* 	
	These are the various 'circle backgrounds, and 
	can be swapped out by changing the class name.
	The top half is applied to #container, the bottom 
	half applied to #content
*/

div#container{	
	background-position: 0 26px;
	background-repeat: no-repeat;
}
#home div#header div#header-image		{	background-image: url('/images/scim_activate/hdr-home-top.png')		}
#home div#container.header-one #content		{	background-image: url('/images/scim_activate/hdr-home-bottom.png')	}

#contact-us div#header div#header-image		{	background-image: url('/images/scim_activate/hdr-contact-top.png')	}
#contact-us div#container.header-one #content	{	background-image: url('/images/scim_activate/hdr-contact-bottom.png')	}

#links div#header div#header-image		{	background-image: url('/images/scim_activate/hdr-links-top.png')	}
#links div#container.header-one #content	{	background-image: url('/images/scim_activate/hdr-links-bottom.png')	}

#about-us div#header div#header-image		{	background-image: url('/images/scim_activate/hdr-about-top.png')	}
#about-us div#container.header-one #content	{	background-image: url('/images/scim_activate/hdr-about-bottom.png')	}

#our-products div#header div#header-image	{	background-image: url('/images/scim_activate/hdr-products-top.png')	}
#our-products div#container.header-one #content	{	background-image: url('/images/scim_activate/hdr-products-bottom.png')	}


