/* 	getFIT CSS
	Copyright 2011 Newborn Generation	*/

html, body { height:100%; }

body {
	margin: 0 0 1px 0;
	padding: 0;
	color: #000;
	text-align: center;
	background: #fff url(../img/bg.jpg) top left no-repeat;
}

/* Backwards Compatibility */
p, h1, h2, h3, h4, h5, h6, ol, ul, li, a, pre {
	font-family: arial, verdana, helvetica, sans-serif;
}

table 	{ font-size: 100%; }
tr 		{ vertical-align:top; }
td 		{ vertical-align:top; }
td img 	{ display: block; }
td a img { display: inline; }

/* TYPOGRAPHY */
h1 {
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	font-family: "Myriad Pro";
	color: #000;
	margin: 3px 5px 10px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d8d7d7;
}

h2 {
	
}

h3 {

}

img {
	border: 0;
	text-align:center;
}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.1em;
	margin: 2px 0 1px 0;
	line-height: 1em;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #000; 
	font-family: "Myriad Pro";
}

a:link { }
a:visited { }
a:hover { color: #42466e; text-decoration:underline; }
a:active { }

a.c { color:#f90; }

li a:hover { text-decoration:none; }

li > p {
	margin-top: 3px;
}
	
strong, b {
	font-weight: bold;
}

i {
	text-transform: lowercase;
}

em, u {
	font-style: normal;
	text-decoration:none;
}

label { display:block; margin:10px 0 5px 0; font-weight:bold; }

/* STYLE / LAYOUT */

#lw {
	width: 785px;
	height: 538px;
	margin: 168px 0 0 233px;
	text-align: left;
	color: #000;
	background: transparent;
}

#b {
	float: left;
	width: 313px;
	height: 200px;
	background: transparent url(../img/gn/b_filler.png) bottom left no-repeat;
}
#b_filler {
	float: left;
	width: 472px;
	height: 200px;
	background: transparent top left no-repeat;
}
#b_filler_topright {
	float: left;
	width: 472px;
	height: 177px;
	background: transparent top left no-repeat;
}
#gn {
	float: left;
	width: 471px;
	height: 23px;
	margin: 0 0 0 1px;
	text-align: right;
	background: transparent top left no-repeat;
}
#gn ul,li { 
	display: inline;
	list-style: none;
}

#c {
	float: left;
	width: 785px;
	height: 316px;
	background: transparent url(../img/cw_.jpg) top left no-repeat;
}
#c_top {
	float: left;
	width: 785px;
	height: 10px;
	background: transparent url(../img/c/c_top.png) top left no-repeat;
}
#c_top_contact {
	float: left;
	width: 785px;
	height: 10px;
	background: transparent url(../img/c/c_top_contact.png) top left no-repeat;
}
#c_left {
	float: left;
	width: 13px;
	height: 310px;
	background: transparent url(../img/c/c_left.png) top left no-repeat;
}
#cw {
	float: left;
	width: 760px;
	height: 310px;
	background: transparent url(../img/c/c_bg.jpg) top left no-repeat;
}
#cw_1 {
	float: left;
	width: 252px;
	height: 310px;
	background: transparent;
	overflow: hidden;
}
#cw_2 {
	float: left;
	margin: 0 0 0 1px;
	width: 253px;
	height: 310px;
	background: transparent;
	overflow: hidden;
}
#cw_2 img {
	position: relative;
	bottom: 0;
}

#cw_3 {
	float: left;
	margin: 0 0 0 1px;
	width: 253px;
	height: 310px;
	background: transparent;
	overflow: hidden;
}
p {
	margin: 5px 5px 10px 5px;
	color: #000;
	text-align: left;
	font-family: "Myriad Pro";
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1em;
}
.fit { font-style: italic; }

#c_right {
	float: left;
	width: 12px;
	height: 310px;
	background: transparent url(../img/c/c_right.png) top left no-repeat;
}

#f {
	float: left;
	width: 785px;
	height: 21px;
	color: #FFF;
	background: transparent url(../img/c/f.png) top left no-repeat;
}
#f a { color: #FFF;	font-weight: normal; }
#f a:hover { text-decoration: none; }
#f font {
	margin: 0 29px;
	color: #FFF;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Classes */
.bold { font-weight: 600; }
.italic { font-style: italic; }
.txtctr { text-align: center; }
.nound { text-decoration: none; }
.mrg10px { margin-top: 11px; }