body {
	background-image: url(images/body-bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
}

body, p, td, li, input, span, textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

h3, #content-center h4 {
	background-color: #dcdcdc;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

#content-center h3 {
	background-color: transparent;
	color: #e64100;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}

a {
	color: #e64100;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a img {
	border: none;
}

form {
	margin: 0px;
}

#main {
	background-image: url(images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}

#page {
	width: 960px;
}

div.clear {
	background-color: transparent;
	clear: both;
	height: 15px;
	line-height: 15px;
}

#header {
	background-image: url(images/header-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 240px;
	width: 960px;
}

#logo {
	float: left;
	height: 138px;
	margin-left: 50px;
	margin-top: 20px;
	width: 117px;
}

#details {
	float: right;
	height: 70px;
	margin-right: 103px;
	margin-top: 88px;
}

#menu {
	height: 40px;
	text-align: left;
	width: 940px;
}

#content-left, #content-right {
	background-image: url(images/column-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	text-align: left;
	width: 210px;
}

#content-separator {
	float: left;
	width: 5px;
}

#content-center {
	float: left;
	text-align: left;
	width: 520px;
}

div.redline {
	background-color: #e64100;
	clear: both;
	height: 2px;
	line-height: 2px;
}

#footer {
	background-color: white;
	height: 35px;
	line-height: 20px;
	width: 952px;
}

#panurgo {
	background-color: white;
	height: 35px;
	line-height: 25px;
	width: 952px;
}

div.box {
	padding-bottom: 5px;
	padding: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

.required {
	font-size: 10px;
	color: red;
}

p.errors {
	background-color: #ffcccc;
	padding: 10px;
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

.input_text {
	background-color: White;
	border-color: #e64100;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}

.input_short_text {
	background-color: White;
	border-color: #e64100;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 75px;
}

.input_product_filter {
	background-color: White;
	border-color: #e64100;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 165px;
}

textarea {
	background-color: White;
	border-color: #e64100;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 100px;
}

span.gray {
	color: #c0c0c0;
}

a.item {
	background-image: url(images/item-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
}

a.item-selected {
	background-color: #dcdcdc;
	background-image: url(images/item-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
}

a.subitem {
	display: block;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
}

a.subitem-selected {
	background-color: #e5e5e5;
	color: #333333;
	display: block;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
}

a.item:hover, a.subitem:hover {
	background-color: #dcdcdc;
}

div.square {
	display: block;
	float: left;
	line-height: 20px;
	height: 165px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	width: 165px;
}

div.square:hover {
	background-color: white;
	background-image: url(images/product-a-hover-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div.square1 {
	margin: 5px;
}

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

div.nav p {
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
}

#SearchForm {
	clear: both;
}

#SearchField {
	background-color: #fcdbc8;
	background-image: url(images/field-search.gif);
	background-position: top;
	background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding: 0px;
	text-indent: 5px;
	width: 170px;
}

#SearchButton {
	float: right;
	height: 25px;
	margin: 0px;
	padding: 0px;
	width: 25px;
}

span.title {
	font-size: 14px;
	font-weight: bold;
}