* {
    margin:0;
    padding:0;
    font-family: Verdana, serif,arial;
}

html,body {
    height:100%;
}

body {
    background:url('../img/body_bg_2.png') top repeat-x;
    background-color:#fff;
    color:#333333;
    text-align:center;
    width:100%;
    font-size:12px;    
}

object{
    border:0;
}

#inplace-banner {
  position:absolute;
  z-index:1000;
  background-color:#2f2f2f;
  opacity:0.6;
  filter:alpha(opacity=60);
  -khtml-opacity: 60;
  width:100%;
  height:100px;
}
 
h1 {
    color:#4d4d4d;
    font-size:10px;
    font-weight:bold;
    margin:0px 0px 0px 0;
    line-height:30px;
}

input {
    line-height:normal;
}

p.allz {
    margin:0 !important;
    padding:0 !important;
}

h2 {font-size:16px;color:#333333;padding:0px;}
h3 {font-size:14px;color:#4d4d4d;padding:0px;font-weight:bold;}
h4 {font-size:14px;color:#4d4d4d;}
h5 {font-size:12px;}
h6 {font-size:10px;}

img {
    border-width:0px;
    margin:0;
    padding:0;
}

a:link { color: #4d4d4d; text-decoration:underline;}
a:visited { color: #4d4d4d; text-decoration:underline; }
a:active { color: #4d4d4d; text-decoration:underline; }

p {
  padding:20px;
}

.clear {
  width:100%;
  clear:both;
  height:10px;
  background-color:none;
}

.spacer {
  display:block;
  width:100%;
  height:10px;
  background-color:none;
  border:0;
}

#banner {
  color:#4d4d4d;
  margin:0px auto auto 0px;
  width:960px;
  height:100px;
  background:url('../img/logo_reflect.png') top right no-repeat;
}

#locale_switch {
  float:right;
  margin:5px 260px auto auto;
  _margin-right:140px;
  display:block;
  width:150px;
  height:20px;
  margin-top:-10px;
}

.video_container {
  width:400px;
  height:300px;
  background-color:#fff;
  margin:20px auto 20px auto;
  text-align:center;
}

#baseline {
  font-size:32px;
  font-family:Georgia, serif,"Trebuchet MS", sans-serif ;
  padding-left:100px;
  margin-left:10px;
  background:url('../img/logo.png') left no-repeat;
}

#search_form {
  margin:0px;
  height:30px;
  width:250px;
}

#print_link {
  float:right;
}

#print_link a {
  color:#fff;
  font-size:10px;
}

#search_form input {
    border:0;
    height:20px;
    color:#d4d4d4;
}

#oksearch {
    position:absolute;
    margin:10px auto auto 200px;
    width:30px;
    /* IE 7 Hack, must have a background */
    background:#fff;
    filter:alpha(opacity=0);
    -khtml-opacity: 0;
    opacity: 0;
}

#logo {
    margin:0px auto auto 30px;
    position:absolute;
}

#print_logo {
    display:none;
    width:0;
    height:0;
    float:left;
}

#print_only {
    display:none;
    width:0;
    height:0;
    float:left;
}

#email_input {
    width:170px;
    color:#d4d4d4;
}

#maincontainer {
  width:100%;
  margin:0 auto;
	position: relative;
	min-height: 100%;    
}

a[href$='.pdf'] {
  display:inline-block;
  padding-left:20px;
  line-height:18px;
  background:transparent url('../../../images/admin/acrobat.png') center left no-repeat;
}
 
a[href$='.zip'] {
  display:inline-block;
  padding-left:20px;
  line-height:18px;
  background:transparent url('../../../images/admin/compressed.png') center left no-repeat;
}

a[href$='.doc'] {
  display:inline-block;
  padding-left:20px;
  line-height:18px;
  background:transparent url('../../../images/admin/word.png') center left no-repeat;
}

.maincontent {
    text-align:left;
    width:960px;
    margin:0px auto 0px auto;
}

#body_mask {
    filter:alpha(opacity=10);
    -khtml-opacity: 0.1;
    opacity: 0.1;
    width:100%;
    height:100%;
}

/**** Main menu ****/
#contact {
  height:50px;
  width:260px;
  margin-top:0px;
  background-color:transparent;
}

#contact p {
    color:#4d4d4d;
    font-size:12px;
    line-height:14px;
    margin:0px;
    padding-right:40px;
    text-align:right;
}

.contact_form a {
    color:#fff;
    font-weight:bold;
}

/*First level menu */
#first_menu {
    text-align: center;
    margin:0px auto auto 0px;
}

ul.first_menu_list {
    list-style: none;
    border:0;
    width:960px;
    margin:2px auto;
    display:inline;
    clear:both;
}

ul.first_menu_list li {
    float:left;
    border:0;
    padding-top:0px;
    list-style:none;
    display:block;
    height:30px;
    vertical-align:middle;
    display:inline;
    width:150px;
    text-align:center;
}

ul.first_menu_list li.active{
    float:left;
    border:0;
    background:url('../img/li_bg_on.png') top repeat-x;
}

ul.first_menu_list li a.current {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    border:0;
}

