/****************
/* Generic styles
/***************/

@font-face {
    font-family: 'gill_sans_lightregular';
    src: url('/Font/gill-sans-light-webfont.eot');
    src: url('/Font/gill-sans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Font/gill-sans-light-webfont.woff') format('woff'),
         url('/Font/gill-sans-light-webfont.ttf') format('truetype'),
         url('/Font/gill-sans-light-webfont.svg#gill_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_probold';
    src: url('/Font/myriadpro-bold-webfont.eot');
    src: url('/Font/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Font/myriadpro-bold-webfont.woff') format('woff'),
         url('/Font/myriadpro-bold-webfont.ttf') format('truetype'),
         url('/Font/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

span.number
{
	font-family: arial;
	font-size: 10pt;
}

#fooname
{
	position:absolute;
	max-width:248px;
	min-width:248px;
	background: #949494;
	color:white;
	height:19px;
	margin-top:-14px;
	font:12px/25px sans-serif;
	padding-top:1px;
	padding-left:6px;
	padding-bottom:5px;
}
.buttonsubmit
{
	background: URL("/Images/addtobasket.jpg") #117cb2 no-repeat;
	width:240px;
	height:21px;
	text-indent:-9999;
	cursor:pointer;
	font-size: 0; line-height: 0;
	margin-bottom:10px;
}	
.productinfo
{
	font-size:12px;
}

.productdesc
{
	width: 690px;
}

.product2col
{
	float:left;
	width: 70%;
}

.product2col p
{
	margin: 10px;
}

.product1col
{
	float:right;
	width: 30%;
	text-align: right;
}

body
	{
		background: url("/Images/new/bg.png") no-repeat top center;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	}

body *
	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family:  gill_sans_lightregular, sans-serif;
	}

a{
	color: #666666;

	text-decoration:none;
}

.col p a
{
	color:blue;
}
.col p a:hover
{
	text-decoration:underline;
}
.col:last-of-type
{
	margin-left:40px;
}
.left
	{
	float: left;
	width: 351px;
	margin-right: 35px;
	}

.right
	{
	float: left;
	width: 584px;
	}

.clear
	{
	clear: both;
	}
/* h1,h2,h3,h4,h5,h6,h7{
	font-family:myriad_probold,arial;
}*/

.morecontent span {
    display: none;
}

.morecontent a { color:black; padding:5px;}
.morecontent a:hover { color:#52B1F3;} 
h2
	{
	color:#b1b1b1;
	font-size: 18px;
	font-weight: bold;
	background: url("/Images/new/tinyLogo.png") no-repeat left center;
	padding: 0px 0px 0px 23px;
	margin: 15px 0px 30px 0px;
	border-bottom:#d8d8d8 solid 1px;
	}
	
.smallH{
	float: left;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
}


/*********************
/* Main page structure
/********************/

div#MainContainer
	{
	width: 970px;
	margin: auto;
	/*background-color: #efe;*/
	}

div#TopBanner
	{
	width: 100%;
	padding: 0px 0px 20px 0px;
	/*background-color: #fee;*/
	}

div#TopNav
	{
	width: auto;
	/*height: 35px;*/
	/*background-color: #eef;	*/
	}

div#Slider
	{
	width: 100%;
	/*height: 385px;*/
	/*background-color: #fef;*/
	}

div#News
	{
	/*min-height: 480px;*/
	/*background-color: #ffe;*/
	}

div#Projects
	{
	/*min-height: 480px;*/
	/*background-color: #eff;*/
	}

div#NewProducts
	{
	/*min-height: 300px;*/
	/*background-color: #fec;*/
	}

div#ShowroomInformation
	{
	/*min-height: 300px;*/
	/*background-color: #ccf;*/
	}

div#Footer
	{
	/*min-height: 32px;*/
	/*background-color: #cFc;*/
	}

div#SeoContainer
	{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


/***************
/* div#TopBanner
/**************/

div#TopBanner img#AltimaLogo
	{
	display: block;
	}


/************
/* div#TopNav
/***********/

div#TopNav
	{
	background: url("/Images/new/menuBg.png") repeat-x;
	padding-left: 20px;
	padding-right: 0px;
	height: 30px;
	}

div#TopNav a.menuitem,
div#TopNav a.menuitem:link,
div#TopNav a.menuitem:visited
	{
	color:white;
	font-size:15px;
	padding-left: 16px;
	margin: 0px 40px 0px 0px;
	background: url( '/Images/new/menubullet-normal.png' ) left 50% no-repeat;
	display: block;
	float: left;
	line-height: 29px;
	text-decoration: none;
	}

div#TopNav a.menuitem img
	{
	display: inline;
	vertical-align: middle;
	}

div#TopNav a.menuitem:hover,
div#TopNav a.menuitem.highlight
	{
	/*background: url( '/Images/menubullet-over.gif' ) left 50% no-repeat;*/
	}

div#TopNav form#SearchForm
	{
	margin-top: -1px;
	float: right;
	position:relative;
	height: 35px;
	width: 157px;
	}

	div#TopNav form#SearchForm label
		{
		color: White;
		}
	div#TopNav form#SearchForm input.text
		{
		color: inherit;
		position:absolute;
		top: 5px;
		left: 0px;
		width:130px;
		padding: 0px 0px 0px 4px;
		height:19px;
		border:none;
		background: url("/Images/new/searchBg.png") no-repeat;
		font-size: 12px;
		}
	div#TopNav form#SearchForm input.submit
		{
		color: White;
		position:absolute;
		top: 5px;
		left: 134px;
		width: 19px;
		height:19px;
		background: url("/Images/new/searchBt.png") no-repeat;
		}

div#TopNav form#SearchForm fieldset *
	{
	}


/************
/* div#Slider
/***********/

div#Slider .slide{
	position:relative;
} 
	div#Slider .slide img{
		width: 100%;
		vertical-align: bottom;
	}
	div#Slider .slide p{
		color: white;
		font-size: 17px;
		position:absolute;
		left: 128px;
		top:193px;
		width: 530px;
	}
		div#Slider .slide p label{
			color: white;
			font-family: gill_sans_lightregular,sans-serif;
			font-size: 21px;
			position:relative;
			display:block;
		}


