/**
 * Style Sheet for Intellisys.com
 *
 * Contains global styling information specific to the layout of Intellisys.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Intellisys, All Rights Reserved
 */

/* Reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { margin: 0; padding: 0; }
html, body { height: 100%; }
p {
	margin: 0 0 1.4em;
	line-height: 1.4em;
}
form {
	display: inline;
}

/* Floating */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.float { float: left; }
.floatOpposite { float: right; }

/* Global Layout */
body {
	min-width: 960px;
}

/* Layout Elements */
#container {
	
	top:0;
	left:0;
	width:100%;
	margin: 0 auto;
	padding-top: 74px;
}

#content {
	position: relative;
	margin: 0 auto;
}

#columnWrapper {
	position: relative;
}

/* Site Name */
#siteName {
	position: absolute;
	left: -999em;
}