/* Main attr */
body{
	background-image: url(../img/headerBackground.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	color: #555555;
	padding-bottom: 25px;
		font-size: 11px;
}
img{
	border: none;
	margin: 0px;
}
h1{
	color: #242D42;	
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 8px;
}
h2{
	margin: 0px;
	font-size: 14px;
	color: #1E2537;
	font-weight: normal;
	margin-bottom: 8px;
}
h3{
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}
h6{
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 18px;
}
p.smallFont{
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

/* Header */
#header{
	width: 917px;
	margin: auto;
	height:115px;
}
	/* Logo */
	#header #mainLogo{
		float: left;
	}
	
	#header #headerTools{
		float: right;
		text-align: right;
		margin: 0px;
		padding: 0px;
		margin-top: 15px;
		list-style:none;
		height: 61px;
		font-size: 11px;
		color: #999999;
		margin-right: 7px;
	}
		#header #headerTools li{
			display: inline;
			margin: 0px;
			padding: 0px
		}
			#header #headerTools li a:link, #header #headerTools li a:visited{
				color: #999999;
				text-decoration: none
			}
				#header #headerTools li a:hover{
					color: #999999;
					text-decoration: underline
				}
			#header #headerTools ul.languageSelectMenu{
				margin: 0px;
				padding: 5px;
				padding-top: 3px;
				padding-bottom: 2px;
				text-align:center;
				list-style: none;
				background-color: white;
				border: 1px solid #DBDBDB;
				width: 50px;
				float: right;
				display: none;
			}
				#header #headerTools li:hover ul.languageSelectMenu{
					display: block;
				}
				#header #headerTools li ul.languageSelectMenu li{
					border-top: 1px dotted #CCCCCC;
					padding-bottom: 3px;
					display: block;
					padding-top: 2px;
				}
					#header #headerTools li ul.languageSelectMenu li.first{
						border-top: none;
					}
		
/* Main Navigation (Drop Down Menu) */
#mainMenu{
	top: 65px;
	left: 50%;
	margin-left: -452px;
	padding-left: 250px;
	text-align: right;
	position: absolute;
	z-index: 50;
}
	#mainMenu ul{
		width: 645px;
		text-align: right;
		padding: 0px;
		margin: 0px;
		list-style: none;
		font-size: 14px;
	}
		#mainMenu ul li{
			display: block;
			position: relative;
			margin: 0px;
			padding: 0px;
			margin-left: 10px;
			float: left;
		}
			#mainMenu ul li a:link, #mainMenu ul li a:visited{
				color: #999999;
				display: block;
				position: relative;
				text-decoration: none;
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 4px;
				padding-bottom: 8px;
			}
			#mainMenu ul li a:hover{
				color: #31536F;
				text-decoration: none;
				background-color: white;
			}
			#mainMenu ul li a.over{
				color: #31536F;
				text-decoration: none;
				background-color: white;
			}
			#mainMenu ul li a.active{
				color: #31536F;
			}
			#mainMenu ul li ul{
				text-align: left;
				position: absolute;
				width: 230px;
				margin: 0px;
				padding: 10px;
				top: 20px;
				left: 0px;
				font-size: 12px;
				border: 1px solid #E7E7E7;
				border-top: none;
				background-color: white;
				background-image: url(../img/mainMenuSubMenu.png);
				background-position: bottom;
				background-repeat: repeat-x;
				margin-left: -1px;
				margin-top: 7px;
				display: none;
				padding-bottom: 0px;
				padding-top: 0px;
			}
				#mainMenu ul li ul li{
					float: none;
					display: block;
					margin: 0px;
					padding: 0px;
					padding-top: 10px;
					padding-bottom: 10px;
					width: auto;
					background-color: transparent;
					line-height: normal;
					border-top: 1px solid #DBDBDB;
				}
				#mainMenu ul li ul li.first{
					border-top: none;	
				}
					#mainMenu ul li ul li a:link, #mainMenu ul li ul li a:visited{
						display: block;
						height: auto;
						margin: 0px;
						background-color: transparent;
						padding: 0px;
						padding-left: 12px;
						background-image: url(../img/mainMenuSubMenuItemBullet.gif);
						background-repeat: no-repeat;
						background-position: left;
					}
					#mainMenu ul li ul li a:hover{
						height: auto;
						background-color: transparent;
						background-image: url(../img/mainMenuSubMenuItemBulletOver.gif);
					}
					#mainMenu ul li ul li a.active{
						height: auto;
						background-color: transparent;
						background-image: url(../img/mainMenuSubMenuItemBulletOver.gif);
					}
			#mainMenu ul li a:hover ul, #mainMenu li:hover ul{
				display: block;
			}
		#mainMenu ul li div{
			margin: 0px;
			padding: 0px;
			margin-top: 3px;
		}
			#mainMenu ul li div input.text{
				width: 80px;
				background-image: url(../img/formInputTextBackground.png);
				border: 1px solid #E1E1E1;
				height: 14px;
				font-size: 10px;
				color: #999999;
				display: block;
				float: left;
				padding-left: 3px;
				padding-top: 2px;
			}
			#mainMenu ul li div input.go{
				background-image: url(../img/formInputTextBackground.png);
				border: 1px solid #E1E1E1;
				height: 19px;
				font-size: 10px;
				color: #999999;
				*padding: 0px 2px 0px 2px;
				display: block;
				float: left;
				margin-left: 3px;
			}			
