* { 
	margin: 0; 
	padding: 0;
}

img {
	border: none;
}

a {
	color: #686868;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #34cdbf !important;
}

body {
	font-family: 'Roboto', Helvetica,Arial,sans-serif;
	color: #686868;
	font-size: 12px;
}

#top_bar {
	width: 100%;
	height: 40px;
	float: left;
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 501;
}

#top_bar_cont {
	width: 1024px;
	margin: 0 auto;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left center;
}

#top_bar_cont.active {
	background-image: url('../media/new/white-logo-sm.png');
}

#top_bar_cont ul, #top_bar_cont ul > li {
	list-style: none;
	display: inline;
	line-height: 40px;
}

#top_bar_cont ul > li {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #c4c4c4;
}

#top_bar_cont ul > li:first-child {
	border-left: none;
}

#top_bar_cont ul > li > a {
	color: #c4c4c4;
	font-weight: 900;
}

#top_nav_scroll {
	position: absolute; 
	top: 0;
	left: 435px;
	font-size: 12px;
	display: none;
}

#top_nav_scroll.active {
	display: block;
}

#top_nav_scroll ul {
	list-style: none;
}

#top_nav_scroll > ul > li {
	position: relative;
}

#top_nav_scroll > ul > li > a {
	padding: 0 20px;
	line-height: 40px;
	display: block;
	color: #fff;
}

#top_nav_scroll > ul > li:hover > a {
	color: #000;
	background-color: #fff;
}

#top_nav_scroll > ul > li > ul {
	display: none;
	position: absolute;
	top: 40px;
	background-color: #FFF;
	left: -1px;
	width: 170px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#top_nav_scroll > ul > li:hover > ul {
	display: block;
}

#top_nav_scroll > ul > li > ul > li > a {
	padding: 5px 20px;
	line-height: 20px;
	font-size: 12px;
	display: block;
	border-top: 1px solid #000;
}	

#frame {
	width: 1024px;
	margin: 40px auto 0;
}

#header {
	width: inherit;
	float: left;
	position: relative;
	padding-top: 16px;
	text-align: left;
}

#header > a {
	float: left;
}

#header_search {
	position: absolute;
	right: 0;
	bottom: 0;
}

#header_links {
	position: absolute;
	top: 5px;
	right: 0;
}

#header_links > ul {
	display: inline;
}

#header_links > ul > li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}

#navigation {
	width: 1024px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	margin: 10px 0;
}

#nav_left {
	/*width: 80%;*/
	width: 660px;
	float: left;
}

#nav_left > ul > li {
	list-style: none;
	display: inline;
	position: relative;
	float: left;
}

#nav_left > ul > li > a {
	text-decoration: none;
	/*color: #686868;*/
	color: #000;
	font-size: 14px;
	font-weight: 700;
	display: block;
	line-height: 31px;
	padding: 0 10px;
}

#nav_left > ul > li > a:hover {
	text-decoration: underline;
	color: #34cdbf;
}

#nav_left > ul > li > ul {
	display: none;
	border: 1px solid #000;
	position: absolute;
	top: 31px; 
	left: 0;
	list-style: none;
	background-color: #fff;
	padding: 10px;
	min-width: 150px;
	z-index: 501;
}

#nav_left > ul > li:hover > ul {
	display: block;
}

#nav_left > ul > li > ul > li {
	line-height: 20px;
}

#nav_right {
	width: 364px;
	float: left;
}

#nav_right input {
	float: right;
}

#searchbox {
	/*border: 1px solid #eaeaea;*/
	border: 1px solid #f7f5f6;
	padding: 3px 3px;
	font-size; 12px;
	font-style: italic;
	width: 190px;
	margin-top: 4px;
}

#searchbtn {
	position: relative;
	top: 4px;
	     /*margin-top: 4px;*/
	margin-left: 5px;
}

#mainbody {
	width: inherit;
	float: left;
	padding-bottom: 10px;
}

#social_media > a {
/*	margin-left: 6px;*/
}

#social_media > a:first-child {
	margin-left: 0px;
}

#footer {
	width: inherit;
	float: left;
	       /*text-align: center;*/
	padding: 10px 0;
	border-top: 5px solid #000;
}

.footer_sect {
	width: 240px;
	min-height: 120px;
	float: left;
	padding-left: 15px;
	border-left: 1px solid #cacaca;
}

.footer_sect:first-child {
	border-left: none;
	padding-left: 0px;
	width: 256px;
}

.footer_sect h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.footer_sect ul {
	margin-top: 5px;
}

.footer_sect ul > li {
	list-style: none;
	margin-left: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	background-image: url(../media/new/small_heart.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
}

.footer_sect ul > li:hover {
	background-image: url(../media/new/small_heart_active.png);
}

.footer_social {
	width: 140px;
	margin: 20px auto 0;
	text-align; center;
}

.press_cont {
	float: left;
    margin: 5px 12px 0;
    padding-top: 20px;
    width: 160px;
    text-align: center;
    font-weight: bold;
}

.press_cont a {
	margin: 0 10px;
}

.press_cont img {
	background-color: #EFEFEF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    width: 120px;
}

#GUESTCO--SUBMIT {
	background-color: #F3392F !important;
	background-image: none !important;
	color: #ffffff !important;
}

.formbutton {
	cursor: pointer !important;
}

div.ecom_prodlist,div.ecom_prodlist:hover {
	border: none;
	background-image: none;
}

td.formtable, table.formtable {
	border: none;
}

.ecom_prodlist > div[class=center] > a {
	min-height: 150px !important;	
	display: block;
}

td.sorttable {
	border-bottom: none;
}

table.sorttable {
	border: none;
}

#homecontainer {
	width: 1024px;
	float: left;
}

#mainbanners {
	width: 680px;
	height: 613px;
	overflow:hidden;
	float: left;
}

#smallbanners {
	width: 329px;
	float: right;
}

#smallbanners > div {
	border-top: 3px solid #cacaca;
	margin-top: 5px;
	padding-top: 5px;
}

#smallbanners > div:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#press_container {
	width: 1024px;
	float: left;
}

.press_sect {
	width: 512px;
	float: left;
}

.press_item {
	width: 180px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.press_item img {
	width: 160px;
}

.press_title {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	float: left;
	clear: both;
}


.download_link {
	font-size: 18px;
	color: #000;
}
