/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	color: #444444;
	background: #636566;
	font: normal 12px Trebuchet MS;
	line-height: 18px;
	text-align: center;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: 	#3F75A2;
	text-decoration: none;
}

a:hover {
	color: 	#3F75A2;
	text-decoration: underline;
}

a:active {
	color: 	#3F75A2;
	text-decoration: none;
}

table {
	border: none;
	border-collapse: collapse;
	padding: 0;
}

th {
	font-weight: bold;
	font-size: 12px;
}

td {
	font-size: 12px;
}

ul {
	list-style: none;
}

form {
	display: inline;
}

input {
	margin: 2px 0;
	padding: 2px;	
	font: normal 12px Trebuchet MS;
}

input.add {
	margin: 0;
	padding: 0 2px;
	font:  normal 10px Trebuchet MS;
}

textarea {
	margin: 2px 0;
	padding: 2px;
	font: normal 12px Trebuchet MS;
}

select {
	margin: 2px 0;
	padding: 2px;	
	font: normal 12px Trebuchet MS;
}

img {
	border: 0;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

/***** PAGE FORMATTING *****/

#header {
	width: 1000px;
	height: 88px;
	margin-top: 0;
	color: #333;
}

#NaviBar {
	display: block;
}

#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	text-align: left;
}

#contentwrapper {
	color: #444;
	background-color: #fff;
	float: left;
	width: 100%;
}

#content {
	margin-left: 210px; /*Set left margin to sidebarLeft*/
}

.contentpadding {
	margin: 10px 13px 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

/***** SIDEBAR LEFT FORMATTING *****/

#sidebarLeft {
	float: left;
	width: 184px; /*Width of left column*/
	margin-left: -1000px; /*Set left margin to -(container width)*/
	color: #333;
	background-color: #fff;
}


.sidebarLeftpadding {
	margin: 10px 13px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/***** COLUMN FORMATTING *****/

#columnwrapper {
	float: left;
	width: 100%;
}

#columnright {
	margin-left: 395px; /*Set left margin to columnright width*/
}

.columnrightpadding {
	margin: 18px 0 0 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

#columnleft {
	float: left;
	width: 395px; /*Width of left column*/
	margin-left: -777px; /*Set left margin to -(content width)*/
}

.columnleftpadding {
	margin: 18px 13px 0 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* SWITCHMENU FORMATTING */

#menuwrapper {
	width: 184px;
}

.menu {
	margin: 0px;
	padding: 4px;
	color: #222;
	font: bold 14px Trebuchet MS;	
	background-color: #999;
	border-left: 1px solid #fff;	
}

.catmenu {
	cursor: pointer;
	margin-bottom: 0px;
	color: #000;
	font: normal 13px Trebuchet MS;
	padding: 4px 4px 4px 9px;
	text-align: left;
	background-color: #ccc;
	border: 1px;
	border-color: #ffe #aaab9c #8a8a8a #fff;
	border-style: solid;
}

.submenu {
	padding: 4px 4px 8px 14px;
	color: #333;
	font: normal 12px Trebuchet MS;
	background: #eee;
}

a.submenu_a:link, a.submenu_a:visited{
	color: #333;
	font: normal 12px Trebuchet MS;
	text-decoration: none;
}

a.submenu_a:hover {
	color: #333;
	text-decoration: underline;
}

a.submenu_a:active {
	color: #333;
	text-decoration: underline;
}

/***** GENERAL TEXT FORMATTING *****/

h1 {
	text-align: left;	
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 6px 0;
	padding: 5px;
	color: #ffffff;
	background: #1E174D;
}

h2 {
	text-align: left;	
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 6px 0;
	padding: 5px 0;
	text-transform: uppercase;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

h3 {
	text-align: left;	
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4 {
	text-align: left;	
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

h5 {
	text-align: left;	
	color:  #1E174D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

h6 {
	text-align: left;	
	color:  #990000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.percentoff {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	position: absolute;
	padding: 10px 10px;
	margin: -50px 0 0 320px;
	background: transparent url('images/star.png') no-repeat center center;
}

[if IE 6] .iepngfix {
	behavior: url(iepngfix.htc);
}

table.fdtable {
	margin-bottom: 15px;
}

.fdtable th {
	font: bold 12px Trebuchet MS;
	padding: 2px 4px 2px 0px;
	text-align: center;
}

.fdtable td {
	font: normal 12px Trebuchet MS;
	padding: 2px 4px 2px 0px;
}

ul.fdul {
	margin: 0 0 18px 26px;
	list-style-type: square;
}

ul.fdul li {
	padding: 2px 0;
}

ol.fdol {
	margin: 0 0 18px 26px;
	list-style-type: decimal;
}

ol.fdol li {
	padding: 4px 0;
}

img.fdimg {
	padding: 5px;
}

img.fdimg_inline {
	padding: 0 0 15px 0;
}

a.dark:link {
	color: #666;
}

a.dark:visited {
	color: #666;
}

a.dark:hover {
	color: #000;
	text-decoration: none;
}

.products {
	margin-bottom: 15px;
}

.products tr.odd td {
	background-color: #fff;
}

.products tr.even td {
	background-color: #f9f9f9;
}

.products tr.header td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.products th {
	font: bold 14px Trebuchet MS;
	color: #fff;
	background-color: #1E174D;
	padding: 4px 5px;
	text-align: center;
}

.products td {
	font: normal 12px Trebuchet MS;
	padding: 4px 5px;
}

a.price:link, a.price:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

a.price:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

a.price:active {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

.red {
	color: #cc0000;
}

/***** ALIGNMENT FORMATTING *****/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/***** HORIZONTAL LIST FORMATING *****/


#listhoriz ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#listhoriz ul li { 
	float: left;
	text-decoration: none;
	padding-right: 7px;
}

/***** NAVIGATION BAR FORMATTING *****/

#NaviBar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
	height: 42px;
	float: left;
	background: url('images/navbar.gif') repeat-x; 
	font: bold 16px Trebuchet MS;
}

#NaviBar li {
	float: left;	
}

#NaviBar li.first {
	border-left: none;
}

#NaviBar a {
	display: block;
	float: left;
	padding: 0 13px;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
}

#NaviBar a:hover {
	color: #fff;	
	background: #1E174D;
	text-decoration: none;
}

#NaviBar li.current_page_item a { 
	color: #fff;
	background: #1E174D; 
	text-decoration: none;
}


/***** FOOTER FORMATTING *****/

#footer {
	clear: both;
	font: normal 12px Trebuchet MS;	
	color: #333;
	background: #eee url('images/footershade.gif') top repeat-x;
}

#footercolumn {
	padding: 18px 0px 18px 60px;
	width: 189px;
	float: left;
}

#footer span {
	font: bold 14px Trebuchet MS;
	color: #1E174D;
	line-height: 30px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	background: none;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li a {
	line-height: 20px;
	text-decoration: none;
	color: #666;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #000;
}