html
{
}

body
{
	margin: 0 auto;	
}

p
{
	margin: 0 0 10px 0;
}

img.siteLogo
{
	float: left;
	padding-right: 4px;
	margin-top: 4px;	
}

h1 
{
	padding: 30px 0  0  4px;
	margin:  0 0 6px 0;	
}

img
{
	border: none;
}

/*ID's */
#wrapSite
{
	margin: 20px auto;
	padding: 0;
	width: 850px;
	background: #ffffff;
	/*border-left: solid 2px #ececec;
	border-right: solid 2px #ececec;*/
	/*text-align: center;*/
}

#wrapHeader, wrapFooter
{
	padding: 0;
}

#wrapContent
{
	float: left;
	background: #ffffff;
	width:100%;	
}

#headerContainer
{
	height: 50px;
}

#headerRight
{
}

#footerContainer
{
	height: 50px;
	float: left;
}

#footerLeft
{
	float: left;	
}

#footerRight
{
	float: right;	
}

#contentContainer
{
	padding: 10px 6px;
	min-height: 439px;
	_height: 439px;
	float:left;
	background: #336699;
	margin: 0;
	padding:  0;
	width:  611px;
}

#contentTop
{
	background: #336699 url(content-top.gif) no-repeat;
	width: 100%;
	height: 15px;
	
}

#contentBottom
{
	background: #336699 url(content-bottom.gif) no-repeat;	
	width: 100%;
	height: 15px;
}

#leftContainer, #headerLeft
{
	float: left;
	width: 233px;
	margin-right: 4px;	
}

#content
{
	border-left: solid 6px #6699cc;
	border-right: solid 6px #6699cc;
	background: #336699 url(bg-gradient.jpg)  repeat-x;
	height:409px;
	/*overflow: visible;*/
}

#content p, #content table
{
	padding: 0 4px;
}

/* Classes */
.breadCrumb
{
	/*float: right;	*/
}

.AspNet-Menu-Horizontal
{
	position: relative;
}

.menu
{
	position: relative;
	top: 20px;	
}

.subMenu
{
	position: relative;
	top: 6px;	
	left: 6px;

}

div.serviceSummary
{
	padding-left: 13px;	
	margin: 0 auto;	
	width: 100%;
}

div.serviceSummary div
{
	width: 190px;
	height: 150px;	
	float: left;
	padding: 0 2px;

}

div.web
{
	background: transparent url(content-section-red.gif) no-repeat;
}

div.applications
{	
	background: transparent url(content-section-amber.gif) no-repeat;
}

div.consultancy
{
	background: transparent url(content-section-green.gif) no-repeat;
}

.serviceSummary ul
{
	padding-left: 20px;
	padding-right: 14px;
	margin-top: 26px;
	margin-left: 0px;
}

div.stripImage
{
	float:left;
}

table.contactTable
{
	width: 500px;
		
}

table.contactTable .leftColumn
{
	width: 160px;	
}

table.contactTable .rightColumn
{
	width: 340px;	
}

.contactTable .rightColumn select, .contactTable .rightColumn input, .contactTable .rightColumn textarea
{
	width: 250px;	
}

.button
{
	width: auto !important;	
}

.contactTable td 
{
	height: 24px;
}
.errorSummary
{
	width: 100%;	
}

textarea
{
	height: 70px;	
}

.right
{
	float: right;	
}

img.clientLogo
{
	margin-right: 10px;	
}