body{
  background: #d2d2d2;
  color: #3e3e3e;
  margin: 0;
  padding: 0;
  font-family: Tahoma, "Deja Vu Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
}

img {
   border: 0;
}

li {
  margin: 0.25em auto;
}

#wrapper {
  width: 995px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  border-width: 0 1px;
}

#header {
  background: #b0151b;
  height: 95px;
}

#header h1{
  margin: 0;
  padding: 0;
  float:left; 
width: 422px;
height:94px; 
overflow:hidden; 
padding-right:0px; 
position:absolute;
}

#header h1 img {display:block; position:absolute; top:0; left:0; z-index:9999;}

#menu{
  background: #f1f1f1;
  border-bottom: 1px solid #e2e2e2;
  padding: 6px;
  text-transform: uppercase;
  font-size: 1em;
}

#menu ul{
  list-style-type: none;
  display: inline;
}

#menu li {
  display: inline;
}

#menu a{
  display: block;
  padding: 5px 15px 3px;
  text-decoration: none;
  float: left;
}

#menu a:hover{
  color: #b0151b;
}

#content {
  padding: 0;
  margin: 0;
}

#subcontent {
  margin: 0 0 0 205px;
  padding: 10px 0 0 0;
  min-height: 355px;
  width: 575px;
  font-size: 0.85em;
  text-align: justify;
}

div.contentheader {
  margin: 0;
  width: 510px;
  height: 106px;
  padding: 10px 15px 15px 40px;
  background: url('img/contentheader-bg.jpg') top left no-repeat;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: left;
}

#subcontent h2{
  font-family: Arial, Hevletica, Tahoma, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: 0.8em 0;
}

div.contentheader h2 {
  padding: 0 0 10px 0 !important;
  font-size: 1.9em !important;
}

#subcontent h3{
  font-family: Arial, Hevletica, Tahoma, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  padding: 0.3em 0;
}

#subcontent p{
  margin: 0.8em 0;
}

.subcontent-main{
  width: 257px;
  min-height: 335px;
  float: left;
  margin: 10px 7px;
  background: transparent url('img/main-contentbg.jpg') top left no-repeat;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 0.85em;
}

.subcontent-main h2{
  font-family: Arial, Hevletica, Tahoma, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0.8em 0;
  color: #000;
}

.subcontent-main p{
  margin: 0.5em 0;
}

.newsentry{
  margin: 1em 0;
}

.newsentry div{
  margin: 0.5em 0;
}

#subcontent .newsentry{
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #b0151b;
}

#subcontent .newsentry h3{
  margin: 0 0 0.5em 0;
  padding: 0.15em 0.3em;
  background: #b0151b;
  font-size: 1em;
}

#subcontent .newsentry h3 a{
  color: #fff;
}

#subcontent .newsentry p{
  padding: 0 1em;
  margin: 0.3em 0;
}

#searchform{
  margin: 15px 20px;
  text-align: center;
}

#searchform input {
  width: 400px;
}

#searchform button {
  padding: 0 10px 0 0;
  margin: 0.5em;
}

.searchentry{
  margin-bottom: 1.5em;
}

.searchentry span {
  color: #b0151b;
}

.searchentry a{
  font-weight: normal;
  color: #b0151b;
}

#contactform{
  padding: 0 0 0 2em;
}

#contactform .left{
  padding: 0;
  margin-right: 25px;
  margin-top: 0;
  float: left;
}

#contactform textarea {
  width: 340px;
  height: 180px;
}

#contactform input, #contactform select, #contactform textarea{
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #696969;
  font-size: 0.98em;
  padding: 3px 5px;
}

#contactform input.checkbox {
  padding: 2px;!important;
}

#contactform select{
  width: 350px;
}

#contactform button{
  padding: 0.5em;
  margin: 0;
  background: #b0151b;
  color: #fff;
  font-size: 0.98em;
  margin-top: 0.5em;
  border: 2px solid #d1d1d1;
  border-color: #d1d1d1 #666 #666 #d1d1d1;
}

#contactform .required{
  color: #b0151b;
}

#contactform span{
  font-size: 0.95em;
}

address {
  margin-left: 0.5em;
  font-style: italic;
  margin-bottom: 1.5em;
}

/* BEGIN ADMIN */

#loginform{
  width: 250px;
  margin: auto;
  background: #f1f1f1;
}

#loginform h3 {
  margin: 0;
  padding: 0.6em;
  background: #b0151b;
  color: #fff;
}

#loginform div{
  padding: 10px;
}

