@import url("../css/reset.css");
@import url("../css/blog_manager.css");
@import url("../css/home.css");

/*  
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
    background: url("../gfx/bg.jpg") repeat-x 0 0 #fff;
    color:#666;
	margin: 0 0 20px 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}

a {
	color: #4B70C5;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 990px;  
	position: relative;
	padding: 0 0 15px;
}

/* Title Container
--------------------------------------------------------------------------------------------------- */
#title_container {
	height: 124px;
	background: url(../gfx/title_box_bg.jpg) no-repeat 0 0;
	margin: 0 0 15px;
	position: relative;
}
#title_container #title_body {
	position: absolute;
	top: 45px;
	left: 40px;
	z-index: 5000;
}
#title_container #title_body h1 {
	font: 34px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	color: #4362B5;
}
#title_container #title_body h1 a {
	color: #666666;
	text-decoration: none;
}
#title_container #title_body h1 a:hover {
	text-decoration: underline;
	color: #333;
}
#title_container .feed {
	display: block;
	width: 93px;
	height: 13px;
	text-indent: -9999px;
	background: url(../gfx/feed_btn.png) no-repeat 0 0;
	display: none; /* lets decide what to do with this */
}


/* Homepage Intro Container
--------------------------------------------------------------------------------------------------- */
#intro_container {
	height: 307px;
	background:url(../gfx/introbox-footbg.jpg) no-repeat 0 100%;
	margin: 0 0 15px;
	position: relative;
}
#intro_container #intro_flash {
	position: absolute;
	top: 0;
	left: 0;
	height: 202px;
	background: url(../gfx/introbox_flash.jpg) no-repeat 0 0;
	z-index: -1;
}
#intro_container #intro_body {
	width: 655px;
	height: 80px;
	position: absolute;
	bottom: 20px;
	left: 0;
	line-height: 25px;
	padding: 0 10px 0 0;
	z-index: 1;
}
#intro_body a {
	text-decoration: underline;
}
#intro_body p {
	padding: 0 60px 0 120px;
}
#intro_body h1 {
	float: left;
	height: 80px;
	width: 320px;
	background: url(../gfx/introbox_title.png) no-repeat 50% 50%;
	text-indent: -9999px;
}


/* Search Container
--------------------------------------------------------------------------------------------------- */
#search_container {
	position: absolute;
	top: 320px;
	right: 0;
	padding: 20px 35px;
}

#search_box {
	width: 230px;
	position: absolute;
	top: 260px;
	left: 0;
	padding: 0;
	z-index: 1500;
}
#search_box form {
	position: relative;
}
#search_box button {
	background:url(../gfx/search_btn.png) no-repeat 0 0;
	width: 63px;
	height: 25px;
	border: none;
	cursor: pointer;
	text-indent:-9999px;
	float: right;
	position: absolute;
	top: 10px;
	right: 0;
}


#search_container h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
#search_container form, #search_box form {
	padding: 10px 0;
}
#search_container button {
	position: absolute;
	right: 35px;
	top: 65px;
	background:url(../gfx/search_btn.png) no-repeat 0 0;
	width: 63px;
	height: 25px;
	border: none;
	cursor: pointer;
	text-indent:-9999px;
}


/* Head
--------------------------------------------------------------------------------------------------- */
#head {
	height: 91px;
	margin: 0 0 41px;
	position: relative;
}
#head #logo {
	display: block;
	width: 377px;
	height: 73px;
	text-indent: -9999px;
	position: absolute;
	background: url(../gfx/logo.png) no-repeat 0 0;
	top: 10px;
	left: 0;
}
#head #select {
	display: block;
	width: 207px;
	height: 36px;
	text-indent: -9999px;
	position: absolute;
	background: url(../gfx/store_select.png) no-repeat 0 0;
	bottom: 0;
	right: 0;
}
#head #select:hover, #head #select.on {
	background: url(../gfx/store_select.png) no-repeat 0 -36px;
}
#locationChooser {
	position: absolute;
	top: 91px;
	right: 0;
	background: #3151A0;
	color: #fff;
	width: 440px;
	height: 150px;
	display: none;
	z-index: 9000;
}
#locationChooser.on {
	display: block;
}
.locationContent {
	padding: 15px 5px 10px 10px;
}
.locationContent h3 {
	margin: 0 0 5px;
	padding: 0 5px 0 0;
	text-transform: uppercase;
}
.locationContent h3 a {
	color: #5ADCFC;
	text-decoration: none;
}
.locationContent h3 a:hover {
	text-decoration: underline;
}
.locationContent ul li {
	float: left;
	width: 20%;
	margin: 0 2%;
	padding: 0;
	border-right: 1px solid #4D6AA6;
}
.locationContent ul li.bby {

	border: none;
}
.locationContent ul li ul li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 0 5px;
	border: none;
	font-size: 11px;
}
.locationContent a {
	color: #ccc;
	text-decoration: none;
}
.locationContent a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Global Content
--------------------------------------------------------------------------------------------------- */
#body_container {
	margin: 0 0 0;
}
#primary {
	width: 616px;
	background: url(../gfx/home_prime_bgfoot.jpg) no-repeat 0 100%;
	float: left;
	position: relative;
	padding: 0 0 10px 0;
}
#primary #prime_tabs {
	padding: 0 8px;
	background: url(../gfx/home_prime_bghead.jpg) no-repeat 0 0;
	font-size: 11px;
}
#secondary {
	width: 360px;
	float: right;
	position: relative;
}

