body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg.gif) repeat-x;
	color: #333333;
	font-family: arial,helvetica,utkal,sans-serif;
}

a {
	color: #333333;
}

a:hover {
	color: #331b1b;
}

div {
	margin: 0;
	padding: 0;
}

* :focus {
	outline: 0;
}

.hidden {
	visibility: hidden;
	display: none;
}

.alert {
	color: #cc0000 !important;
}

.input_wrapper {
	margin: 0;
	padding: 0;
}

.container {
	margin: 18px auto 0 auto;
	padding: 0;
	width: 962px;
}

.header {
	margin: 0;
	padding: 0;
	height: 108px;
	background: transparent url(images/header.jpg) no-repeat;
}

.header .home_link {
	display: block;
	width: 275px;
	height: 108px;
}

.header .option_box {
	margin: 0;
	padding: 8px 14px 0 0;
	width: 188px;
	float: right;
	text-align: right;
}

.header .option_box .option_links {
	margin: 0;
	padding: 0 2px 0 0;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	height: 57px;
}

.header .option_box .option_links a {
	display: block;
	height: 19px;
	text-decoration: none;
	color: #ffffff;
}

.header .option_box .option_links a span {
	font-size: 15px;
	color: #888888;
}

.header .option_box .option_links a:hover {
	line-height: 19px;
}

.header .option_box .option_links a:hover span {
	color: #ffffff;
}

.header .search_form {
	margin: 0;
	padding: 7px 0 0 0;
}

.header .search_form .search_button {
	margin: 0;
	padding: 0;
	width: 53px;
	height: 25px;
	float: right;
	background: transparent url(images/search_button.gif) no-repeat;
}

.header .search_form .search_button input {
	margin: 0;
	padding: 0;
	display: block;
	width: 53px;
	height: 22px;
	background: transparent;
	font-family: inherit;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #888888;
	text-align: center;
	vertical-align: middle;
	border: none;
}

.header .search_form .search_button input:hover {
	color: #592f2f;
}

.header .search_form .search_button input::-moz-focus-inner {
	border: 0; 
	padding: 0; 
} 

.header .search_form input {
	margin: 2px 4px 0 0;
	width: 98px;
	height: 15px;
	border: 1px solid #331b1b;
}