ul.first_menu_list li a:hover {
    color:#fff;
    font-size:12px;
    font-weight:bold;
    display:block;
    height:30px;
    border-left:0;
}

ul.first_menu_list li a {
    height:30px;
    text-decoration:none !important;
    font-weight:normal;
    font-size:12px;
    color:#fff !important;
    display:block;
    padding-left:10px;
    padding-right:10px;  
    margin-top:5px;  
    padding-top:1px;
    text-align:center;
    float:left;
    width:140px;
}

.first_menu_list li li a {
    color:#4d4d4d;
    display:block;
    text-decoration: none;
    text-align:left;
}

.first_menu_list li.break {
    margin-left:-130px;
    padding-top:24px;
}

/*Second level menu */
#second_menu {
  width:200px;
  float:left;
  background-color:#2f2f2f;
}

ul.second_menu_list {
    border:0;
    margin-left:10px !important;
}

ul.second_menu_list li {
    border:0;
    padding-top:0px;
    list-style:none;
    display:block;
    height:20px;
    vertical-align:middle;
}

ul.second_menu_list li.active{
    border:0;
}

ul.second_menu_list li a.current {
    color:#fff;
    font-size:12px;
    font-weight:normal;
    border:0;
    border-left:2px solid red  !important;
}

ul.second_menu_list li a:hover {
    color:#fff;
    font-size:12px;
    font-weight:normal;
    display:block;
    border-left:2px solid red !important;
}

ul.second_menu_list li a {
    height:20px;
    text-decoration:none !important;
    font-weight:normal;
    font-size:12px;
    color:#fff !important;
    display:block;
    padding-left:8px;
    margin:4px auto auto 4px;  
    text-align:left;
    padding-top:2px;
}

.second_menu_list li li a {
    color:#fff;
    display:block;
    text-decoration: none;
    text-align:left;
}

.second_menu_list li.break {
    margin-left:-150px;
    padding-top:24px;
}
/* Dropdown menu*/
ul.submenu {
  display:none;
  text-align:left;
  position:absolute;
  margin:30px auto auto 0px;
  !margin:-10px auto auto -75px;
  clear:both;
}

ul.submenu li {
  text-align:left;
  background-color:transparent;
  width:150px !important;
  display:block;
  clear:both;
	margin-left:0px;
	opacity:0.9;
  filter:alpha(opacity=90);
  -khtml-opacity: 90;
	background-color:#e01f26;
	border-bottom:1px solid #fff;
}

ul.submenu a {
  color:#fff !important;
  text-decoration: none;
  text-align:left;
  display:block;
  padding-left:2px;
  opacity:1 !important;
  filter:alpha(opacity=100);
  -khtml-opacity: 100;
  text-align:center;
  width:140px;
}

ul.submenu a:hover {
  color:#fff !important;
  display:block;
  text-decoration: none;
  text-align:left;
  overflow:hidden;
}

#sub-cats {
	border:1px solid #d4d4d4;
	background-color:#fffaf0;
	width:178px;
	min-height:100px;
	height:auto !important;
	height:180px;
	padding:10px;
}

#sub-cats ul {
  margin-left:20px;
}

#sub-cats ul li a {
  font-size:12px;
}

/******* Slideshow **/
#slideshow {
    width:220px;
    float:right;
    height:220px;
    margin-top:10px;
    padding:20px;
    text-align:center;
    position:relative;
}

#slideshow_border {
    width:200px;
    float:right;
    height:200px;
    margin:10px auto auto auto;
    border:1px solid #d3d3d3;
    text-align:left;
}

#slideshow IMG {
    position:absolute;
    top:40px;
    left:50px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/**** Content ****/
.article_title {
  font-size:16px;
  color:#333333;
  padding-bottom:20px;
  display:block
  width:920px;
  height:25px;
  border-bottom:1px solid #d4d4d4;
  margin:0 auto 20px auto;
}  

.img_gallery {
  text-align:left;
  margin:10px auto 30px 0px;
  width:900px;
  text-align:center;
  padding-top:10px;
}

.img_gallery img {
  padding:5px;
  /*border:1px solid red;*/
}

#content {
  width:960px;
  margin:left;
  padding-bottom:60px;
  /* IE 6 DE MERDE !!!!! */
	height:auto !important;
	height:500px;
}

#content p {
    padding:0;
    color:#2d2d2d;
    line-height:16px;
}

#content ul {
  margin:10px auto auto 50px;
}

#next_shows {
  background-color:#2f2f2f;
  color:#fff;
  width:255px;
  margin-top:0px;
  overflow:hidden;
}

.show_item {
  border-left:2px solid red;
  padding-left:4px;
  margin:20px auto auto 16px !important;
}

.show_item a {
  color:#fff !important;
  margin-bottom:10px;
  display:block;
}

#next_shows_1 p {
  margin-top:0px;
  padding:0;
  color:#fff;
}

#next_shows_1 h2 {
  color:red;
}

#next_shows_2 p {
  margin-top:0px;
  padding:0;
  color:#fff;
}

#next_shows_2 h2 {
  color:red;
}

#next_shows_3 p {
  margin-top:0px;
  padding:0;
  color:#fff;
}

