*, p    {   margin: 0;   padding: 0;  } 
a { outline: none; }
body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	text-align: left;
}
.container #content .sep {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 980px;
	/* [disabled]background: #FFF; */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
#content {
	color: #555555;
	position: relative;
	width: 980px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#HeaderMain {
	height: 210px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#HeaderMain .Logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#HeaderMain .Slogan {
	position: absolute;
	left: 230px;
	top: 14px;
}
#HeaderMain #Search {
	height: 94px;
	width: 207px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 757px;
	top: 4px;
}
#HeaderMain #Search .fieldHolder button {
	position: absolute;
	left: 129px;
	top: -1px;
}
#Search #searchform2{
	height:23px;
	float:left;
	width:126px;
	background-image:url(../images/search-area.png);
	background-repeat:no-repeat;
	border:0px;
	padding:11px 0px 11px 11px;
	color:#628088;
	margin-left:19px;
}

#Search #searchsubmit{
	float:left;
	height:21px;
	width:48px;
	cursor:pointer;
	background-image:url(../images/search_button.png);
	background-repeat:no-repeat;
	border:0px;
	margin-top:5px;
}
#HeaderMain #NavMenu {
	/* [disabled]background-color: #333; */
	position: relative;
	float: left;
	width: 690px;
	background-repeat: no-repeat;
}
#HeaderMain #NavMenu #NavMenuIndex {
	list-style-type: none;
}


#HeaderMain .Brochure {
	position: absolute;
	height: 33px;
	width: 239px;
	left: 722px;
	top: 162px;
}
#HeaderMain #Search .fieldHolder {
	width: 190px;
	height: 22px;
	float: left;
	background-image: url(../images/searchfield.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 60px;
}
#HeaderMain #Search .fieldHolder form .textInput2 {
	width: 100px;
	height: 20px;
	line-height:20px;
	
	background: none;
	border: none;
	color: #000000;
	margin-top: 1px;
	margin-left: 21px;
	z-index: 9999;
}

#HeaderMain .Login .usernameHolder {
	height: 22px;
	width: 102px;
	float: left;
	background-image: url(../images/loginfield.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 22px;
	top: -4px;

}
#HeaderMain .Login .usernameHolder  .username {
    margin-top: 0px;
	height: 21px;
	line-height:19px;
	width: 90px;
	background: none;
	border: none;
	color: #FFF;
	margin-left: 4px;
	z-index: 9999;
}

#HeaderMain .Login .passwordHolder {
	width: 102px;
	height: 22px;
	float: left;
	background-image: url(../images/loginfield.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 128px;
	top: -4px;
}
#HeaderMain .Login .passwordHolder  .password {
	width: 90px;
    margin-top: 0px;
	height: 21px;
	line-height:19px;
	background: none;
	border: none;
	color: #FFF;
	margin-left: 4px;
	z-index: 9999;
}
#HeaderMain .Login .LoggedInMember img {
	position: absolute;
	left: 188px;
	top: -8px;
	height: 31px;
	width: 31px;
}
#HeaderMain .Login .LoggedInMember {
	font-weight: bold;
	color: #FFF;
	display: block;
}
#HeaderMain .Login .LoggedInMember .UsernameProf {
	text-decoration: underline;
	color: #FFBE26;
	font-size: 12px;
}


#HeaderMain #Search .notes {
	position: absolute;
	left: 12px;
	top: 39px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
