@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#efefef;
}
#container {
	width:970px;
	margin:10px auto;
	background-color:#fff;
}
#topbar {
	width:930px;
	padding:20px;
	background-color:#f3f3f3;
	text-align:right;
	font-size:12px;
}
#topbar a {
	color:#3c3c3c;
	text-decoration:none;
}
#topbar a.home {
	background-image:url(../images/icon-home.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:0px 3px;
}
#topbar a.contact {
	background-image:url(../images/icon-contact.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:0px 3px;
}
#topbanner {
	width:970px;
	height:197px;
	background-color:#FFF;
	background-repeat:no-repeat;
}
#top_nav {
	width:970px;
	height:30px;
	font-size:14px; /* Adjust */
	letter-spacing:1px;
	margin-bottom:20px;
}
#top_nav {
	float:right;
}
#top_nav li {
	margin-right:3px;
	float:right;
}
#top_nav li a {
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#898989;
	background-color:#fff;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	width: 143px;
	display: block;
	border-right:1px solid white;
	text-decoration: none;
	text-align: center;
	height:26px;
	padding-top:4px;
}
#top_nav li a:hover {
	background-position:0px -30px;
	color:white;
}
#content {
	width:950px;
	margin:0 auto;
}
#leftnav {
	width:170px;
	float:left;
	padding:0px 15px 0 15px;
}
#middle {
	width:520px;
	border-left:1px #efefef solid;
	border-right:1px #efefef solid;
	float:left;
	padding:0px 15px 0 15px;
	font-size:11px;
}
#rightnav {
	width:170px;
	float:left;
	padding:0px 15px 0 15px;
}
#leftnav ul {
	margin-bottom:25px;	
}
#leftnav ul li a {
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#leftnav ul li ul li {
	margin-left:10px;
	margin-bottom:3px;
}
#leftnav ul li ul {
	margin-top:5px;
}
#leftnav ul li ul li a {
	font-size:12px;
	font-weight:normal;
	width:100%;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
}
#leftnav ul li ul li a:hover {
	background-image:url(../images/arrow-hover.jpg);	
}
#leftnav input.txt {
	width:105px;
	height:18px;
	border:1px #333 solid;
	background-image:url(../images/input-bg.jpg);
	margin:-3px 0 0 0 !important;
	padding:4px 4px 0 4px;
}
#leftnav input.btn {
  width: 50px;
  height: 24px;
  margin: 0;
  border: 0;
  background: transparent url(../images/input-btn.jpg) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#leftnav p {
	margin-bottom:5px;
	color:black;
	font-weight:bold;
	font-size:14px;
}
.search {
	margin-bottom:30px;	
}
.clear {
	clear:both;
}
#middle h3 {
	font-size:18px;
	letter-spacing:1px;
	color:#3c3c3c;
	margin-bottom:8px;
}
#middle p {
	margin-bottom:8px;
}
#middle a {
	color:#3c3c3c;
}
#middle a:hover {
	color:#999999;
}
#footer {
	width:970px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e8e6e6;
	padding:20px 0 20px 0;
	font-size:11px;
	text-align:center;
}
#footer p {
	line-height:20px;
}
#footer p a {
	color:#000;
}
#footer p.links {
	text-align:center;
	margin-bottom:15px;
}
#footer p.links a {
	color:#000;
	text-decoration:none;
	padding:0 5px 0 5px;
}
#bottombar {
	width:920px;
	margin:0 auto;
	border-top:1px #efefef solid;
	border-bottom:1px #efefef solid;
	margin-bottom:10px;
	padding:10px;
}
#bottombar img {
	margin-left:17px;
}
.detaildescription a {
	font-size:12px;
}
.detaildescription p {
	line-height:19px;
}
.detaildescription ul {
	margin-bottom:15px;
}
.detaildescription ul li {
	margin:0 0 8px 8px;
	background-image:url(../images/icon-tick.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:19px;
	line-height:18px;
}
.img-right {
	float:right;
	border:1px #000 solid;
	margin:0 0 5px 8px;
}
.img-left {
	float:left;
	border:1px #000 solid;
	margin:0 8px 5px 0;
}
#middle ul {
	margin-bottom:15px;
}
#middle ul li {
	margin-bottom:8px;
	margin-left:10px;
	background-image:url(../images/icon-tick.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:19px;
	line-height:18px;
}
#middle p {
	line-height:19px;
}
.post-date {
	color:#666;
	font-style:italic;
	font-size:11px;
}
.post {
	margin-bottom:30px;
	border-bottom:1px #CCC dashed;
}
.post-title {
	margin-bottom:5px;
	font-size:12px;
}