/*
common rules
*/
body, p, td, input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

body, img, td, form {
	margin: 0px; padding: 0px; border: 0px;
}

a {
	color: #FF5E00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 10px;
}

/*
useful
*/
.noCss {
	display: none;
}

.clnr {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/*
layout 
*/
body {
	text-align: center;
	margin: 52px 0px 52px 0px;
	width: 100%;
}

#pageHolder {
	background: #FFFFFF url('../img/index.bg.gif') right top no-repeat;
	height: 500px;
	width: 1000px;
	margin: 0 auto;
}

#menuStrip {
	position: absolute;
	left: 0px;
	top: 304px;
	z-index: 10;
	width: 100%;
	height: 26px;
	background-color: #FF5E00;
}
#menuItems {
	position: absolute;
	left: -21px;
	top: 304px;
	z-index: 20;
	width: 100%;
	text-align: center;
}
#menuItems div {
	width: 1000px;
	margin: auto;
	text-align: center;
}
.menuItemsImg {
	margin: 0px 0px 0px 42px;
}

#contact {
	line-height: 20px;
	position: relative;
	left: 180;
	top: 415px;
	text-align: left;
}