.header .tag_line {
	margin: 0;
	padding: 21px 23px 0 0;
	display: block;
	float: right;
	width: 160px;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

.navigation {
	margin: 0;
	padding: 0 0 0 35px;
	height: 34px;
	background: transparent url(images/navigation.jpg) no-repeat;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

.navigation ul li table {
	margin:-1px 0;
	m\argin:0;
	border-collapse:collapse;
}

.navigation ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0 11px;
	height: 34px;
	color: #888888;
	text-decoration: none;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
}

.navigation ul li:hover a,
.navigation ul li a:hover {
	line-height: 34px;
	color: #592f2f;
}

.navigation ul li .nav_selected {
	color: #592f2f;
}

.navigation ul li div {
	float: left;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 34px;
	background: transparent url(images/nav_divider.gif) no-repeat;
}

/* START SUB MENUS */

.navigation ul li ul {
	display: none;
}

.navigation ul li:hover ul li a,
.navigation ul li a:hover ul li a {
	width: 126px;
	height: 24px;
	color: #888888;
	font-size: 11px;
	line-height: 22px;
	border-left: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-bottom: 1px #bfbfbf solid;
	overflow: hidden;
}

.navigation ul li:hover ul li:hover a,
.navigation ul li a:hover ul li a:hover {
	line-height: 24px;
	color: #592f2f;
}

.navigation ul li:hover ul,
.navigation ul li a:hover ul {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px;
	left: 0px;
	height: auto;
	background: #ffffff url(images/dropdown_bg.gif) repeat-y right;
	z-index: 999;
	-moz-box-shadow: 0px 2px 4px #000000;
	-webkit-box-shadow: 0px 2px 4px #000000;
	box-shadow: 0px 2px 4px #000000;
}


/* END SUB MENUS */

.content_head {
	margin: 0;
	padding: 0;
	float: left;
	width: 962px;
	height: 89px;
	background: transparent url(images/content_head.jpg) no-repeat;
}

.content_head .content_head_middle {
	margin: 0;
	padding: 0 0 0 210px;
	float: left;
	width: 567px;
}

.content_head .content_head_right {
	margin: 0;
	padding: 0;
	float: left;
	width: 185px;
}

.content_head h1 {
	margin: 0;
	padding: 12px 24px 1px 24px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	color: #592f2f;
}

.content_head h2 {
	margin: 0;
	padding: 12px 24px 1px 24px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	color: #592f2f;
}

.content_head h2 span {
	font-size: 24px;
	line-height: 25px;
	color: #888888;
}

.content_head h2 a {
	color: #592f2f;
	text-decoration: none;
}

.content_head h2 a:hover span {
	color: #592f2f;
}

.content_head p {
	margin: 0;
	padding: 6px 0 1px 24px;
	color: #888888;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

.content_head p a {
	color: #888888;
	text-decoration: none;
}

.content_head p a:hover {
	color: #592f2f;
}

.content_head p span {
	color: #592f2f;
	font-size: 14px;
	line-height: 14px;
}

.content_head .rss_link {
	margin: 0;
	padding: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(images/rss_rollover.gif) no-repeat top;
}

.content_head .rss_link:hover {
	background-position: bottom;
}

.content_middle_divider {
	margin: 12px 15px 0 15px;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	width: 536px;
	background: transparent url(images/middle_divider_2.gif) no-repeat top;
}

.content_right_divider {
	margin: 10px 15px 0 15px;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 2px;
	width: 155px;
	background: transparent url(images/right_divider.jpg) no-repeat;
}

.content_body {
	margin: 0;
	padding: 0;
	float: left;
	width: 962px;
	min-height: 220px;
	background: transparent url(images/content_body.gif) repeat-y;
}

.content_body .side_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
}

.content_body .side_nav ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

.content_body .side_nav ul li {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.content_body .side_nav ul li a {
	margin: 0;
	padding: 0 24px;
	display: block;
	height: 23px;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.content_body .side_nav ul li a span {
	color: #888888;
	font-size: 17px;
}

.content_body .side_nav ul li a:hover {
	line-height: 16px;
}

.content_body .side_nav ul li a:hover span {
	color: #ffffff;
}

.content_body .side_nav ul li .sidenav_selected span {
	color: #ffffff;
}

.content_body .side_nav ul li div {
	margin: 8px 0 15px 0;
	padding: 0;
	height: 2px;
	background: transparent url(images/side_nav_divider.gif) no-repeat;
}

.content_body .main_body {
	margin: 0;
	padding: 0;
	width: 567px;
	float: left;
}

.content_body h2 {
	margin: 0;
	padding: 0 0 10px 24px;
	font-size: 14px;
	line-height: 15px;
	color: #592f2f;
}

.content_body h4 {
	margin: 0;
	padding: 10px 0 0 24px;
	font-size: 13px;
	line-height: 14px;
	color: #592f2f;
}

.content_body p {
	margin: 0;
	padding: 0 24px;
	font-size: 13px;
	line-height: 14px;
	color: #666666;
}

.content_body a {
	color: #666666;
}

.content_body a:hover {
	color: #592f2f;
}

.content_body ol {
	padding-right: 24px;
}

.content_body ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 0;
}

.content_body li {
	margin: 0;
	padding: 4px 0;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
}

.content_body .body_right_image {
	margin: 0 24px 0 10px;
	padding: 0;
	float: right;
}

.content_body .body_left_image {
	margin: 0 10px 0 21px;
	padding: 0;
	float: left;
}

.content_body .content_spacer {
	margin: 0;
	padding: 0;
	height: 18px;
}

.content_body .content_divider {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.content_body br {
	clear: both;
}

.content_body .content_more {
	clear: both;
	display: block;
	margin: 10px 24px 11px 24px;
	padding: 0;
	width: 53px;
	height: 24px;
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/more_button.gif) no-repeat;
}

.content_body .content_more:hover {
	color: #592f2f;
}

.content_body .submit_form {
	margin: 0;
	padding: 10px 24px 0 24px;
}

.content_body .submit_form h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	color: #592f2f;
}

.content_body .submit_form p {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	line-height: 12px;
}

.content_body .submit_form br {
	clear: both;
}

.content_body .submit_form .tiny {
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
}

.content_body .submit_form .tiny input,
.content_body .submit_form .tiny select,
.content_body .submit_form .tiny textarea {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
	width: 56px;
	border: 1px #888888 solid;
	font-family: inherit;
}

.content_body .submit_form .small {
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}

.content_body .submit_form .small input,
.content_body .submit_form .small select,
.content_body .submit_form .small textarea {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
	width: 126px;
	border: 1px #888888 solid;
	font-family: inherit;
}

.content_body .submit_form .medium {
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
}

.content_body .submit_form .medium input,
.content_body .submit_form .medium select,
.content_body .submit_form .medium textarea {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
	width: 266px;
	border: 1px #888888 solid;
	font-family: inherit;
}

.content_body .submit_form .large {
	margin: 0;
	padding: 0;
	width: 420px;
	float: left;
}

.content_body .submit_form .large input,
.content_body .submit_form .large select,
.content_body .submit_form .large textarea {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
	width: 406px;
	border: 1px #888888 solid;
	font-family: inherit;
}

.content_body .submit_form .tiny textarea,
.content_body .submit_form .small textarea,
.content_body .submit_form .medium textarea,
.content_body .submit_form .large textarea {
	height: 75px;
}

.content_body .submit_form .submit_button {
	margin: 0;
	padding: 15px 0 0 0;
}

.content_body .submit_form .submit_button div {
	margin: 0;
	padding: 0;
	width: 53px;
	height: 24px;
	background: transparent url(images/more_button.gif) no-repeat;
}

.content_body .submit_form .submit_button input {
	margin: 0;
	padding: 0;
	display: block;
	width: 53px;
	height: 21px;
	background: transparent;
	font-family: inherit;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border: none;
}

.content_body .submit_form .submit_button input:hover {
	color: #592f2f;
}

.content_body .submit_form .submit_button input::-moz-focus-inner {
	border: 0; 
	padding: 0; 
} 

.content_body .submit_form .tester,
.content_body .product_search .tester {
	display: none;
	visibility: hidden;
}

.content_body .product_search {
	margin: -4px 0 0 0;
	padding: 0 22px 0 0;
	float: right;
	width: 181px;
}

.content_body .product_search .text_field {
	margin: 1px 5px 0 0;
	padding: 2px;
	font-size: 11px;
	line-height: 12px;
	width: 115px;
	border: 1px #888888 solid;
	font-family: inherit;
	float: right;
}

.content_body .product_search .submit_button {
	margin: 0;
	padding: 0;
	width: 53px;
	height: 24px;
	background: transparent url(images/product_search_button.gif) no-repeat;
	float: right;
}

.content_body .product_search .submit_button input {
	margin: 0;
	padding: 0;
	width: 53px;
	height: 21px;
	font-size: 11px;
	line-height: 12px;
	border: none;
	background: none;
	font-family: inherit;
	font-weight: bold;
	color: #888888;
	text-align: center;
	vertical-align: top;
}

.content_body .product_search .submit_button input:hover {
	color: #592f2f;
}

.content_body .product_search .submit_button input::-moz-focus-inner {
	border: 0; 
	padding: 0; 
}

.content_body .product_list {
	margin: 0;
	padding: 0 0 0 24px;
	float: left;
	width: 170px;
}

.content_body .product_list ul {
	margin: -2px 0 0 0;
	padding: 0;
	list-style: none;
}

.content_body .product_list ul li {
	margin: 0;
	padding: 2px 10px 2px 0;
	height: 38px;
}

.content_body .product_list ul a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	background: #e9e9e9;
}