/* Inside Content
--------------------------------------------------------------------------------------------------- */
.content p {
	margin: 0 0 12px 0;
	line-height: 1.6em;
	padding: 0;
}
.content p.special {
	color: #637131;
	font-size: 12px;
}
.content h1 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color:#8F8771;
	font-weight: normal;
	font-size: 22px;
}
.content h2 {
	font-size: 18px;
	font-weight: bold;
	color:#000;
	margin: 0 0 6px;
}
.content h3 {
	font-size: 14px;
	font-weight: bold;
	color:#21449C;
	margin: 0 0 5px;
}
.content h4 {
	color: #000;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: bold;
}
.content h5 {
	font-size: 12px;
	color:#637131;
	margin: 0 0 5px;
}
.content h6 {
	font-size: 12px;
	color:#57503E;
	margin: 0 0 5px;
}
.content blockquote {
	border: 1px dashed #A1A959;
	background:#F4F8D4;
	padding: 6px 9px 0;
	margin: 15px 0;
	clear: right;
}
.content blockquote p {
	margin: 0;
}

.content .center {
	text-align: center;
}
.content img.border {
	border: 1px dotted #8F8771;
	padding: 2px;
	background:#fff;
}

.content ol {
	margin: 0 0 15px;
}
.content ol li {
	margin: 0 0 10px 40px;
	list-style: decimal;
}

.content ul {
	margin: 0 0 15px;
}
.content ul li {
	margin: 0 0 10px 40px;
	list-style: disc;
}

.content ul.team {
	margin: 0;
	padding: 0;
}
.content ul.team li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #ccc;
}
.content ul.team li div.photo {
	float: right;
	width: 180px;
	padding: 0;
	margin: 0;
	text-align: right;
}
.content ul.team li .photo img {
	margin: 0;
	padding: 0;
	border: 2px solid #21449C;
}
.content ul.team li h3 {
	font-weight: normal;
}
.content ul.team li h3 .name {
	font-size: 18px;
}
.content ul.team li h3 .position {
	font-size: 12px;
}

/* news archive */
#inside_content .content dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 6px 0 0 0;
	border-top: 1px dashed #ccc;
}
#inside_content .content dl dd {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
}


#head_image {
	width: 485px;
	height: 115px;
	position: absolute;
	top: 132px;
	right: 1px;
}
#inside_primary {
	width: 725px;
	float: right;
	padding: 0 0 0 10px;
	position: relative;
}

#inside_secondary {
	width: 255px;
	float: left;
	padding: 45px 0 0 0;
	position: relative;
}
#inside_content .content,
#inside_primary .content {
	padding: 10px 35px;
	line-height: 22px;
	color: #666;
}

#inside_content .content .img_left {
	margin: 0 15px 10px 0;
	float: left;
}
#inside_content .content .img_right {
	margin: 0 0 10px 25px;
	float: right;
}

#inside_content .content p,
#inside_primary .content p {
	margin: 0 0 15px 0;
}
#inside_content {
	width: 725px; 
	background:url(../gfx/inbody_bg.png) repeat-y 0 0;
	position: relative;
	padding: 0 0 5px 0;
}
#inside_primary .footbg {
	display: block;
	width: 725px;
	height: 13px;
	background: url(../gfx/inbody_foot.png) no-repeat 0 0;
	position: absolute;
	bottom: -10px;
	left: 10px;
}
#inside_content h2.top_title {
	font: 25px Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 50px;
	background: url(../gfx/inbody_head.png) no-repeat 0 0;
	border-bottom: 1px solid #CCC;
}


