* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height:21px;
	background-color:#fff;
	
}

a {text-decoration:none; color: #cc0000;} 
a:hover {text-decoration:underline;} 
a img:hover {
	text-decoration: none;
}
img {
	border: none;
}

h1 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #005f2d;
}
 
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #005f2d;
}

h3, .h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #005f2d;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #005f2d;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}



/* Wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ede6e6;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	width: 1100px;
	margin-left:auto;
	margin-right:auto;	
	background: url(../images/logo_top.jpg) center top no-repeat;
}
#header #tel {
	float: right;
	width: 150px;
	line-height: 40px;
	padding: 10px;
	position: relative;
	font-size: 20px;
	color: #284f27;
	border: 2px solid #284f27;
	top:20px; right:20px;
	text-align:center;
}
/* Header
-----------------------------------------------------------------------------*/


#menutop  {
	padding:10px; background-color:#005f2d; color:#ededed; font-size:16px;
}
#menutop a {
	color:#ededed; text-decoration:none;
}
#menutop a:hover {
	color:#fff; text-decoration:none;
}


#content {
	padding: 10px;
	min-height:400px
}



/* footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%; 
	background-color: #b1ccbd;
	height: 100px;	
	color: #000;
	font-size: 12px; 
}
#footer_txt {	
padding:20px; text-align:center; }
/* footer
-----------------------------------------------------------------------------*/


.title  h1 {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 20px; 
	margin: 0px;
	color: #812838;
	font-size: 20px;
	line-height: 20px;	
	text-shadow: #ffffff 1px 1px 1px;
}
.title h1 span {
	position: absolute;
	width: 100%; 
	height: 100%;
}





/* --------------------- */
input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px 0px 3px 0px;
}

.button {
 	background: #812838; 
	color:#ffffff;
	border: #000000 solid 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
}
.btn {
 	background: #005f2d; 
	color:#ffffff;
	border: #000000 solid 1px;
	font-size: 16px;
	padding: 10px ;
}
.btn_w {
 	background: #cc0000; 
	color:#ffffff;
	border: #000000 solid 1px;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
}
.img {
	border: #000000 solid 1px;
}


.images {
	border: #005f2d solid 1px;

}
.text {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}


.div_title {
height:3px;
background: url(../images/bkg_title.jpg)   repeat-x;
clear:both;
}

.err { 
 padding-top:10px; padding-bottom:10px;  font-weight:bold; font-style:italic; color:#005f2d;
}
.err_msg { background-color:#cc0000; font-weight:bold;font-size: 16px;  padding:10px; color:#fff; text-align:center;
}

.div_size_item { height:24px; line-height:24px; padding: 2px 0 2px 0; }
.div_prod_chk {width:230px;  float:right; text-align:right;}
.div_size_item  div:hover { background-color:#cccccc;}
.div_prod_chk  div:hover { background-color:#cccccc;}


.tbl { 
border-style:solid; border-color: #005f2d; border-width: 1px; 
}
.tbltr {
color:#FFFFFF; padding:6px; background-color:#005f2d; 
}
.tbltr2 {
color:#FFFFFF; padding:6px; background-color:#005f2d; 
}
.tbltd {
padding:6px; 
}

.tr_categ{
 color:#fff;
padding:10px; background-color:#005f2d; 
}
.tr_categ a{
 color:#fff;
}





