/* Wild Medix - Website Management */
		
/* The 'design' (the unique combination of images, colors, sizes, typography, and positioning) is copright 2006 Wild Medix */
		
/* Site by Hit Delete: Rob Hope and Andrew Misplon - http://www.hitdelete.com */

/* Body 
------------------------------*/

body {
	
		margin:0;
		padding:0;
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		background-color:#FFF;
		text-align:center;

}

/* Box Divs
------------------------------*/

#container  {

		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:80px; 
		position:relative
		
}

#centre  {

		width:650px;
		height:340px;
		float:left;
		margin:0;
		padding:0;
		background:url(images/assets/body.png) repeat-y;
		
}

#header  {

		width:597px;
		height:10px;
		float:left;
		margin:0;
		padding:0;
		
}

#footer  {

		width:630px;
		height:10px;
		float:left;
		margin:0;
		padding:0;
		background:url(images/assets/bottom.png) no-repeat;
		
}

/* Wild Medix Logo
------------------------------*/

#logo {

		position:absolute;
		top:-60px;
		left:18px;
		margin:0;
		padding:0;
		
}

/* First Aid Icon
------------------------------*/

#help {

		position:absolute;
		top:340px;
		left:603px;

}

/* Icon Menu Items
------------------------------*/

.item {

		float:left; 
		width:125px;
		height:100px;
		padding-top:135px;
		text-align:center;
		
}

/* Image Classes
------------------------------*/

.img {

		border:none;
		padding-bottom:10px;
		
}

.imglink {

		border:none;
		
}

/* Links
------------------------------*/

a {

		text-decoration:none;
		color:#333;
		background-color:#FFF;

}

a:hover {

		text-decoration:underline;
		color:#333;
		background-color:#FFF;

}