/* get if form */

div.getme { 
	padding:15px; margin:0;
	border: 1px dashed #A1A959;
	background:#F4F8D4;
 }
div.getme form {
	margin: 0; padding: 0;
}
div.getme label,div.getme input, div.getme select {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
}
div.getme label {
	font-size: 11px;
}

div.getme label {
	text-align: right;
	width: 160px;
	padding-right: 20px;
	color:#5F7BA4;
}
div.getme textarea {
	width: 350px;
}
div.getme br {
	clear: left;
}
#notify { width: 8px; padding:0; margin:2px 0 0 0; height:12px; line-height:12px; width:12px; }
#notifylabel { width:200px; }

div.getme span.checkarea {
	float:left; width:250px; padding:10px 0 8px 0; 
}
div.getme span.sendme {
	float:left; clear:left; width:310px;
}
div.getme span.sendme input {
	float:right;
	width: 150px;
}
div.getme  ul {list-style: none;padding:5px 0 0 0; }
div.getme  ul li {border-bottom:1px dashed #5F7BA4; padding:5px; font-weight:bold; color:#000;}
div.getme  ul li span.underline {color:#9A0005;}
div.getme p.thanks { color:#5F7BA4; font-style:italic; }


/* Inside LOWER COLUMNS
--------------------------------------------------------------------------------------------------- */
#inColumns {
	width: 705px;
	height: 178px;
	background: url(../gfx/inbody_lowerbox-bg.jpg) no-repeat 0 0;
	margin: 0 auto;
	font-size: 11px;
	clear: both;
}
#inColumns h3 {
	margin: 0 0 15px 0;
	height: 18px;
	width: 200px;
	text-indent: -9999px;
}
#inColumns p {
	margin: 0 0 10px 0;
	line-height: 15px;
}
#inColumns .colBox {
	width: 200px;
	height: 148px;
	float: left;
	padding: 15px;
}
#inColumns blockquote {
	padding: 10px;
	background: #FFFFBB;
	border: 1px dotted #999;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}

.content .colA {
	float: left;
	width: 48%;
}
.content .colB {
	float: right;
	width: 48%;
}

.content .column1 {
	float: left;
	width: 33%;
}
.content .column2 {
	float: left;
	width: 33%;
}
.content .column3 {
	float: left;
	width: 33%;
}

.content .col  ul {
	margin: 0;
	padding: 0;
}
.content .col ul li {
	margin: 0;
	padding: 0;
}

#inColumns #colA h3 {
	background: url(../gfx/incol_title_A.png) no-repeat 0 0;
}

#inColumns #colB h3 {
	background: url(../gfx/incol_title_B.png) no-repeat 0 0;
}

#inColumns #colC h3 {
	background: url(../gfx/incol_title_C.png) no-repeat 0 0;
}

#inColumns a.highlite {
	background: #2F4C93;
	color: #fff;
	padding: 0 3px;
}
#inColumns a.highlite:hover {
	background: #C0C9E3;
	color: #3554A4;
}

#inColumns ul {
	margin: 0 0 0 10px;
}
#inColumns ul li {
	background:  url(../gfx/bullet-arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 6px 0;
	font-weight: bold;
}



/* PRODUCTS BOXES
--------------------------------------------------------------------------------------------------- */
#productsMatrix {
	border: none;
}
#productsMatrix li {
	width: 234px;
	float: left;
	margin: 0 0 7px 7px;
	background: url(../gfx/pro_box_bt.png) no-repeat 0 100%;
	position: relative;
}
#productsMatrix li .pro_box {
	background: url(../gfx/pro_box_top.png) no-repeat 0 0;
	padding: 15px 23px;
	position: relative;
}
#productsMatrix li .pro_box a.item_box {
	position: absolute;
	top: 16px;
	left: 24px;
	z-index: 100;
	display: block;
	width: 185px;
	height: 160px;
} 
#productsMatrix li .pro_box .brand_box {
	width: 185px;
	height: 160px;
	line-height: 160px;
	text-align: center;
	border: 1px solid #ccc;
}
#productsMatrix li .pro_box .brand_box img {
	border: none;
	margin: 0;
	padding: 0;
}
#productsMatrix li .pro_box .box_info {
	display: none;
	position: absolute;
	top: 16px;
	left: 24px;
	z-index: 99;
	background: url(../gfx/transbg.png);
	width: 155px;
	height: 130px;
	padding: 15px;
	color: #999;
}
#productsMatrix li .pro_box .box_info.hoverme {
	display: block;
}
#productsMatrix li .pro_box .box_info h3 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#productsMatrix li .pro_box .site_link {
	font-size: 11px;
	clear: both;
	background:#4D6DC1;
	color: #fff;
	padding: 2px;
}
#productsMatrix li .pro_box .site_link:hover {
	background: #444;
}

