/* Title  : Home Styles
 * Date   : 16 Sep 2004  01:00:30 PM 
 * Author : Inash Zubair <inash@leptone.com> */

body {
	background-color : #F5F5F5;
  	background-image: url(../pix/bg.gif);
}

#main {
  border           : 1px solid #DDDDDD;
  background-color : #FFFFFF;
}

#h1 {
  font-family : "Verdana", "Arial";
  font-size   : 10px;
  font-weight : bold;
  color       : #888888;
}

#logo {
  position : relative;
  left     : 5px;
  top      : 17px;
  width    : 25px;
}

.content {
  font-family   : Verdana, Arial, Helvetica, sans-serif;
  font-size     : 10px;
  color         : #888888;
}

.content a:link, .content a:visited {
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 10px;
	color         : #0066CC;
	text-decoration: none;
}

.content a:hover, .content a:active {
	font-family   : Verdana, Arial, Helvetica, sans-serif;
	font-size     : 10px;
	color         : #888888;
	text-decoration: underline;
}

.menu a:link, .menu a:visited {
  font-family           : Verdana, Arial, Helvetica, sans-serif;
  font-size             : 10px;
  color                 : #0066CC;
  text-decoration       : none;
}

.menu a:hover, .menu a:active {
  background-color : #F0F0F0;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #888888;
  text-decoration  : none;
}

#footer {
	text-align: center;
	padding: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #888888;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#content {
	display: block;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#header {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	width: 272px;
}
#listing {
	width: 250px;
	margin: 0 auto;
}
#listing ul {
	border-top: 1px solid #CCCCCC;
	margin-top: auto;
	margin-left: 0;
	padding-left: 0px;
}
#listing ul li {
	font-family: "lucida grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../pix/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 22px;
}
#listing ul #pdf {
	background-image: url(../pix/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#listing ul #web {
	background-image: url(../pix/icon_html.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#listing ul #blank {
	background-image: none;
	height: 16px;
}
#listing ul #blank:hover {
	background-color: #FFFFFF;
}
#listing ul #title {
	color: #888888;
	padding-top: 4px;
	padding-bottom: 4px;
}
#listing ul #title:hover {
	background-color: #FFFFFF;
}
#listing ul li a {
	color: #0066CC;
	text-decoration: none;
}
#listing ul li a:hover {
	color: #888888;
}
#listing ul li:hover {
	background-color: #F0F0F0;
}
