@charset "UTF-8";
/* CSS Document */
body {
	background-color: #222221;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1160px;
	height: 910px;
	background-image: url(images/backgrococo.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.footer  {
	background-color: #222221;
	height: 40px;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	
}
.wrapper .menu .homebtn {
	float: left;
	width: 260px;
	height: 30px;
	padding-top: 10px;
	margin-left: 60px;
}
.wrapper .menu .productbtn {
	float: left;
	width: 260px;
	height: 30px;
	padding-top: 10px;
}
.wrapper .menu .contactbtn {
	float: left;
	width: 260px;
	height: 30px;
	padding-top: 10px;
}
.wrapper .menu .locationbtn {
	float: left;
	width: 260px;
	height: 30px;
	padding-top: 10px;
}
.wrapper .leftmargin {
	float: left;
	height: 869px;
	width: 60px;
	background-image: url(images/sidefade.jpg);
	background-repeat: repeat-y;
	margin-right: 60px;
}
.wrapper .page {
	float: left;
	height: 869px;
	width: 920px;
}
.wrapper .rightmargin {
	float: left;
	height: 869px;
	width: 60px;
	background-image: url(images/sidefadeleft2.jpg);
	background-repeat: repeat-y;
	margin-left: 60px;
}
.wrapper .menu {
	background-color: #222221;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#333333
}
.wrapper .page .content {
	width: 420px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #222221;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(images/gradebg.png);
	background-repeat: repeat;
}
.wrapper .page .images {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.wrapper .page .header {
	height: 220px;
	width: 920px;
	margin-bottom: 20px;
	margin-top: 20px;
}
