body {
	background-image: url('../images/background49dz.jpg');
	background-repeat: no-repeat;
	background-color: #cccccc;
	margin: 0px;
} 


div#container {
	display: block;
	width: 790px;
}

div#navigation {
	display: block;
	margin-top: 130px;
	padding-left: 10px;
	width: 140px;
	height: 280px;
	float: left;
}

div#globe {
	display: block;
	margin-top: 160px;
	width: 241px;
	height: 201px;
	float: left;
}

div#content {
	display: block;
	margin-top: 170px;
	width: 300px;
	float: left;
}


body#shopsite #content {
	margin-top: 150px;
}

body#home #content {
	height: 300px;

}



div#content p {
	text-align: left;
}


div#tagline {
	clear: both;
	display: block;
	position: relative;
	width: 350px;
	height: 35px;
	margin: 0 auto;
	top: 30px;
	left: 10px;
}

div#footer {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	top: 160px;
	padding: 30px;
}

body#home #footer {
	top: 230px;
}

body#company #footer {
	top: 240px;
}

body#contact #footer {
	top: 320px;
}

div#contact {
	clear: both;
	display: block;
	position: relative;
	margin: 0 auto;
	top: 150px;
	padding: 30px;
	text-align: center;
}

div#footer p {
	display: block;
	text-align: center;
	font-size: 10px;
}



.clear {
clear: both;

}


.normal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; line-height: 16px }
.normalwhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: normal }
.announcement { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: normal }
.normalbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold }
.whitebold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold }

body, p, td, ul, li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal; line-height: 24px }


.normallink { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; text-decoration: underline; }
a.normallink:hover { color: #000000; text-decoration: underline;}
a.normallink:link { text-decoration: underline; }
a.normallink:visited { text-decoration: underline; }
a.normallink:active { text-decoration: underline; }

/* start nav */
a .alt { display: none; } /* degrades for older menus */

ul#navbar {
	display:block;
	position: relative;
	width: 140px;
	height: 280px;
	margin: 0;
	padding: 0;
	border: 0;
	}

ul#navbar, ul#navbar li {
	display:block;
	list-style-type:none;
	}


ul#navbar a {
   display:block;
	margin: 0;
	border: 0;	
   height:20px; width:140px; 
   background:transparent url('../images/nav50.gif') no-repeat 0 0;
   }

/* ul#navbar a:hover {
  background-position: 0 -32px;
   }
*/

li#navhome a {
	height:30px;
	background-position: 0px -37px;
   }

body#home li#navhome a, 
li#navhome a:hover {
   background-position: -140px -37px;
   }


li#navcompany a {
	height:30px;
	background-position: 0px -67px;
   }

body#company li#navcompany a, 
li#navcompany a:hover {
   background-position: -140px -67px;
   }

li#navclients a {
	height:30px;
	background-position: 0px -97px;
   }

body#clients li#navclients a, 
li#navclients a:hover {
   background-position: -140px -97px;
   }

li#navfees a {
	height:30px;
	background-position: 0px -127px;
   }

body#fees li#navfees a, 
li#navfees a:hover {
   background-position: -140px -127px;
   }

li#navcontact a {
	height:30px;
	background-position: 0px -157px;
   }

body#contact li#navcontact a, 
li#navcontact a:hover {
   background-position: -140px -157px;
   }

li#navlogin a {
	height:30px;
	background-position: 0px -187px;
   }

body#login li#navlogin a, 
li#navlogin a:hover {
   background-position: -140px -187px;
   }



/* end nav */

body#clients p {
	font-size: 10px;
	margin: 0;
	border: 0;	
	line-height: 18px;
}
.shopsite {
text-align: center;
}

body#shopsite p {
line-height: 18px;
}