.content_body .product_list ul a img {
	margin: 0 8px 0 0;
	padding: 0;
	width: 36px;
	height: 36px;
	background: #000000;
	border: 1px #000000 solid;
	float: left;
}

.content_body .product_list .selected_item,
.content_body .product_list a:hover {
	background: #ddddff;
	color: #000000;
}

.content_body .product_list .page_links {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	line-height: 12px;
	width: 160px;
}

.content_body .product_list .page_links .selected_page {
	color: #592f2f;
}

.content_body .product_info {
	margin: 0;
	padding: 0;
	width: 350px;
	float: left;
}

.content_body .product_info .product_name {
	margin: 0;
	padding: 6px 15px;
	border: 1px #000000 solid;
	background: transparent url(images/product_head.gif) repeat-y;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}

.content_body .product_info .product_image {
	display: block;
	margin: 0;
	padding: 0;
	width: 348px;
	height: 240px;
	background: #000000;
	border: 1px #000000 solid;
	border-top: none;
}

.content_body .product_info .product_description {
	margin: 0;
	padding: 15px;
	border: 1px #000000 solid;
	border-top: none;
	background: #e9dddd;
}

.content_body .product_info .product_description a,
.content_body .product_info .product_description span {
	font-size: 11px;
	line-height: 12px;
}

.content_body .product_info .product_origins {
	margin: 0;
	padding: 0;
	height: 33px;
	border-right: 1px #000000 solid;
	font-size: 0;
}

.content_body .product_info .product_origins img {
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	width: 50px;
	height: 32px;
	background: #000000;
	border: 1px #000000 solid;
	border-top: none;
	border-right: none;
}

.content_body .printer_link {
	padding: 0;
	margin-left: 24px;
	line-height: 16px;
	font-size: 12px;
}

