/*__________________________________________________________________________ # DEFAULTS
*/
a:active,a:focus {
  outline: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #000 url('/images/top-background.gif') repeat-x center 371px;
}

.cleaner {
  clear: both;
}

h1, h2, h3 {
  font-family: Arial, 'Trebuchet MS', Tahoma, Times;
  font-size: 15px;
  color: #c00;
}

p {
  font-family: Verdana, Arial;
  font-size: 12px;
  line-height: 16px;
}

a {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #222;
}

hr {
  height: 1px;
  padding: 0;
  margin: 12px 0;
  border: none;
  background-color: #ddd;
}

/*__________________________________________________________________________ # BASIC
*/
#wrapper {
  height: 100%;
  min-width: 940px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: url('/images/main_bkg.gif') repeat-x top left;
}

#container {
  min-height: 100%;
  position: relative;
}

#header, #body, #footer { 
  margin: 0 auto;
  width: 910px;
  text-align: left;
}

#spinner {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 5px 28px;
  color: #fff;
  background-color: #c00;
  font: normal 20px Arial;
  opacity: 0.3;
}

/*__________________________________________________________________________ # HEADER
*/
#header {
  position: relative;
  background: url('/images/header-redline.gif') repeat-x left bottom;
  height: 106px;
}

/*------------------------------------------*/
#header .lang {
  position:absolute;
  background-color:#333;
  border-bottom:5px solid #000;
  padding:10px 7px 4px;
  left:0;
}
#header a.main img {
  margin-top: 51px;
}
.top_navigation {
  position:absolute;
  right:0;
  top:7px;
  background:url(../images/cigarette-menu-shadow.png) no-repeat left top;
  padding-left:20px;
}
.top_navigation a {
  padding:21px 8px 6px 35px; 
  text-decoration:none; 
  color:#fff;
  background:url(../images/top-button-out.gif) repeat-x top left;
  cursor:pointer;
  border-right:#000 1px solid;
  height:31px;
  line-height:31px;
  float:left;
}
.top_navigation a:hover {
  background:url(../images/top-button-hover.gif) repeat-x top left;
  text-decoration:underline;
}
.top_navigation a.active {
  background:url(../images/top-button-over.gif) repeat-x top left;
  text-decoration:underline;
}
.top_navigation a.last {
  border:0;
}
.submenu {
  position:absolute;
  right:0;
  top:72px;
}
.submenu span {
  color:white;
  font-weight:bold;
  padding:0 6px;
}
.submenu a {
  color:#fff;
  font-family:tahoma;
}
.submenu a:hover {
  color:orange;
}


/*__________________________________________________________________________ # BODY
*/
#body {
  background: #fff url('/images/body-bkg.gif') repeat-y right top;
}

/*__________________________________________________________________________ # BODY - #leftside
*/
#leftside {
  float: left;
  width: 650px;
}

/*__________________________________________________________________________ # BODY - #leftside.tags
*/
#leftside ul.tags {
  padding: 0px;
  margin-bottom: 10px;
  border-top: #ddd 1px solid;
  padding-top: 5px;
}

#leftside span.tags_title {
  color: #fff;
  background-color: #ddd;
  font: normal 11px verdana;
  padding: 0 3px;
}

#leftside ul.tags li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

#leftside ul.tags li a {
  font-size: 12px;
  color: #c55;
}

#leftside ul.tags li a:hover {
  text-decoration: none;
  color: gray;
}

/*__________________________________________________________________________ # BODY - #leftside#cowboy
*/
#cowboy {
  width: 650px;
  background: #000 url('/images/smoker-cowboy.jpg') no-repeat top left;
  height: 263px;
  border-bottom: 1px solid #000;
}
#cowboy p {
  color: #fff;
  padding: 213px 5px 0 20px;
  font-family: arial;
}
#cowboy p a {
  color: orange;
}
/*__________________________________________________________________________ # BODY - #leftside#content
*/
#content {
  padding: 15px 10px 100px 10px;
  background: #fff url('/images/shaddow.gif') no-repeat;
  background-position: right 0;
  /*
  position: relative;
  */
}

#content h1 {
  font-size: 21px;
  font-weight: normal;
  font-family: Georgia;
}

#content a {
  color: gray;  
}

#content a:hover {
  color: #c00;  
}

#content p.contact {
 border-left: 4px solid #999;
 padding: 5px 15px;
 margin-top: 10px;
}

#content p {
  line-height: 19px;
  margin: 7px 0;
}

#content p img {
  margin: 5px 0;
}

#content p strong {
  font-weight: bold;
  color: #222;
}

#content p em {
  font-weight: normal;
  font-style: italic;
  color: #000;
  font-size: 13px;
}

/*__________________________________________________________________________ # BODY - #rightside
*/
#rightside {
  float: right;
  width: 260px;
  height: auto;
}

