/*
 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.7.0
 */
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
    color: #000;
    background: #FFF url( ../img/bg_main.jpg ) repeat-x;
    
}
body {
    font-size: 80%;
    font-family: arial,verdana, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #FFF;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select { 
    *font-size: 100%;
}

/*
 By devweb.ro <office@devweb.ro>
*/

div#header {
    position: relative;
    height: 250px;
    background: #FFF url("../img/header.jpg") no-repeat left top;
}

div#search_box_top {
    width: 325px;
    height: 50px;
    border: none;
    position: absolute;
    top: 75px;
    right: 25px;
    background: transparent url("../img/search_input.png") no-repeat left top;
}

div#search_box_top input.search_input {
    float: left;
    width: 200px;
    height: 20px;
    margin: 14px 0 0 25px;
    padding:0;
    background-color:transparent;
    border: none;
}

div#search_box_top div.innersearch {
    width: 325px;
    height: 50px;
    background: transparent url("../img/searc_button.png") no-repeat;
    background-position: 100% 0;
}

div#search_box_top div.hover {
    background-position: 100% -50px !important;
    
}

div#search_box_top input.search_button {
    float: right;
    width: 70px;
    height: 50px;
    margin:0;
    padding:0;
    background-color:transparent;
    border:medium none;
    cursor: pointer !important;
}

div#topmenu {
    position: absolute;
    left:0;
    width: 800px;
    background: #9C1A0D url( ../img/bbar_side.gif ) no-repeat;
    background-position: 0% 0;
    bottom:0
}


div.mnu_cnt {
    float: left;
    width: 100%;
    background: transparent url( ../img/bbar_side.gif ) no-repeat;
    background-position: 100% -50px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
}

div.mnu_cnt ul {
    margin: 0;
    padding: 0 32px 0 10px;
    list-style: none;
}



div.mnu_cnt li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
	position:relative;
}

div.mnu_cnt a {
    float: left;
    background: url("../img/butt_left.gif") no-repeat;
    background-position: 0% -100px;
    margin: 0;
    padding: 0px 1px 0 14px;
    text-decoration: none;
}

div.mnu_cnt a span {
    float: left;
    display: block;
    background: url("../img/butt_right.gif") no-repeat;
    background-position: 100% -100px;
    padding: 18px 32px 16px 18px;
    color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.mnu_cnt a span {
    float: none;
}

/* End IE5-Mac hack */


div.mnu_cnt a:hover, div.mnu_cnt a.hover {
    background-position: 0% -50px;
}

div.mnu_cnt a:hover span, div.mnu_cnt a.hover span {
    color: #FFF;
    padding: 9px 32px 25px 18px;
    background-position: 100% -50px;
}

div.mnu_cnt a.active {
    background-position: 0% 0px;
}

div.mnu_cnt a.active span {
    color: #2e2c27;
    padding: 9px 32px 25px 18px;
    background-position: 100% 0px;
}

div.mnu_cnt ul ul {
    position: absolute;
    width:200px;
    top:50px;
	left:1px;
    display:none;
	padding: 0;
    z-index: 9999;
    padding-bottom: 12px;
    background: transparent url( ../img/top_popup_bottom.gif ) no-repeat 0% bottom;
}

div.mnu_cnt ul ul li  a{
    width:158px;
    float:left;
    font-size: 12px;
    font-weight:normal;
    color: #FFFFFF;
	background: #9C1A0D;
	text-align: left;
    padding: 8px 12px 8px 30px;
	
}

div.mnu_cnt ul ul li a:hover{
	color: #FFFFFF;
    background:#B5534A;
}

/* END MENU*/


div.tbar {
    margin: 12px 0;
    height: 40px;
    background: #ecf2d8 url("../img/tbar.gif") no-repeat;
    background-position: 0% 0px;
}

div.tbar h1 {
    font-size: 13px;
    font-weight: bold;
    color: #414141;
    padding: 12px 0 12px 20px;
    background: transparent url("../img/tbar.gif") no-repeat;
    background-position: 100% -40px;
}

div.tbarsm {
    margin: 10px 0 0;
    height: 30px;
    background: #ecf2d8 url("../img/tbar_sm.gif") no-repeat;
    background-position: 0% 0px;
}

div.tbarsm h1 {
    font-size: 11px;
    font-weight: bold;
    color: #414141;
    padding: 8px 0 9px 14px;
    background: transparent url("../img/tbar_sm.gif") no-repeat;
    background-position: 100% -30px;
}


div.coolbox {
    width: 266px;
    float: left;
    height: 157px;
}

div.coolmask {
    width: 266px;
    position: relative;
    height: 157px;
    background: transparent url("../img/empty_box.png") no-repeat;
    *background: transparent url("../img/empty_box.gif") no-repeat;
}

div.cooltransp {
    width: 266px;
    height: 60px;
    position: absolute;
    z-index: 0;
    top: 0;
    left:0;
    background-color: #FFFFFF;
    filter: alpha(opacity=65); 
    -moz-opacity:.65; 
    opacity:.65
}

a.coollink {
    color: #313131;
    text-align: center;
    text-transform:uppercase;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    width: 266px;
    padding: 20px 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 99;
    left:0;
}

a.coollink:hover {
    color: #9C1A0D;
    text-decoration: underline;
}


div.promocoolbox {
    width: 400px;
    float: left;
    height: 200px;
}

div.promocoolmask {
    width: 400px;
    position: relative;
    height: 200px;
    background: transparent url("../img/promo_box.gif") no-repeat;
    
}

div.pcpbg{
    width: 100px;
    height: 50px;
    background-color: #FFF;
    border: solid 3px #9FBF3C;
    filter: alpha(opacity=65); 
    -moz-opacity:.65; 
    opacity:.65;
    position: absolute;
    right:15px;
    top:10px;
}

div.pcpval{
    width: 100px;
    height: 50px;
    color: #9C1A0D;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    padding:16px 0 ;
    position: absolute;
    right:15px;
    top:10px;
}

div.promocoolcont{
    width:200px;
    padding: 8px;
}

div.promocoolcont h2{
    color: #9C1A0D;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:12px;
    width: 180px;
}

div.pcpfill{
    margin-bottom:12px;
    font-size: 11px;
}

div.promocoolcont a{
    color:#313131;
    font-size:13px;
    font-weight:bold;
}
div.promocoolcont a:hover{
    color:#9C1A0D;
}

div#container {
    width: 800px;
    margin: 0 auto;
    background-color: #FFF;
}


