* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    color: #666666;
    background-color: #ffffff;
}

hr, h1, .hidden {
	display: none;
}

a img {
    border: 0;
}

div#container {
    width: 950px;
    margin: auto;
    font-family: "Trebuchet MS";
    text-align: center;
}

div#header {
    width: 892px;
    height: 260px;
    margin: 0 auto;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: top;
    clear: both;
}

div#header a#logo {
    width: 173px;
    height: 69px;
    margin: 114px 0 0 30px;
    float: left;
}

div#header_small {
    width: 892px;
    height: 173px;
    margin: 0 auto;
    background-image: url(images/header_small.jpg);
    background-repeat: no-repeat;
    background-position: top;
    clear: both;
}

div#header_small a#logo {
		width: 173px;
    height: 69px;
    margin: 70px 0 0 30px;
    float: left;
}

div#header p {
    width: 155px;
    padding: 7px 42px 0 0;
    float: right;
}

div#header p a img {
    margin-bottom: 5px;
}

div#header p a.middle img {
    margin-bottom: 22px;
}

ul#navigation {
    width: 892px;
    height: 50px;
    background-image: url(images/nav_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    margin: 9px auto 20px auto;
    list-style: none;
    clear: both;
}

ul#navigation li {
    background-image: url(images/nav_elem.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0 0 15px 0;
    float: left;
}

/* IE6 hack */
* html body ul#navigation li { width: 1px; }

ul#navigation li.first {
    background-image: none;
}

ul#navigation li a,
ul#navigation li a:link
ul#navigation li a:active
ul#navigation li a:visited {
    padding: 19px 19px 0 19px;
    height: 30px;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

ul#navigation li a:hover {
    color: #990000;
    text-decoration: none;
    background-image: url(images/nav_hover.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

div#content {
    width: 710px;
    float: left;
    padding: 0 0 10px 28px;
}

div#content div#menu {
    width: 170px;
    background-image: url(images/menu_part.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 21px 0 0 0;
    padding-top: 20px;
    float: left;
}

div#menu ul {
    width: 170px;
    list-style: none;
    margin-bottom: 30px;
}

div#menu ul li {
    width: 170px;
    height: 28px;
    font-size: 12px;
    text-align: left;
}

div#menu ul li a,
div#menu ul li a:link,
div#menu ul li a:active,
div#menu ul li a:visited {
    width: 150px;
    height: 23px;
    color: #666666;
    background: #fff url(images/menu_elem.jpg) no-repeat bottom left;
    text-decoration: none;
    padding: 5px 0 0 12px;
    display: block;
}

div#menu ul li a:hover {
    color: #990000;
    background-color: #fff;
    text-decoration: none;
}

div#menu p#search {
    width: 167px;
    height: 65px;
    background-image: url(images/search.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

p#search input {
    width: 130px;
	height: 18px;
    margin: 25px 0 0 27px;
    font-size: 12px;
    color: #666666;
    border: none;
}

div#content div#main {
    width: 520px;
    padding: 0 5px;
    text-align: left;
    float: right;
}

div#main p#breadcrumbs {
    width: 500px;
    height: 26px;
    color: #990000;
    background: #fff url(images/breadcrumbs.jpg) repeat-x top;
    font-size: 12px;
    text-align: right;
    padding: 0 10px 0 0;
}

p#breadcrumbs a,
p#breadcrumbs a:link,
p#breadcrumbs a:active,
p#breadcrumbs a:visited {
    color: #990000;
    background-color: #fff;
    text-decoration: none;
}

p#breadcrumbs a:hover {
    color: #990000;
    background-color: #fff;
    text-decoration: underline;
}

div#main h2 {
    text-align: left;
    font-weight: bold;
    margin: 15px 10px;
    color: #990000;
    background-color: #fff;
    clear: both;
}

div#main h3 {
    text-align: left;
    font-weight: bold;
    margin: -10px 10px 12px 10px;
    color: #444;
    background-color: #fff;
    clear: both;
    font-size: 12px;
}