.content .special {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px;
}
.content .special img {
	float: left;
	margin: 0 15px 0 0;
}
.content .special .productinfo {
	font-size: 11px;
	float: left;
	width: 480px;
}

/* Side Boxes
--------------------------------------------------------------------------------------------------- */
.sidebox {
	width: 255px;
	background: url(../gfx/inbox_foot.jpg) no-repeat 0 100%;
	margin: 0 0 12px 0;
}
.sidebox .sidebox_body {
	background: url(../gfx/inbox_head.jpg) no-repeat 0 0;
	position: relative;
	padding: 0 0 10px;	
}

.sidebox h3.box_title {
	font-size: 18px;
	width: 240px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 15px;
}


/* -- SUB NAVIGATION -- */
#inside_secondary #sub_nav a {
	text-decoration: none;
}
#inside_secondary #sub_nav ul {
	width: 240px;
	margin: 0 auto;
	padding: 10px 0 30px;
	font-size: 11px;
}
#inside_secondary #sub_nav ul li {
	font-size: 14px;
	padding: 8px 0 8px 35px;
	border-bottom: 1px dotted #ccc;
}
#inside_secondary #sub_nav ul li {
	background: url(../gfx/bullet-arrow.gif) no-repeat 5% 14px;
}

#inside_secondary #sub_nav ul li.active {
	background: url(../gfx/bullet-arrow.gif) no-repeat 5% 14px #DADCE1;
}

#inside_secondary #sub_nav ul li.active ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#inside_secondary #sub_nav ul li.active ul li {
	margin: 0;
	padding: 3px 0;
	background: none;
	font-size: 11px;
	border: none;
}
#inside_secondary #sub_nav ul li.active ul li.active {
	font-weight: bold;
}

/* -- SUB TOPICS -- */
#inside_secondary #sub_topics ul,
#quickspin ul {
	width: 220px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
}
#inside_secondary #sub_topics ul li,
#quickspin ul li {
	margin: 8px 0;
	background: url(../gfx/forum_bullet.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
#quickspin ul li {
	background: url(../gfx/icons/confirm.png) no-repeat 0 50%;
	padding: 0 0 5px 24px;
	margin: 5px 0;
	border-bottom: 1px dashed #21449C;
}
#quickspin p {
	padding: 0 20px 15px 0 !important;
	margin: 5px 20px 0 20px !important;
}


/* PRIMARY CONTENT
--------------------------------------------------------------------------------------------------- */
#primary #deals, #inside_primary #deals  {
	width: 250px;
	float: left;
}
#primary .tab_content {
	margin: 0 auto;
	padding: 10px 0;
}
#inside_secondary .tab_content {
	margin: 0 auto;
	padding: 10px 0 15px;
}
#primary .tab_content ul li {
	margin: 0 0 8px;
	width: 152px;
}

/*--DEALS--*/
#primary #deals .tab_content .deal_box, #inside_secondary #deals .tab_content .deal_box  {
	width: 155px;
	margin: 0 auto;
}	
#primary #deals .tab_content .arrows .arrow_prev, #inside_secondary #deals .tab_content .arrows .arrow_prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 18px;
	display: block;
	background: url(../gfx/arrow_left_blue.png) no-repeat 0 0;
	text-indent: -9999px;
}
#primary #deals .tab_content .arrows .arrow_next, #inside_secondary #deals .tab_content .arrows .arrow_next {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 18px;
	display: block;
	background: url(../gfx/arrow_right_blue.png) no-repeat 0 0;
	text-indent: -9999px;
}
#primary #deals .tab_content img, #inside_secondary #deals .tab_content img {
	border: 1px solid #999;
	margin: 0 0 10px 0;
}
#primary #deals .tab_content h3, #inside_secondary #deals .tab_content h3 {
	font-size: 12px;
	margin: 0 0 5px;
}
#primary #deals .tab_content .price, #inside_secondary #deals .tab_content .price,
span.saleprice {
	background: #FFFF89;
	padding: 0 5px;
}
#primary #deals .tab_content .price strong, #inside_secondary #deals .tab_content .price strong,
span.saleprice {
	color: #FF0000;
}


