body 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 5px;
	background: #ccc;
	text-align: center;
}

img {
	border: 0;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	height: 45px;
}

dl
{
	margin: 0; padding: 0;
	line-height: 2;
}

fieldset
{
	border: 1px solid #b7a4df;
}

legend
{
	font-weight: bold;
	color: #563377;
}

div.Error
{
	color: #f00;
}

.Clear
{
	clear:both;
}

.right
{
	text-align: right;
}

a { color: #06f; }
a:hover { color: #f60; }

.colourBullet { color: #f60; }

/* =============== Wrapper ===================== */
#Wrapper
{
	position: relative;
	background: #fff url(images/SideBar_BG.jpg) repeat-y;
	border: 1px solid #666;
	width: 95%;
	min-width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* the bodge for IE6 browsers, adapted from http://www.cssplay.co.uk/boxes/minwidth.html */
* html .minwidth {border-left:850px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-850px; position:relative; float:left; z-index:2; text-align:left;	background: #fff url(images/SideBar_BG.jpg) repeat-y;}


/* =============== Masthead ===================== */
#Masthead
{
	position: relative;
	width: 100%;
	height: 112px;
	background: #669 url(images/Masthead_BG.jpg) repeat-x;
	border-bottom: 1px solid #fff;
}



/* =============== Side Bar =================== */
#Sidebar
{
	width: 191px;
	float: left;
}


	#Sidebar div.Module
	{
		position: relative;
		background: transparent url(images/SideBarModule_Sides.jpg) repeat-y;
		margin: 0;
		font-size: 10px;
		line-height: 1.5;
	}

		#Sidebar div.Module div
		{
			background: transparent url(images/SideBarModule_Top.jpg) no-repeat;
		}

		#Sidebar div.Module div div
		{
			background: transparent url(images/SideBarModule_Bottom.jpg) no-repeat bottom left;
		}

		#Sidebar div.Module div.clear
		{
			background: none;
		}

		#Sidebar div.Module div div div
		{
			padding: 20px 27px 10px 27px;
		}

		#Sidebar div.Module h2
		{
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			padding: 0 0 1px 0;
			margin: 0 0 10px 0;
		}

		#Sidebar div.Module h3
		{
			color: #563377;
			font-size: 10px;
			font-weight: bold;
			margin: 5px 0 0 0;
		}

		#Sidebar div.Module label
		{
			display: block;
			font-size: 10px;
			color: #666;
			font-weight: normal;
		}

		#Sidebar div.Module input.inputbox
		{
			width: 130px;
			border: 1px solid #999;
			margin-bottom: 2px;
			background: #ffffef;
		}


		#Sidebar div.Module span.inputcheckbox
		{
			display: block;
			padding: 0;
			margin: 3px 0 0 0;
		}

		#Sidebar div.Module span.inputcheckbox input
		{
			padding: 0;
			margin: 0 3px 0 0;
		}

		#Sidebar div.Module span.inputcheckbox label
		{
			display: inline;
		}

		#Sidebar div.Module input.inputbutton
		{
			font-size: 10px;
		}

		#Sidebar div.Module p.right
		{
			padding: 0;
			margin: 3px 0 0 0;
		}

	#Sidebar div.Module div.NewsImage
	{
		padding: 0;
		float: right;
		width: 60px;
		height: 60px;
		background: #fff url(images/NewsThumbBorder.gif) top right no-repeat;
		position: relative;
	}
	
		#Sidebar div.Module div.NewsImage img
		{
			position: absolute;
			top: 5px;
			left: 5px;
		}
	
		#Sidebar div.Module p.NewsSummary
		{
			margin: 0;
			padding: 0;
		}

		#Sidebar div.Module ul
		{
			list-style: none;
			margin: 0 0 5px 0;
			padding: 0;
			
		}
	
		#Sidebar div.Module hr
		{
			border: 0;
			height: 1px;
			background-color: #999;
			color: #999;
		}

/* =============== Main Content =================== */
#Content
{
	position: relative;
	float: left;
	width: 625px;
	padding: 10px 16px;
	line-height: 2;
	color: #666;
	font-size: 12px;
}

	#HomeImage
	{
		margin-bottom: 20px;
	}

	#Content h1, #Content h2, #Content h3, #Content h4
	{
		padding: 0; margin: 0;
		line-height: 1;
		clear: left;
	}

	#Content h1
	{
		font-size: 24px;
		font-weight: normal;
		color: #b7a4df;
		padding-bottom: 4px;
		margin-bottom: 12px;
		border-bottom: 1px solid #999;
	}

	#Content h2
	{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 5px;
		color: #563377;
	}

	#Content h3
	{
		font-size: 12px;
		font-weight: bold;
		margin: 10px 0 5px 0;
		color: #563377;
	}

	#Content div.Error
	{
		background-color: #ffe;
		color: #f00;
		border: 1px solid #f00;
		padding: 5px;
		margin-bottom: 5px;
	}

	#Content div.TwoCol
	{
		width: 42%;
		float: left;
	}

	#Content div.MainCol
	{
		width: 55%;
		float: left;
		border-right: 1px solid #efefef;
	}

		#Content div.MainCol div.Row input.Large, #Content div.Row input.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
		}

		#Content div.MainCol div.Row select.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
		}

		#Content div.MainCol div.Row textarea.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
			height: 70px;
		}

		#Content div.MainCol div.Row textarea.XLarge, #Content div.Row textarea.XLarge
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
			height: 140px;
		}

	#Content div.SideCol
	{
		font-size: 10px;
		width: 40%;
		padding-left: 10px;
		float: left;
	}
	
	/* ====================================================== */
		#Content table input.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 100%;
		}

		#Content table select.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 100%;
		}

		#Content table textarea.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 100%;
			height: 70px;
		}

		#Content table textarea.XLarge
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 100%;
			height: 140px;
		}
	/* ====================================================== */


	#Content hr
	{
		border: 0;
		color: #efefef;
		background-color: #efefef;
		height: 1px;
	}

	#Content dt
	{
		clear: left;
		width: 120px;
		font-weight: bold;
		float: left;
		color: #b7a4df;
		margin-bottom: 0px;
	}
	
	#Content dd
	{
		position: relative;
		margin-left: 120px;
		margin-bottom: 0px;
	}

	#Content ul
	{
		margin-top: 0;
		padding-top: 0;
		list-style-type: square;
		padding-left: 1.25em;
		margin-left: 0em;
	}

	#Content div.Row
	{
		padding: 3px 0;
	}
	
		#Content div.Row label
		{
			display: block;
			float: left;
			clear: both;
			width: 120px;
		}
		
		#Content div.Row input.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
		}

		#Content div.Row textarea.Large
		{
			border: 1px solid #563377;
			background: #ffffef;
			width: 60%;
			height: 70px;
		}

	#Content div.ProductDisplay, #Content div.PortfolioItems
	{
		display: block;
		position: relative;
		clear: both;
		border: 1px solid #b7a4df;
		margin-bottom: 10px;
	}
	
		#Content h3.ProductDisplay
		{
			display: block;
			margin: 0;
			padding: 5px;
			background: #b7a4df url(images/ProductHeadingBG.jpg) top right no-repeat;
			color: #fff;
			font-weight: bold;
			border: none;
		}

		#Content div.ProductDisplay img.MainImage
		{
			display: block;
			padding: 0;
			margin: 0 10px 0 0;
			float: left;
		}

		#Content div.ProductDisplay div.ProductInfo
		{
			display: inline;
			vertical-align: text-top;
		}

		#Content div.ProductDisplay div.ProductInfo p
		{
			margin: 0 10px 5px 0;
			padding: 0;
		}


		#Content div.ProductDisplay div.ProductInfo h4
		{
			clear: none;
			font-size: 12px;
			font-weight: bold;
			color: #563377;
			margin: 6px 10px 6px 260px;
			padding: 6px 0 0 0;
			border-top: 1px solid #b7a4df;
			z-index: 2;
		}

		#Content div.ProductDisplay div.Clear, #Content div.PortfolioItems div.Clear
		{
			padding: 0;
			margin: -10px 0 0 0;
		}


	#Content div.PortfolioItems
	{
		padding: 5px;
	}

		#Content div.PortfolioItems a
		{
			display: block;
			padding: 0;
			border: 1px solid #b7a4df;
			margin: 0 5px 5px 0;
			float: left;
		}

		#Content div.PortfolioItems a:hover
		{
			border: 1px solid #563377;
		}
	
	#Content div.NewsImage
	{
		float: right;
		width: 240px;
		height: 240px;
		background: #fff url(images/NewsImgBorder.gif) top right no-repeat;
		position: relative;
	}
	
		#Content div.NewsImage img
		{
			position: absolute;
			top: 20px;
			left: 20px;
		}

