@charset "UTF-8";

/********** = COMBINED.CSS **********/

/******************

	This style sheet combines into one file all the seperate 
	working files created during production, in order to cut
	down on the http requests and speed-up page loads.
		
	Author: Seth Neilson // WASA Industries
	For: www.swiftcollective.com
	Last Modified: 17 September 2009

******************/



/********** = RESET.CSS **********/

/******************

  	This is a modified reset derived from Eric Meyer's reset.
	See http://meyerweb.com/eric/tools/css/reset for the original.
	Author: Seth Neilson // WASA Industries
	For: www.swiftcollective.com

******************/

/* v1.0 | 20090916 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}

body {
	color: #58595b;
	background-color: #d1d1d1;
	line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

a {color: #3cbbec;}

:link, :visited, :hover, :active {text-decoration: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/********** = STRUCTURE.CSS **********/

/******************

  	Layout, etc.
	Author: Seth Neilson // WASA Industries
	For: www.swiftcollective.com

******************/

html {
	background:#d1d1d1 url(../images/bg-all-grid-24x24.png) repeat scroll center 0;
	color:#58595b;
	font-family:"Lucida Sans", "Lucida Grande", Verdana, Sans-serif;}

#wrapper {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1000;}
	
#toggle {
	position: absolute;
	top: 0;
	right: 30px;
	width: 150px;
	height: 75px;}

#header {
	width: 800px;
	height: 67px;
	margin: 100px auto 15px auto;
	position: relative;}


#content {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ccc;}
	


#leftside{
	width: 300px;
}

#rightside{
	width: 500px;
	background: #ffffff;
	float: right;
}



