/*  
Theme Name: G-tec.com
Theme URI: http://www.g-tec.com
Description: Site template for G-tec.com
Version: 1.0
Author: The Amplified Group
Author URI: http://www.amplifyyourworld.com
*/

/* =Globals
-----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	margin: 30px 0;
	background-color: #000;
	font: 11px/1.3em Helvetica, Arial, sans-serif;
	color: #000;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

strong {
	color: #821b25;
}

a img {
	border: none;
}

.testientry {
	background-color: #e9e9e9;
	padding: 5px;
	margin-bottom: 10px;
}

/* =Structure
-----------------------------------------------------*/

#wrap {
	margin: 0 auto;
	width: 764px;
	height: 553px;
	background: #ccc url(images/wrap_bg.gif) no-repeat;
}

#mainHeader {
	width: 764px;
	height: 120px;
	background: #619a79 url(images/header_bg.gif) no-repeat;
}

#newsvineContent {
	width: 500px;
	height: 300px;
	overflow: auto;
	margin-left: 125px;
	margin-top: 20px;
	text-align: justify;
	padding-right: 20px;
}

#footer {
	width: 764px;
	height: 93px;
	background: #5d4276 url(images/footer_bg.gif) no-repeat bottom left;
	color: #999;
	position: relative;
	margin: -7.5em auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -7.4em;
}

/* =Navigation
-----------------------------------------------------*/

ul#navbar {
	padding-left: 149px;
	margin-top: -46px !important;
	margin-top: -50px;
}

ul#navbar li {
	float: left;
	list-style: none;
}

ul#navbar li a {
	display: block;
	height: 23px;
	text-indent: -9999px;
}

ul#navbar li a:hover {
	background-position: 0 -23px;
}

a#index {
	width: 60px;
	background: url(images/nav_welcome.gif) no-repeat 0 0;
}

a#why {
	width: 73px;
	background: url(images/nav_whyheat.gif) no-repeat 0 0;
}

a#equip {
	width: 76px;
	background: url(images/nav_equipment.gif) no-repeat 0 0;
}

a#theparts {
	width: 46px;
	background: url(images/nav_parts.gif) no-repeat 0 0;
}

a#pledge {
	width: 80px;
	background: url(images/nav_ourpledge.gif) no-repeat 0 0;
}

a#news {
	width: 70px;
	background: url(images/nav_newsline.gif) no-repeat 0 0;
}

a#thetestimonials {
	width: 98px;
	background: url(images/nav_testimonials.gif) no-repeat 0 0;
}

a#contactus {
	width: 61px;
	background: url(images/nav_contact.gif) no-repeat 0 0;
}

body#home a#index { background-position: 0 -23px; }
body#whyheat a#why { background-position: 0 -23px; }
body#equipment a#equip { background-position: 0 -23px; }
body#parts a#theparts { background-position: 0 -23px; }
body#ourpledge a#pledge { background-position: 0 -23px; }
body#newsline a#news { background-position: 0 -23px; }
body#testimonials a#thetestimonials { background-position: 0 -23px; }
body#contact a#contactus { background-position: 0 -23px; }

/* =Headings
-----------------------------------------------------*/

h1 {
	display: none;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 4px;
	color: #707070;
	background-color: #e9e9e9;
	margin-bottom: 4px;
	border-bottom: 1px solid #888;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 4px;
	color: #821b25;
}

/* =Paragraphs
-----------------------------------------------------*/

#newsvineContent p {
	padding-bottom: 8px;
}

/* =Classes
-----------------------------------------------------*/

.logo {
	position: relative;
	top: 25px;
	left: 35px;
}

.tagline {
	position: absolute;
	top: 36px !important;
	left: 150px;
	display: block;
}
