@charset "UTF-8";
/* CSS Document */

div#top {
	width: 100%;
}

div#middle {
	width: 100%;
}

div#bottom {
	width: 100%;
}

/*--------------*/

div#logo {
	height: 130px;
	width: 743px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#banner {
	height: 270px;
	width: 743px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

div#content {
	width: 743px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#bodycontent {
	width: 743px;
}

div#blockleft {
	width: 400px;
	float: left;
	padding-bottom: 10px;
	padding-top: 25px;
}
div#blockright {
	width: 275px;
	float: right;
	padding-top: 10px;
	padding-bottom: 25px;
}

div#footer {
	width: 743px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*-------------*/


.TextStandard {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.TextHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}

.TextHeadingBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
}

.TextBullets {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	list-style-type: none;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 3px;
	margin-left: -30px;
	text-align: left;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.TextBulletsFirst {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	list-style-type: none;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px 3px;
	margin-left: -30px;
	text-align: left;
	display: block;
}

/*-------------*/

table.pallets-table {
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 740px;
	padding: 10px;
} 
.pallets-table td {
	padding: 4px;
	margin: 3px;
}
.pallets-table th {
	background-color: #363636; 
	color: #FFF;
	font-weight: bold;
}
