BODY {
	scrollbar-3dlight-color : #CC0000;
	scrollbar-arrow-color: #cc0000;
	scrollbar-base-color: #CC0000;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CC0000;
	scrollbar-track-color : #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.out {
	margin: 0px auto;
	text-align: left;
	border: 0;
}

body, td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

.addy_top {
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	line-height: 25px;
}

#top_1, #top_2, #top_3, #top_4, #top_5, #top_6, #top_7, #top_8, #top_9, #top_10 {
	width: 770px;
	height: 200px;
}

#top_1 {
	background: transparent url(../images/top_01.jpg) no-repeat;
}

#top_2 {
	background: transparent url(../images/top_02.jpg) no-repeat;
}

#top_3 {
	background: transparent url(../images/top_06.jpg) no-repeat;
}

#top_4 {
	background: transparent url(../images/top_07.jpg) no-repeat;
}
/*
#top_5 {
	background: transparent url(../images/top_08.jpg) no-repeat;
}*/

#top_6 {
	background: transparent url(../images/top_09.jpg) no-repeat;
}

#top_7 {
	background: transparent url(../images/top_03.jpg) no-repeat;
}

#top_8 {
	background: transparent url(../images/top_11.jpg) no-repeat;
}

#top_9 {
	background: transparent url(../images/top_15.jpg) no-repeat;
}

#top_10 {
	background: transparent url(../images/top_04.jpg) no-repeat;
}


.body-main {
	background-color: #F9F3DA;
	width: 770px;
	margin: -11px 0 0 0;
}

.line-red {
	border-top: 7px solid #E73131;
	list-style-type: none;
}

.line-brown {
	/*background-color: #BD8C42;*/
	border-left: 1px solid #BD8C42;
}

.title_1 {
	font-family: "Copperplate Gothic Light";
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}

.title_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BD8C42;
}

#bottom {
	margin: -5px 0 0 0;
	padding-bottom: 10px;
	/padding-bottom: 0;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sub-navi {
	line-height: 20px;
}

/****** Products Box 1 *******/
.box-1 {
	border: 1px solid #BD8C42;
}

.box-2 {
	border-right: 1px solid #BD8C42;
	border-bottom: 1px solid #BD8C42;
}

.box-3 {
	border-bottom: 1px solid #BD8C42;
}

.box-4 {
	border-left: 1px solid #BD8C42;
	border-right: 1px solid #BD8C42;
}

.box-5 {
	border-right: 1px solid #BD8C42;
}
/*****************************/


.form1 {
	border: 1px solid #BD8C42;
	width: 380px;
}

.form2 {
	border: 1px solid #BD8C42;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E73131;
}

/***********************************************************
http://www.htmldog.com/articles/suckerfish/dropdowns/
***********************************************************/

.button {
	width: auto;
	margin: 81px 0 0 291px;
	/margin: 92px 0 0 125px;
	padding: 0;
	float: left;
}

 /* all lists */
#nav {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

/* First list navi */
#nav li {
	margin-right: -1px;
	border: 1px solid #FFFFFF;
}

/* Second-level lists */
#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	margin-left: -1px;
	background-color: #E73131;
	display: block;
}

#nav li li {
	width: 160px;
	margin-bottom: -1px;
}

#nav li, #nav li li {
	position: relative;
	float: left;
	list-style: none;
}

#nav li a {
	color: #FFFFFF;
	letter-spacing: 1px;
}

#nav li li a {
	/width: 148px; /* for IE */
	height: auto;
}

#nav li a, #nav li li a {
	width: auto;
	display: block;
	background-color: #E73131;
}

#nav li a:hover, #nav li li a:hover {
	color: #E73131;
	background-color: #FFFFFF;
}

#nav li a, #nav li li a, #nav li a:hover, #nav li li a:hover {
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}