/****************************************************************/
/* Core Styles													*/
/****************************************************************/

body {
	background-color: #CCCCCC;
	margin: 2px;
	font-family: Garamond, Times New Roman, Helvetica;
	font-size: 16px;
	color: #000000;
}

img {
	border: 0px;
}

#Main {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

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

a:hover {
	text-decoration: underline;
}

/* Layout */

#Header {
	width: 980px;
	height: 108px;
	background-image: url('images/Header.png');
}

#TopMenu {
	width: 780px;
	height: 38px;
	margin: 70px 100px 0 100px;
	float: left;
}

#TopMenu a {
	color: #A3A3A3;
	font-size: 18px;
	margin-left: 8px;
	margin-right: 8px;
}

#TopMenu a:hover {
	color: #E9E288;
	text-decoration: none;
}

/* Footer */

#Footer {
	clear: both;
	width: 780px;
	height: 20px;
	padding: 7px 100px 0px 100px;
	margin-top: 5px;
	background-color: #000000;
}

#BottomMenu {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #B1B1B1;
}

#BottomMenu a {
	color: #B1B1B1;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#Copyright {
	float: right;
	color: #B1B1B1;
	font-size: 12px;
}

#MainContentArea {
	width: 980px;
	color: #333333;
	background-color: #FAFAE7;
}

#InnerContent {
	width: 780px;
	margin-left: 100px;
	margin-right: 100px;
}

/* Index page */

.indexcolumn {
	width: 225px;
	float: left;
	margin-right: 15px;
}

.indexcolumn_wide {
	width: 300px;
	float: left;
	margin-right: 15px;
}

.indexcolumn h1, .indexcolumn_wide h1 {
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
}

.indexprodlist {
	float: left;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

/* Sub pages */

#LeftMenu {
	float: left;
	width: 220px;
	margin-right: 30px;
	margin-top: 4px;
}

#LeftMenu h1 {
	font-size: 24px;
	margin: 0px;
	border-bottom: 2px solid #000000;
}

#LeftMenu a {
	font-size: 20px;
	font-weight: bold;
}

#PageContent {
	float: left;
	width: 510px;
	margin-left: 20px;
}

#PageContent h1 {
	font-size: 28px;
	margin: 0px;
	border-bottom: 2px solid #000000;
}


