@charset "UTF-8";/*-----------------------------------------------------Home Page Style SheetVersion:   1.0Author:    Chris McCainCompany:   Leopard, Inc.Website:   http://www.leopard-inc.com-----------------------------------------------------*//*Body & Structure-----------------------------------------------------*/* {	margin: 0;	padding: 0;}html{	width: 100%;	height: 100%;}body {	width: 100%;	height: 100%;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	background-color: #000000;	line-height: 15px;}.clear {	clear: both;}img {	border: 0;}a {	color: #f78f1e;	text-decoration: none;}a:hover {	color: #5bae52;	text-decoration: none;}/*-------------- HEADER AREA ---------------*/#logo {	padding-top: 43px;	text-align: center;}/*-------------- NAV AREA ---------------*/#navBarContainer {	border-top-width: 1px;	border-bottom-width: 1px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #343434;	border-bottom-color: #343434;	text-align: center;}/*set up the width of the rollover not counting rollover area*/#navbuttons {	text-align: left;	margin: 0 auto;	width: 800px;	height: 66px;	background-image:  url(../main/navigation.jpg);	background-repeat: no-repeat;}/*set up the list*/#navbuttons li {list-style: none; float: left;}#navbuttons a {	display: block;	text-decoration: none;}/*set up the dimensions and position of each li button*/#navbuttons #aboutus             {left: 0px; top: 0px; width: 272px; height: 66px;}#navbuttons #portfolio           {left: -272px; top: 0px; width: 249px; height: 66px;}#navbuttons #ourservices         {left: -521px; top: 0px; width: 279px; height: 66px;}/*set up the height of each li button that is a link*/#navbuttons #aboutus a           {height: 66px;}#navbuttons #portfolio a         {height: 66px;}#navbuttons #ourservices a       {height: 66px;}/*set up the position of each li button so that upon rollover includes the necessary part of the image*/#navbuttons #aboutus a:hover     {background:   url("../main/navigation.jpg") no-repeat -800px 0px;}#navbuttons #portfolio a:hover   {background:   url("../main/navigation.jpg") no-repeat -1072px 0px;}#navbuttons #ourservices a:hover {background:   url("../main/navigation.jpg") -1321px 0px no-repeat;}/*---------------- FOOTER -------------------*/#footer {	background-color: #101217;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #040507;	padding: 12px;	text-align: center;}#footerLine {	height: 119px;	background-image: url(../main/footerGradiant.jpg);	background-repeat: repeat-x;	background-position: left top;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #1c2021;}