html, body {
	background-image: url('../images/trial_bg.jpg');
	background-position: top center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a:link.grey {color: #666666; text-decoration:none; font-weight:bold;}     /* unvisited link */
a:visited.grey {color: #666666; text-decoration:none; font-weight:bold;}  /* visited link */
a:hover.grey {color: #999999; text-decoration:none; font-weight:bold;}   /* mouse over link */
a:active.grey {color: #666666; text-decoration:none; font-weight:bold;}   /* selected link */

table.website_bg
{
	background-image: url('../images/website_bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
}

td.mainframe
{
	background-image: url('../images/mainframe_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

td.navbar_bg
{
	background-image: <?=$sidebar_bg?>;
	background-repeat: no-repeat;
	background-position: top center;
}

select
{	border: 1px solid #4d4d4d;
	background: #ffffff;
	height: 17px;
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: normal;
	padding-left: 4px;
}

input.text
{	border: 1px solid #4d4d4d;
	background: #ffffff;
	height: 17px;
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: bold;
	padding-left: 4px;
}

textarea.address
{	border: 1px solid #4d4d4d;
	background: #ffffff;
	height: 70px;
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

textarea.enquiry
{	border: 1px solid #4d4d4d;
	background: #ffffff;
	height: 70px;
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.left_top
{
	float: left;
	margin: 0px 20px 20px 0px;
}

.left
{
	float: left;
	margin: 20px 20px 20px 0px;
}

.right_top {
	float: right;
	margin: 0px 0px 20px 20px;
}

.right
{
	float: right;
	margin: 0px 0px 20px 20px;
}