/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 40 pixels each, with 40 pixel gutter */
/* ================ */

.grid_1 { width:40px; }
.grid_2 { width:120px; }
.grid_3 { width:200px; }
.grid_4 { width:280px; }
.grid_5 { width:360px; }
.grid_6 { width:440px; }
.grid_7 { width:520px; }
.grid_8 { width:600px; }
.grid_9 { width:680px; }
.grid_10 { width:760px; }
.grid_11 { width:840px; }
.grid_12 { width:920px; }

.column {
	margin: 0 20px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -20px;
	width: auto;
	display: inline-block;
}

/* = Common = */
 
body {
	background: #252525 url(../images/gfbg_01.jpg) top center no-repeat;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #FFF;
}

a:link {color: #eb1d29; text-decoration: underline;}
a:visited {color: #eb1d29; text-decoration: underline;}
a:hover {color: #FFF; text-decoration: underline;}
a:active {color: #eb1d29; text-decoration: underline;}

.grid_8 a:hover {color: #a90303; text-decoration: underline;}

.menu a:link {color: #CCC; text-decoration: none;}
.menu a:visited {color: #CCC; text-decoration: none;}
.menu a:hover {color: #FFF; text-decoration: none;}
.menu a:active {color: #CCC; text-decoration: none;}

.menu a.selected {color: #eb1d29;}

p, li, ul, td {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}

h1 {
	font-size: 38px;
	line-height: 42px;
	color: #CCC;
}

h2 {
	font-size: 30px;
	line-height: 34px;
	color: #eb1d29;	
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	color: #eb1d29;	
	margin-bottom: 10px;
}

h1, h2, h3 {font-weight: normal;}

.floatleft {float: left}
.floatright {float: right}

.icon {
	float: left;
	margin-right: 10px;
}

hr {
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	color: #efefef;	
	background-color: #efefef;
	margin: 20px 0;
	padding: 0;
}

/* = Boxes = */

.menu {
	height: 100px;
	overflow: hidden;
}

.menu li {
	list-style-type: none;
	float: left;
	display: inline;
	font-size: 20px;
}

.menu li a {
	display: block;
	padding: 35px 20px 20px 0;
}

.feature {
	height: 125px;
	overflow: hidden;
	color: #CCC;
}

.feature a {text-decoration: none;}

.feature li {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 25px;
	margin-top: 10px;
}

.contact li {
	padding-left: 25px;
}

.feature li span {color: #FFF;}

.iconphone {background: url(../images/mobile-phone.png) top left no-repeat}
.iconemail {background: url(../images/mail.png) top left no-repeat}
.iconform {background: url(../images/blog.png) top left no-repeat}
.iconmap {background: url(../images/map.png) top left no-repeat}

.wrapper {
	background: #FFF url(../images/gfbg_06.jpg) top center no-repeat;
	padding-top: 20px;
	color: #333;
}

.wrappercont {
	background: transparent url(../images/gfbg_12.png) top center repeat-y;
	padding-top: 20px;
	color: #333;
}

.sidebar p {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}

.wrapper div, .wrappercont div {
	margin-bottom: 25px;
}

.wrapper a:hover {color: #9e0b0f;}
.wrapper h2 a {text-decoration: none;}

.footer p {
	font-size: 10px;
	text-align: right;
}

/*** Form **/

form {
	margin: 20px 0;
	width: 400px;
}

.formtable tr {
	padding-top: 10px;
	border-bottom: 1px #efefef solid;
}

tr.required {
	border-bottom: none;
	color: #999;
}

tr.required p {
	font-size: 10px;
}

label {
	padding: 5px 1px;
	display: block;
	float: left;
	font-size: 14px;
	width: 100px;
}

input, textarea {
	border: 1px #CCC solid;
	font-size: 16px;
	padding: 5px;
	margin: 0 20px 10px 0;
	width: 188px;
	color: #333;
}

textarea {clear: left;}

.button input {
	background-color: #eb1d29;
	border: 1px #a90303 solid;
	padding: 10px 5px;
	font-size: 14px;
	color: #FFF;
	width: 80px;
}
