@charset "UTF-8";
/*STYLESHEET FOR INTERACTION WEBSITE*/

body {
	margin: 0px;
	background-image:url(images/grad_bg.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
}
#wrap  /* style for centre div*/ {
	margin-top: -275px; /*margins to be half the dimension of div size*/
	margin-left: -412px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 823px; /*width and height of div content*/
	height: 550px;
	visibility: visible;
}
.clear {
	clear:both;
}
#shadow1 {
	background-image:url(images/shadow_1.png);
	height: 7px;
}
#content {
	background-image:url(images/shadow_3.png);
	background-repeat:repeat-y;
	width:823px;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 0.8em;
}
a {
	color: #ffcc05;
}
a:visited {
	color: #ffcc05;
}
a:hover {
	color: #ffffff;
}
#shadow2 {
	background-image:url(images/shadow_2.png);
	height: 7px;
}
img {
	border: none;
}



/******************************STYLES FOR FLASHLESS ALTERNATIVE**************************************/
#content #top {
	width: 769px;
	height: 100px;
	margin-left: 7px;
	padding: 23px 0 0 54px;
}
.clear {
	clear:both;
}
#yellownav {
	width: 808px;
	background-color:#FFCC05;
	height: 21px;
	margin-left: 7px;
	font-size: 1.2em;
	color: #ffffff;
	padding: 1px 0 0 0;
}
#yellownav a {
	color:#000000;
	text-decoration:none;
}
#yellownav a:hover {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	font-weight:normal;
	color: #ffcc05;
}



/******************************STYLES FOR INDEX PAGE**************************************/
#home_text {
	width: 400px;
	float: left;
	padding: 0 0 0 62px;
}
#home_text a {
	font-weight:bold;
	text-decoration:none;
}
#home_image {
	float: right;
	width: 336px;
	margin-right: 8px;
}

/******************************STYLES FOR LATEST NEWS PAGE**************************************/
#latestnews_table {
	width: 730px;
	height: 287px;
	background-image:url(images/newspopup.jpg);
	background-repeat:no-repeat;
	float: left;
	font-size: 0.9em;
	margin: 8px 0 0 35px;
	padding: 30px 0 0 15px;

}
#latestnews_table a {
	font-weight:bold;
	text-decoration:none;
}
#latestnews_text{
	width: 318px;
	height: 270px;
	margin: 0 8px 0 8px;
	font-size:1.1em;
	line-height:1.2em;
	overflow:auto;
}
#latestnews_interaction {
	position: absolute;
	margin-top:345px;
	margin-left: 479px;
	width: 336px;
	height: 50px;
	background-image:url(images/interaction.gif);
	background-repeat:no-repeat;
}




/******************************STYLES FOR ABOUT US PAGE**************************************/
#aboutus_text {
	width: 370px;
	height: 395px;
	float: right;
	padding-right: 138px;
}
#aboutus_text a {
	font-weight:bold;
	text-decoration:none;
}
#aboutus_image {
	float: left;
	width: 293px;
	margin-left: 7px;
}
#aboutus_interaction {
	position: absolute;
	margin-top:345px;
	margin-left: 164px;
	width: 336px;
	height: 50px;
	background-image:url(images/interaction.gif);
	background-repeat:no-repeat;
}



/******************************STYLES FOR OURWORK PAGE**************************************/
#ourwork_menu {
	width: 145px;
	float: left;
	margin-top: 50px;
	padding: 0 0 0 42px;
	font-size: 0.9em;
}
#ourwork_menu a {
	font-weight:bold;
	text-decoration:none;
}
#ourwork_cases_bg {
	float: right;
	width: 605px;
	height: 318px;
	margin-right: 28px;
	margin-top: 20px;
	background-image:url(images/work_outerglow.jpg);
	background-repeat:no-repeat;
}
#ourwork_cases_text {
	height: 285px;
	width: 335px;
	padding: 0 5px 0 0;
	margin: 15px 0 0 20px;
	overflow: auto;
	font-size: 0.9em;
}
#ourwork_cases_text a{
text-decoration: none;
}
#ourwork_cases_img {
	height: 275px;
	width: 215px;
	float: right;
	margin: 15px 20px 0 0;
	font-size:0.75em;
}
#ourwork_cases_img img {
	border: 1px solid #ffcc05;
}
#titles {
	font-weight:bold;
	color: #ffcc05;
}
#ourwork_interaction {
	position: absolute;
	margin-top:325px;
	margin-left: 289px;
	width: 336px;
	height: 50px;
	background-image:url(images/interaction.gif);
	background-repeat:no-repeat;
}



/******************************STYLES FOR CONTACT PAGE**************************************/
#contact_text {
	width: 330px;
	float: left;
	padding: 0 0 0 62px;
}
#contact_text a {
	font-weight:bold;
	text-decoration:none;
}
#contact_image {
	float: right;
	width: 361px;
	margin-right: 8px;
}
