﻿/* Reset Browser Margins and Spacing */
html, body, form, fieldset {
	border:0;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
}

li {
	margin-left:0;
}

/* Grid Layout */
.container {
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
	width:840px;
}

.grid01, .grid02, .grid03, .grid04, .grid05, .grid06, .grid06b, .grid07, .grid08, .grid09, .grid10, .grid11, .grid12 {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.alpha {
	margin-left:0;
}

.omega {
	margin-right:0;
}

.container .grid01 {width:50px;}
.container .grid02 {width:120px;}
.container .grid03 {width:190px;}
.container .grid04 {width:260px;}
.container .grid05 {width:330px;}
.container .grid06 {width:400px;}
.container .grid06b {width:610px;}
.container .grid07 {width:470px;}
.container .grid08 {width:540px;}
.container .grid09 {width:610px;}
.container .grid10 {width:680px;}
.container .grid11 {width:750px;}
.container .grid12 {width:820px;}
.container .prefix01 {padding-left:30px;}
.container .suffix01 {padding-right:30px;}

.clear {
	clear:both;
}

#cside
{
width:210px;
min-height:383px;
background-color:red;
position:absolute;
right:25px;
}

#header {
	position:relative;
	height:45px;
	margin:0;
	padding:0;
	z-index:0;
	background:transparent url(../images/bkg_header.gif) top left no-repeat;
}

#content {
	position:relative;
	margin:0;
	padding:0 0 25px;
	background:transparent url(../images/bkg_borders.gif) bottom left no-repeat;
}

#sidebar {
	border-left:#ccc 1px dotted;
	min-height:383px;
	padding-left:25px;
}

#sidebarb {
	border-left:none;
	min-height:383px;
	padding-left:25px;
	background-color:black;
	width:400px;
}

#footer {
	margin:0 0 15px;
	padding:125px 0 0;
	position:relative;
	text-align:center;
	color:#fc9;
	font-size:12px;
}

#footer.zebras {
	background:transparent url(../images/bkg_zebras.jpg) no-repeat;
}

#footer.horses {
	background:transparent url(../images/bkg_horses.jpg) no-repeat;
}

#footer.fish {
	background:transparent url(../images/bkg_fish.jpg) no-repeat;
}

#footer.bees {
	background:transparent url(../images/bkg_bees.jpg) no-repeat;
}

#contact #sidebar {
	padding-left:35px;
}

#sales #content {
	padding:20px 0 0;
	background:transparent url(../images/bkg_reverseborders.gif) left top no-repeat;
}

#sales #sidebar {
	min-height:0;
}

