/*======================================*
** lsttwo.css
/*======================================
** Created: February 26th, 2008
** Author: Ebits Online (http://www.ebitsonline.com)
** Target: Link Site tool
**======================================*/
* {
margin : 0;
padding : 0;
}
body {
	background-image:url(../lst-images/defaultbg.gif);
	font: 11px "Osaka", "MS PGOTHIC";
	color: #000000;
}
/*--------------------------------------
** Page format
**---------------------------------------*/
#lstpage {
	margin : 0 auto;
	width : 770px;
	text-align : left;
	background-color : #ffffff;
	border: 1px solid #919191;
}
/*--------------------------------------
** header format
**---------------------------------------*/
#lsthead {
	width : 770px;
	height : 100px;
	margin : 0;
	border-bottom : 3px solid #000000;
	background-color: #FF854A;
}
/*--------------------------------------
** Logo format
**---------------------------------------*/
#logo {
	top: 25px;
	left: 10px;
	color: #000000;
}
#logo a {
	color : #000000;
	font: bold 28px "arial narrow","Osaka", "MS PGOTHIC";
	text-decoration:none;
}
#logo a:hover {
	color : #000000;
	font: bold 28px "arial narrow","Osaka", "MS PGOTHIC";
	text-decoration:none;
}
#logo h1 {
	padding : 5px 15px 5px 10px;
}
#logo p {
	padding-left : 10px;
	font-weight: bold;
}
/*--------------------------------------
** Navigation format
**---------------------------------------*/
#lstnav {
  background-color: #004A6F;
  top: 101px;
  left: 650px;
  padding: 9px 0;
  text-align: right;
  border-bottom: 3px solid #000000;
}
#lstnav li {
  list-style: none;
  display: inline;
  color: #fdfdfd;
}
#lstnav a {
  padding-right: 5px;
  text-decoration: none;
  color: #fdfdfd;
}
/*--------------------------------------
** Body format
**---------------------------------------*/
#body {
	padding-left : 10px;
	clear : right;
	text-align : left;
	float : right;
	margin-top : 0;
	margin-right : 0;
	width : 760px;
	padding-top: 3px;
	background-color: #f1f8ff;
}
#body p {
	padding : 5px 15px 5px 0;
	font-size : 12px;
}
#body a, #body a:visited {
	font-family : "Trebuchet MS", "arial narrow","Osaka", "MS PGOTHIC";
	font-style : normal;
	font-size : 12px;
	color : #09598A;
	text-decoration : underline;
}
#body a:hover {
	color:#09598A;
	text-decoration : underline;
}
/*--------------------------------------
** categories format
**---------------------------------------*/
#categories {
	background-color: #FF854A;
	float: right;
	width: 185px;
	padding-left:10px;
	margin-right:2px;
	border : 1px solid #000000;
}
#categories h2 {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	padding : 5px 0px 5px 0px;
	font-weight: bold;
	color: #000000;
	border-bottom : 3px solid #000000;
}
#categories li {
	list-style: none;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	background-color: #004A6F;
	border-bottom: 2px solid #ffffff;
	padding:2px 0px 2px 0px;
}
#categories a, #categories a:visited {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-size : 12px;
	color : #fdfdfd;
	text-decoration : none;
}
#categories a:hover {
	color : #fdfdfd;
	text-decoration : underline;
}
#catname {
	float: left;
	width: 518px;
}
#catname h2 {
	padding : 0;
	font-weight: bold;
	border-bottom : 3px solid #888888;
}
/*--------------------------------------
** Category listing format
**---------------------------------------*/
.cathead {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-style : normal;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color: #eeeeee;
}
/*--------------------------------------
** Client/link Sites format
**---------------------------------------*/
#linksites {
  float: left;
  width: 520px;
}
#linksites h2 {
	padding : 10px 0px 10px 0px;
	font-weight: bold;
}
#linksites a, #linksites a:visited {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-style : normal;
	font-size : 11px;
	color: #00496C;
	text-decoration : none;
}
#linksites a:hover {
	color : #00496C;
	text-decoration : underline;
}
/*--------------------------------------
** footer format
**---------------------------------------*/
#lstfooter {
	clear : right;
	height : 100px;
	text-align : left;
	background-color: #FF854A;
}
#footertb {
	width : 100%;
	border-top : 3px solid #1b2424;
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
}
#footertb a:link, #footertb a:visited {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-weight : normal;
	font-size : 9px;
	color : #fdfdfd;
	padding-right: 5px;
	text-decoration : none;
}
#footertb a:hover {
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-style : normal;
	font-weight : normal;
	font-size : 9px;
	color : #fdfdfd;
	padding-right: 5px;
	text-decoration : underline;
}
.footertxt {
	margin-top : 0;
	margin-left : 0;
	padding : 10px 10px 10px 10px;
	font-size : 11px;
	line-height : 12px;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}
a.footertxt {
	padding : 10px 10px 10px 0px;
	color : #000000;
	text-decoration : none;
}
a.footertxt:hover {
	padding : 10px 10px 10px 0px;
	color : #000000;
	text-decoration : underline;
}
.footerbox {
	border-bottom : 1px solid #cccccc;
	border-top : 1px solid #cccccc;
	padding : 3px 1px 5px 1px;
	font-family : "Trebuchet MS","arial narrow","Osaka", "MS PGOTHIC";
	font-style : normal;
	font-weight : bold;
	font-size : 10px;
	color : #ffffff;
	background-color: #004A6F;
}
/*--------------------------------------
** End of Css
**---------------------------------------*/