/* Body rounded corners */
.bodyTop{
	width: 916px;
	*width: 930px;
	margin: auto;
	height: 13px;
	background-image: url(../img/bodyBorderTop.png);
	font-size: 1px;
	background-repeat: none;
	*background-repeat: no-repeat;
}
.bodyBottom{
	width: 916px;
	*width: 930px;
	margin: auto;
	height: 12px;
	background-image: url(../img/bodyBorderBottom.png);
	font-size: 1px;
	background-repeat: none;
	*background-repeat: no-repeat;
}

/* Body (based on design) */
#body{
	width: 890px;
	margin: auto;
	padding: 0px 13px 0px 13px;
	background-image: url(../img/bodyBackground.png);
	background-repeat: none;
	*padding-right: 0px;
	*margin-left: 244px;
	*width: 880px;
	padding-right /*\**/: 13px\9;
	width /*\**/: 890px\9;
}

/* Content (below main banner) */
.content{
	background-image: url(../img/contentLine.png);
	background-repeat: no-repeat;
	clear: both;
	width: 874px;
	*width: 890px;
	margin-top: 6px;
	*margin-top: 3px;
	text-align: left;
	padding: 8px 8px 8px 8px;
	*padding-bottom: 0px;
	padding-top: 8px;
}
	/* Home Left Panel (conteining login, request a quote) */
	.content .homeLeftPanel{
		width: 290px;
		padding-top: 0px;
		float: left;
		margin-bottom: -8px;
	}
		.content .homeLeftPanel div#access{
			margin: 0px;
			padding: 15px;
			background-image: url(../img/homeLoginBackground.png);
			background-repeat: no-repeat;
			height: 145px;
			*height: 165px;
			width: 290px;
			*width: 260px;
			line-height: 25px;
			font-size: 10px;
			color: #8B8B8B;
			padding-top: 10px;
			margin-bottom: 5px;
			*margin-bottom: 0px;
		}
			.content .homeLeftPanel div#access label{
				display: block;
				font-size: 12px;
				color: #8B8B8B;
				width: 100px;
				float: left;
				clear: left;
				margin: 0px;
			}
			.content .homeLeftPanel div#access input.text{
				background-image: url(../img/formInputTextBackground.png);
				height: 15px;
				border: 1px solid #E1E1E1;
				width: 152px;
				margin-bottom: -8px;
				font-size: 10px;
				color: #333333;
			}
			.content .homeLeftPanel div#access input.login{
				background-image: url(../img/formInputTextBackground.png);
				border: 1px solid #E1E1E1;
				margin-bottom: 9px;
				display: block;
				float: right;
				margin-right: 36px;
				*margin-right: 3px;
				font-size: 13px;
				color: #8B8B8B;
				margin-top: -22px;
				margin-bottom: 0px;
				clear: both;
			}
			.content .homeLeftPanel div#access input.checkbox{
				width: 10px;
				height: 10px;
				float:left;
			}
			.content .homeLeftPanel div#access div.rememberMe{
				float: left;
				margin-top: -4px;
				*margin-top: -8px;
				margin-left: 3px;
			}
			.content .homeLeftPanel div#access a{
				color: #576574;
			}
			.content .homeLeftPanel div#access a:hover{
				color: #38365A;
			}
	/* Home Center Panel (conteining five reasons to coose us) */
	.content .homeCenterPanel{
		width: 360px;
		/*width: 360px;*/
		float: left;
		padding: 0px 20px 0px 20px;
		padding-top: 13px;
		margin-bottom: -10px;
	}
		.content .homeCenterPanel ol{
			text-align: left;	
			list-style: none;
			margin: 0px;
			padding: 0px;
			padding-top: 10px;
			margin-top: -10px;
		}
			.content .homeCenterPanel ol li{
				font-size: 10px;
				margin: 0px;
				padding: 0px;
				margin-bottom: 15px;
				background-repeat: no-repeat;
				background-position: left top;
				padding-left: 25px;
			}
			.content .homeCenterPanel ol li.first{
				background-image: url(../img/homeOlLiFirst.gif);
			}
			.content .homeCenterPanel ol li.second{
				background-image: url(../img/homeOlLiSecond.gif);
			}
			.content .homeCenterPanel ol li.third{
				background-image: url(../img/homeOlLiThird.gif);
			}
			.content .homeCenterPanel ol li.fourth{
				background-image: url(../img/homeOlLiFourth.gif);
			}
			.content .homeCenterPanel ol li.fifth{
				background-image: url(../img/homeOlLiFifth.gif);
			}

	/* News Container in home */
	.content .homeBanners{
		width:  173px;
		*width: 176px;
		float: right;
		padding-left: 8px;
		background-image: url(../img/bannersDivisor.png);
		background-repeat: no-repeat;
		background-position: left;
		height: 312px;
		overflow: visible;
		padding-top: 13px;
	}
		.content .homeBanners h2{
			margin-left: 12px;	
		}
		.content .homeBanners ul{
			margin: 0px; 
			padding: 0px;
			list-style: none;
		}
			.content .homeBanners ul li{
				font-size: 10px;
				margin-bottom: 10px;
			}
				.content .homeBanners ul li em{
					font-weight: bold;
					font-style: normal;
					margin-left: 4px;
					padding-left: 8px;
					background-image: url(../img/homeNewsBullet.gif);
					background-repeat: no-repeat;
					background-position: left;
					display: block;
				}
				.content .homeBanners ul li p{
					margin: 0px;
					margin-top: 3px;
					margin-left: 12px;
					font-size: 10px;
					line-height: normal;
				}
				.content .homeBanners ul li a{
					text-decoration: none;
					color: #333333;
				}
					.content .homeBanners ul li a:hover{
						text-decoration: underline;
						color: #666666;
					}
			
	/* Right Banner Container */
	.content .banners{
		width:  173px;
		*width: 180px;
		width /*\**/: 190px\9;
		float: right;
		padding-left: 8px;
		background-image: url(../img/bannersDivisor.png);
		background-repeat: no-repeat;
		background-position: left top;
		overflow: visible;
	}
		.content .banners h2{
			margin-left: 12px;	
		}
		.content .banners ul{
			margin: 0px; 
			padding: 0px;
			list-style: none;
			margin-bottom: -5px;
		}
			.content .banners ul li{
				font-size: 10px;
				margin-bottom: 5px;
				clear: both;
			}
				.content .banners ul li em{
					font-weight: bold;
					font-style: normal;
					margin-left: 4px;
					padding-left: 8px;
					background-image: url(../img/homeNewsBullet.gif);
					background-repeat: no-repeat;
					background-position: left;
					display: block;
				}
				.content .banners ul li p{
					margin: 0px;
					margin-top: 3px;
					margin-left: 12px;
					font-size: 10px;
					line-height: normal;
				}
				.content .banners ul li a{
					text-decoration: none;
					color: #333333;
				}
					.content .banners ul li a:hover{
						text-decoration: underline;
						color: #666666;
					}
	/* */
	.content .leftContent{
		float: left;
		width: 640px;
		*width: 665px;
		padding: 15px;
	}
	.content img.left{
		float:left;
		clear: both;
		margin-right: 25px;
		margin-bottom: 25px;
	}
	/* Footer */
	#footer{
		width: 900px;
		margin: auto;
		font-size: 10px;
		text-align: right;
		padding-bottom: 16px;
		color: #666666;
		margin-top: 8px;
		*padding-top: 8px;

	}
		#footer a{
			color: #666666;
			text-decoration: none;
		}
			#footer a:hover{
				color: #000099;
				text-decoration: underline;
			}
		#footer #copy{
			position: absolute;
			margin-top: 2px;
			padding-left: 290px;
			*margin-left: -911px;
		}
		#footer #footerGreenMessage{
			float: left;	
			background-image: url(../img/greenMessage.jpg);
			background-repeat: no-repeat;
			height: 36px;
			*height: 23px;
			margin-top: -8px;
			padding-top: 10px;
			padding-left: 82px;
			font-size: 10px;
			*background-position: left bottom;
			color: #316C00;
		}

