* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ececec url('/_grafix/bg.png') top left repeat-x;	
	font-family: Tahoma; 
	font-size: 12px; 
	color: #000;		
}

a { 
	color: #fe0000;
}

a:hover	{
	color: #000;
}

br.clear {
	clear: both;
}

hr {
	color: #6cc;
	background: #600;
	height: 1px;
}

td {
	vertical-align: top;	
}

img.middle {
	vertical-align: middle;
}

h1 {
	margin-bottom: 10px;
}

h1.lower {
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 25px;
}

h2.lower {
	margin-bottom: 15px;
}

h2.lowest {
	margin-bottom: 5px;
}

span.price {
	font-size: 30px;
	color: #666;
}

p.big {
	font-size: 13px;
}


/* container */

#wrapper {
	margin: auto;
	width: 1010px;
}

#outer_container {
	float: left;
	width: 1010px;
	background: url('/_grafix/bg_container.png') top right no-repeat;
}

#container {
	float: left;
	width: 980px;
	padding: 0 15px;
}


/* header */

#header {
	float: left;
	width: 980px;
	height: 140px;
}

#header .logo {
	float: left;
	width: 730px;
	height: 140px;
}

#header .shoppingcart {
	float: right;
	width: 250px;
	height: 140px;
}

#header .shoppingcart div.gutter {
	float: right;
	width: 250px;
	padding-top: 115px;
	text-align: right;
}

#header .shoppingcart a:hover {
	color: #fff;
}


/* navigation */

#navigation {
	float: left;
	width: 980px;
	height: 50px;
	background: url('/_grafix/bg_navigation_item.gif') top left no-repeat;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin-left: 2px;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 50px;
	padding-right: 2px;
	background: url('/_grafix/bg_navigation_item.gif') top right no-repeat;
}

#navigation li a {
	float: right;
	display: block;
	vertical-align: top;
	height: 50px;
	border: none;
}

#navigation li a:hover { 
	background-position: 0 -50px; 
}

#navigation li a.selected { 
	background-position: 0 -50px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -50px; 
}

#navigation li span {
	display: none;
}


/* main */

#main {
	float: left;
	width: 690px;
	margin-top: 52px;
	margin-bottom: 30px;
}


/* sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: url('/_grafix/bg_sidebar.png') top right no-repeat;
	margin-top: 50px;
	margin-bottom: 25px;
}

#sidebar .gutter {
	float: left;
	width: 200px;
	padding: 20px 20px 0 20px;
}

#sidebar .bottom {
	float: left;
	width: 240px;
	height: 20px;
	background: url('/_grafix/bg_sidebar_bottom.png') top right no-repeat;
}

#sidebar img.brand {
	margin-bottom: 15px;
}


/* main */

ul.main {
	list-style-type: none;
	font-size: 14px;
}

ul.main li {
	width: 200px;
	padding: 0 0 6px 0;
}

ul.main li a.selected {
	color: #000;
}

/* sub */

ul.sub {
	list-style-type: square;
	margin: 3px 4px 2px 15px;
	font-size: 13px;
}

ul.sub li {
	width: 200px;
	height: 14px;
	padding: 0 0 2px 0;
}

ul.sub li.selected {
	color: #000;
}


/* home */

#home_products {
	float: left;
	width: 400px;
}

#home_news {
	float: right;
	width: 270px;
	background: url('/_grafix/bg_home_news.png') top left no-repeat;
	margin-bottom: 25px;
}

#home_news .gutter {
	float: left;
	width: 230px;
	padding: 20px 20px 0 20px;
}

#home_news .bottom {
	float: left;
	width: 270px;
	height: 20px;
	background: url('/_grafix/bg_home_news_bottom.png') top right no-repeat;
}

#home_news ul {
	list-style-type: none;
}

#home_news li {
	background: url('/_grafix/bg_home_news_item.png') bottom left no-repeat;
	padding-bottom: 18px;
	margin-bottom: 12px;
	line-height: 1.4em;
}

#home_events {
	float: right;
	width: 270px;
	background: url('/_grafix/bg_home_news.png') top left no-repeat;
	margin-bottom: 25px;
}

#home_events .gutter {
	float: left;
	width: 230px;
	padding: 20px 20px 0 20px;
}

