/* CSS Document */

body{
	background-color: #c9c9c9;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

#main-table{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 1011px;
}
#main-table td{
	vertical-align: top;
}
#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.rollover a:hover img {
	border: 1px solid #000000;
	margin: -1px;
}
#menu {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#menu a{
	text-decoration: none;
	color: #666666;
}
#menu a:hover{
	text-decoration: underline;
	color: #FF6600;
}


#header {
	background-image: url(images/homepage/homepage-header-background.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 310px;
	vertical-align: bottom;
}
#header_table {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1011px;
}

#table_order_border
{
	border: 1px solid #333333;
}

h2 {
	text-align: left;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3 {
	text-align: center;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
