body {
	background: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

img {
	border: none;
	vertical-align: text-top;
}

.text_main {
	font-family: arial, helvetica, verdana;
	color: #663300;
	font-size: 12px;
}

a.link_main {
	font-family: arial, helvetica, verdana;
	color: #F57E20;
	font-size: 14px;
	text-decoration: none;
}

a.link_main:hover {
	font-family: arial, helvetica, verdana;
	color: #999999;
	font-size: 14px;
	text-decoration: none;
}

a.link_footer {
	font-family: arial, helvetica, verdana;
	color: #666666;
	font-size: 11px;
}

a.link_footer:hover {
	font-family: arial, helvetica, verdana;
	color: #ffffff;
	font-size: 11px;
}

a.link_mailto {
	font-family: arial, helvetica, verdana;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

a.link_mailto:hover {
	font-family: arial, helvetica, verdana;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

#container {
	width: 800px;
	height: 732px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
	position: relative;
	/*border: 1px solid yellow;*/
}

#main_backround {
	position: absolute;
	background: #F57E20;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
	width: 442px;
	height: 655px;
	left: 174px;
	top: 31px;

}

#backroundimg_top {
	position: absolute;
	left: 0px;
	top: 0px;
}

#backroundimg_bottom {
	position: absolute;
	left: 0px;
	top: 645px;
}

#backroundimg_right {
	position: absolute;
	left: 442px;
	top: 0px;
}

#line_horizontal {
	position: absolute;
	top: 117px;
	left: 258px;
	width: 543px;
	padding: 0px;
	background-color: #800F0F;
	height: 10px;
	font-size: 1px;
}

#line_vertical {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 10px;
	padding: 0px;
	background-color: #F8D904;
	height: 612px;
}


#navbar {
	position: absolute;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
	width: 154px;
	height: 279px;
	left: 20px;
	top: 90px;
	background-image: url('../images/navbar_backround.jpg');
}	

#home {
	position: absolute;
	top: 26px;
	left: 20px;
}

#about {
	position: absolute;
	top: 68px;
	left: 20px;
}

#products {
	position: absolute;
	top: 110px;
	left: 20px;
}

#how {
	position: absolute;
	top: 153px;
	left: 20px;
}

#slideshow {
	position: absolute;
	top: 197px;
	left: 20px;
}

#contact {
	position: absolute;
	top: 240px;
	left: 20px;
}

#text1 {
	/*letter-spacing: .65px;*/
	font-family: arial, helvetica, verdana;
	position: absolute;
	color: white;
	top: 255px; 
	left: 215px;
	line-height: 1.1;	
	font-size: 14px;
	z-index: 1;
	width: 380px;
	/*border: 1px solid blue;*/
}



ul.bullet {
margin-left: 15px;
padding: 0;
list-style-image: url(../images/bullet.gif);
}