@charset "utf-8";
/*
	Theme Name: PureTrak
	Theme URI: http://puretrak.com
	Description: Core CSS Styles for PureTrak.com
	Version: 1.0
	Last Revised: 7/15/2009
	Author: Patrick Hallinan
	Author URI: http://www.puretrak.com
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: black;
}

.clear {
	clear: both;
}

div#site_container_bg {
	min-height: 100%;
	height: auto !important; /* Needed for IE6 */
	height: 100%; /* Needed for IE6 */
	margin: 0 auto -4em;
	width: 1024px;
	background-image: url(/assets/images/site_wing_full.gif);
	background-repeat: repeat-y;
}

div#site_container {
	min-height: 100%;
	height: auto !important; /* Needed for IE6 */
	height: 100%; /* Needed for IE6 */
	margin: 0 auto -4em;
	width: 915px;
}

div#site_container .push {
	height: 4em;
}

div#site_footer {
	margin: 0 auto;
	width: 1024px;
	height: 4em;
	background-image: url(/assets/images/site_footer.gif);
	background-repeat: no-repeat;
}

table#table_footer_text {
	margin: 0 auto;
	margin-left: 130px;
	width: 830px;
	height: 3em;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 10px;
	color: #A7A7A7;
}

table#table_footer_text td.col_left {
	text-align: left;
}

table#table_footer_text td.col_right {
	text-align: right;
	color: white;
}

table#table_footer_text a {
	text-decoration: none;
}

.x-table-layout {
    width: 100%;
}

div#site_top_info_bar {
	height: 33px;
	width: 100%;
	background-image: url(/assets/images/site_top_info_bar.gif);
	background-repeat: no-repeat;
}

div#site_navigation_container {
	height: 150px;
	width: 100%;
}

div#site_navigation_container .nav_banner {
	height: 88px;
	width: 100%;
	background-image: url(/assets/images/top_banners/site_nav_banner.gif);
	background-repeat: no-repeat;	
}

div#mini_banners {
	padding: 19px 0 0 402px;
	width: 503px;
	height: 62px;
}

ul#site_navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}

ul#site_navigation li {
	float: left;
	height: 61px;
}

table#table_top_info_bar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

table#table_top_info_bar td.col_welcome {
	width: 50%;
	padding-left: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

table#table_top_info_bar td.col_shopping_cart {
	padding-right: 10px;
	width: 50%;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

span#top_info_cart_items a, a:hover, a:link, a:visited {
	color: white;
}

/* AD CSS */
div#main_ad_container {
	margin-bottom: 2px;
}

div#products_ad_container {
	margin: 10px auto;
	width: 708px;
}

/* Left Column Stuff CSS */
div#our_promise_left_col {
	margin: 0 auto 10px auto;
	width: 182px;
}

div#security_left_col {
	margin: 15px auto 10px auto;
	width: 182px;
}

div#facebook_left_col {
	margin: 15px auto 10px auto;
	width: 182px;
}

div#mailing_list_left_col {
	margin: 15px auto 10px auto;
	width: 182px;
	height: 176px;
	background: url(/assets/images/mailing_left_col.gif) no-repeat;
}

/* Grid Paging Bar */
.x-toolbar div.xtb-text {
	color: white;
}

/* Webket Rendering */
.ext-webkit .x-form-field-wrap .x-form-trigger {
	position: static;
	top: auto;
	vertical-align:top;
}
