@charset "utf-8";
/* CSS Document */

img, div, input { behavior: url("iepngfix.htc"); }

body{
	font-family:trebuchet ms;
	margin:0px;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	font-size:small;
	color:565759;
}

a img{border:none;}

h1, h2, h3, h4, h5, h6{
	margin:0px; padding:0px;
}

h1{
	
	font-size:large;
	color:#565759;
	font-weight:normal;
	letter-spacing:0.1em;
	border-bottom:1px solid #f1f1f1;
}

h2{
	
	font-size:14px;
	color:#565759;
	
}

h3{
	
	font-size:large;
	color:#2349C0;
	font-weight:normal;
	letter-spacing:0.1em;
	border-bottom:1px solid #f1f1f1;
}

a{
	color:#2349c0;
	text-decoration:none;
}
a:hover{
	color:#565759;
}

#wrapper{
	width:820px;
	margin:0 auto;
}

#topNav{
	width:710px;
	height:29px;
	padding-top:10px;
	padding-left:110px;
}

	#topNav ul{
		margin:0px;
		padding:0px;
		display:block;

	}
		#topNav ul li{
			float:left;
			list-style:none;
			margin:0px;
		}
			#topNav ul li a{
				display:block;
				height:21px;
				padding:0 10px 0 10px;
				background-image:url(../images/sapline.gif);
				background-repeat:no-repeat;
				background-position:right;
				color:#dfe0e6;
				float:left;
				font-weight:bold;
				font-family:"arial";				
				font-variant:small-caps;
				
			}
			#topNav ul li a:hover{
				color:#FFFFFF;
				margin-top:-2px;
			}

#header{
	width:820px;
	height:103px;/*delete*/
}

	#header h1{
		margin:0px;
		position:absolute;
		border-bottom:0px;
		float:left;
	}
	#header p{
		float:right;
		margin-top:5px;
		padding-top:20px;
	}
	#header p a{
		color:#565759;
	}
	#header p a:hover{
		color:#2349c0;
	}


#flash{
	width:820px;
	height:249px;
	margin-top:-48px;
	z-index:1000;
}

#log-address{
	width:820px;
	height:60px;
}
	
	#log-address div{
		width:248px;
		background-image:url(../images/login-bg.png);
		background-repeat:no-repeat;
		float:right;
		position:relative;
		z-index:1001px;
		margin-top:-20px;
		padding-left:25px;
		padding-top:10px;
	}
	#log-address p{
		margin:0px;
		background-image:url(../images/address-bg.gif);
		background-repeat:no-repeat;
		width:514px;
		height:35px;
		display:block;
		float:left;
		padding:8px 10px 5px 10px;
		margin-top:10px;
	}

.input-bg{
	background:transparent;
	background-image:url(../images/input-bg.gif);
	background-repeat:no-repeat;
	width:140px;
	height:25px;
	padding-left:14px;
	padding-right:14px;
	padding-top:7px;
	border:none;
}
	*html .input-bg{background-attachment:fixed;}

#content{
	width:800px;
	padding:10px;
	color:#555;
}
#content h2 {font-weight:normal;}


.quality-bg{
	width:780px;
	height:108px;
	background-image:url(../images/quality-bg.gif);
	background-repeat:no-repeat;
	padding:10px 20px 10px 20px;
	margin-left:-10px;
	margin-bottom:10px;
}
.quality-bg p{font-size:13px; margin-top:10px;}
.quality-bg h1{border-bottom:0px;}
#footer{
	width:100%;
	height:35px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:20px 0 0 0;

}

.contact-detail{
	width:380px;
	border:1px solid #CCCCCC;
	text-align:center;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	height:240px;
}
	.contact-detail h1{
		width:380px;
		background-color:#eaeaea;margin:0px;
		border-bottom:1px solid #CCCCCC;
		display:block;
	}
.image-border{
	border:1px solid #CCCCCC;
	margin-right:25px;
	/*margin-left:25px;*/
	padding:6px;
}
.image-border:hover{
	background-color:#E2E2E2
}

.list-styles{
	
	margin-bottom:15px;
		
}

.pdfs{
	width:330px;
	height:83px;
	background-image:url(../images/pdf-bg.gif);
	background-repeat:no-repeat;
	padding-left:130px;
	padding-top:17px;
	float:left;
	margin-bottom:15px;
}
.pdf-download{
	width:292px;
	height:142px;
	background-image:url(../images/download-bg.gif);
	background-repeat:no-repeat;
	float:right;
	padding:15px;
}
.tableHeading{
	border:solid #BFBFBF 1px;
	background-color:#EFEFEF;
	font-weight:bold;
}