/*__________________________________________________________________________ # BODY - #rightside.widget
*/
#rightside .widget {}
#rightside .widget .header {
  display: block;
  height: 47px;
}

#rightside .widget .content {
  border-top: 1px solid #000;
  padding: 7px;
}

#rightside .widget .footer {
  padding: 2px 7px;
  border-top: 1px solid #c00;
  background-color: #fff;
  margin-top: 4px;
}

#rightside .widget .footer a.read {
  float: right;
  padding-left: 20px;
  background: transparent url('/images/icons/bullet_go.png') no-repeat 0 50%;
  text-decoration: none;
}

#rightside .widget .footer a.read span {
  color: #a00;
  background-color: #fff;
}
#rightside .widget .footer a.read:hover span { color: gray; }

/*__________________________________________________________________________ # BODY - #rightside.widget.brands
*/
#rightside .widget .brands.header {
  background: transparent url('/images/brands.png') no-repeat 0 0;
  height: 46px;
}

#rightside .widget .brands.content {}
#rightside .widget .brands.content .first { float: left; }
#rightside .widget .brands.content .second { float: right; }
#rightside .widget .brands.content div ul { list-style: none; }
#rightside .widget .brands.content div ul li { width: 123px; }
#rightside .widget .brands.content div ul li a {
  background-color: #f3ede8;
  padding: 3px 0 3px 25px;
  text-decoration: none;
  display: block;
  font-family: Arial, Tahoma !important;
  font-weight: normal;
  font-size: 13px;
}

#rightside .widget .brands.content div ul li a:hover {
  color: #bc1d29;
  text-decoration: underline;
  background: #fff url('/images/arrow-cigarettes_red.gif') no-repeat 7px 50%;
}
#rightside .widget .brands.content div ul li.active a,
#rightside .widget .brands.content div ul li.active a:hover {
  color: #fff !important;
  background: #C63332 url('/images/arrow-cigarettes.gif') no-repeat 7px 50%;
}
#rightside .widget .brands.content div ul li.active a:hover {
  background: #be2a2b url('/images/arrow-cigarettes.gif') no-repeat 7px 50%;
}

/*__________________________________________________________________________ # BODY - #rightside.widget.testimonials
*/
#rightside .widget .testimonials.header {
  background: transparent url('/images/testimonials.png') no-repeat 0 0;
  border-top: 5px solid #C73433;
}

#rightside .widget .testimonials.content {
  overflow: hidden;
}

#rightside .widget .testimonials.content p {
  font-size: 11px !important;
  margin-bottom: 10px;
}

/*__________________________________________________________________________ # BODY - #rightside.widget.last_events
*/
#rightside .widget .last_events.header {
  background: transparent url('/images/last_events.gif') no-repeat 0 0;
  border-top: 5px solid #C73433;
  height: 46px;
}

#rightside .widget .content.last_events .item {
  border-bottom: 1px dotted #222;
  padding: 12px 0;
}

#rightside .widget .content.last_events .item.last {
  border: none !important;
}

#rightside .widget .content.last_events .item h3 a {
  color: #CC0000;
  font-family: Georgia, Times, Tahoma;
  font-size: 17px;
  line-height: 16px;
  padding: 0;
  text-decoration: none;
}

#rightside .widget .content.last_events .item h3 {}

#rightside .widget .content.last_events .item h3 a:hover {
  background-color: #a44;
  color: #fff;
}

#rightside .widget .content.last_events .item p {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 15px;
  margin: 3px 0;
}

#rightside .widget .content.last_events .item p a {
  font-size: 11px;
  color: #c00;
  background-color: #fff;
}

#rightside .widget .content.last_events .item p a:hover {
  font-size: 11px;
  color: #777;
}

#rightside .widget .content.last_events .item p strong {
  background-color: #fff;
}

#rightside .widget .content.last_events .item p.published_time {
  color: #777;
  font-style: oblique;
  font-family: georgia;
  font-size: 12px;
}

/*__________________________________________________________________________ # FOOTER
*/
#footer {
  height:39px;
  background-color: #333;
  border-top: 1px solid #000;
  position: relative;
}

#footer .feed {
  position: absolute;
  top: 10px;
  left: 10px;
}

#footer .menu {
  float: right;
  margin-right: 10px;
  margin-top: 12px;
}

#footer .menu a {
  color: #fff;
  font-family: tahoma;
}

#footer .menu a:hover, #footer .menu a.activ {
  color: #f90;
}

#footer .menu span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0 5px;
}

#redfootline {
  background-color:#CC3333;
  border-top:1px solid #000000;
  font-size:6px;
  height:6px;
  width:910px;
  margin:0 auto;
}

#footerbkg {
  background-image: url('../images/footer-bkg.gif');
  background-repeat: repeat-x;
  clear: both;
  display: table;
  height: 36px;
  margin-top: 10px;
  width: 100%;
}