div.eq_box {
    width: 50%;
    float: left;
}

div.eq_box ul {
    padding-left: 20px;
}

div.eq_box ul li a {
    font-size: 11px;
    color: #343434;
    font-weight: bold;
    text-decoration: none;
}

div.eq_box ul li a:hover {
    text-decoration: underline;
    color: #9C1A0D;
}

div.eq_box p {
    padding:0 0 15px 20px;
    font-size: 11px;
    color: #343434;
}

div.promoprod_box {
    position: relative;
    padding:5px 0 5px 20px;
    float: left;
}

div.promoprod_box:hover {
    background: #fbfdf3;
}

div.promoprod_box div.pb_picture {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    border: solid 2px #ECF2D8;
}

div.promoprod_box div.pb_picture a:hover{
    filter: alpha(opacity=65); 
    -moz-opacity:.65; 
    opacity:.65
}

div.promoprod_box div.pb_details {
    float: left;
    width: 300px;
    padding:0 0 0 10px;
}

div.promoprod_box div.pb_details h2 a {
    color: #6f2212;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}

div.promoprod_box div.pb_details h2 a:hover {
    text-decoration: underline;
}

div.promoprod_box div.pb_details p {
    padding:0;
}

/* ROOTLINE */
div.rootline {
    margin: 12px 0 0;
    height: 30px;
    background: #ecf2d8 url("../img/tbar_sm.gif") no-repeat;
    background-position: 0% 0px;
}

div.rootrightbg{
    font-size: 11px;
    font-weight: bold;
    color: #414141;
    padding: 8px 0 9px 14px;
    background: transparent url("../img/tbar_sm.gif") no-repeat;
    background-position: 100% -30px;
}

div.rootline a{
    text-decoration: none;
    color: #9C1A0D;
}

div.rootline a:hover{
    text-decoration: underline;
}

/* ROOTLINE END */


div#content {
    float: right;
    width: 550px;
    margin-top: 2px;
}

div.contenttext a {
    font-size:11px;
    font-weight: normal;
    color: #9C1A0D;
    padding: 4px 0;
}

div.contenttext {
    font-weight: normal;
    font-size: 11px;
    text-align: justify;
    padding:10px 4px 10px 6px;
    color: #343434;
}