/*--NEWS--*/
#primary #news {
	width: 350px;
	float: right;
}
#primary #news .news_content .feat_article {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.news_content li {
	margin: 0 0 10px;
}
#primary #news .news_content .feat_article img {
	float: left;
	border: 1px solid #999;
	margin: 0 15px 5px 0;
}
#primary .news_content ul {
	padding: 0;
}
#primary .news_content ul li.more {
	border-top: 1px dashed #ccc;
	padding: 5px 0 0 0;	
}
#primary .news_content ul li.more a {
	font-weight: bold;
}
#primary #news .date {
	padding: 0 15px 0 0;
}
#primary #news .news_content a.news_link {
	font-size: 11px;	
	text-decoration: underline;
}
#primary #news .news_content .feat_article a.news_link {
	font-size: 13px;
}
#primary #news .news_content .feat_article p {
	margin: 5px 0;
}
#primary #news .news_content {
	overflow: auto;
	height: 240px;
	padding: 10px 20px 0;
	position: relative;
}


/* SECONDARY CONTENT
--------------------------------------------------------------------------------------------------- */
#secondary .topic_content {
	background: url(../gfx/home_tabsbox_foot.jpg) no-repeat 0 100%;
	margin: 42px 0 0 0;
	padding: 0 0 20px 0;
}
#secondary .topic_content .topic_box {
	background: url(../gfx/home_tabsbox_head.jpg) no-repeat 0 0;
	font-size: 11px;
}
.topic_box h3 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	background: url(../gfx/title_recent-topics.png) no-repeat 8% 50%;
	text-indent: -9999px;
}
#secondary .topic_content .topic_box ul {
	width: 310px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}
#secondary .topic_content .topic_box ul li {
	margin: 5px 0;
	background: url(../gfx/forum_bullet.png) no-repeat 0 0;
	padding: 0 0 0 20px;
}

.more_topic {
	text-align: center;
	color: #888;
	padding: 0 0 0 0;
}
body#home .more_topic {
	padding: 0 0 0 30px;
	text-align: left;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#global_nav {
	width: 662px;
	height: 41px;
	position: absolute;
	top: 91px;
	left: 0;
	z-index: 1000;
}
#global_nav ul li {
	float: left;
	margin: 0;
}
#global_nav ul li a {
	display: block;
	height:41px;
	text-indent: -9999px;
}

/* ---- HOME ----- */
#global_nav #nav_home a.g_nav {
	width: 75px;
	background:url(../gfx/menu.png) no-repeat 0 0;
}
#global_nav #nav_home a.g_nav:hover, #global_nav #nav_home.sfHover a.g_nav, body#home #global_nav #nav_home a {
	width: 75px;
	background:url(../gfx/menu.png) no-repeat 0 -41px;
}

/* ---- ABOUT ----- */
#global_nav #nav_about a.g_nav {
	width: 88px;
	background:url(../gfx/menu.png) no-repeat -75px 0;
}
#global_nav #nav_about a.g_nav:hover, #global_nav #nav_about.sfHover a.g_nav, body#about #global_nav #nav_about a  {
	width: 88px;
	background:url(../gfx/menu.png) no-repeat -75px -41px;
}

/* ---- PRODUCTS ----- */
#global_nav #nav_products a.g_nav {
	width: 105px;
	background:url(../gfx/menu.png) no-repeat -163px 0;
}
#global_nav #nav_products a.g_nav:hover, #global_nav #nav_products.sfHover a.g_nav, body#products #global_nav #nav_products a  {
	width: 105px;
	background:url(../gfx/menu.png) no-repeat -163px -41px;
}

/* ---- LINKS ----- */
#global_nav #nav_links a.g_nav {
	width: 83px;
	background:url(../gfx/menu.png) no-repeat -268px 0;
}
#global_nav #nav_links a.g_nav:hover, #global_nav #nav_links.sfHover a.g_nav, body#links #global_nav #nav_links a  {
	width: 83px;
	background:url(../gfx/menu.png) no-repeat -268px -41px;
}

/* ---- GET IT ----- */
#global_nav #nav_get a.g_nav {
	width: 88px;
	background:url(../gfx/menu.png) no-repeat -351px 0;
}
#global_nav #nav_get a.g_nav:hover, #global_nav #nav_get.sfHover a.g_nav, body#get-it #global_nav #nav_get a  {
	width: 88px;
	background:url(../gfx/menu.png) no-repeat -351px -41px;
}

