/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;font-weight:inherit;font-style:inherit;font-family:inherit;text-align:left;vertical-align:baseline;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
a img{border:0}
/* EO RESET */


/* MAIN LAYOUT */
body
{
	background: #000 url(img/background.png) repeat-x top center;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #222;
}

div#ctr
{
	background: transparent;
	margin: 0 auto;
	width: 940px;
	padding-bottom: 10px;
}

div#header
{
	height: 104px;
}

img#logo
{
	margin: 17px 0 0 20px;
}

/* menu */
div.menu-round-side
{
	height: 100%;
	width: 10px;
	display: block;
}

div#menu
{
	background: transparent url(img/menu-gradient.png) repeat-x;
	height: 40px;
	margin: 10px 20px;
}

div#menu-left
{
	background: transparent url(img/round-side-silver-left.png) no-repeat left;
	float: left;
}

div#menu-right
{
	background: transparent url(img/round-side-silver-right.png) no-repeat right;
	float: right;
}

ul#main-menu
{
	float: left;
	height: 100%;
}

ul#new-menu
{
	float: right;
}

ul.submenu
{
	display: none;
	position: absolute;
	right: 0;
	top: 38px;
	width: 200px;
	z-index: 1001;
}

ul#main-menu li,
ul#new-menu li
{
	float: left;
	list-style: none;
	height: 100%;
	line-height: 38px;
}

ul#main-menu li a,
ul#new-menu li a
{
	height: 100%;
	padding: 0 10px;
	display: block;
}

a#new-products-link
{
	width: 170px;
	text-align: right;
	padding-right: 20px !important;
}

ul.submenu li
{
	float: none !important;
	line-height: 20px !important;
	font-size: 13px;
	background: #f6f6f6;
	text-align: right;
	padding: 0 10px;
}

li.has-submenu
{
	background: transparent url(img/arrow.png) no-repeat 98% 52%;
	position: relative;
}

li.has-submenu:hover
{
	background: #f6f6f6 url(img/arrow-hover.png) no-repeat 98% 52%;
}

li.round-bottom
{
	background: transparent url(img/round-bottom.png) no-repeat !important;
}
/* eo menu*/

div#banner
{
	background: #fff url(img/banner-bg.jpg) no-repeat;
	clear: both;
	margin: 0;
	height: 290px;
	padding: 90px 0 0 70px;
}

div#bottom
{
	background: transparent;
	margin: 0 20px;
}

div#round-top
{
	height: 10px;
	width: 900px;
	background: transparent url(img/round-top.png) no-repeat top;
	display: block;
}

div#content
{
	background: #fff;
	padding: 20px;
}

div#footer
{
	background: #fff;
	margin: 0;
	padding: 0 110px 10px 110px;
}

table#footer-contact
{
	width: 100%;
	background: #fff;
	margin: 0 0 8px 0;
}

table#footer-contact td
{
	text-align: center;
	padding: 0 15px 0 0;
}

div#round-bottom
{
	background: transparent url(img/main-bottom-transparent.png) no-repeat bottom;
	height: 8px;
	display: block;
}
/* EO MAIN LAYOUT */


/* OTHER ELEMENTS */
/* header bar */
div.header-bar
{
	background: #b73211;
	height: 30px;
	margin: 16px 20px 10px 20px;
}

div.round-side
{
	display: block;
	width: 10px;
	height: 100%;
}

div.header-bar div.left-side
{
	background: transparent url(img/round-side-red-left.png) no-repeat left;
	float: left;
}

div.header-bar div.right-side
{
	background: transparent url(img/round-side-red-right.png) no-repeat left;
	float: right;
}

div.header-bar h2
{
	float: left;
}
/* eo header bar */

/* highlights */
div.highlights
{
	background: transparent url(img/highlights-background.png) no-repeat bottom;
	padding-bottom: 12px;
	padding-left: 23px;
}

div.highlight
{
	width: 290px;
	float: left;
}

div.highlight-top,
div.highlight-bottom
{
	display: block;
	height: 8px;
	width: 100%;
}

div.highlight-top { background: transparent url(img/round-box-top.png) no-repeat; }

div.highlight-middle
{
	border: 1px solid #e2e2e2;
	border-width: 0 1px;
	padding: 0 10px;
	min-height: 220px;
	position: relative;
	text-align: center;
}

div.highlight-bottom { background: transparent url(img/round-box-bottom.png) no-repeat; }

a.highlight-link
{
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: transparent url(img/orange-button.png) no-repeat;
	width: 120px;
	padding: 6px 0 7px 0;
}

a.highlight-link:hover
{
	background-image: url(img/orange-button-hover.png);
}
/* highlights */
/* EO OTHER ELEMENTS */


/* FORMS */
input, textarea, select
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

input.submit
{
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
}

table.form-table
{
	margin-bottom: 16px;
	width: 50%;
}

table.form-table td
{
	padding: 4px 10px 0 0;
	vertical-align: middle;
	font-size: 14px;
}

table.form-table td input,
table.form-table td textarea
{
	width: 100%;
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 1px 2px;
}

table.form-table td input:hover,
table.form-table td textarea:hover
{
	border-color: #aaa;
}
table.form-table td input:focus,
table.form-table td textarea:focus
{
	border-color: #999;
	background-color: #fbfbfb;
}
/* FORMS */


/* LINKS */
a#catalog-link,
ul#main-menu li a,
ul#new-menu li a
div.header-bar h2,
a.highlight-link
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a#catalog-link
{
	color: #b73211;
	font-size: 15px;
}

ul#main-menu li a,
ul#new-menu li a
{
	color: #000;
	font-size: 15px;
}

ul.submenu li
{
	text-align: right !important;
}

ul.submenu li a
{
	color: #2e3f47 !important;
	font-size: 12px !important;
	text-align: right;
}

ul.submenu li a:hover,
ul#main-menu li a:hover,
ul#main-menu li.current a
{
	background: #d25c13 url(img/highlight-gradient.png) repeat-x center;
	color: #fff !important;
}

a.highlight-link
{
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
}

div#content a
{
	color: #cb8f03;
}
/* EO LINKS */


/* TYPE */
strong { font-weight: bold; }
em { font-style: italic; }

div#banner h1
{
	color: #ffb301;
	font-size: 36px;
	margin-bottom: 0;
}

span.banner-secondary
{
	color: #cb8f03;
}

div.header-bar h2
{
	color: #fff;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
}

div.highlight h3
{
	font-size: 16px;
}

div#content p
{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 16px 0;
}

table#footer-contact p
{
	font-size: 13px;
}

.contact-icon
{
	background: transparent no-repeat left center;
	padding-left: 20px;
}

.address
{
	background-image: url(img/address.png);
}

.phone
{
	background-image: url(img/phone.png);
}

.email
{
	background-image: url(img/email.png);
}

div#copyright
{
	margin: 10px auto;
	width: 150px;
}

	div#copyright p
	{
		color: #353535;
		font-size: 12px;
	}
	
	div#copyright p a
	{
		color: #353535;
	}
/* EO TYPE */


/* HELPERS */
.clearer { clear: both; }
/* EO HELPERS