@import url(/library/css/common.css);

/*
Design by SoftGanz Group
http://www.softganz.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

a { color: #255E0A; }
a:link { color: #255E0A; }
a:hover { color: #9A9A00; }

body {
	background: #f5f5f5 none left top repeat-x;
	color: #000000;
	font-size:100%;
	font-size:0.725em;
}

/* page layout */

#page-wrapper {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

#header-wrapper {
	height: 70px;
	background:transparent url(banner.gif) right top no-repeat;
}

#primary {
	width: 570px;
	float: right;
}

#secondary {
	width: 190px;
	float: left;
	background:#f6faff;
	font-size:10pt;
}

#content-footer {
	clear:both;
}

#footer-wrapper {
	clear: both;
	padding: 20px 0;
	border-top: 5px solid #cdddec;
	text-align:center;
	font-size: 11px;
	color: #333333;
	background:#dee5ec;
}

/* element */

#header-wrapper h1 a {
	width:150px;
	height:70px;
	display:block;
	background:transparent url(logo.gif) left top no-repeat;
	text-indent:-9999em;
}

/* top navigator */
ul#navigator {
	height:14px;
	margin:-14px 0 0 151px;
	padding:0 0 0 23px;
	font-size:10px;
	line-height:14px;
	list-style-type:none;
	background:#110D0D;
}
ul#navigator li {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	display:inline;
}
ul#navigator li a {
	padding:3px 10px 3px 12px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
ul#navigator a:hover {
	color:#ffe300;
	text-decoration:none;
}

#secondary h2 , #secondary h3 {
	height: 34px;
	margin-bottom:1px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	text-transform: uppercase;
	color: #336600;
	line-height:34px;
/*	background: url(title_bullet.png) 3px center no-repeat;*/
}

#secondary ul {
	margin:0;
	padding:0px 0;
	list-style: none;
	margin-bottom: 10px;
}

#secondary li  {
	padding: 5px 20px;
	padding-bottom: 5px;
}

#secondary p {
	font-size: 10px;
}

#primary p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#footer-wrapper p { margin: 0;}
#footer-wrapper a {	color: #333333;}
#footer-wrapper ul { list-style-type:none;}
#footer-wrapper ul li { display:inline;}

.content {
	margin-left:10px;
}
div.content h2.header {
	text-align:right;
	padding-right:20px;
}
div.content h2.title {
	margin:0;
	padding:3px 0 3px 10px;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	background: #408a1b;
	-moz-border-radius:0;
}

#ad-header {
	text-align:right;
}
#ad-detail_footer {
	margin:10px 0;
	text-align:center;
}
