/* --------------------------------------------------------------------------
 *
 * Copyright CMS Quick Start 2010.
 * The following CSS is to be used only for approved CMS Quick Start themes.
 *
 * -------------------------------------------------------------------------*/

/** Common css ***/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, #sidebar-first, #sidebar-second, #sidebar-third, #content-body {
  display:inline;
	float:left;
}
.block {
  margin:0 10px;
}
.pull_1, .pull_2, .pull_3, .pull_4, .pull_5, .pull_6, .pull_7, .pull_8, .pull_9, .pull_10, .pull_11, .pull_12, .pull_13, .pull_14, .pull_15, .pull_16, .push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8, .push_9, .push_10, .push_11, .push_12, .push_13, .push_14, .push_15, .push_16 {
  position:relative;
}
/** Layout's CSS ***/
.col_1 {
  width:80px;
}
.col_2 {
  width:160px;
}
.col_3 {
  width:240px;
}
.col_4 {
  width:320px;
}
.col_5 {
  width:400px;
}
.col_6 {
  width:480px;
}
.col_7 {
  width:560px;
}
.col_8 {
  width:640px;
}
.col_9 {
  width:720px;
}
.col_10 {
  width:800px;
}
.col_11 {
  width:880px;
}
.col_12 {
  width:960px;
}
.col_13 {
  width:1040px;
}
.col_14 {
  width:1120px;
}
.col_15 {
  width:1200px;
}
.col_16 {
  width:1280px;
}
/** Grid's ***/
.grid_1 {
  width:60px;
}
.grid_2 {
  width:140px;
}
.grid_3 {
  width:220px;
}
.grid_4 {
  width:300px;
}
.grid_5 {
  width:380px;
}
.grid_6 {
  width:460px;
}
.grid_7 {
  width:540px;
}
.grid_8 {
  width:620px;
}
.grid_9 {
  width:700px;
}
.grid_10 {
  width:780px;
}
.grid_11 {
  width:860px;
}
.grid_12 {
  width:940px;
}
.grid_13 {
  width:1020px;
}
.grid_14 {
  width:1100px;
}
.grid_15 {
  width:1180px;
}
.grid_16 {
  width:1260px;
}
/** Positioning Classes - Push **/
.push_1 {
  left:80px;
}
.push_2 {
  left:160px;
}
.push_3 {
  left:240px;
}
.push_4 {
  left:320px;
}
.push_5 {
  left:400px;
}
.push_6 {
  left:480px;
}
.push_7 {
  left:560px;
}
.push_8 {
  left:640px;
}
.push_9 {
  left:720px;
}
.push_10 {
  left:800px;
}
.push_11 {
  left:880px;
}
.push_12 {
  left:960px;
}
.push_13 {
  left:1040px;
}
.push_14 {
  left:1120px;
}
.push_15 {
  left:1200px;
}
.push_16 {
  left:1280px;
}
/** Positioning Classes - Pull **/
.pull_1 {
  left:-80px;
}
.pull_2 {
  left:-160px;
}
.pull_3 {
  left:-240px;
}
.pull_4 {
  left:-320px;
}
.pull_5 {
  left:-400px;
}
.pull_6 {
  left:-480px;
}
.pull_7 {
  left:-560px;
}
.pull_8 {
  left:-640px;
}
.pull_9 {
  left:-720px;
}
.pull_10 {
  left:-800px;
}
.pull_11 {
  left:-880px;
}
.pull_12 {
  left:-960px;
}
.pull_13 {
  left:-1040px;
}
.pull_14 {
  left:-1120px;
}
.pull_15 {
  left:-1200px;
}
.pull_16 {
  left:-1280px;
}
#page {
  float:none;
	display:block;
	margin:auto;
}