div#main div#text {
    width: 490px;
    padding: 0 0 15px 10px;
    font-size: 12px;
    text-align: justify;
}

div#main div#text_left {
    width: 245px;
    padding: 0 0 15px 10px;
    font-size: 12px;
    text-align: justify;
    float: left;
}

div#main div#text_right {
    width: 245px;
    padding: 0 0 15px 10px;
    font-size: 12px;
    text-align: justify;
    float: left;
}

div#text pre {
	line-height: 90%;
}

div#text a,
div#text a:link,
div#text a:active,
div#text a:visited,
div#text_left a,
div#text_left a:link,
div#text_left a:active,
div#text_left a:visited,
div#text_right a,
div#text_right a:link,
div#text_right a:active,
div#text_right a:visited {
	color: #990000;
	background-color: #fff;
	text-decoration: none;
}

div#text h4, div#text_left h4, div#text_right h4 {
	color: #990000;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}

div#text a:hover, div#text_left a:hover, div#text_right a:hover {
	color: #990000;
	background-color: #fff;
	text-decoration: underline;
}

div#text a img, div#text_left a img, div#text_right a img {
	float: left;
	margin: 7px 7px 7px 0;
}

div#main div.one {
    width: 490px;
    padding: 20px 10px 15px 10px;
    background: #fff url(images/red_dot.jpg) repeat-x top;
    float: left;
}

div#main div.one img {
    border: 0;
    float: left;
}

div#main div.one p.product {
    width: 337px;
    font-size: 20px;
    text-align: right;
    color: #333;
    background: #fff;
    float: right;
}

div#main div.one p.product a,
div#main div.one p.product a:link,
div#main div.one p.product a:active,
div#main div.one p.product a:visited {
    color: #333;
    background: #fff;
    text-decoration: none;
}

div#main div.one p.product a:hover {
    color: #333;
    background: #fff;
    text-decoration: underline;
}

div#main div.one p label {
    width: 100px;
    float: left;
    text-align: left;
    font-size: 12px;
    color: #666666;
    background-color: #fff;
}

div#main div.one p.price1 {
    width: 337px;
	float: right;
    text-align: right;
    padding-top: 4px;
    font-size: 20px;
    color: #333;
    background-color: #fff;
}

div#main div.one p.price2 {
    width: 337px;
    float: right;
    text-align: right;
    padding-top: 4px;
    font-size: 20px;
    color: #990000;
	background-color: #fff;
}

div#main div.one p.description {
    padding-top: 5px;
    width: 337px;
	float: right;
    font-size: 12px;
    text-align: justify;
}

div#banners {
    width: 180px;
    margin: 0 28px 5px 0;
    padding: 10px 0;
    background: #fff url(images/banner_body.jpg) repeat-y center;
    float: right;
    text-align: center;
}

div#banners a {
    margin-bottom: 10px;
}

div#banners a img {
    border: 0
}

div#special {
    width: 950px;
    height: 230px;
    color: #cfcfcf;
    background: #333 url(images/special.jpg) no-repeat top;
    clear: both;
}

div#special1, div#special2, div#special3 {
    width: 244px;
    height: 107px;
    float: left;
    margin-top: 90px;
    font-weight: bold;
}

div#special1 {
    padding: 7px 7px 7px 63px;
}

div#special2 {
    padding: 7px 7px 7px 49px;
}

div#special3 {
    padding: 7px 7px 7px 49px;
}

div#special div p.title {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #cfcfcf;
}

div#special div p.description {
    width: 230px;
    height: 75px;
    text-align: justify;
    font-size: 11px;
    color: #cfcfcf;
    line-height: 110%;
}

p#footer {
    font-size: 11px;
    width: 903px;
    height: 24px;
	color: #fff;
    background-color: #545454;
    text-align: right;
    padding: 8px 47px 0 0;
    clear: both;
}

p#footer a,
p#footer a:link,
p#footer a:active,
p#footer a:visited {
    color: #fff;
    background-color: #545454;
    text-decoration: none;
}

p#footer a:hover {
    color: #fff;
    background-color: #545454;
    text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

