/* CSS Document */

/* -------------------------
LEOPARD INC.
Author:  Chris Johnson
March 13, 2007
-------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	background-image:url(../home/images/greyline_bg.jpg);  /*repeating grey line in the background */
	background-repeat:repeat;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

/* Top portion background pattern */
#backgroundpattern {
	background-image:url(../home/images/upperarea_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
	}
	
img {
	border-style: none;
}


/*----------------HEADER-----------------*/
#headercontainer {
	width: 775px;
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 113px;
}

#headernavcontainer {
	float: right;
	color:#858585;
	padding: 93px 2px 0 0;
	}
	
#logo {
	float: left;
	}

/*----------------HEADER NAV-------------------*/
#headernav {
 width: 150px;
 height: 19px;
 float: left;
 background-image:url(../home/images/headernavigation.gif);
 margin: 0px auto;
 padding: 0px;
 position: relative;
}

#headernav li {margin: 0; padding: 0; list-style: none; float: left;}

#headernav a {display: block;}

#buyfsi {left: 0px; top: 0px; width: 150px; height: 19px;}

#buyfsi a {height: 19px;}

#buyfsi a:hover {background: url(../home/images/headernavigation.gif) -157px 0px no-repeat;}

/*---------------------MAIN NAVIGATION----------------------*/

#navigation{
	}

#navbuttons {
 width: 750px;
 height: 26px;
 float: left;
 background-image:url(../home/images/navigation.jpg);
 margin: 0px auto;
 padding: 0px;
 position: relative;
}

#navbuttons li {margin: 0; padding: 0; list-style: none; float: left;}

#navbuttons a {display: block;}


#whoweare {left: 0px; top: 0px; width: 125px; height: 26px;}
#capabilities {left: -125px; top: 0px; width: 125px; height: 26px;}
#workingwithyou {left: -250px; top: 0px; width: 125px; height: 26px;}
#researchpatents {left: -375px; top: 0px; width: 125px; height: 26px;}
#casestudies {left: -500px; top: 0px; width: 125px; height: 26px;}
#contactus {left: -625px; top: 0px; width: 125px; height: 26px;}

#whoweare a {height: 26px;}
#capabilities a {height: 26px;}
#workingwithyou a {height: 26px;}
#researchpatents a {height: 26px;}
#casestudies a {height: 26px;}
#contactus a {height: 26px;}

#whoweare a:hover {background: url(../home/images/navigation.jpg) -750px 0px no-repeat;}
#capabilities a:hover {background: url(../home/images/navigation.jpg) -875px 0px no-repeat;}
#workingwithyou a:hover {background: url(../home/images/navigation.jpg) -1000px 0px no-repeat;}
#researchpatents a:hover {background: url(../home/images/navigation.jpg) -1125px 0px no-repeat;}
#casestudies a:hover {background: url(../home/images/navigation.jpg) -1250px 0px no-repeat;}
#contactus a:hover {background: url(../home/images/navigation.jpg) -1375px 0px no-repeat;}


/*----------------CONTENT AREA----------------------*/
#contentareacontainer {
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border: 1px;
	border-color: #c4c2c9;
	border-style: solid;
	padding: 12px;
	width: 753px;
}
	
#contentareacontainer h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 488px;
	color:#000;
	margin: 5px 0 5px 0;
	padding: 0 0 0 43px;
}

#contentareacontainer h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:300;
	width: 488px;
	color:#000;
	padding: 0 0 0 43px;
	margin: 0 0 5px 0;
}

#bottomcontainer{
}

#bottomcontainer ul{
	line-height: 13px;
	list-style-type: none;
}

#bottomcontainer li{
	background-image:url(../home/images/orangeBullet.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 19px;
	margin-top: 10px;
}

#leftimage{
	float: left;
	width: 193px;
}
	
#headerbulletarea{
	width: 510px;
	float: left;
}

#floatleftbullets{
	float:left;
	width: 239px;
	padding-right: 20px;
	border-right: 1px #d4d3d4;
	border-left:0px;
	border-top:0px;
	border-bottom: 0px;
	border-style:solid;
	}
	
#floatrightbullets{
	float:right;
	width: 249px;
	}
	
	
	
/*---------------FOOTER--------------------*/	
	
#footer {
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../home/images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 95px;
	width: 775px;
	font-size: 10px;
	color: #b4b3b3;
	}
	
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#footer a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #f36c33;
	text-decoration: none;
	}
	
#footer a:active { 
	color: #f36c33;
	text-decoration: none;
	}
	
#copyright {
	float: left;
	padding-top: 20px;
	padding-left: 13px;
}

#sitemap {
	float: right;
	padding-top: 20px;
	padding-right: 13px;
}


