/*
*******************************************************************

Title:			global.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		07-16-2009
Last modified:	07-16-2009

Don't steal, yo!

*******************************************************************
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; } 
label { font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
body {background: url(../images/master-bg.jpg) top no-repeat #000; font-size:62.5%;}

a:link {color: #8bc541;text-decoration: none;} 
a:visited {color: #8bc541;text-decoration: none;}
a:hover,a:focus {color: #666;text-decoration: none;}
a:active {}

:focus {outline: 0;}

#container {width: 960px; margin-left: auto; margin-right: auto;}
#content-wrapper {width: 900px; background-color: #fff; padding: 30px;}
.clear {clear: both; height: 0; overflow: hidden; margin: -1px 0 0 0;}
.dotted-line {height: 20px; background: url(../images/dotted-line-bg.gif) repeat-x; width: 100%; margin-bottom: 20px;}
#text-content {margin: 25px 0 0 20px; width: 650px;	padding: 0;}

.yuck-face {width: 18px; height: 18px; background: url(../images/yuck-face.png) no-repeat; position: relative; left: 66px; top: -10px; display: block;}

.red {border: 1px dashed red;}

/****************************************************************** TYPOGRAPHY ******/

h1 {font: normal 2.2em "Lucida Grande", Helvetica, Arial, sans-serif; color: #8bc541; margin: 20px 0 25px 0; letter-spacing: .1em; text-transform: uppercase;}
div.logo {width: 290px;	height: 100px; background: url(../images/trackink-logo.png) no-repeat; float: left; text-indent: -9999px; margin: 30px 0 0 6px;}
div.logo a {width: 290px; height: 100px; display: block;	text-decoration: none;}

h2 {font: bold 2.6em "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 32px; color: #333; margin: 0 0 10px 0;}

h3 {font: normal 2.2em "Lucida Grande", Helvetica, Arial, sans-serif; color: #8bc541; margin: 20px 0 25px 0; letter-spacing: .1em; text-transform: uppercase;}

h4 {font: bold 1.4em "Lucida Grande", Helvetica, Arial, sans-serif; color: #000; line-height: 24px; margin: 20px 0 2px 0;}

h5 {font: normal 1.5em "Lucida Grande", Helvetica, Arial, sans-serif; color: #372c24; line-height: 22px; margin: 20px 0 20px 0;}
h5.news-title {font: bold 1.2em "Lucida Grande", Helvetica, Arial, sans-serif;	color: #372c24; margin: 15px 0 3px 0;}
h5.news-title a {color: #fb8217;}
h5.news-title a:hover {color: #8bc541;}

h6 {font: normal 1.4em "Lucida Grande", Helvetica, Arial, sans-serif; color: #c6d1c2; margin: 0; padding: 10px 0 0 14px; text-shadow: 1px 1px 1px #222;}

p {font: normal 1.2em "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 20px; color: #333; margin: 0 0 12px 0;}
p.news-date {font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif; color: #a1a1a1;}
p.news-snippet {font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif; color: #363636; line-height: 17px;}


/****************************************************************** HEADER ******/

#header {
	width: 900px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
}

#header-nav {
	width: 600px;
	height: 146px;
	margin-left: 300px;
	display: block;
}

/****************************************************************** HOMEPAGE ******/

#home-banner {
	width: 900px;
	height: 246px;
	background: url(../images/home-banner-bg.png) no-repeat;
	display: block;
	position: relative;
	z-index: 1;
}

#home-banner h2 {
	width: 393px;
	height: 246px;
	background: url(../images/home-banner-text.png) no-repeat;
	text-indent: -9999px;
	font-size: 1em;
	float: left;
}

#featured-products {
	width: 469px;
	height: 246px;
	float: left;
	position: relative;
	left: 38px;
	overflow: hidden;
	z-index: 1;
	background: none;
}

#featured-products img {
	width: 469px;
	height: 246px;
}

#product-highlights {
	width: 640px;
	float: left;

}

.highlight-box {
	width: 112px;
	float: left;
	margin-right: 15px;
}

.highlight-box img  {
	width: 112px;
	height: 120px;
}

.highlight-box h4 {
	margin-top: 10px;
}

.highlight-box h4 a {
	color: #000;
}

.highlight-box h4 a:hover {
	color: #666;
}

.highlight-box p {
	font-size: 1.1em;
	line-height: 15px;
}

#latest-news {
	width: 228px;
	background: url(../images/news-shadow-line.png) no-repeat;
	background-position: 0 16px;
	float: left;
	padding-left: 30px;
}

.news-item {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/****************************************************************** FOOTER ******/

#footer {
	width: 900px;
	margin: 20px 0 0 30px;
	padding-bottom: 40px;
}

#footer ul {
	list-style-type: none;
	display: block;
}

#footer ul li {
	display: inline;
	font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #8bc541;
	margin: 0 14px 0 0;
}

#footer ul li a {color: #8bc541;}
#footer ul li a:hover {color: #ccc;}

#footer p {
	font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 8px 0 0 0;
	color: #838383;
}

#footer p a {
	color: #838383;
	text-decoration: underline;
}


/****************************************************************** OTHER PAGES ******/

.about-graphic {
	margin: 20px 0 30px 0;
}

.sidebar-box p {
	font-size: 1.2em;
	line-height: 16px;
	font-weight: bold;
	margin: 14px;
}

ol.sidebar-list {
	width: 200px;
	display: block;
	margin: 0 0 18px 30px;
}

ol.sidebar-list li {
	width: 150px;
	padding: 10px 10px 0 2px;
	margin: 0 0 10px 5px;
	font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #333;
}

ol.sidebar-list li a {
	color: #000;
	text-decoration: underline;
}

ol.sidebar-list li a:hover {
	text-decoration: none;
	color: #666;
}

ul.template-links {
	width: 500px;
	display: block;
	margin: 0 0 18px 40px;
	list-style-type: none;
}

ul.template-links li {
	width: 500px;
	padding: 5px 10px 0 25px;
	margin: 0 0 10px 5px;
	font: normal 1.4em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #333;
 	background: url(../images/page_white_acrobat.png) no-repeat left;
 	background-position: 0 5px;
}

ul.template-links li a {
	text-decoration: none;
}

ul.template-links li a:hover {
	color: #000;
	text-decoration: none;
}

/********************************************************** ACCORDION ****/

h2.accordionButton {
	cursor: pointer;
	font-size: 1.8em;
}

h2.accordionButton:hover {
	color: #666;
	cursor: pointer;
}

ul.accordionContent {
	margin: 10px 0 10px 30px;
}

ul.accordionContent li {
	font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #333;
 	margin-bottom: 6px;
 	list-style-type: square;
}

ul.accordionContent li a {
	color: #666;
}

ul.accordionContent li a:hover {
	color: #000;
}

p.accordionContent {
	margin: 10px;
}

img.map-img {
float: right;
}
