a {
	color: #404041;
}
a:hover {
	color: #637CA4;
}

body {
	background-color: #F2F2F2;
}

#container {
	position: relative;
	float: left;

	top: 0px;
	left: 50%;
	width: 996px;
	margin-left: -498px;

	background-image: url('../images/background.jpg');
	background-color: #FFFFFF;
}

#spacing {
	position: relative;
	float: left;
	width: 968px;
	padding-left: 14px;
	padding-right: 14px;
}

#header {
	float: left;
	width: 968px;
	height: 238px;
	cursor: pointer;
}
#header #logo {
	float: left;
	width: 229px;
	height: 102px;
	background-image: url('../images/logo.png');
}

#menu {
	float: left;
	width: 918px;
	padding: 25px;
	background-color: #000000;
	
	color: #EAE9E9;
	font-size: 15px;
	font-family: Arial;
	letter-spacing: 0.5px;
}
#menu a {
	color: #EAE9E9;
	text-decoration: none;
}
#menu a:hover {
	color: #637CA4;
}

#contentTop {
	float: left;
	width: 968px;
	height: 25px;
	background-image: url('../images/contentTop.jpg');
}

#content {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#contentLeft {
	float: left;
	width: 611px;
	font-family: Arial;
	font-size: 12px;
	color: #404041;
	padding: 20px;
	margin-left: 10px;
}
#contentLeft h1 {
	font-size: 18px;
	font-family: Arial;
	color: #0F0FA3;
	margin-bottom: 10px;
}
#contentLeft #news {
	float: left;
	width: 100%;
	margin-top: 40px;
}
#contentLeft #news #newsImage {
	float: left;
	width: 340px;
}
#contentLeft #news #newsText {
	float: left;
	width: 271px;
	font-size: 12px;
	font-family: Arial;
	color: #404041;
}
#contentLeft #news #newsText h1 {
	font-size: 18px;
	font-family: Arial;
	color: #0F0FA3;
}
#contentLeft #news #newsText h2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #404041;
	margin-bottom: 15px;
	margin-top: 15px;
}
#contentLeft #news #newsText a.more {
	display: block;
	font-size: 12px;
	font-family: Arial;
	color: #404041;
	font-style: italic;
	margin-top: 15px;
	text-decoration: none;
}

#contentProductLeft {
	float: left;
	width: 210px;
	margin-right: 15px;
}
#contentProductLeft .item {
	float: left;
	width: 165px;
	padding: 5px 5px 5px 30px;
	
	font-size: 12px;
	font-family: Arial;
	color: #404041;
	font-weight: bold;
}
#contentProductLeft .item:hover {
	background-color: #F1F1F1;
}
#contentProductLeft .item a {
	font-size: 12px;
	font-family: Arial;
	color: #404041;
	font-weight: bold;
	text-decoration: none;
}

#contentRight {
	float: left;
	width: 257px;
	margin-left: 50px;
}
#contentRight .topShadow {
	float: left;
	width: 200px;
	height: 25px;
	background-image: url('../images/topShadow.jpg');
}
#contentRight .bottomShadow {
	float: left;
	width: 200px;
	height: 29px;
	background-image: url('../images/bottomShadow.jpg');
}
#contentRight .item {
	float: left;
	width: 200px;
	height: 153px;
}

#contentProductRight {
	float: left;
	width: 720px;

	font-size: 12px;
	font-family: Arial;
	color: #404041;
}
#contentProductRight td {
	padding: 2px;
}
#contentProductRight .productType {
	background-color: #F1F1F1;
	font-weight: bold;
}

#contentProductHeader {
	float: left;
	width: 938px;
	font-size: 18px;
	font-family: Arial;
	color: #0F0FA3;
	margin-top: 20px;
	margin-bottom: 8px;
	margin-left: 30px;
}

#bottomSpacing {
	float: left;
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
}

#footer {
	float: left;
	width: 996px;
	height: 130px;
	background-image: url('../images/footer.jpg');
}
#footer #address, #footer #contact {
	float: right;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 40px;
	margin-top: 30px;
}

#copyright {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: #F2F2F2;
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
#copyright a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
#copyright a:hover {
	color: #BABABA;
}

input.inputNormal {
	width: 200px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	border: 1px solid #BABABA;
	margin-bottom: 1px;
}
textarea.inputNormal {
	width: 200px;
	height: 75px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	border: 1px solid #BABABA;
	margin-bottom: 1px;
}
select.inputNormal {
	width: 201px;
	border: 1px solid #BABABA;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	margin-bottom: 1px;
}
input.submitNormal {
	width: 200px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	border: 1px solid #BABABA;
	margin-bottom: 1px;
	background-color: #F8F8F8;
}
