/* Copyright Resource Print Solutions Ltd 2006 */

* {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color:#533C53;
}

BODY {
  background-color: #ACC3AC;
  margin: 0px 0px 0px 0px;
}


/* DIVS */
/* **** */
#contianer {
	margin: 40px auto;
	width: 770px;
	background-image:url(../images/holdingpage.jpg);
	height:564px;
	width: 770px;
}
#header	{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:114px;
	background-color:#FFFFFF;
	padding-right:23px;
}
.header_menu {
	float:right;
	background-position:top right;
	background-image:url(../images/header_tick.gif);
	background-repeat:no-repeat;
	margin-left:19px;
	padding-top:33px;
	color:#FFFFFF;
}
#menu {
	position:absolute;
	width:148px;
	height:435px;
	padding:15px 0 0 25px;
	font-size:10px;
	float:left;
}
#content {
	background-color:#FFFFFF;
	height:450px;
	padding-left:173px;
}

/* Positioning */
/* *********** */
.left		{float:left}
.right		{float:right}
.clearfloats{clear:both}

/* Styling */
/* ******* */
h2 			{color:#004337; font-size:11px}
h3			{color:#006D5D; font-size:12px}
em			{font-size:14px; font-style:normal; color:#006D5D; font-weight:bold}

#menu ul 	{list-style-type:disc;}
#menu li	{font-size:12px; color:#FFFFFF;font-weight:bold}
#menu a		{font-size:12px; font-weight:bold}


label		{width:78px; font-size:12px}
input		{height:20px}
textarea	{height:90px}
input, textarea		{width:360px; background-color:#D5E1D5; margin-bottom:4px;  font-size:12px}
input.reset_button	{width:auto; padding:0 5px 0 5px; height:17px; border:1px solid}
input.submit_button	{width:auto; padding:0 5px 0 5px; height:17px; border:1px solid}
.buttons {text-align:center}

/* links */
/* ***** */
A { text-decoration:none; }

A:link    { color: #FFFFFF;}
A:active  { color: #FFFFFF;}
A:visited { color: #FFFFFF;}
A:hover   { color: #FFF799;}
