/* With all the browsers and elements in the world - with margin & padding, let's start from the beginning! */
*
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	background: transparent url(/images/body-background.jpg) top center repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
div#container
{
	width: 956px;
	margin: 0 auto;
	text-align: center;
	margin-top: 43px;
}
/*
========================================================================
Header block.
========================================================================
*/
div#header
{
	position: relative;
	width: 956px;
	height: 171px;
	text-align: left;
}
div#logo
{
	position: absolute;
	top: 30px;
	left: 40px;
	width: 180px;
	height: 55px;
	cursor: pointer;
}
div#login
{
	position: absolute;
	top: 120px;
	left: 20px;
	width: 205px;
	height: 32px;
}
div#login, div#login table td
{
	font-size: 7pt;
	color: #797979;
}
div#login input.text
{
	width: 78px;
	border: 1px solid #7f9db9;
	color: #797979;
	padding: 2px;
	font-size: 7pt;
	height: 17px;
}

div#top-cart
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 170px;
	height: 150px;
	font-size: 8pt;
	color: #797979;
}
div#top-cart img { behavior: url('/bestpngfix.htc'); }

div#filter
{
	position: relative;
	width: 956px;
	height: 42px;
	background: transparent url(/images/filter-background.jpg) center center no-repeat;
	text-align: left;
}
div#filter select, div#filter input.text
{
	height: 21px;
	color: #797979;
	margin-right: 6px;
	border: 1px solid #fff;
}
div#filter table
{
	margin-left: 246px;
}
div#language-selection
{
	position: absolute;
	top: 9px;
	left: 10px;
	text-align: center;
	width: 235px;
}
div#language-selection, div#language-selection a
{
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
div#language-selection a:hover, div#language-selection a.current
{
	text-decoration: underline;
}
div#location
{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #a2a2a2;
	font-weight: normal;
	padding: 20px;
}
div#location a
{
	color: #a2a2a2;
	text-decoration: none;
}
/*
========================================================================
Content block.
========================================================================
*/
div#content
{
	font-family: Verdanas, sans-serif;
	font-size: 10pt;
	color: #323131;
	text-align: left;
	width: 936px;
	padding-left: 10px;
	padding-right: 10px;
}
* html div#content
{
	width: 956px;
}
div#left-panel
{
	float: left;
	width: 234px;
}
div#right-panel
{
	float: right;
	width: 694px;
	background: transparent url(/images/content-text-area-top-background.jpg) top center no-repeat;
}
img#fade_gallery_image_1, img#fade_gallery_image_2
{
	position: absolute;
	top: 0;
	left: 0;
}
div#content-text-area
{
	width: 674px;
	padding: 0 10px;
	background: transparent url(/images/content-text-area-background.png) bottom right no-repeat;
}
div#content-text-area h1
{
	color: #c80000;;
	font-size: 18pt;
	font-weight: normal;
	padding: 10px;
	background: transparent url(/images/content-header-background.png) bottom right repeat-x;
	margin-bottom: 15px;
}
div#content-text-area ul
{
	margin: 15px 25px;
}
div#content-text-area, div#content-text-area td
{
	font-size: 10pt;
	color: #797979;
}
div#content-text-area p
{
	padding-bottom: 10px;
}
/*
========================================================================
Footer block.
========================================================================
*/
div#footer
{
	clear: both;
	background-color: #e9e9e9;
	color: #797979;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-align: right;
	padding: 10px;
	margin-top: 10px;
}
* html div#footer
{
	height: 35px;
}
a.logo img
{
	border: 0;
}
/*
========================================================================
Main menu styles.
========================================================================
*/
div#main-menu div.body
{
	padding-top: 60px;
	background: transparent url(/images/menu-top-background.jpg) top center no-repeat;
}
div#main-menu div.bottom
{
	height: 70px;
	background: transparent url(/images/menu-bottom-background.jpg) bottom center no-repeat;
}
div#main-menu ul
{
	list-style: none;
	margin: 0 10px;
}
div#main-menu ul li
{
	padding: 5px 10px 5px 60px;
	background: transparent url(/images/menu-item-bottom-background.jpg) bottom center repeat-x;
}
div#main-menu ul li a
{
	font-size: 9pt;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
div#main-menu ul li.current a, div#main-menu ul li a:hover
{
	color: #000;
}
div#main-menu ul li a:hover
{
	text-decoration: underline;
}
div#main-menu ul li img
{
	margin-bottom: 2px; margin-right: 10px;
}


/*
========================================================================
Data table styles.
========================================================================
*/
table.data-list
{
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 100%;
}
table.data-list th, table.data-list td
{
	font-size: 9pt;
	color: #797979;
}
table.data-list th
{
	background-color: #c80000;
	font-weight: bold;
	color: #fff;
}
table.data-list th.mild
{
	color: #c80000;
	background-color: #fff;
}
table.data-list th, table.data-list td
{
	padding: 5px;
}
table.data-list th a, table.data-list td a
{
	color: #797979;
	text-decoration: none;
}
table.data-list th a.red, table.data-list td a.red
{
	color: #c80000;
}
table.data-list th a:hover, table.data-list td a:hover
{
	text-decoration: underline;
}
table.data-list th a img, table.data-list td a img
{
	border: 0;
}
/*
========================================================================
Order table styles.
========================================================================
*/
table#order-table input.text, table#order-table input.checkbox, table#order-table textarea
{
	font-family: Tahoma;
	font-size: 10pt;
	border: 1px solid #7f9db9;
}
table#order-table input.text, table#order-table textarea
{
	width: 300px;
}
table#order-table textarea
{
	height: 60px;
}
div#error-box
{
	border: 1px solid #b50e0e;
	background-color: #faabab;
	color: #b50e0e;
	padding: 10px;
	width: 435px;
	text-align: left;
	margin: 20px auto;
	font-size: 8pt;
}
* html div#error-box
{
	width: 455px;
}
div#error-box ul
{
	padding-top: 5px;
	padding-left: 10px;
}
div#error-box.successful
{
	color: #2d6a00;
	border-color: #2d6a00;
	background-color: #d7f5c8;
}
div#order-history
{
	padding-top: 30px;
	text-align: center;
}
div#order-history a
{
	color: #c80000;
	text-decoration: none;
	font-weight: bold;
}
div#order-history a:hover
{
	text-decoration: underline;
}