html, body {
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;

}

body {
    	background:url(bg.gif) top repeat;
    color: rgb(77, 77, 77);
	background-color:#fff
    font-style: italic;
	position: relative;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	margin:5px;
}

table {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: underline;
    color: rgb(125, 0, 50);
}

a:hover {
    text-decoration: none;

}

h1 {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    color: rgb(125, 0, 50);
    margin: 0px 0 10px 0;
	padding:2px;
}

h2 {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: rgb(125, 0, 50);
    margin: 2px 0 10px 0;
	
	padding:1;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-style: italic;
    color: rgb(125, 0, 50);
    padding: 3px;
    margin: 15px 0 10px 0;
	background-color:blue;
}

p {
    margin: 5px 0px 12px 0px;
    line-height: 19px;
	font-style: italic;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    border: none;
}

table tr td, table tr th {
    border: 0px solid rgb(88, 76, 68);
    padding: 2px;
    vertical-align: top;
}

table tr th {
    padding: 5px;
    background: rgb(245, 244, 232);
}

ul, ol {
    margin: 16px 0 12px 0;
    padding: 0 0 0 20px;
}

ul {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

ul li {
    background: url('menu0000.png') no-repeat 0 4px;
    list-style: square;
    padding: 0 0 2px 2px;
	}


#main {
background: rgb(255, 255, 255);
	border: 0px solid OldLace;
    position: relative;
    width: 896px;
    zoom: 1;
    margin: 0px auto;	
}

/* === Top Head ===  */
#head {
    height: 130px;
}

.logo {
    position: absolute;
    left: 25px;
    top: 10px;
}

#head ul {
    position: absolute;
    right: 0;
 /*   top: 58px; */
	top: 40px;
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size: 17px;
	font-style:normal;
    margin: 0;
    padding: 0;
}

#head ul li {
    float: left;
    padding: 4px 14px 4px 21px;
    margin: 0;
	
}

#head ul li.act {
    background: url('actmenu0.png') repeat-x;

}

#head ul li.act a {
    color: rgb(125, 0, 50);
    text-decoration: none;
	
}

#head ul li a {
    color: rgb(226, 119, 23);
	
	padding:1;
}

/* === Promo ===  */
#promo {
float: center;
    width: 896px;
    height: 320px;
    background: url('top4.jpg') no-repeat;
    padding-left: 0px;
    }

/* === Content ===  */
#content1 {
	
    width: 570px;
    padding: 10px 20px 0px 10px;
    padding-right: 20px;
    float: right;
	border-left: 1px dotted silver;
	min-height: 400px;
}

#content1 img 
{
	margin-left:10px;
}

#products img{
    float:right;
    margin:10px 10px;
}

#content {
	
	background: url(bg2.png) repeat;
    width: 560px;
    padding: 10px 20px 0 20px;
    float: left;
}

#rightcol1 {
    width: 260px;
    margin-left: 0px;
	padding-left: 25px;
    *margin-left:auto;
    padding-top:0px;
}

#rightcol1 h3 {
    font-size: 17px;
    font-style: normal;
    margin: 10px 0 15px 0;
}

#rightcol {
    width: 290px;
    margin-left: 608px;
    *margin-left:auto;
    padding-top:
    20px;
}

.h2_menu {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    color: rgb(125, 0, 50);
    margin: 2px 0 10px 0;
	padding:1;
}

.h3_menu {
    font-size: 18px;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-style: italic;
    color: rgb(125, 0, 50);
    padding: 4px;
    margin: 15px 0 10px 0;
	background-color:#b5c4de
}





/* === Footer ===  */
#clearfooter {
    clear: both;
    /*height: 220px;*/
}

#footer {
	
    width: 100%;
    height: 60px;
    min-width: 900px;
    /*height: 104px;
     position: absolute;
     bottom: 0;*/
    font-size: 12px;
}

#footerin {
	
    width: 860px;
    top: 0px;
    position: relative;

    margin: auto;
    border-top: 1px dotted silver;
	padding-top: 15px;
	padding-bottom: 10px;
}

.copy {
    float: left;
    padding-left: 0px;
}

.contacts {
    line-height: 16px;
}

.dev {
    float: right;
    line-height: 16px;
    text-align: right;
    padding-right: 0px;
}

.dev a {
    text-decoration: none;
    color: rgb(125, 0, 50);
}

.dev a.link {
    color: rgb(125, 0, 50);
    text-decoration: underline;
}

.dev a.link:hover {
    text-decoration: none;
}

img {
    border-style: none;
    margin: 5px 0px 0px 0px;
}

.line img {
    display: block;
}