/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:980px;
} 

body { 
	background:url(images/tail-top.jpg) repeat-x center top #000; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:100%; 
	line-height:1em; 
	color:#767676; 
	min-width:980px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.header-bg {
	background:url(images/header-bg.jpg) no-repeat center top;
}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:32px;
}
#contacts-form input {
	width:230px; 
	padding:3px 0 3px 3px; 
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:230px; 
	height:196px; 
	overflow:auto;
	background:#fff;
	color:#8f8f8f; 
	border:1px solid #bfbfbf; 
	padding:3px 0 3px 3px;
	margin-bottom:20px; 
}

/*========================== LISTS ============================*/

.list {
	margin-top:-10px;
}
.list li {
	padding-top:10px;
}
.list li.alt {
	padding-bottom:15px;
}
.list li a {
	color:#778e41;
	line-height:1.25em;
	font-size:1.33em;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	font-size:1.33em;
	padding-bottom:12px;
}
.list1 li.last {
	padding:0;
	margin-bottom:-10px;
}
.list1 li a {
	color:#3b3e35;
}

.icon-list li {
	background-repeat:no-repeat;
	background-position:0 0;
	padding:7px 0 23px 50px;
}
.icon-list li.last {
	padding-bottom:8px;
}
.icon-list li.style1 {
	background-image:url(images/linkedin.gif);
}
.icon-list li.style2 {
	background-image:url(images/delicious.gif);
}
.icon-list li.style3 {
	background-image:url(images/facebook.gif);
}
.icon-list li a {
	color:#fff;
	text-decoration:none;
	display:block;
}
.icon-list li a:hover {
	text-decoration:underline;
}

.clients-list {
	width:100%;
	overflow:hidden;
	padding-top:20px;
}
.clients-list li {
	width:168px;
	margin-right:59px;
	float:left;
}
.clients-list li.last {
	margin-right:0;
}
.clients-list li img {
	display:block;
	margin-bottom:24px;
}
.clients-list li strong {
	display:block;
	color:#3b3e35;
}

/*========================== OTHER ============================*/

p { 
	margin-bottom:14px;
	line-height:1.67em;
}
.p0 {
	margin-bottom:0;
}

.slogan {
	font-size:1.17em;
	line-height:1.43em;
	letter-spacing:1px;
	margin-left:-1px;
	margin-bottom:50px;
}
.slogan img {
	display:block;
	margin-bottom:15px;
}

dl {
	line-height:1.67em;
}
dl dt {
	font-weight:bold;
	color:#3b3e35;
}
dl dd {
	margin-bottom:18px;
}
dl dd.last {
	margin-bottom:0;
}
dl dd span {
	display:block;
	padding-top:10px;
}

.address {
	width:100%;
	overflow:hidden;
	padding-top:15px;
}
.address img {
	float:left;
	margin-right:37px;
}
.address span {
	float:right;
	margin-right:135px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#767676; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	background:url(images/gtf-logo.gif) no-repeat left 5px;
	padding-left:65px;
	margin-top:-5px;
	font-size:1.08em;
	line-height:1.2em;
	font-weight:normal;
}
h1 a {
	text-decoration:none;
	color:#fff;
}
h1 span {
	font-size:45px;
	text-transform:uppercase;
	margin-bottom: 7px;
	display:block;
}
h3 {
	color:#73746e;
	font-size:27px;
	line-height:1.1em;
	text-transform:uppercase;
	margin-bottom:10px;
}
h4 {
	font-size:24px;
	line-height:1.2em;
	color:#778e41;
	text-transform:uppercase;
	margin-bottom:12px;
}
h5 {
	font-size:1.42em;
	line-height:1.29em;
	font-weight:normal;
}
h5.extra {
	margin-bottom:12px;
}
h6 {
	font-size:1em;
	line-height:1.67em;
	margin-bottom:10px;
	color:#3b3e35;
}

.link {
	text-align:right;
	font-size:1.33em;
}
.link a {
	color:#3b3e35;
}

.title { 
	margin-bottom:20px;
	text-align:right;
	text-transform:uppercase;
	font-size:38px;
	line-height:1em;
	color:#778e41;
	padding:12px 66px 15px 0;
	background:url(images/title-bg.gif) no-repeat right top;
	position:relative;
	top:37px;
	overflow:hidden;
}

/*============================ BOXES ==========================*/

.box { 
	background:#e5e6e0; 
	width:100%;
}
.box.alt {
	margin-bottom:23px;
}
.box .inner { 
	padding:24px 20px 30px 26px;
}
.box .link a,
.box .list1 li a {
	color:#767676;
}
.box h3 {
	margin-bottom:16px;
}
.box .address {
	padding:0;
	margin-bottom:-14px;
}
.box .address span {
	margin-right:55px;
}

/*========================== HEADER ===========================*/

#header .fleft {
	padding:88px 0 0 0;
}
#header .fright {
	padding:100px 0 0 0;
}
#header .fright ul li {
	float:left;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.2em;
	padding-left:38px;
}
#header .fright ul li a {
	text-decoration:none;
	color:#fff;
}
#header .fright ul li a:hover {
	color:#000;
}

/*========================= CONTENT ===========================*/

#content .row-1 {
	background:#f8f8f8;
	padding:59px 0 35px 0;
}
#content .row-1 .list li a {
	color:#3b3e36;
}
#content .row-2 {
	padding:60px 0 40px 0;
	color:#e5e6e0;
}
#content .row-2 h4 {
	color:#e5e6e0;
}
#content .indent {
	padding-bottom:62px;
}

/*========================= FOOTER ============================*/

#footer p,
#footer a {
	color:#fff;
}
#footer p {
	padding-top:62px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/
