body {
	margin: 0 auto;
	color: #25AF8D;
	font-family: arial, san-serif;
	font-size: 18px;
	background-color: #ffffff;
	text-align: center;
}

#container {
 	position: relative;
	margin: 0 auto;
	width: 800px;
	top: 5px;
	text-align: left;
}

#content {
 	position: relative;
	top: -10px;
	width: 545px;
	left: -30px;/left: 0;
	height: 412px;
	overflow: hidden;
	margin: 0 auto;
	color: #3E8CDF;
	padding: 0px;
	border: solid 1px white;/border: none;
	text-align: justify;
}

#proddisp {
 	position: relative;
	top: 10px;
	left: 2px;/left: 12px;
	width: 520px;
	height: 360px;/height: 356px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 auto;
	color: #3E8CDF;
	padding: 0px;
}

.prod {
	width: 116px;
	height: 112px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 0px;/padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 43px;
	margin-bottom: 4px;/margin-bottom: 4px;
	border: solid 1px #B4DACB;
	background-color: #ffffff;
	color: #3E8CDF;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	float: left;
}

.fabric {
	width: 75px;
	height: 78px;
	padding: 0px;/padding: 3px;
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 15px;
	margin-bottom: 8px;
	border: solid 1px #B4DACB;
	background-color: #ffffff;
	color: #3E8CDF;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#budget {
 	position: relative;
	top: -12px;
	width: 520px;
	margin: 0 15px;
	padding: 0px;
	text-align: justify;
	color: #027C5A;
	float: left;
	font-size: 10px;
}


#budget table {
	margin-left: 0px;
	color: #027C5A;
}

#budget td {
	font-size: 9px;
	padding-left: 0px;
	border: solid 1px #B4DACB;
}

#enqform {
	position: relative;
	color: #3E8CDF;
	top: 12px;
	width: 510px;
	font-family: arial, san-serif;
	font-weight: normal;
	margin-left: 12px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: left;
}

#enqform table {
	margin-left: 0px;
	font-size: 13px;
	width: 490px;
	color: #3E8CDF;
}

#enqform table td {
	padding-bottom: 7px;
}

#enqform table input {
	font-family: arial, sans-serif;
	font-size: 14px; 
	color: #3E8CDF;
	font-weight: normal;
}

#enqform table textarea {
	font-family: arial, sans-serif;
	font-size: 14px; 
	color: #3E8CDF;
	font-weight: normal;
}

#enqform table select {
	font-family: arial, sans-serif;
	font-size: 14px; 
	color: #3E8CDF;
	font-weight: normal;
}

#menubar {
      	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: right;
	float: left;
}

.menuitem {
	position: relative;
	top: 0px;
	height: 32px;
	width: 190px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

.menuitem img {
	vertical-align: middle;
	margin-left: 5px;
	border: none;
}

.newsitem {
 	position: relative;
	top: 12px;
	width: 480px;
	margin: 0 30px;
	margin-left: 128px;/margin-left: 30px;
	padding: 0px;
	padding-bottom: 20px;
	text-align: justify;
	color: #027C5A;
	font-size: 12px;
}

.maintitle {
	position: relative;
	color: #3E8CDF;
	top: 0px;
	width: 230px;
	font-family: arial, san-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 3px;
	background-color: #ffffff;
	text-align: left;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #3E8CDF;
}

a:hover {
	text-decoration: none;
	color: #353299;
	font-weight: bold;
}


a.nobold {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #3E8CDF;
}

a.nobold:hover {
	text-decoration: none;
	color: #353299;
	font-weight: normal;
}