/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_6 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .grid_1 {
	width:140px;
}

.container_6 .grid_2 {
	width:300px;
	background-color: #FFF;
	color: #4B4B4B;
	background-image: url(tcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}

.container_6 .grid_3 {
	width:460px;
	background-color: #FFF;
	color: #4B4B4B;
	background-image: url(tcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8C8C;
}

.container_6 .grid_4 {
	width:940px;
	background-color: #FFF;
	color: #4A4A4A;
	background-image: url(tcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}

.container_6 .grid_5 {
	width:780px;
}

.container_6 .grid_6 {
	width:940px;
	background-image: url(newtop.jpg);
	background-repeat: no-repeat;
	height: 100px;
}




/* Prefix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .prefix_1 {
	padding-left:160px;
}

.container_6 .prefix_2 {
	padding-left:320px;
}

.container_6 .prefix_3 {
	padding-left:480px;
}

.container_6 .prefix_4 {
	padding-left:640px;
}

.container_6 .prefix_5 {
	padding-left:800px;
}



/* Suffix Extra Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .suffix_1 {
	padding-right:160px;
}

.container_6 .suffix_2 {
	padding-right:320px;
}

.container_6 .suffix_3 {
	padding-right:480px;
}

.container_6 .suffix_4 {
	padding-right:640px;
}

.container_6 .suffix_5 {
	padding-right:800px;
}



/* Push Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .push_1 {
	left:160px;
}

.container_6 .push_2 {
	left:320px;
}

.container_6 .push_3 {
	left:480px;
}

.container_6 .push_4 {
	left:640px;
}

.container_6 .push_5 {
	left:800px;
}



/* Pull Space >> 6 Columns
----------------------------------------------------------------------------------------------------*/


.container_6 .pull_1 {
	left:-160px;
}

.container_6 .pull_2 {
	left:-320px;
}

.container_6 .pull_3 {
	left:-480px;
}

.container_6 .pull_4 {
	left:-640px;
}

.container_6 .pull_5 {
	left:-800px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px;
}


.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}.container.container_6 .grid_6 h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	margin-top: 25px;
}
#footer {
	color: #FAFAFA;
	background-color: #777;
	width: 960px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}
.container.container_6 .clear #footer p a {
	color: #FF0;
	text-decoration: none;
}
.container.container_6 .grid_4 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 8px;
}
.container.container_6 .grid_4 h3 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: normal;
}


.img_right {
	padding: 0px;
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
	border: 2px solid #FFFFFF;
}
.img_left{
	padding: 0px;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-right: 1em;
	border: 2px solid #FFFFFF;
}

/* --- Image shadowing--- */

.picshadow {
	-moz-box-shadow: 3px 3px 4px #4B4B4B;
	-webkit-box-shadow: 3px 3px 4px #4B4B4B;
	box-shadow: 3px 3px 4px #4B4B4B;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#4B4B4B')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#4B4B4B');
	border: 1px solid #FFF;
}.container.container_6 .grid_4 a {
	text-decoration: none;
	color: #C03;
}
.container.container_6 #footer a {
	text-decoration: none;
	color: #FF0;
}
.container.container_6 #footer p a:visited {
	color: #E9E9E9;
}
.container.container_6 #footer p a:hover {
	color: #F2F2F2;
}
.container.container_6 #footer p {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
.container.container_6 .grid_3 p {
	margin: 10px;
}
.vintage {
	color: #FF0;
}
