body, td {
	color								:	#ffffff;
	font-family							:	Arial;
	font-size							: 	12px;
	line-height							:	17px;
	text-align							:	left;
}
	
body {
	margin								:	25px 0px 25px 0px;
	background-color					:	#000000;
}

a {
	color								:	#e1bb49;
	text-decoration						:	none;
}

a:hover {
	color								:	#ffffff;
	text-decoration						:	none;
}

a.white {
	color								:	#ffffff;
	text-decoration						:	none;
}

a.gold {
	color								:	#e1bb49;
	text-decoration						:	none;
}

a.gold:hover {
	text-decoration						:	underline;
}

b {
	font-weight							:	bold;
}

i {
	font-style							: 	italic; 
}



hr { 
	height								:	1px;
	border								:	none;  
	border-top							:	1px solid #e1bb49; 
}

img { 
	border 								: 	0;
}

h1 {
	color								:	#e1bb49;
	font-size							:	16px;
	font-weight							:	bold;
	text-align							:	left;
}

h2 {
	font-size							:	14px;
	font-weight							:	bold;
	color								:	#e1bb49;
	margin								:	0px;
}

h3 {
	font-size							:	10px;
	font-weight							:	bold;
	color								:	#e1bb49;
	margin								:	0px;
}

td.header_top {
	width								:	1000px;
	height								:	22px;
	background-image					:	url(../images/body_bg_top.gif);
	background-position					:	center top;
	background-repeat					:	no-repeat;
}

td.header {
	width								:	1000px;
	height								:	162px;
	background-image					:	url(../images/header.jpg);
	background-position					:	center top;
	background-repeat					:	no-repeat;
}

td.body_bg_left {
	width								:	21px;
	background-image					:	url(../images/body_bg_left.gif);
	background-position					:	center top;
	background-repeat					:	repeat-y;
}

td.body_bg_right {
	width								:	21px;
	background-image					:	url(../images/body_bg_right.gif);
	background-position					:	center top;
	background-repeat					:	repeat-y;
}

td.mainmenu {
	width								:	966px;
	height								:	30px;
	background-color					:	#000000;
	border-top							:	1px solid #e1bb49;
}

#mainmenu ul {
	margin								:	0px;
	padding								: 	0px;
	list-style-type						:	none;	
	display								:	inline;	
}

#mainmenu li {
	margin								: 	0px;
	padding								: 	5px 0px 0px 0px;
	height								:	25px;
	float								: 	left;
	position							: 	relative;
	width								:	auto;
}

#mainmenu li ul {
	border-top							:	1px solid #e1bb49;
	margin								:	25px 0px 0px 0px;
	display								:	none;
	position							: 	absolute;
	z-index								: 	1;
	width								:	200px;
}

#mainmenu li li {
	background-color					:	#000000;
	padding								: 	5px 5px 0px 15px;
	height								:	25px;
	width								:	170px;
}

#mainmenu li ul ul{
	margin								:	-6px 0px 0px 175px;
	visibility							:	hidden;
	z-index								: 	2;
}

#mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#mainmenu li:hover ul, #mainmenu li:hover ul ul, #mainmenu li.over ul, #mainmenu li.over ul ul { /* lists nested under hovered list items */
	display: block;
}

#mainmenu li li:hover ul, #mainmenu li li.over ul { /* lists nested under hovered list items */
	visibility:visible;
	display:block;
}

a.mainmenu_item {
	color								:	#ffffff;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
}

a.mainmenu_item:hover {
	color								:	#e1bb49;
}

a.mainmenu_item_active {
	color								:	#e1bb49;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
}

a.mainmenu_item_active:hover {
	color								:	#e1bb49;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
}

a.mainmenu_pulldown_item {
	color								:	#ffffff;
	font-size							:	11px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
}

a.mainmenu_pulldown_item:hover {
	color								:	#e1bb49;
}

a.mainmenu_pulldown_item_active {
	color								:	#e1bb49;
	font-size							:	11px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
}

td.content_bg {
	width								:	918px;
	background-image					:	url(../images/content_bg.jpg);
	background-position					:	center top;
	background-repeat					:	no-repeat;
	padding								:	23px 20px 20px 20px;
}

td.content {
	padding								:	0px 10px 10px 10px;
}

td.box_header {
	height								:	22px;
	background-image					:	url(../images/highlight_header_bg.jpg);
	background-position					:	left top;
	background-repeat					:	no-repeat;
	background-color					:	#dee3e6;
	border-top							:	1px solid #636466;
	border-bottom						:	1px solid #e1bb49;
	border-left							:	1px solid #636466;
	border-right						:	1px solid #636466;
	padding								:	0px 10px 0px 10px;
	color								:	#000000;
	font-size							:	12px;
	font-weight							:	bold;
}

td.box_content {
	background-color					:	#2d3746;
	border-left							:	1px solid #636466;
	border-right						:	1px solid #636466;
	border-bottom						:	1px solid #636466;
	padding								:	7px 10px 10px 10px;
	color								:	#ffffff;
}

