/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #D2D2D2 url(images/bg01.jpg) repeat-x left top;
	behavior: url("csshover.htc");
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
/** text-transform: lowercase; */
	font-weight: normal;
	color: #513E2B;
}

h1 {
	letter-spacing: -2px;
	font-size: 28px;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
}

h2.style1 {
	font-size: 16px;
	color: #B69C82;
}

h3, h4, h5 {
	margin: 0px;
/** text-transform: lowercase; */
	font-weight: normal;
	color: #513E2B;
}

div.links_off a {  /**	color: #FF5F00; */
	text-decoration: none;
}

div.links_off a:hover {
	text-decoration: none;
}

div.button_links a {  /**	color: #FF5F00; */
	text-decoration: none;
}

div.button_links a:link {
	text-decoration: none;
}

div.button_links a:hover {
	text-decoration: none;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F6E5D;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

strong {
	color: #635343;
}

span.style2 {          /** Titles on Products Page **/
	color: #513E2B;
	font-size: 14px;
	font-weight: bold;
}

span.links_on a:hover {
	text-decoration: underline;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 122px;
	padding-left: 40px;
}

.list1 li.first {
	padding-left: 0px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list3 {
	margin-left: 16px;
	padding-left: 0px;
}

/** LINKS */

a {
/**	color: #FF5F00; */
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

 /**img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
} */

img.border {
	padding: 1px;
	border: 1px solid #999999;
	background: #CCCCCC;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.left1 {
	float: left;
	margin: 0px 8px 0px 16px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

img.right1 {
	float: right;
	margin: 5px 5px 0px 25px;
}


/** hr { display: none; }

.hr1 {
	height: 1px;
} */

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 13px 43px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 15px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #FF5F00;
}

* Begin CSS Drop Down Menu */
	
#menu a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menu a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
	
#menu li li {
	clear: both;
	margin: 1px;
	padding: 3px 15px;
	background: #034da2;
	border: 1px solid;
	border-color: #ffffff;
}	

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

	
/** PAGE */

#page {
	background: url(images/bg03.jpg) no-repeat left top;
}

.boxed {
	background: url(images/subpage2_01.gif) no-repeat right top;
}

.boxed .content {
	padding: 30px 23px 0px 23px;
	background: url(images/subpage2_02.gif) no-repeat left top;
}

.bg1 {
	background: #F4F4F4 url(images/subpage1_01.gif) no-repeat left top;
}

.bg2 {
	padding: 11px 11px 10px 12px;
	background: url(images/subpage1_02.gif) no-repeat right top;
}

.bg3 {
	background: url(images/subpage1_03.gif) no-repeat left bottom;
}

.bg3 div {
	height: 25px;
	background: url(images/subpage1_04.gif) no-repeat right bottom;
}

/** HEADER */

#header {
	background: url(images/bg02.jpg) no-repeat left top;
}

/** TODAY */

#today {
	float: left;
	padding: 13px 0px 0px 60px;
	text-transform: lowercase;
	font-size: 13px;
	color: #ffffff;
}

/** FOOTER */

#footer {
	height: 100px;
	background: url(images/bg04.jpg) repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	color: #000000;
}

#footer a {  /**	color: #FF5F00; */
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/** TOP of Page */

#topofpage p {  
	text-align: center;
}

#topofpage a {  /**	color: #FF5F00; */
	color: #7F6E5D;
	text-decoration: none;
}

#topofpage a:hover {
	text-decoration: underline;
}

/