/* Utils */
.clear{
	 font-size: 0px;
	 background-color: transparent;
	 clear: both;
	 height: 0px;
}

#mainBanner{
	position: absolute;
	z-index: 5;
	margin-top: -36px;
	left: 50%;
	margin-left: -445px;
	*margin-left: -452px;
}
#mainBannerHoldler{
	width: 890px;
	height: 227px;
	*height: 230px;
}

p.note{
	font-style: italic;	
}

label{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #454545;
}
	label i{
		color: #999999;
		font-size: 10px;
		font-style: normal;
	}
input.text{
	display: block;
	width: 100%;
	background-image: url(../img/inputBackground.png);
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	color: #454545;
}
.checkbox input{
	width: 10px;
	height: 10px;
	float:left;
}
input.submit{
	display: block;
	background-image: url(../img/inputBackground.png);
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
	clear: left;
	color: #454545;
	padding: 0px 20px 0px 20px;
	margin-right: -4px;
}
input.button{
	display: block;
	background-image: url(../img/inputBackground.png);
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	margin-right: 15px;
	clear: left;
	color: #454545;
	padding: 0px 20px 0px 20px;
}
input.file{
	display: block;
	width: 100%;
	background-image: url(../img/inputBackground.png);
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	color: #454545;
}
textarea{
	display: block;
	width: 100%;
	background-image: url(../img/inputBackground.png);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	height: 200px;
	color: #454545;
}
select{
	width: 100%;
	margin-bottom: 15px;
}
.column1-2, .column1-2Right{
	float: left;
	width: 280px;
	padding-right: 20px;
}
.column1-2Right{
	float: right;
	width: 230px;
}
.column1-3Right{
	float: left;
	margin-top: 10px;
	margin-left: 24px;
}

