/* CSS Document */
/*
Description: Style sheet Base960 Grid system
*/
/************************************************************************

	Listing Order:
	==============

	1 - Reset
	2 - Global
	3 - Structure/Layout
	4 - Header
	5 - Main
	6 - Sidebar(s)
	7 - Footer

************************************************************************/
/***********************************************************************
	Reset all styles  !DO NOT EDIT!
************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables will still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***********************************************************************
	Structural !DO NOT EDIT!
************************************************************************/
/* GRIDS! */
#gridbase {
	width:960px;
	margin: 0 auto;
}
.oneCol,.twoCol,.threeCol,.fourCol,.fiveCol,.sixCol,
.sevenCol,.eightCol,.nineCol,.tenCol,.elevenCol,.twelveCol {
	display:inline;
	float:left;
	margin: 0 10px;
}
.alpha{margin-left:0}
.omega{margin-right:0}
	
#gridbase .oneCol {width:60px}
#gridbase .twoCol {width:140px}
#gridbase .threeCol {width:220px}
#gridbase .fourCol {width:300px}
#gridbase .fiveCol {width:380px}
#gridbase .sixCol {width:460px}
#gridbase .sevenCol {width:540px}
#gridbase .eightCol {width:620px}
#gridbase .nineCol {width:700px}
#gridbase .tenCol {width:780px}
#gridbase .elevenCol {width:860px}
#gridbase .twelveCol {width:940px}


.gutterless {
	margin: 0;
	padding: 0;
}
html body * span.clear,html body * div.clear,
html body * li.clear,
html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/***********************************************************************************/
/************************** BEGIN EDITING BELOW THIS LINE **************************/
/***********************************************************************************/