div.contenttext div.child_item{
    margin-bottom: 10px;
    border-bottom: solid 1px #ECF2D8;
}

div.contenttext div.child_item h2{
    font-size:13px;
    font-weight: bold;
    color: #4B5F0C;
    padding: 4px 0;
}
div.contenttext div.child_item p{
    padding: 0;
}

div.contenttext div.child_item a.read_more{
    font-size:12px;
    font-weight: bold;
    color: #9C1A0D;
    padding: 4px 0;
}

div#navigation {
    float: left;
    width: 250px;
    margin-top: 2px;
}

div#navigation div.navcontainer {
    width: 250px;
    padding:10px 4px 10px 10px;
}

div#navigation div.navcontainer ul {
    margin-left: 0;
    padding-left: 0;
}

div#navigation div.navcontainer ul ul li{
    margin-left: 20px;
    
}

div#navigation div.navcontainer ul ul{

}

div#navigation div.navcontainer ul ul a{
    color: #9C1A0D !important;
    font-weight: normal;
    padding-left: 16px !important;
    border-bottom: none;
    width: 184px;
    background: transparent url("../img/bullet.gif") no-repeat;
    background-position: 0% 6px;
}


div#navigation div.navcontainer a {
    display: block;
    padding: 3px;
    width: 220px;
    border-bottom: solid 1px #E2EFB3;
    text-decoration: none;
    color: #414141;
}

div#navigation div.navcontainer a:link, #navlist a:visited {
    color: #414141;
    text-decoration: none;
}

div#navigation div.navcontainer a:hover {
    text-decoration: underline;
}

div#navigation div.navcontainer a.active {
    text-decoration: underline;
    font-weight: bold;
}



div#extra {
    float: left;
    clear: left;
    width: 250px;
    margin-top: 10px;
}

div#footer {
    clear: both;
    width: 100%;
    height: 60px;
    background: #9fbf3c url("../img/fbar.gif") no-repeat;
    background-position: 0% 0px;
}

div#infooter {
    height: 60px;
    color: #191919;
    
    font-size: 11px;
    background: transparent url("../img/fbar.gif") no-repeat;
    background-position: 100% -60px;
}

div#infooter .copyright {
    font-weight: bold;
    padding:22px 0 0 30px;
    float: left;
}

div#infooter .linkback {
    padding:22px 30px 0 0;
    float: right;
}

div#infooter .linkback a {
    color: #000;
    font-weight: bold;
}


/* Contact form */
#contact_form legend {
	font-weight: bold;
	color: #ED1B24;
	margin-left: 10px;
}
#contact_form fieldset {
	border: none;
	margin: 12px 0;
}

#contact_form .error {
	color: #AC1919;
	font-size: 90%;
}

.success {
	border: none;
}

#contact_form .text_input, #contact_form  .selectbox, #contact_form  .textarea {
	width: 300px;
    padding:2px;
}

#contact_form  table tr td {
    padding: 4px;
}

/* GALLERY */
div.gallery {
    
}

div.gallery div.thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin: 6px;
    padding: 8px;
    border: solid 1px #9FBF3C;
    text-align: center;
}

div.gallery div.thumb a:hover img {
    filter: alpha(opacity=65); 
    -moz-opacity:.65; 
    opacity:.65
}
/* END GALLERY */

div.prod_list {
    
}

div.prod_list div.item {
    width: 260px;
    height:200px;
    padding:4px;
    float: left;
    border-bottom: solid 1px #ECF2D8;
    border-left: solid 1px #ECF2D8;
}
div.prod_list div.item a.page_title {
    font-size:13px;
    font-weight: bold;
    padding:0px 4px;
    text-decoration: none;
}

div.prod_list div.item a.page_title:hover {
    text-decoration: underline;
}

div.prod_list div.item td.description {
    padding:4px;
}

div.prod_list div.item td.green {
    background-color: #E2EFB3;
}

p.padding {
    padding:4px 2px;
}



/* PAGINATION */
div.pagination {
    padding: 4px 2px;
}

div.pagination a{
    border: solid 1px #9C1A0D;
    padding: 2px 6px;
}

div.pagination a:hover{
    background-color: #9FBF3C;
    color: #000000;
}

div.pagination b{
    padding: 2px 6px;
    border: solid 1px #9C1A0D;
    background-color: #9C1A0D;
    color: #FFF
}
/* END PAGINATION */
