body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #EDF2FB;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

p {
	font-size: 12px;
}

#container {
	width: 702px;
	height: 100%;
	background-color: white;
}

#header {
	width: 100%;
	height: 120px;
}

#mainmenu {
	width: 100%;
	height: 32px;
	background-image: url(images/main_menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#maincontent {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: white;
	text-align: left;
	background-image: url(images/craftwork_innner_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#maincontent h1{
	background-image: url(images/h1.jpg);
	width:  516px;
	height: 29px;
	text-align: right;
	font-size: 20px;
	color: #1D61C8;
	font-weight: normal;
	display: block;
}

.home{
	float: left;
	height: 32px;
	width: 50px;
}
.products{
	float: left;
	height: 32px;
	width: 60px;
}
.finishes{
	float: left;
	height: 32px;
	width: 60px;
}
.services{
	float: left;
	height: 32px;
	width: 60px;
}
.contracting{
	float: left;
	height: 32px;
	width: 75px;
}
.project{
	float: left;
	height: 32px;
	width: 60px;
}
.clients{
	float: left;
	height: 32px;
	width: 50px;
}
.news{
	float: left;
	height: 32px;
	width: 50px;
}
.info{
	float: left;
	height: 32px;
	width: 90px;
}
.contact{
	float: left;
	height: 32px;
	width: 60px;
}
.mpadding{
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

#mainmenu a{
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu a:hover{
	background-image: url(images/orangemenuhover.gif);
	height: 100%;
}

#sidemenu {
	width: 200px;
	height: 100%;
}



#sidemenu a{
	color: #FFAB2E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#sidemenu a:hover{
	color: black;
}

#ul {
	color: #FFAB2E;
	font-size: 11px;
}

#content {
	width: 550px;
	height: 100%;
}

#footer {
	width: 100%;
	height: 57px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
}