/* =============== Footer =================== */
#Footer
{
	clear: both;
	background: #b7a4df;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	color: #563377;
	padding: 3px;
	border-top: 1px solid #999;
	margin-top: 20px;
	height: 16px;
}

/* =============== Table Classes =================== */
table.gridview
{
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 5px;
}

		table.gridview th
		{
			background-color: #563377;
			color: #fff;
			text-align: center;
		}
		
		table.gridview tr th a
		{
			color: #fff;
		}

		table.gridview tr
		{
			padding: 0;
		}
		
		table.gridview tr.even
		{
			background-color: #ebe8ff;
		}
	
		table.gridview th, table.gridview td
		{
			padding: 3px 8px;
			margin: 0;
			border: solid 1px #efefef;
			line-height: 1.2;
		}

/* =============== Portal Pages ===================== */
#IconWrapper
{
	font-size: 18px;
	font-weight: normal;
}

	#IconWrapper a
	{
		display: block;
		float: left;
		margin-right: 10px;
		margin-top: 10px;
		padding-top: 100px;
		width: 160px;
		text-align: center;
		text-decoration: none;
	}
	
	/* Basic backgrounds for icons */
	#IconWrapper a.QuoteRequest { background: transparent url(images/icons/quote.jpg) 0 0 no-repeat; }
	#IconWrapper a.Upload { background: transparent url(images/icons/upload.jpg) 0 0 no-repeat; }
	#IconWrapper a.JobManager { background: transparent url(images/icons/job_manager.jpg) 0 0 no-repeat; }
	#IconWrapper a.News { background: transparent url(images/icons/news.jpg) 0 0 no-repeat; }
	#IconWrapper a.Contact { background: transparent url(images/icons/contact.jpg) 0 0 no-repeat; }

	/* Hover backgrounds for icons */
	#IconWrapper a.QuoteRequest:hover,
	#IconWrapper a.Upload:hover,
	#IconWrapper a.JobManager:hover,
	#IconWrapper a.News:hover,
	#IconWrapper a.Contact:hover
	{
		background-position: -160px 0;
	}

/* =================================================== */

table.DetailsView td.Heading
{
	font-weight: bold;
	color: #563377;
	padding-right: 2em;
}

/* =================================================== */

div.MultiViewTabContent
{
	clear: left;
	border: 1px solid #ccc;
	border-top: none;
	padding: 1em;
}

div.MultiViewTabs
{
	background: #ccc url(images/TabBG.gif) repeat-x bottom;
	padding: 0;
	height: 2.4em;
}

	div.MultiViewTabs a
	{
		display: block;
		float: left;
		border-right: 1px solid #999;
		margin: 0;
		padding: 0 0.5em;
		height: 100%;
		text-decoration: none;
		color: #333;
	}
	
		div.MultiViewTabs a:hover
		{
			background-color: #563377;
			color: #f90;
		}
	
	div.MultiViewTabs span
	{
		background-color: #c3b2e2;
		display: block;
		float: left;
		border-right: 1px solid #999;
		margin: 0;
		padding: 0 0.5em;
		height: 100%;
		text-decoration: none;
		color: #563377;
	}
	
/* =================================================== */