#next_shows_3 h2 {
  color:red;
}

.font_reverse {
    font-weight:bold;
    font-size:11px;
    background-color:#4d4d4d;
    color:#fff;
    font-family:verdana;
}

#content .options {
    width:400px;
    text-align:right;
    float:right;
    margin-top:10px;
}

#content .options p {
    font-size:10px;
}

.content_title {
    display:block;
    color:#4d4d4d !important;
    width:270px;
    height:50px;
    font-size:22px;
}

.product_container {
  padding-top:0px;
  margin:0 auto 20px 30px;
  background-color:#fffaf0;
  border:1px solid #d4d4d4;
  width:685px;
}

.product_container h3 {
	margin:10px auto auto 0px;
}
.product_container p {
  padding:0px !important;
  margin-bottom:10px;
}

.gallery_container {
  padding-top:0px;
  margin-bottom:20px;
}

.gallery_container img {
    border:0;
    padding:14px;
}

.mixed_content {
    width:270px;
    padding:0;
    margin:0;
    float:left;
}

.product-img-container{
  width:675px;
  background-color:#fff;
  border:1px solid #d4d4d4;
  margin:5px;
  text-align:center;
}

.product-img-container tr td {
  vertical-align:top;
  text-align:left;
}

.product-details {
	background-color:#fff;
	width:700px;
	margin:auto;
	border-left:1px solid #d4d4d4;
}

.product-details img {
	border:1px solid #d4d4d4;
	padding:10px;
}

.product-details ul {
  margin:20px auto auto 30px;
}

.product-img-container img {
  margin:10px auto;
}

.mixed_content tr td, 
    padding:0;
    margin:0;
}

.mixed_content p {
  margin:0;
  padding:0;
}

.mixed_content img {
    padding-top:5px !important;
}

.product_container_content {
    display:block;
    border-left:1px dotted #d4d4d4;
    margin:20px auto auto 200px;
    min-height:220px;
    height:auto !important;
    height:220px;
}

#current-cart {
  width:225px;
  height:60px;
  position:absolute;
  margin-left:-3px;
}

#current-cart-bg {
  background:url('../img/basket_bg_repeat.png') top repeat-x;
  width:205px;
  height:60px;
  float:left;
}

.product_container ul {
    margin:0px auto 10px 60px;
}

.rub ul,.rub ul li {
    margin:0;
    padding:0;
}

#comments {
  margin-top:20px;
  width:520px;
}

.comment {
  margin-top:10px;
  width:520px;
  height:100px;
  border:1px solid #d4d4d4;
}

.comment table  {
  position:relative !important;
  margin:5px;
  padding:10px;
  width:510px;
  background-color:#fffaf0;
}

#new_comment{
  background-color:#fffaf0;
  border:1px solid #d4d4d4;
}

#map_canvas {
    width:400px;
    height:400px;
    margin:20px auto auto 0px;
    background-color:#bde5ff;
    float:right;
}

#bottom {
  width:100%;
  background:url('../img/bottom_bg.png') top repeat-x;
  background-color:#2f2f2f;
  position:absolute;
  bottom:0;
  height:240px;
  left:0;
  text-align:left;
}

.bottom_block {
  width:260px;
  height:200px;
  margin-right:60px;
  margin-left:0px;
  float:left;
}

.bottom_block ul {
  margin:30px auto auto 40px;
  border-left:2px solid #fff;
  list-style-type:none;
}

.bottom_block ul li a {
  color:#fff !important;
  margin-left:20px;
}

#footer {
  color:#d4d4d4;
  font-size:10px;
  height:30px;
  display:block;
  width:100%;
  margin:0px auto 0px auto;
  padding-bottom:10px;
  border-top:1px solid #d4d4d4;
  clear:both;
}

#footer p {
    display:block;
    width:380px;
    color:#d4d4d4;
    font-size:10px;
    padding-top:0px;
    margin:0px auto 0px auto;
    clear:both;
}

#footer a {
    color:#d4d4d4;
}

#msg {
    font-size:20px;
    color:#4d4d4d !important;
    display:block;
    width:600px;
    height:100px;
    background-color:none;
}

#msg a {
    font-size:20px;
    color:#4d4d4d;
}

/*** bottom corner */
.bottom_corner {
    background:url('../img/bottom_corner.png') bottom no-repeat;
    background-color:#fff;
    width:200px;
    _width:199px;
    height:10px;
    _margin-top:-2px;
}

/*** NEWSLETTER **/
#newsletter_top {
    background:url('img/newsletter.png') top no-repeat;
    background-color:#fff;
    width:200px;
    _width:199px;
    height:30px;
}

/*** LOGIN **/
#login-top {
    background:url('../img/login.png') top no-repeat;
    background-color:#fff;
    width:200px;
    _width:199px;
    height:30px;
}

#login input {
  width:150px;
  margin:0;
  padding:0;
}

/********* Carousel **/
#carousel-wrapper {
  width: 400px;
  margin:20px auto;
  overflow: hidden;
}
#carousel-content {
    width: 1000px;
}
#carousel-content .slide {
    float: left;
    width: 140px;
}