.content_body .printer_link a {
	text-decoration: none;
}

.content_body .printer_link a:hover {
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

.content_body .printer_link a img {
	display: inline;
	vertical-align: text-bottom;
	border: none;
}

.content_body .meeting_table {
	margin: 0 24px;
	padding: 0;
	border-style: none;
	border-spacing: 1px;
}

.content_body .meeting_table th {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	line-height: 13px;
	background: #d9d9d9;
	color: #333333;
}

.content_body .meeting_table td {
	margin: 0;
	padding: 2px;
	width: 75px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	vertical-align: top;
	color: #333333;
}

.content_body .meeting_table .odd_row {
	background: #e9e9e9;
}

.content_body .meeting_table .even_row {
	background: #e0e0e0;
}

.content_body .meeting_table .blocked {
	color: #999999;
}

.content_body .meeting_table .product_listing {
	width: 150px;
	overflow: hidden;
	text-align: left;
	padding: 1px 3px;
	font-size: 11px;
	line-height: 12px;
}

.content_body .meeting_table .special_event {
	position: absolute;
	white-space: normal;
	padding: 2px;
	width: 65px;
	background: #ffffcc;
	border: 1px #333333 dashed;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	z-index: 99;
	text-align: center;
}

.content_body .account_table {
	margin: 0 24px;
	padding: 0;
	border-style: none;
	border-spacing: 1px;
}

.content_body .account_table th {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	line-height: 13px;
	background: #d9d9d9;
	color: #333333;
}

.content_body .account_table td {
	margin: 0;
	padding: 2px 3px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	vertical-align: top;
	color: #333333;
	width: 100px;
	text-align: center;
}

.content_body .account_table td div {
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

.content_body .account_table .odd_row {
	background: #e9e9e9;
}

.content_body .account_table .even_row {
	background: #e0e0e0;
}

.content_body .feed_bar {
	margin: 0;
	padding: 0;
	width: 185px;
	float: left;
}

.content_body .gray_divider {
	margin: 0 24px;
	padding: 0;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px #cccccc solid;
}

.content_body .feed_bar p {
	margin: 0;
	padding: 0 24px 0 24px;
}

.content_body .feed_bar a {
	text-decoration: none;
}

.content_body .feed_bar a .feed_summary {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	color: #cccccc;
}

.content_body .feed_bar a:hover .feed_summary {
	text-decoration: underline;
	color: #cccccc;
}

.content_body .feed_bar a .feed_title {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #eeeeee;
}

.content_body .feed_bar a:hover .feed_title {
	text-decoration: underline;
	color: #eeeeee;
}

.content_foot {
	margin: 0;
	padding: 0;
	clear: both;
	height: 10px;
	background: transparent url(images/content_foot.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
}

.banner {
	width: 163px;
	float: left;
	display: inline;
}

.banner img {
	margin: 0 0 0 23px;
}

.banner p {
	line-height: 26px;
	padding-top: 6px;
}

.banner a {
	text-decoration: none;
}

.banner span {
	font-size: 16px;
}

.banner_new_product {
	float: left;
	text-align: center;
	width: 120px;
	margin-bottom: 10px;
}

.banner_new_product a {
	text-decoration: none;
}

.banner_new_product a:hover p {
	color: #592f2f;
}

.banner_new_product img {
	border: none;
}

.banner_new_product p {
	padding: 0;
}

.featured_new_product {
	margin: 30px 24px;
	line-height: 0;
}

.featured_new_product a {
	color: #592f2f;
	text-decoration: none;
}

.featured_new_product h3 {
	color: #592f2f;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.featured_new_product p {
	line-height: 15px;
}

.featured_new_product .float_image {
	float: left;
	padding-right: 10px;
	border: none;
}

.featured_new_product .divider_image {
	margin: 4px 0;
	padding: 0;
}

.footer {
	margin: 0;
	padding: 0;
	height: 39px;
	background: transparent url(images/footer_middle.gif) repeat-x;
}

.footer .footer_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 10px;
	height: 39px;
	background: transparent url(images/footer_left.gif) no-repeat;
}

.footer .footer_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 9px;
	height: 39px;
	background: transparent url(images/footer_right.gif) no-repeat;
}

.footer p {
	margin: 0;
	padding: 0 15px 0 0;
	height: 39px;
	text-align: right;
	color: #ffffff;
	font-size: 9px;
	line-height: 39px;
}

.footer_links {
	margin: 15px 0 1px 0;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 9px;
	line-height: 10px;
	color: #666666;
}

.footer_links a {
	color: #666666;
	text-decoration: none;
}

.footer_links a:hover {
	color: #592f2f;
}