.column1-3Right img{
	margin-top: 14px;
}

.column1-3Right span{
	float: left;
	position:absolute;
	margin-top: 26px;
	margin-left: 3px;
	font-size: 11px;
	line-height: normal;
	color: #333333;
}
.collapsableListing{
	
}
	.collapsableListing .header{
		background-image: url(../img/collapsableListingHeaderBackground.png);
		width: 622px;
		/*width: 638px;*/
		font-size: 12px;
		background-repeat:no-repeat;
		padding: 5px 6px 7px 10px;
		/*padding: 5px 6px 0px 10px;*/
		font-weight: bold;
		height: 13px;
		margin-bottom: 10px;
		clear: both;
	}
		.collapsableListing .header .title{
			float: left;
			height: 20px;
		}
			.collapsableListing .header .title i{
				font-size: 10px;
				color: #666666;
				font-style: normal;
			}
		.collapsableListing .header .collapse{
			float: right;
			height: 20px;
		}
			.collapsableListing .header img{
				cursor: pointer;
			}
		.collapsableListing ul{
			margin: 0px;
			padding: 0px;
			list-style: none;
			font-size: 10px;
		}
		.collapsableListing ul.noImage{
			margin-left: 10px;	
		}
			.collapsableListing ul li{
				clear: both;
			}
			.collapsableListing ul li div.image{
				background-image:url(../img/imageBorderSmall.png); 
				background-position: left top; 
				background-repeat: no-repeat; 
				margin-right: 10px; 
				float:left; 
				width:88px; 
				height: 88px; 
				margin-bottom: 10px;
			}
				.collapsableListing ul li img{
					float: left;
					  margin-right: 10px;
					  padding-left: 5px;
					  padding-top: 4px;
				}
				.collapsableListing ul li p{
					line-height: normal;
					margin-top: 5px;
					font-size: 10px;
					
				}
				.collapsableListing ul li strong a{
					color: #333333;
					text-decoration: none;					
				}
				.collapsableListing ul li strong a:hover{
					color: #006;
					text-decoration: underline;					
				}
.ulBullet{
	margin-left: 30px !important;
	padding: 0px !important;
	list-style-image: url(../img/ulBullet.png) !important;
}
	.ulBullet li{
		margin-bottom: 3px;	
	}
.expertise{
	margin-left: 92px;
}
.galleryItems{
		
	}
		.galleryItems .galleryItem{
			width: 113px;
			height: 113px;
			margin: 10px;
			display: inline-block;
			background-image: url(../img/imageBorderMedium.png);
		}
		
		.galleryItem img{
			padding-left: 5px;
			padding-top: 7px;
			width: 100px;
			height: 100px;
		}
.filesItems a
{
	display:block;
	float: left;
	clear: left;
}
.filesItems .fileName
{
	clear: none;
	margin: 19px 0px 0px 3px;
}

.messages{
	text-align:left;
}

.labelMessage{
	color: Red;
	font-weight:bold;
}

.rss {
	float: left;
	margin-top: 10px;
}

.rss img{
	
}

.rss span{
	float: left;
	position:absolute;
	margin-top: 14px;
	margin-left: 3px;
	font-size: 11px;
	line-height: normal;
	color: #333333;
}