body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

#container {
	width: 900px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 145px;
}

#headerLeft {
	width: 195px;
	float: left;
}

#headerRight{
	width: 704px;
	height: 42px;
	padding-top:103px;
	float: right;
	background-image: url(../images/pro-header02.jpg);
}

h1 {
	font-size: 22px;
	color: #0000cc;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #0000cc;
	font-weight: normal;
}

#footer {
	width: 900px;
	float: left;
	font-size: 11px;
	color: #8c8c8c;
	text-align: center;
}

#content {
	width: 637px;
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 26px;
	float: right;
	font-size: 13px;
}

#content a:link {
	color: #0000cc;
	text-decoration: none;
}

#content a:visited {
	color: #0000cc;
	text-decoration: none;
}

#pricingcontent {
	width: 637px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 26px;
	float: right;
	font-size: 11px;
	background-color: #CCCCCC;
}

#pricingcontent a:link {
	color: #0000cc;
	text-decoration: none;
}

#pricingcontent a:visited {
	color: #0000cc;
	text-decoration: none;
}

#content3 {
	width: 807px;
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 26px;
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.navbuttonON {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.navbutton {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.navbutton a {
	color: #ffffff;
	text-decoration: none;
}

#headerRight ul {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#headerRight ul li {
	display: inline;
}

#headerRight ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#headerRight ul li a:hover {
	color: #FF0000 !important;
}

#headerRight ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#prodnav {
	width: 157px;
	margin-left: 34px;
	padding: 0px;
	float: left;
	margin-top: 26px;
}

#prodnav ul {
	width: 157px;
	margin: 0px;
	padding: 0px;
}

#prodnav ul li {
	width: 147px;
	height: 19px;
	margin-bottom: 4px;
	background-image: url(../images/prodnav.gif);
	list-style: none;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}

#prodnav ul li a {
	color: #ffffff;
	text-decoration: none;
}

#prodnav ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

#prodnav ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

#imageregion {
	width: 900px;
	text-align: center;
	margin-top: 20px;
	float: left;
}

.blue {
	color: #0000cc;
}

.red {
	color: #FF0000;
}

.input {
	width: 253px;
	height: 23px;
	padding-left: 5px;
	background-image: url(../images/inputfieldbg.gif);
}

input {
	background-color: #e0e0e0;
	border: none;
}

.enquiry { 
	width: 248px;
	height: 124px;
	padding: 5px;
	background-image: url(../images/inputenquiry.gif);
	background-repeat: no-repeat;
}

textarea {
	background-color: #e0e0e0;
	border: none;
}

.button {
	color: #FF0000;
	font-weight: bold;
}

.roundBox {
	width: 637px;
	margin-bottom: 15px;
}
.tl {
	background-image:url(../images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.tr {
	background-image:url(../images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.bl {
	background-image:url(../images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.br {
	background-image:url(../images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px;
}