/**********
/* div#News
/*********/

div#News div#NewsTitle
	{
	}


div#News div.newsContainer
	{
	margin: 0px 0px 20px 0px;
	position:relative;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	}

	div#News div.newsContainer h3.newsItemTitle
		{
		color: #555555;
		font-size: 15px;
		font-weight: bold;
		}

	div#News div.newsContainer p.newsItemContent
		{
		display: inline;
		}
	div#News div.newsContainer a.newsItemLink{
		position:absolute;
		bottom: 0px;
		right: 0px;
	}


/**************
/* div#Projects
/*************/

div#Projects{
	margin-top: 20px;
}
div#Projects div.projectContainer
	{
	margin-top: 15px;
	margin-bottom: 35px;
	background: url("/Images/new/blueBorder.png") repeat-x center bottom #d0d0d0;
	padding: 0px 0px 6px 0px;
	}

	div#Projects div.projectContainer img.projectImage
		{
		width: 198px;
		height: 156px;
		float: left;
		}

	div#Projects div.projectContainer div.projectContent h1,
	div#Projects div.projectContainer div.projectContent h2,
	div#Projects div.projectContainer div.projectContent h3,
	div#Projects div.projectContainer div.projectContent h4,
	div#Projects div.projectContainer div.projectContent h5,
	div#Projects div.projectContainer div.projectContent h6,
	div#Projects div.projectContainer div.projectContent h7
		{
		color: #555555;
		font-size: 15px;
		font-weight: bold;
		background-image:none;
		border:0px;
		margin:20px 0px 0px 0px;
		padding:0px;
		}

	div#Projects div.projectContainer div.projectContent
		{
		padding: 0px 25px 15px 25px;
		float:left;
		width: 336px;
		position:relative;
		}
		div#Projects div.projectContainer div.projectContent a
			{
			position:absolute;
			bottom: 0px;
			right: 25px;
			}


/*****************
/* div#NewProducts
/****************/


