/*
	Weedon Partnership
	http://www.weedonpartnership.co.uk
*/

/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/

/*
	These styles layout the images on the web-site.
*/

/* @group Images */


#ImageLayout
{
		width: 416px;
		height: 289px;
		border-collapse: collapse;
}

#ImageLayout td
{
		vertical-align: top;
		padding: 0px 20px 20px 0px;
		}


#ImageLayout .ImageRight
{
		padding-right: 0px;
		
}


#AwardThumbnails
{
		padding: 0px;
		margin: 0px;
		margin-left: 20px;;
}

#AwardThumbnails td
{
		padding: 0px;
		width: 150px;
}


img
{
	border: none;
}

img.HomePage
{
		/* width: 765px; */
		height: 288px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center; /* IE Fix to centre picture */
}

img.MicroPortrait
{
		width: 63px;
		height: 90px;
}

img.SmallLandscape
{
		/*Ratio of 1.44 */
		
		width: 200px;
		height: 136px;
}

img.SmallPortrait
{
		/* Ratio of 1.4 (A4) */
		width: 96px;
		height: 136px;
}


img.MediumPortrait
{
		/* Ratio of 1.44 */
		width: 200px;
		height: 292px;
}

img.MediumLandscape
{
		width: 420px;
		height: 136px;
}

img.LargeLandscape
{
		width: 420px;
		height: 289px;
}

img.Mugshot
{
		float: right;
		width: 80px;
		height: 114px;
		margin: 0px 0px 10px 10px;
}

/* @end */

/* 
Copyright Neil Preedy 2007.
http://www.npreedy.co.uk/Websites.html
*/