#HeaderMain #Search .fieldHolder form button #GoSearch {
	width: 48px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/search_button.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer {
	background-color: #114BBF;
	height: 120px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
#HeaderMain .Login {
	position: absolute;
	left: 737px;
	top: 123px;
	width: 231px;
}
#HeaderMain .Login .usernameHolder .UsernameText {
	color: #FFF;
	font-size: 11px;
}
#HeaderMain .Login .usernameText {
	font-size: 11px;
	color: #FFF;
	position: absolute;
	left: 26px;
	top: -24px;
}
#HeaderMain .Login .passwordText {
	font-size: 11px;
	color: #FFF;
	position: absolute;
	left: 130px;
	top: -24px;
}
#HeaderMain .Login .LoginText {
	color: #ffbe26;
	font-size: 11px;
	position: absolute;
	left: -19px;
	top: -2px;
	font-weight: bold;
}
#HeaderMain .Login .passwordHolder .Sumbit-link a {
	position: absolute;
	left: -103px;
	top: 22px;
	font-size: 11px;
	color: #ffbe26;
}
.textInput3
{
	width: 200px;
	background: none;
	border: none;
	color: #636363;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 9999;
	font-size: 13px;
	position: absolute;
	top: 10px;
	left: 11px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 .textPara {
	padding: 5px;
	font-size: 13px;
	color: #555555;
	text-align: left;
	margin: 0px;
}
.container #content table tr .textPara p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #636363;
	text-align: justify;
}
.container #content .Title {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.container #content .Title h1 {
	font-size: 22px;
	color: #ffbe26;
	font-family: Calibri;
}
.container #content .Title h2 {
	font-size: 16px;
	font-family: Calibri;
	font-weight: normal;
}
#HeaderMain #NavMenu ul#navigation  {
	width: 690px;
	float: left;
	list-style-type: none;
	height:28px;
	background-image: url(../images/navmenubackground.png);
	position: absolute;
	top: 132px;
}
#HeaderMain #NavMenu ul#navigation  li { display: inline; }
	
#HeaderMain #NavMenu ul#navigation  li a {
	display: block; float: left; height: 28px;
	background-image: url(../images/navmenubackground.png); text-indent: -9999px;
}


#HeaderMain #NavMenu ul#navigation li a.home { 
		width: 114px; background-position: 0 0;	}
		

#HeaderMain #NavMenu ul#navigation li a.about{	width: 114px; background-position: -114px 0;	}
#HeaderMain #NavMenu ul#navigation li a.services {width: 116px; background-position: -229px 0;	}
#HeaderMain #NavMenu ul#navigation li a.products {width: 116px; background-position: -344px 0;	}
#HeaderMain #NavMenu ul#navigation li a.quality {width: 116px; background-position: -460px 0;	}
#HeaderMain #NavMenu ul#navigation li a.contact {width: 114px; background-position: -575px 0;	}





#HeaderMain #NavMenu ul#navigation li a.home:hover, #HeaderMain #NavMenu ul#navigation li a.home:focus {
		background-position: 0 -28px;		}
		
#HeaderMain #NavMenu ul#navigation li a.about:hover, #HeaderMain #NavMenu ul#navigation li a.about:focus{
		background-position: -114px -28px;		}
		
#HeaderMain #NavMenu ul#navigation li a.services:hover, #HeaderMain #NavMenu ul#navigation li a.services:focus{
		background-position: -229px -28px;		}
		
#HeaderMain #NavMenu ul#navigation li a.products:hover, #HeaderMain #NavMenu ul#navigation li a.products:focus{
		background-position: -344px -28px;		}

#HeaderMain #NavMenu ul#navigation li a.quality:hover, #HeaderMain #NavMenu ul#navigation li a.quality:focus{
		background-position: -460px -28px;		}

#HeaderMain #NavMenu ul#navigation li a.contact:hover, #HeaderMain #NavMenu ul#navigation li a.contact:focus{
		background-position: -575px -28px;		}


/* Drop Menu Icon */
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	z-index: 100;
	visibility: hidden;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #ffbe26;
	margin: 0px;
}
/* END Drop Menu Icon */


/* habib updates*/
.SearchButt
{
        border: 0;
        background: transparent;
        background-image :url(../images/search_button.png);
     
    }
    
    .container #content table tr td .threeimages {
	background-image: url(../images/threepictureframe.png);
	background-repeat: no-repeat;
	height: 501px;
	width: 246px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.container #content table tr td .threeimages .image1 {
	position: absolute;
	left: 14px;
	top: 14px;
	margin: 0 0 !important;
}
.container #content table tr td .threeimages .image2 {
	position: absolute;
	left: 14px;
	top: 178px;
	margin: 0 0 !important;
}
.container #content table tr td .threeimages .image3 {
	position: absolute;
	left: 13px;
	top: 336px;
	margin: 0 0 !important;
}