body {
    background: #add8c7 url(img/bgheader.jpg) repeat-x top;
    font-size: 13px;
    font-family:  Tahoma;
    color: #333; 
    margin: 0px;
    padding: 0px;
}

a img {
    border: 0px;
    text-decoration: none;
    outline: 0px; 
}

hr {
    color: #6AA18C;
    background-color: #6AA18C;
    border: 0px none;
    height: 2px;
    clear: both;
}

a{
  font-size: 100%;
  font-weight: normal;
  color: #44826b;
  text-decoration: none;  
}

h2 {
    font-size: 17px;
}

a:hover{
  font-size: 100%;
  font-weight: normal;
  color: #44826b;
  text-decoration: underline;  
}

h1, h2, h3 {
	font-family: Tahoma;
	font-weight: bold; 
    color: #44826b;	
    padding: 0px;
    margin: 10px 0px;
    text-shadow: #9d9d9d 1px 1px 2px;	
}

object:hover {
    border: 0px;
    outline: 0px;
}

h1 {
    font-size: 16px;
}

.clear {
    clear: both;
}

#header {
    margin: 0px auto;
    width: 1000px;
    background: ;
    height: 470px;
    background: url(img/bgheadertitle.png) no-repeat right top;
    position: relative;
}
#header_logo {
    
}
#header_menu {
    width: 600px;
    height: 120px;
    position: absolute;
    top: 225px;
    right: 0px;
}
#header_menu img {
    float: right;
    margin: 0px;
}

#headerflash {
    margin-left: 10px;
}

.header_contact {
    width: 680px;
    float: left;
    text-align: center;
}
.header_search {
    width: 320px;
    float: left;
    margin-top: 13px;
}

#searchtitle {
    float: left;
    font-weight: bold;
    padding-top: 5px;
}
#searchfield {
    float: left;
    margin: 0px 10px;
}
#searchfield input {
    border: 1px solid gray;
    background: white;
    padding: 3px;
    width: 200px;
}
#searchbutton {
    float: left;
}
#page_title {
    width: 1000px;
    margin: 0px auto 10px auto;
}

#page_title a {
    font-weight: bold;
    color: white;
    text-shadow: #555555 1px 1px 2px;
}

#page_title h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

#container {
    background: white url(img/bgcontenttop.jpg) no-repeat;
    width: 1000px;
    margin: 0px auto;
}

#content {
    width: 730px;
    float: left;
    padding: 5px 20px;
}

#content_footer {
    background: white url(img/footer.jpg) no-repeat;
    height: 17px;    
}

#right {
    width: 210px;
    float: right;
    padding: 0px;
}

#right h2 {
    margin-top: 15px;
}

.catalog_menu {
    list-style: none;
    padding: 0px;
    margin: 17px 0px 0px 0px;
}
.catalog_menu li {
    background: url(img/button_active.jpg) no-repeat;
    width: 200px;
    color: #ffffff;
    height: 30px;
    padding-top: 8px;
    padding-left: 6px;
    margin: 3px 0px;
    font-weight: bold;
    cursor: pointer;
}

.catalog_menu li:hover {
    background: url(img/button_hover.jpg) no-repeat;
    color: #feffc7;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.catalog_menu li a {
    height: 37px;
    width: 200px;
    color: white;
    padding: 5px;
}

#special {
    margin: 10px 0px;
}

#footer {
    height: 50px;
    margin-top: 10px;
    border-top: 3px solid #8eb7a5;
}

.footer_menu {
    list-style: none;
    width: 700px;
    margin: 10px auto;
    height: 20px;
}

.footer_menu li {
    float: left;
    padding: 0px 15px;
    border-right: 1px solid gray;
}

.footer_menu li:last-child {
    border-right: none;
}

.footer_menu li a {
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}

#footer_line {
    width: 1000px;
    margin: 0px auto;
}

#copyright {
    width: 1000px;
    margin: 10px auto 0px auto;
    position: relative;
}

#counter {
    position: absolute;
    right:0px;
    bottom:0px;
}

.content_table  {
    margin-top: 0px;
    display: none;
}
.content_table td {
    border:1px dashed #d2d2d2;
}

.content_table tr:hover td {
    border:1px solid #7fceb1;
}

.content_table tr td img {
 
}

.num_in_list_of_goods{
    padding: 3px; 
    background-color: #44826b; 
    color: #fff;
    font-size: 12px;
} 

.leftcolumn {
    width: 310px;
    float: left;
}

.forflash {
    border: 2px solid #44826b;
    text-align: center;
}

.goodsdescription {
    width: 410px;
    float: right;
}

.colling {
    font-size:13px; 
    background: #e8f3ef; 
    border:1px solid #c3c3c3; 
    padding:5px; 
    margin-bottom: 15px; 
    text-align:center;
}
.colling strong {
    font-weight: bold; 
    font-size: 13px;
}

.link_in_list, .link_in_list:hover {
    font-weight: bold;
}


.scrollTop{ 
    background:url(img/arrows2.png) 0 0 no-repeat;
    display:block; 
    width:50px; 
    height:50px; 
    position:fixed; 
    bottom:10px; 
    left:10px;
    z-index:2000; 
}
.scrollTop:hover{ 
    background-position:0 -58px; 
}

.tip {
    color: black;
    background:#b5dece;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.8;
}