#home_events .bottom {
	float: left;
	width: 270px;
	height: 20px;
	background: url('/_grafix/bg_home_news_bottom.png') top right no-repeat;
}

#home_movie {
	float: right;
	width: 270px;
	background: url('/_grafix/bg_home_news.png') top left no-repeat;
	margin-bottom: 25px;
}

#home_movie .gutter {
	float: left;
	width: 230px;
	padding: 20px 20px 0 20px;
}

#home_movie .bottom {
	float: left;
	width: 270px;
	height: 20px;
	background: url('/_grafix/bg_home_news_bottom.png') top right no-repeat;
}

/* news */

ul.news {
	list-style-type: none;
}

ul.news li {
	background: url('/_grafix/bg_news_item.png') bottom left no-repeat;
	padding-bottom: 12px;
	margin-bottom: 18px;
	line-height: 1.4em;
}

ul.news li img {
	border: 1px solid #ccc;
}

ul.news li p {
	margin-bottom: 20px;
}

ul.news li ul {
	list-style-type: disc;
	padding-left: 18px;
}

ul.news li ul li {
	background: none;
	padding-bottom: 3px;
	margin-bottom: 0;
	line-height: 1.4em;
}

/* products */

a.category_name {
	font-size: 15px;
	font-weight: bold;
}

div.product {
	float: left;
	text-align: center;
	width: 175px;
	height: 192px;
	overflow: hidden;
	margin: 0 25px 25px 0;
}

div.product img {
	margin-bottom: 5px;
	border: 2px solid #d60000;
}

div.image {
	float: right;
	margin: 0 0 15px 10px;
}

div.image img {
	border: 2px solid #d60000;
}

#product_top_nav {
	float: left;
	width: 680px;
	margin-bottom: 18px;
}

#product_top_nav .left {
	float: left;
}

#product_top_nav .right {
	float: right;
}

#product_top_nav span {
	color: #999;
}


/* shopping cart */

#shopping_cart {
	width: 575px;
}

#shopping_cart tr.header {
	background: #f00;
}

#shopping_cart th {
	color: #fff;
	padding: 5px;
}

#shopping_cart th.center {
	text-align: center;
}

#shopping_cart th.right {
	text-align: right;
}

#shopping_cart tr.row {
	
}

#shopping_cart td {
	padding: 5px;
	vertical-align: middle;
}

#shopping_cart td.center {
	text-align: center;
}

#shopping_cart td.right {
	text-align: right;
}


/* links */

ul.link_list {
	list-style-type: none;
	margin: 0 0 25px 0;
}

ul.link_list li {
	padding-bottom: 5px;
}

/* calendar */

#calendar {
	width: 100%;
	background: #dfdfdf;
}

#calendar td {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

#calendar td.header {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#calendar td.header a {
	text-decoration: none;
	border: 0;
}

#calendar td.day {
	color: #000;
}

#calendar td.link {
	font-weight: bold;
	background: #000 !important;
}

#calendar td.link a {
	color: #fff;
	border: 0;
}

#calendar td.link a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#calendar td.weekend {
	background: #bbb;
}

#calendar td.normal {
	background: #fff;
}

/* sidebar calendar */

#sidebar td {
	font-size: 11px !important;
}

/* calendar list */

ul#list {
	float: left;
	list-style-type: none;
	width: 650px;
}

li.list_item {
	padding-bottom: 18px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

strong.title {
	font-size: 15px;
}

/* newsletter */

#newsletter_form {
	float: left;
	width: 400px;
	background: #fe0000;
	color: #fff;
}

#newsletter_form .gutter {
	float: left;
	padding: 15px;
}

#newsletter td.mandatory {
	font-weight: bold;
}

#newsletter td.mandatory_err {
	color: #000;
	font-weight: bold;
}

span.err {
	color: #000;
	font-weight: bold;
}

#newsletter table {
	width: 360px;
}

#newsletter input.text {
	width: 260px;
	height: 20px;
	padding: 2px;
	background: #eee;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#newsletter .button_cell {
	text-align: right; 
}

#newsletter input.button {
	font-size: 14px;
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}


/* thickbox */

#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;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('/_grafix/thickbox_ff_hack.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;
}

span#TB_next, 
span#TB_prev {
	font-size: 12px;
}