div#NewProducts div.productContainer 
	{
	margin: 0px 0px 35px 0px;
	}

	div#NewProducts div.productContainer img.productImage
		{
		width: 156px;
		height: 156px;
		float: left;
		}

	div#NewProducts div.productContainer div.productContent h1,
	div#NewProducts div.productContainer div.productContent h2,
	div#NewProducts div.productContainer div.productContent h3,
	div#NewProducts div.productContainer div.productContent h4,
	div#NewProducts div.productContainer div.productContent h5,
	div#NewProducts div.productContainer div.productContent h6,
	div#NewProducts div.productContainer div.productContent h7
		{
		color: #555555;
		font-size: 15px;
		font-weight: bold;
		background: none;
		border:none;
		margin: 0px;
		padding: 0px;
		}

	div#NewProducts div.productContainer div.productContent
		{
		display:block;
		float:left;
		width: 165px;
		position:relative;
		margin: 0px 0px 0px 30px;
		padding: 0px 0px 15px 0px;
		}
		div#NewProducts div.productContainer div.productContent a.productLink
			{
			position:absolute;
			bottom: 0px;
			right: 0px;
			}
			
			

/*************************
/* div#ShowroomInformation
/************************/

div#ShowroomInformation{

}
	div#ShowroomInformation .intro{
		tetx-align:justify;
	}
	div#ShowroomInformation .mapWrapper{
		float:left;
		width: 350px;
		margin: 12px 0px 0px 0px;
	}
		div#ShowroomInformation .mapWrapper p.showroom{
			margin-top: 30px;
		}
	div#ShowroomInformation div.address{
		float:left;
		width: 	210px;
		margin: 12px 0px 0px 22px;
		font-size: 15px;
	}
		div#ShowroomInformation div.address p{
		
		}
			div#ShowroomInformation div.address p b{
				
			}
			div#ShowroomInformation div.address p a{
				font-weight:normal;
			}


/************
/* div#footer
/***********/

div#footer{
	height: 30px;
	padding: 20px 0px 0px 0px;
	background: url("/Images/new/blueBorder.png") repeat-x center top;
}
	div#footer ul{
		list-style: none;
		float:right;
	}
		div#footer ul li{
			display:block;
			float:left;
			border-right: solid 1px #b2b2b2;
			padding: 0px 4px 0px 4px;
		}
			div#footer ul li.last{
				border-right: 0px;
			padding: 0px 0px 0px 4px;
			color: #666666;
			font-weight:normal;
			}
			div#footer ul li a{
				font-weight:normal;
			}
			

