/* CSS Document */
/* Styles Formated to Print */

body {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 10px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menu {
	background-color: #FF0000;
	margin: 0px;
	padding: 2px 2px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	text-align: left;
	display: none
}
#menu a {
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	font-size: xx-small;
	font-weight: bold;
	padding: 2px 5px;
	white-space: nowrap;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px none #FF0000;
	border-left: 1px solid #FF0000;
}
#menu a:hover {
	font-variant: small-caps;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
#menu a.current {
	font-variant: small-caps;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
#menu form {
	float: none;

}
#main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	height: 50px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#foot {
	background-color: #FF0000;
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

h4 {
	font-size: 16px;
	line-height: 18px;
}
blockquote {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
cite {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.caption {
	font-size: 12px;
	color: #FF0000;
}

.borderdraw {
  border-style: solid; 
  width: 0px;
  height: 0px;
  line-height: 0px;
}

.bluedown {
  border-width: 10px 10px 10px;
  border-color: blue red white;
}
.reddown {
  border-width: 10px 10px 10px 10px;
  border-color: white white white red;
}

#address {
	font-size: xx-small;
	float: right;
	clear: both;
}
#logo {
	font-size: xx-small;
	float: left;
	clear: both;
}
hr {
	color: #FF0000;
}
img {
	border: none;
}
#prodImg {
	border: thin none #993300;
	float: right;
	clear: both;
	padding: 2px;
	text-align: right;
	margin: 5px;
	background-color: #000000;

}
#main p {
	text-align: justify;
	font-size: 12px;
}
#main li {
	font-size: 11px;
	font-style: italic;
	list-style-type: circle;
}

.break {
	page-break-after: always;
}