/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
	html {
		height: 100%;
	}
	
	body {
		height: 100%;
		color: #000000;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 12px;
		background-color: #24496f;
	}
	
	.pageContainer {
		width: 909px;

		margin: 0px auto;
		background: url(images/body-bg.gif) repeat-y;
	}
	
	.bodyContainer {
		background: url(images/main-background.jpg) top no-repeat transparent;
	}
	
	.navigationContainer {
		height: 46px;
		padding-top: 29px;
		margin-bottom: 22px;
	}
	
	.contentContainer {
		margin: 0px auto;
		padding: 0px 8px;
		clear: both;
		width: 738px;
		border: 3px solid #ffffff;
		background-color: #9fa8b1;
	}
	
	.sideContent {
		float: right;
		margin: 8px 0px;
		padding: 10px;
		width: 175px;
		text-align: justify;
		line-height: 1.5em;
		font-size: 11px;
/*		border: 2px solid #ff0000; */
/*		background-color: #aab6c1; */
	}
	
	.sideContent .title {
		color: #565b5f;
		font-weight: bold;
	}
	
	.sideContent a {
		color: #565b5f;
	}

	.sideContent a:hover {
		text-decoration: none;	
	}

	.mainContent {
		width: 500px;
		margin-left: 16px;
		line-height: 1.5em;
	}
	
	.mainContent img {
		margin: 8px;
	}
	
	.imgover
	{
		border: 2px solid #FC4000;
	}
	.imgover:hover
	{
		border: 2px solid #0000DF;
	}
	
	.events
	{
		background: url(images/dielcoevents-up.jpg);
		width:180px;
		height:80px;
		display:block;
	}
	.events:hover
	{
		background: url(images/dielcoevents-over.jpg);
		width:180px;
		height:80px;
		display:block;
	}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	a.header {
		display: block;
		width: 909px;
		height: 228px;
		background: url(images/header-gif.gif) no-repeat;
	}
	
	a.header span {
		display: none;
	}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
	a.home {
		background: url(images/home-up.gif) no-repeat;
	}

	a.home:hover {
		background: url(images/home-over.gif) no-repeat;
	}

	a.about {
		background: url(images/about-up.gif) no-repeat;
	}

	a.about:hover {
		background: url(images/about-over.gif) no-repeat;
	}

	a.services {
		background: url(images/services-up.gif) no-repeat;
	}

	a.services:hover {
		background: url(images/services-over.gif) no-repeat;
	}

	a.equipment {
		background: url(images/equipment-up.gif) no-repeat;
	}

	a.equipment:hover {
		background: url(images/equipment-over.gif) no-repeat;
	}

	a.gallery {
		background: url(images/gallery-up.gif) no-repeat;
	}

	a.gallery:hover {
		background: url(images/gallery-over.gif) no-repeat;
	}

	a.contact {
		background: url(images/contact-up.gif) no-repeat;
	}

	a.contact:hover {
		background: url(images/contact-over.gif) no-repeat;
	}

	a.home, a.about, a.services, a.equipment, a.gallery, a.contact {
		display: block;
		margin-right: 10px;
		width: 119px;
		height: 46px;
	}
	
	a.contact {
		margin-right: 0px;
	}
	
	a.home span, a.about span, a.services span, a.equipment span, a.gallery span, a.contact span {
		display: none;
	}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
	.footerContainer {
	height:30px;
		width: 738px;
		color: #fb3e00;
		font-size: 10px;
		margin: 0px auto;
	}
	
	.footerContainer a {
		color: #fb3e00;
	}
	
	.footerContainer a:hover {
		text-decoration: none;
	}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	a {
		color: #565b5f;
	}
	
	a:hover {
		text-decoration: none;
	}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	border: #fb3e00 solid 1px;
	background: #C2C9CF;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	
	.textRequiredField
	{
	font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
	.igs-galleryNavigation {
		font-size: 13px;
		font-weight: bold;
	}
	
	.igs-tableCommon {
		border: 2px solid #ff0000;
		margin: 16px auto;
		background-color: #aab6c1;
	}
	
	.igs-tableRowHeader, .igs-tableRowFooter {
		color: #000000;
		font-weight: bold;
		text-align: center;
		background-color: #ffffff;
	}

	.igs-tableRowTitles {
		font-weight: bold;
	}
	
	.igs-tableRow1 {
		background-color: #9fa8b1;
	}
	
	.igs-title {
		font-size: 13px;
		color: #000000;
		text-align: center;
		font-weight: bold;
	}
	
	.igs-description {
		font-size: 11px;
		color: #000000;
		text-align: center;
		margin-bottom: 2em;
	}
	
	.igs-popupCloseButton a,.igs-slideShowCloseButton a,.igs-tableSlideShowSpeed a,.igs-tableSlideShowNav a {
		display: block;
		margin: 0px auto;
		width: 120px;
		border: 2px solid #aab6c1;
		background-color: #9fa8b1;
		text-decoration: none;
		text-align: center;
	}
	
	.igs-popupCloseButton a:hover,.igs-slideShowCloseButton a:hover,.igs-tableSlideShowSpeed a:hover,.igs-tableSlideShowNav a:hover {
		border: 2px solid #9fa8b1;
		background-color: #aab6c1;
	}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/