td.box_content_textline {
	padding								:	3px 0px 0px 0px;
	color								:	#ffffff;
}

td.catalog_header {
	width								:	586px;
	height								:	22px;
	background-color					:	#373b3e;
	border-top							:	1px solid #e1bb49;
	border-left							:	1px solid #e1bb49;
	border-right						:	1px solid #e1bb49;
	padding								:	0px 10px 0px 10px;
}

td.catalog_headertitle {
	color								:	#e1bb49;
	font-size							:	12px;
	font-weight							:	bold;
}

td.catalog_image {
	width								:	606px;
	height								:	364px;
	background-color					:	#373b3e;
	border-left							:	1px solid #e1bb49;
	border-right						:	1px solid #e1bb49;
	border-bottom						:	1px solid #e1bb49;
}

td.catalog_image_line {
	width								:	606px;
	background-color					:	#373b3e;
	border-left							:	1px solid #e1bb49;
	border-right						:	1px solid #e1bb49;
	border-bottom						:	1px solid #e1bb49;
}

td.box_small_top {
	width								:	200px;
	height								:	22px;
	background-image					:	url(../images/box_small_top.gif);
	background-position					:	center top;
	background-repeat					:	no-repeat;
	padding								:	0px 5px 0px 5px;
	color								:	#000000;
	text-align							:	center;
	font-size							:	11px;
	font-weight							:	bold;
}

td.box_small_bottom {
	width								:	200px;
	height								:	35px;
	background-image					:	url(../images/box_small_bottom.gif);
	background-position					:	center bottom;
	background-repeat					:	no-repeat;
	padding								:	0px 5px 0px 5px;
	text-align							:	center;
	vertical-align						:	top;
	font-size 							: 	11px;
}

td.footer {
	height								:	21px;
	background-image					:	url(../images/footer_bg.gif);
	background-position					:	center top;
	background-repeat					:	no-repeat;
	padding								:	2px 0px 0px 0px;
	text-align							:	center;
	font-size 							: 	11px;
	color								:	#ffffff;
}

td.footer_bottom {
	width								:	1000px;
	height								:	23px;
	background-image					:	url(../images/body_bg_bottom.gif);
	background-position					:	center top;
	background-repeat					:	no-repeat;
}


td.content_header {
	height								:	25px;
	background-color 					:	#007ac2;
	border-top							:	1px solid #000000;
	padding								:	0px 5px 0px 10px;
	color								:	#000000;
	font-size							:	14px;
}



td.searchhead1 {
	width								:	220px;
	padding								:	3px 0px 3px 0px;
	color								:	#000000;
	font-weight							:	bold;
	text-align							:	center;
	background-color					:	transparent;
	background-image					:	url(../images/searchhead1.gif);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
}

td.searchcontent1 {
	width								:	220px;
	padding							:	0px 0px 0px 0px;
	color								:	#000000;
	text-align							:	left;
	background-color					:	transparent;
	background-image					:	url(../images/searchcontent1.gif);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
}

td.searchinfo1 {
	width								:	220px;
	padding								:	0px 0px 3px 0px;
	color								:	#e1bb49;
	text-align							:	center;
	background-color					:	transparent;
	background-image					:	url(../images/searchfoot1.gif);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
	
}

td.searchresult1 {
	width								:	210px;
	background-color					:	#373b3e;
	text-align							:	center;
	border								:	none;
}

td.catalog_search_line {
	padding								:	0px 30px 15px 0px;
}

td.catalog_search_line_text {
	padding								:	0px 30px 2px 0px;
	font-weight							:	bold;
}

input {
	margin								:	2px	0px	2px	0px;
	font-family							:	Arial;
	font-size							: 	12px; 
	color								: 	#000000;
	font-size 							: 	12px;
	border								: 	1px solid #e1bb49;
	width								: 	150px; 
	height								: 	16px;
}

input.small {
	margin								:	2px 0px 2px 0px;
	color								: 	#000000;
	font-size 							: 	12px;
	border								: 	1px solid #e1bb49;
	width								: 	100px; 
	height								: 	18px;
}

input.submit {
	border								: 	0px;
	background-color					:	transparent;
	background-image					:	url(../images/button.gif);
	background-position					:	center top;
	background-repeat					:	no-repeat;
	width								: 	100px; 
	height								: 	19px;
	color								:	#000000;
	font-size 							: 	12px;
	font-weight							:	bold;
	cursor								:	pointer;
}

select {
	width								:	150px;
	height								: 	22px;
	border								: 	1px solid #e1bb49;
	color								:	#000000;
	font-size 							: 	12px;
}

input.checkbox {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
}

input.radio {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
}

textarea { 
	font-family							:	Arial;
	border								:	1px solid #e1bb49;
	color								: 	#000000;
	font-size 							: 	12px; 
}
