body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, html, td, th, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-width: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

a {
	text-align: left;
}

a:link { color:#777; text-decoration: underline; }
a:visited { color:#777; text-decoration: underline; }
a:hover { color:#B71818; text-decoration: underline; }
a:active { color:#B71818; text-decoration: underline }

#container {
	width: 100%;
	text-align: center;
}

#container table {
	width: 782px;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
}

#topMenu td {
	height: 37px;
	background-image: url('../images/topmenu-bg.gif');
}

#topMenu td img {
	height: 37px;
}

#leftMenu {
	width: 198px;
	height: 514px;
	vertical-align: top;
	background-color: #DDDDDD;
	background-image: url('../images/watermark.jpg');
	background-repeat: no-repeat;
}

td.content {
	text-align: left;
	vertical-align: top;
	height: 100%;
}

div#content {
	padding: 10px 15px 15px 15px;
	text-align: justify;
}

div#content table {
	width: 500px;
	border-width: 0px;
	text-align: center;
}

div#dmdDiv {
	vertical-align: bottom;
}

table#dmdTable {
	margin-top: 3px;
	vertical-align: bottom;
	width: 580px;
	border-width: 0px;
}

table#dmdTable td {
	vertical-align: top;
}

th#design, th#manufacture, th#distribute {
	width: 192px;
	height: 43px;
	text-indent: -4000px;
	background-repeat: no-repeat;
}

div#dmdDiv td {
	margin: 0;
	padding: 0;
	width: 192px;
	background-image: url('../images/dmdTable-bg.gif');
	background-repeat: repeat-y;
}

div#dmdDiv td#dmdBottom {
	width: 580px;
	height: 6px;
	background-image: url('../images/dmdTable-bottom.gif');
	background-repeat: repeat-y;
}

th#design {
	background-image: url('../images/design.gif');
}

th#manufacture {
	background-image: url('../images/manufacture.gif');
}

th#distribute {
	background-image: url('../images/distribute.gif');
}

div#dmdDiv td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#dmdDiv td ul li {
	font-size: 12px;
	padding: 12px 4px 19px 30px;
	margin: 0;
	background: url('../images/li-image.gif') 18px 14px no-repeat;
}

#content table.contactUs {
	width: 400px;
	border-width: 0px;
}

#content table.contactUs td, #content table.contactUs th {
	text-align: left;
	vertical-align: top;
}

.max {
	vertical-align: top;
	height: 100%;
	width: 100%;
}

#menuSeperator {
	width: 2px;
	background-color: #848484;
}

#poweredBy td {
	height: 42px;
	background-image: url('../images/bottom-bg.gif');
}

#poweredBy td.poweredText {
	text-align: center;
	width: 100%;
	font-size: 10px;
}

#groundCell {
	height: 45px;
	background-image: url('../images/pattern-bg.gif');
}

	#content input {
		width: 120px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#content input.submit {
		width: 60px;
	}
	
	#content textarea {
		width: 200px;
		height: 100px;
		overflow: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#enquiryForm th {
		text-align: left;
	}
	
	#content table#formTable {
		width: 300px;
	}
	
	#content #formTable td {
		width: 150px;
		text-align: left;
	}
	
	#content #formTable td.submitCell {
		text-align: right;
		width: 400px;
	}
	
	#content table.equalsize td {
		width: 9%;
	}

.top {
	vertical-align: top;
}