/* ---- SHOP TALK ----- */
#global_nav #nav_shop a.g_nav {
	width: 110px;
	background:url(../gfx/menu.png) no-repeat -439px 0;
}
#global_nav #nav_shop a.g_nav:hover, #global_nav #nav_shop.sfHover a.g_nav, body#shop #global_nav #nav_shop a  {
	width: 110px;
	background:url(../gfx/menu.png) no-repeat -439px -41px;
}

/* ---- CONTACT US ----- */
#global_nav #nav_contact a.g_nav {
	width: 113px;
	background:url(../gfx/menu.png) no-repeat -549px 0;
}
#global_nav #nav_contact a.g_nav:hover, #global_nav #nav_contact.sfHover a.g_nav, body#contact #global_nav #nav_contact a  {
	width: 113px;
	background:url(../gfx/menu.png) no-repeat -549px -41px;
}


/* PROMO SPACE
--------------------------------------------------------------------------------------------------- */
#promo_space {
	width: 990px;
	height: 154px;
	background:url(../gfx/promo_bg.png) no-repeat 0 0;
	position: relative;
	margin: 15px 0 0 0;
}
#promo_space ul {
	position: absolute;
	left: 15px;
	top: 10px;
}
#promo_space ul li {
	float: left;
	width: 317px;
	height: 133px;
	text-align: center;
	line-height: 133px;
	margin: 0 5px 0 0;
	background: url(../gfx/promo_space-bg.png) no-repeat 0 0;
}	

/* Footer
--------------------------------------------------------------------------------------------------- */
#footWrap {
	width: 100%;
	background: url(../gfx/foot_bg.jpg) repeat-x 0 0;
}
#footer {
	width: 990px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#footer #footer_nav {
	height: 25px;
}
#footer #footer_nav li {
	float: left;
	height: 25px;
	padding: 0 10px;
	background: url(../gfx/footnav_divide.jpg) no-repeat 100% 0;
}
#footer #footer_nav li a {
	font-size: 11px;
	color: #B5C2E3;
	line-height: 22px;
	text-align: center;
}
#footer #footer_nav li a:hover {
	color: #fff;
}

/*-----COMMUNITY-------*/
#community_box {
	height: 51px;
	position: relative;
	font-size: 11px;
}
#community_box dl {
	position: absolute;
	line-height: 51px;
	top: 0;
	left: 0;
}
#community_box dl dt {
	font-size: 14px;
	color: #555;
	font-weight: bold;
	float: left;
	width: 160px;
	height: 51px;
	text-indent:-9999px;
	background:url(../gfx/title_mini_com.png) no-repeat 0 50%;
}
#community_box dl dd {
	padding: 0 0 0 20px;
	height: 51px;
	font-size: 12px;
	display: block;
	float: left;
}
#community_box #mailinglist_form {
	position: absolute;
	width: 230px;
	right: 0;
	top: 13px;
}
#wrapper #search_box .round_field {
	float: left;
	width: 235px;
	height: 17px;
	padding: 4px 5px;
	border: none;
	background: url(../gfx/signup_field.png) no-repeat 0 0;
	text-align: left;
}
#wrapper .round_field, #footWrap .round_field {
	width: 194px;
	height: 17px;
	padding: 4px 5px;
	border: none;
	background: url(../gfx/signup_field.png) no-repeat 0 0;
}
#community_box button {
	position: absolute;
	right: 0;
	top: 0;
	background:url(../gfx/signup_btn.png) no-repeat 0 0;
	width: 63px;
	height: 25px;
	border: none;
	cursor: pointer;
	text-indent:-9999px;
}

/*-----COPYRIGHT/TERMS-------*/
#copy #icon_facebook {
	width: 28px;
	height: 27px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 20px;
	left: 5px;
	background:url(../gfx/social_icons.png) no-repeat 0 0;
}
#copy #icon_facebook:hover {
	background-position: 0 -27px;
}
#copy #icon_twitter {
	width: 28px;
	height: 27px;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 20px;
	left: 40px;
	background:url(../gfx/social_icons.png) no-repeat -38px 0;
}
#copy #icon_twitter:hover {
	background-position: -38px -27px;
}


#copy {
	font-size: 10px;
	position: relative;
	color: #999;
}
#copy p {
	position: absolute;
	top: 15px;
	left: 80px;
}
#copy ul {
	position: absolute;
	right: 0;
	top: 15px;
}
#copy ul li {
	float: left;
	margin: 0 10px;
}


/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