#loginform input{
  width: 218px;
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #696969;
  font-size: 1em;
  padding: 3px 5px;  
  margin: 0 0 0.5em 0;
}

#loginform button {
  padding: 0.3em 3em;
  margin: 0;
  background: #b0151b;
  color: #fff;
  font-size: 0.98em;
  margin-top: 0.5em;
  border: 2px solid #d1d1d1;
  border-color: #d1d1d1 #666 #666 #d1d1d1;
  
}

#adminmain {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#adminmain li a {
  display: block;
  float: left;
  width: 240px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #fec901;
  background: #fee279;
  text-align: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#adminmain li a:hover {
  background: #feedae;
  text-decoration: none;
}

#subcontent ul.pagelist {
  background: #fffbeb;
  margin: 0.3em 1em;
  padding: 0;
  list-style-type: none;
  border: 1px solid #fff7d9;
  border-width: 1px 1px 0 1px;
}

#subcontent ul.pagelist li {
  border-bottom: 1px solid #ffc30d;
  margin: 0;
  padding: 0.5em 4% 0.5em 0.5em;
  background: url('img/arrow1.jpg') 99% 10px no-repeat;
}

#subcontent ul.pagelist ul {
  /*background: #fff7d9;*/
  background: #fff;
  margin: 0 -4% 0 -0.5em;
  border: none;
}

#subcontent ul.pagelist ul li {
  margin: 0;
  padding: 0.5em 25px;
  background: url('img/arrow2.jpg') 7px 10px no-repeat;
  border-bottom: none;
}

.adminform input {
  border: 1px solid #ccc;
  width: 500px;
  padding: 2px;
}


/* END ADMIN */

div.info, div.error{
  padding: 0 0.5em 1em;
  font-weight: bold;
  font-size: 1.2em;
  color: #b0151b;
  text-align: center;
}

div.error{
  color: #f00;
}

#sidebar{
  float: right;
  background: #fff url('img/sidebar-border.jpg') left top no-repeat;
  width: 305px;
  min-height: 300px;
  position: relative;
  top: -27px;
  left: 1px;
  margin: 0;
  padding: 0;
  margin-bottom: -27px;
  font-size: 0.8em;
}

#sidebar-left, #sidebar-right{
  float: left;
  width: 194px;
  position: relative;
  left: 1px;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.8em;
}

#sidebar-right{
  width: 215px;
  float: right;
  top: -41px;
}

#sidebar form{
  margin: 0;
}

#sidebar-advantages, #sidebar-newsletter, #sidebar-locations{
  width: 141px;
  margin: 8px 0 8px 8px;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 130px;
  color: #3e3e3e;
}

#sidebar-advantages{
  background: transparent url('img/sidebar-advantages.jpg') left top no-repeat;
  height: 55px;
}

#sidebar-newsletter{
  background: transparent url('img/sidebar-newsletter.jpg') left top no-repeat;
  height: 41px;
  padding-right: 10px;
  width: 261px;
}

#sidebar input.text{
  width: 220px;
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #696969;
  font-size: 0.85em;
  padding: 3px 5px;
}

#sidebar-left input.text{
  width: 140px;
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #696969;
  font-size: 0.84em;
  padding: 1px 3px 2px 3px;
  margin: 0;
}

#sidebar-left form{
  margin: 0;
  padding: 0;
}

#sidebar-left button {
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  top: 2px;
}

#sidebar-left .movedown {
	margin-top: 15px;
	background: #F1F1F1;
}

#sidebar-left .loc {
	padding: 5px;
	font-size: 110%;
}

#sidebar-locations{
  background: transparent url('img/sidebar-locations.jpg') left top no-repeat;
  height: 63px;
}

#sidebar-newsletter-small, #sidebar-search-small{
  width: 174px;
  margin: 8px 8px 8px 0;
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
  color: #3e3e3e;
  background: transparent url('img/sidebar-newsletter-small.jpg') left top no-repeat;
  height: 26px;
}

#sidebar-search-small {
  background: transparent url('img/sidebar-search-small.jpg') left top no-repeat;
}

#sidebar-locations-small{
  background: transparent url('img/sidebar-locations-small.jpg') left top no-repeat;
  height: 32px;
  margin-left: 7px;
  margin-top: 10px;
  padding: 30px 80px 10px 13px; 
}

#sidebar-banners{
  height: 200px;
  width: 208px;
  padding: 0;
  margin: 0;
  margin-left: 7px;
  margin-top: 10px;
}
#sidebar-banners a{
}

#sidebar-right h2 {
  margin-left: 7px;
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
}

#sidebarmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebarmenu li {
  margin: 5px 0;
  padding: 0;
  background: url('img/sidebar-menuitem-bg.jpg') repeat-y left top;
  font-size: 1.1em;
  min-height: 37px;
}

#sidebarmenu li div {
  margin: 0;
  padding: 0 0 12px 0;  
  background: url('img/sidebar-menuitem-bottom.jpg') no-repeat left bottom;
}

#sidebarmenu li div div {
  margin: 0;
  padding: 8px 5px 0 20px;  
  background: url('img/sidebar-menuitem-top.jpg') no-repeat left top;
  width: 169px;
  min-height: 25px;
}

#sidebarmenu li ul{
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#sidebarmenu li li{
  margin: 0;
  padding: 0.2em 0 0.2em 5px;
  width: auto;
  min-height: 0;
  background: none;
  font-size: 11px;
}

#sidebarmenu li li a {
  font-weight: normal;
}

#sidebarmenu li li a:hover, #sidebarmenu li li a.active {
  color: #d00;
  text-decoration: none;
}

.paginator{
  list-style-type: none;
  margin: 0 1em;
  padding: 0;
  text-align: center;
}

.paginator li{
  display: inline;
}

.paginator a{
  display: inline-block;
  padding: 0.1em 0.3em;
  border: 1px dotted #b0151b;
}

#specialcontent {
   width: 644px;
   margin: 0 7px;
   padding:7px 12px;
   font-size: 10px;
   text-align: justify;
   overflow: hidden;
   border-top: 1px solid #CDCDCD;
   border-bottom: 1px solid #CDCDCD;
   background:#FAFAFA url(img/x_bg.png) bottom left repeat-x;
}

#footer{
  color: #696969;
  font-size: 0.8em;
  padding: 15px;
  clear: left;
}

.clear{
  clear: both;
}

.error {
  color: #f00;
}

.text-right{
  text-align: right;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.left {
  float: left;
  margin-right: 0.5em;
}

.right {
  float: right;
  margin-left: 0.5em;
}

table.oferta {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

table.oferta th {
  font-weight: bold;
  text-align: left;
  background-color: #feca00;
}

table.oferta .hl {
  background-color: #feca00;
}

table.oferta td, table.oferta th {
  border: none;
  padding: 5px;
}

table.oferta tr {
  background-color: #fff7d9;
}

table.oferta tr.e {
  background-color: #fffbeb;
}

.oferta-lista {
  list-style-type: none;
  margin: 10px 25px;
  padding: 0;
}

.oferta-lista li {
  height: 17px;
  padding: 10px 0 12px 60px;
  margin: 0;
  background: url('img/arrow2.jpg') 30px center no-repeat;
  border-bottom: 1px solid #aaa;
  font-size: 1.4em;
}

.oferta-lista a {
  font-weight: normal !important;
}

.pagelist li {
  margin-bottom: 0.6em;
}

.pagelist li span{
  font-weight: normal;
}

.hid {
  display: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.subcategory b {
  cursor: pointer!important;
}

.showcategory {
  margin-bottom: 5px;
  padding: 5px;
  background: #eee;
}


form#promoPoll .question {
	background: #ffd400;
	color: #000;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 10px;
	line-height: 2.5em;
	font-size: 1em;
}

form#promoPoll .question > p {
	border-bottom: 2px solid #000;
	padding: 0 10px 5px 10px;
	margin: 0 -10px 5px -10px !important;
}

#promoInfo {
	background: url('img/promo/promo_girl.jpg') top left no-repeat;
	width: 400px;
	height: 201px;
	padding: 20px 135px 20px 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #5b5b5b;
}

h3.promoHeader {
	background: url('img/promo/promoHeader_bg.gif') center center repeat-x;
	font-size: 1.8em !important;
	font-weight: normal !important;
	width: 514px;
}

h3.promoHeader span {
	background: #fff;
	padding-right: 5px;
}

#promoInfo p {
	margin-bottom: 1em;
}

#promoForm {
	background: url('img/promo/promoSelect_bg.gif') top left no-repeat;
	width: 514px;
	height: 20px;
	line-height: 20px;
	padding: 10px 10px 20px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #5b5b5b;
	margin-bottom: 1em;
}

#promoForm select {
	width: 250px;
}

#promoPoll input[type=submit] {
	background: #c12c26;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 3px 15px;
}

div.promoWs{
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.5em 15px;;
	text-align: left;
	width: 485px;
}

div.promoWs.even{
	background: #f4f4f4;
}

div.ss_text {
	width:544px;
	background-color:#F1F1F1;
	padding:10px;
	text-align:justify
}