<!-- PRODUCT SLIDER -->
	<style type="text/css">
		.downlightsca 
		{
				float:left;
				height:74px;
		}
		.downlightsca > div
		{
				float:left;
		}
		
		
		
		.controll
		{
			padding:5px;

				height:64px;
			width:30px;
			margin-bottom:2px;
			float:left;
			background:white;
		}	
		.controlr
		{
			float:right;
			width:50px;
			padding:5px;
			position: absolute;
			height:64px;
			margin-left:497px;
			margin-bottom:2px;
			background:white;

		}	
		
		.jdown1 li
		{
			float:left;
			list-style-type:none;
			width:81px;
			margin-right:3px;
			background:white;
			height:74px;
			
			
		}	
	
		
		.jdown
		{
			width: 510px !important;
			float:left;
			display:block;
			height:74px !important;
		}	
		
		.catimg
		{
			float:left;
		}
		.cattitle
		{
			margin-left:30px;
			width:307px;	
			float:left;
			text-align:bottom;
			margin-bottom:10px;
			padding-top:49px;
		}	
		.cattitle h1
		{
			font-size:12pt;
		}
		.category
		{
			border-top: 1px solid grey;
			height:74px;
			border-bottom: 1px solid grey;
			margin-bottom:30px;
		}
		.category:hover
		{
			background:#E7E7E7;
		}
		.tooltip
		{
			width:499px;
			height:20px;
			background:#85BDD8;
			position:absolute;
			margin-left:458px;
			margin-top:74px;
			padding-left:14px;
			padding-top:4px;
			color:white;
			font-weight:bold;
		}	
		.miniarrow
		{
			position:absolute;
			width:21px;
			margin-left:465px;
			margin-top:61px;
		}
		.cattitle img
		{
			 display:none;
			 margin-left:-20px;
			 position:absolute;
			 float:left;
		}	 
		#carousel
		{
				border-top: 1px solid grey;
				border-bottom: 1px solid grey;

				height:167px;
		}
		#carousel > div
		{
				float:left;
		}
		
		.controll2
		{
			margin-top:10px;
			margin-bottom:2px;
			position: absolute;
			z-index: 2;
			left: 0px;
		}	
		.controlr2
		{
			float:right;
			margin-top:10px;
			margin-bottom:2px;
			position: absolute;
			z-index: 2;
			right: 0px;
		}	
		
		#carousel .jCarouselLite  ul li
		{
			float:left;
			list-style-type:none;
			width:200px;
			background:white;
			height:125px;
			
			
		}	
		
		#carousel .jCarouselLite  ul
		{
			width: 950px;
			float:left;
			display:block;
			height:167px;
		}	

		.title
		{
			border-bottom:1px solid grey;
			width:100%;
			margin-top:20px;
			font-family: Arial;
		}
		.prlogo
		{
			float:left;
			width:17px;
			padding-top:5px;
			padding-right:5px;
			height:17px;
			margin: auto 0;
		}	
		
		.productimg
		{
			width:	700px;
			height: 380px;
			background:#F9F7FA;
			margin-top:20px;
			float:left;
			overflow:hidden;
		}	
		.popupimg
		{
				padding-left:108px;
		}		
		
		.proname
		{
				float:left;
				width:160px;
		}
		.proprice
		{
				text-align:right;
				float:left;
				padding-left:20px;
		}		
		.addto
		{
			clear:both;
			float:none;
			padding-top:10px;
			padding-bottom:10px;
			display:block;
			
		}	
	
		.productright
		{	
		
			float:left;
			max-width:250px;
			margin-top:20px;
			padding-left:30px;
		}	
		
		.productright div:first-child, .productright div:nth-child(2)
{ 
margin-top:0px;
margin-bottom:12px;
}
		.col
		{
			float:left;
			width:200px;
			padding-right:25px;
			margin-top:20px;
			margin-bottom:40px;
			
		}	
		
		.slidedown
		{
			width:862px;
			height: 160px;
			
		}
		.prodselect
		{
			width:258px;
			float:left;
			background:#85BDD8;
			color:white;
			padding-top:5px;
			padding-bottom:5px;
			height:160px !important;
			
		}
		.prodselect h3
		{
			font-size:13px !important;
			padding-left:20px;
			display:block;
			padding-top:5px;
			padding-bottom:5px;
		}
		.infoleft p, .inforight p
		{
			padding:5px;
		}
		.prodselect ul
		{
			
			list-style-position:inside;
			list-style-type:disc;
		}	
		.prodselect ul li
		{
			color:white;
			padding-left:30px;
			
		}	
		.prodselect ul .active
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		.prodselect ul a li:hover
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		.infoleft, .inforight
		{
			float:left;
			height:160px !important;
			width:292px;
			padding:5px;
			font-size:15px;

			background:#E7E7E7;
		}	
		.clear
		{
			clear:both;
			float:none;
		}
		.arrow
		{
			width:32px;
			height:20px;
			position: absolute;
			background: URL("Images/arrow.png") no-repeat;
			margin-top:-25px;
			margin-left:40px;
			
		}	
		.selected
		{
			background: white !important;
						border-left:1px solid #F9F7FA;
			border-right:1px solid #F9F7FA;

		}
			.downlightsca 
		{
				float:left;
				height:74px;
		}
		.downlightsca > div
		{
				float:left;
		}
		
		
		
		.controll
		{
			padding:5px;
				height:64px;
			width:24px;
			margin-bottom:2px;
			float:left;
			background:white;
		}	
		.controlr
		{
			float:right;
			width:24px;
			padding:5px;
			position: absolute;
			height:64px;
			margin-left:519px;
			margin-bottom:2px;
			background:white;
	
		}	
		
		.jdown1 li
		{
			float:left;
			list-style-type:none;
			width:81px;
			margin-right:3px;
			background:white;
			height:74px;
			
			
		}	
	
		.jdown
		{
			width: 510px !important;
			float:left;
			display:block;
			height:74px !important;
		}	
		
		.catimg
		{
			float:left;
		}
		.cattitle
		{
			margin-left:30px;
			width:307px;	
			float:left;
			text-align:bottom;
			margin-bottom:10px;
			padding-top:49px;
		}	
		.cattitle h1
		{
			font-size:12pt;
		}
		.category
		{
			border-top: 1px solid grey;
			height:74px;
			border-bottom: 1px solid grey;
			margin-bottom:30px;
		}
		.category:hover
		{
			background:#E7E7E7;
		}
		.tooltip
		{
			width:499px;
			height:20px;
			background:#85BDD8;
			position:absolute;
			margin-left:458px;
			margin-top:74px;
			padding-left:14px;
			padding-top:4px;
			color:white;
			font-weight:bold;
		}	
		.miniarrow
		{
			position:absolute;
			width:21px;
			margin-left:465px;
			margin-top:61px;
		}
		.cattitle img
		{
			 display:none;
			 margin-left:-20px;
			 position:absolute;
			 float:left;
		}	 
		#carousel
		{
				border-top: 1px solid grey;
				border-bottom: 1px solid grey;

				height:167px;
		}
		#carousel > div
		{
				float:left;
		}
		
		.controll2
		{
			margin-top:10px;
			margin-bottom:2px;
		}	
		.controlr2
		{
			float:right;
			margin-top:10px;
			margin-bottom:2px;
		}	
		
		#carousel .jCarouselLite  ul li
		{
			float:left;
			list-style-type:none;
			width:254px;
			padding:2px;
			background:white;
			height:125px;
			
			
		}	
		
		#carousel .jCarouselLite  ul
		{
			width: 900px;
			float:left;
			display:block;
			height:167px;
		}	

		.title
		{
			border-bottom:1px solid grey;
			width:100%;
			margin-top:20px;
			font-family: Arial;
		}
		.prlogo
		{
			float:left;
			width:17px;
			padding-top:5px;
			padding-right:5px;
			height:17px;
			margin: auto 0;
		}	
		
		.productimg
		{
			width:	700px;
			height: 380px;
			background:#F9F7FA;
			margin-top:20px;
			float:left;
			overflow:hidden;
		}	
		.popupimg
		{
				padding-left:108px;
		}		
		
		.proname
		{
				float:left;
				width:160px;
		}
		.proprice
		{
				text-align:right;
				float:left;
				padding-left:20px;
		}		
		.addto
		{
			clear:both;
			float:none;
			padding-top:10px;
			padding-bottom:10px;
			display:block;
			
		}	
	
		.productright
		{	
		
			float:left;
			max-width:250px;
			margin-top:20px;
			padding-left:30px;
		}	
		.col
		{
			float:left;
			width:200px;
			padding-right:25px;
			margin-top:20px;
			margin-bottom:40px;
			
		}	
		
		.slidedown
		{
			width:862px;
			height: 160px;
			
		}
		.prodselect
		{
			width:258px;
			float:left;
			background:#85BDD8;
			color:white;
			padding-top:5px;
			padding-bottom:5px;
			height:160px !important;
			
		}
		.prodselect h3
		{
			font-size:13px !important;
			padding-left:20px;
			display:block;
			padding-top:5px;
			padding-bottom:5px;
		}
		.infoleft p, .inforight p
		{
			padding:5px;
		}
		.prodselect ul
		{
			
			list-style-position:inside;
			list-style-type:disc;
		}	
		.prodselect ul li
		{
			color:white;
			padding-left:30px;
			
		}	
		.prodselect ul .active
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		.prodselect ul a li:hover
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		.infoleft, .inforight
		{
			float:left;
			height:160px !important;
			width:292px;
			padding:5px;
			font-size:15px;

			background:#E7E7E7;
		}	
		.clear
		{
			clear:both;
			float:none;
		}
		.arrow
		{
			width:32px;
			height:20px;
			position: absolute;
			background: URL("Images/arrow.png") no-repeat;
			margin-top:-25px;
			margin-left:40px;
			
		}	
		.selected
		{
			background: white !important;
						border-left:1px solid #F9F7FA;
			border-right:1px solid #F9F7FA;

		}
		#carousel
		{
				border-top: 1px solid grey;
				border-bottom: 1px solid grey;

				height:138px;
				position: relative;
		}
		#carousel > div
		{
				float:left;
		}

		.controlr
		{
			float:right;
			padding:5px;
			margin-bottom:2px;
		}	
		
		#carousel .jCarouselLite
		{
			position: absolute;
			left: 0px;
			z-index: 1;
		}
		
		#carousel .jCarouselLite  ul li
		{
			float:left;
			list-style-type:none;
			width:254px;
			padding:2px;
			background:white;
			height:135px;
			
			
		}	
		
		#carousel .jCarouselLite  ul
		{
			width: 950px;
			float:left;
			display:block;
			height:138px;
		}	

		.title
		{
			border-bottom:1px solid grey;
			width:100%;
			margin-top:20px;
			font-family: Arial;
		}
		.prlogo
		{
			float:left;
			width:17px;
			padding-top:5px;
			padding-right:5px;
			height:17px;
			margin: auto 0;
		}	
		
		.productimg
		{
			width:	690px;
			height: 380px;
			background:#F9F7FA;
			margin-top:20px;
			float:left;
			overflow:hidden;
		}	
		.popupimg
		{
				padding-left:108px;
		}		
		
		.proname
		{
				float:left;
				width:160px;
		}
		.proprice
		{
				text-align:right;
				float:left;
				padding-left:20px;
		}		
		.addto
		{
			clear:both;
			float:none;
			padding-top:10px;
			padding-bottom:10px;
			display:block;
			
		}	
	
		.productright
		{	
		
			float:left;
			max-width:250px;
			margin-top:20px;
			padding-left:30px;
		}	
		.col
		{
			float:left;
			width:200px;
			padding-right:25px;
			margin-top:20px;
			margin-bottom:40px;
			
		}	
		
		.slidedown
		{
			width:862px;
			height: 160px;
			
		}
		.prodselect
		{
			width:258px;
			float:left;
			background:#85BDD8;
			color:white;
			padding-top:5px;
			padding-bottom:5px;
			height:160px !important;
			
		}
		.prodselect h3
		{
			font-size:13px !important;
			padding-left:20px;
			display:block;
			padding-top:5px;
			padding-bottom:5px;
		}
		.infoleft p, .inforight p
		{
			padding:5px;
		}
		.prodselect ul
		{
			
			list-style-position:inside;
			list-style-type:disc;
		}	
		.prodselect ul li
		{
			color:white;
			padding-left:30px;
			
		}	
		p
		{
				font-size: 11pt;
		}		
		.prodselect ul .active
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		
		.prodselect ul a li:hover
		{
			color: #85BDD8;
			background: white;
			font-weight:bold;
		}	
		.infoleft, .inforight
		{
			float:left;
			height:160px !important;
			width:292px;
			padding:5px;
			font-size:15px;

			background:#E7E7E7;
		}	
		.clear
		{
			clear:both;
			float:none;
		}
		.arrow
		{
			width:32px;
			height:20px;
			position: absolute;
			background: URL("Images/arrow.png") no-repeat;
			margin-top:-25px;
			margin-left:40px;
			
		}	
		.selected
		{
			background: white !important;
						border-left:1px solid #F9F7FA;
			border-right:1px solid #F9F7FA;

		}			
		
		
		div.newsContainer div.comment
		{
			margin-bottom: 5px;
			position : relative;
		}
		
		div.newsContainer div.comment a.morelink, div.projectContent div.comment a.morelink
		{
 				font-weight:bold;
 				  position: absolute;
    			right: 0px;
 		}
 		
 		div.tech h3
 		{
 			background: #949494;
 			color:white;
 			padding: 5px;
 			width: 230px;
 		}
 		
 		div.productright div.pdffile
 		{
 			background: #949494;
 			color:white;
 			padding: 5px;
 			width: 230px;
 			font-weight:bold;
 		}
 		div.productright div.pdffile h3
 		{
 			padding-top:1px;
 			padding-bottom:1px;
 		}
 			div.productright div.pdffile a
 		{
 		
 			color:white;

 			font-weight:bold;
 		}
 		
 		 div.producttitle h3
 		{
 			background: #3875ad;
 			color:white;
 			padding: 5px;
 			width: 230px;
 		}
 		
 		#contactnav
 		{
 			margin-left:52px;
 			width:199px;
 			float:left;
 		}
 		
 		
 		.margtop
 		{
 			margin-top:35px;
 		}
 		
 		.producttitle { clear:both; margin-bottom:10px; }
 		
 		.disabled { display:none !important; }