  * {
	font-weight:lighter;
  }

  body {
	background:#E4E4E4 url(/cms/contents/img/bg_top.gif) repeat-x;
	margin:0;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:13px;
	text-align:center;
	color: #262626;
  }

  div#header {
	text-align: center;
	width:100%;
	height:100px;
	margin: 0; 
	padding: 0;
  }

  div#header #logo {
	height: 70px;
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
  }

  div#header #logo h1 {
	font-size: 24px;
	height: 70px;
	margin: 0 0 0 0; padding: 20px 0 0 20px;
	line-height: 1em;
  }
	
  div#header #logo h1 a {
	display: block;
	height: 100%; width: 100%;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
  }
	
  div#header #logo h1 a:hover {
	color: #ddd;
  }

  div#main {
	text-align:left;
	background:url(/cms/contents/img/wrap2.png) repeat-y center;
	width:980px;
	overflow: hidden;
	position:relative;
	margin: 0 auto 0 auto;
	min-height: 900px;
	padding: 0 10px 0 10px;
  }

  div#content {
	padding:5px 5px 0 0;
	background:#FFF;
	width:695px;
	float:left;
	margin: 8px 0px auto 22px;
  }

  div#content h1 {
	margin-top:0px;
	font-size: 14px;
  }

  div#content h3 {
	margin: 28px 0 0 0px;
	font-size: 16px;
  }

  div.contentbox, div.newsbox {
	text-align:justify;
	padding:6px 8px 0 8px;
  }

  div.contentbox h1, div.newsbox h1 {
	color: #FFFFFF;
	margin-bottom: 20px;
  }

  div.contentbox {
	background:#FFFFFF url(/cms/contents/img/bg_contentbox.png) repeat-x;
  }

  div.newsbox {
	margin-top: 29px;
	float: right;
	width: 64%;
	background:#FFFFFF url(/cms/contents/img/bg_newsbox.png) repeat-x;
  }

  div#sidebar {
	padding:5px;
	background:#FFFFFF;
	width:225px;
	height:700px;
	float:left;
	margin: 8px 0 auto 11px;
  }

  div#sidebar h3 {
	margin-top:0px;
	font-size: 14px;
  }

  div.sidebox {
	text-align:left;
	padding:6px 8px 0 8px;
	background:#FFFFFF url(/cms/contents/img/bg_contentbox.png) repeat-x;
  }

  div.sidebox h3 {
	margin-bottom: 20px;
	color: #FFFFFF;
  }

  div.sidebox ol {
	 line-height: 19px;
	 padding-left:20px;
  }

  div.sidebox ul {
	 list-style: none;
	 line-height: 19px;
	 padding-left:20px;
  }

  a {
	 color: #262626;
	 text-decoration: none;
	 border-bottom: 1px dotted #262626;
  }

  a:hover {
	 color: #127fb2;
	 border-bottom: 1px dotted #127fb2;
  }

  div#footer {
	text-align: center;
	width:100%;
	height:60px;
	margin: 0; 
	padding: 0;
	background: #117FB2 url(/cms/contents/img/bg_footer.png) repeat-x;
	border-top: 1px solid #727272;
  }

  #copyright {
	line-height: 21px;
	color: #AFAFAF;
	font-size: 90%;
	width: 980px;
	padding: 8px 0px 0px 34px;
	margin: 0 auto 0 auto;
	text-align: left;
  }

  #copyright a {
	border-bottom: 1px dotted #AFAFAF;
	text-decoration: none;
	color: #AFAFAF;
  }

  #copyright a:hover {
	border-bottom: 1px dotted #117FB2;
	color: #117FB2;
  }

  #topnav {
	height:29px;
	margin:0px auto 0px auto;
	width:970px;
	border-left:1px solid #117FB2;
  }

  #topnav ul {
	padding:0px;
	white-space:nowrap;
	margin:0;
  }

  #topnav ul li {
	display: block;
	float:left;
	height: 29px;
	width: 110px;
	line-height: 29px;
	list-style-type: none;
	font-size: 11px;
	text-align: center;
	border-right: 1px solid #117FB2;
  }

  #topnav ul li.current_page_item a  {
	background-color:#cc0033;
	border-top: 1px solid #dbe8f7;
  }

  #topnav ul li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color:#fff;
	background: #242424 url(/cms/contents/img/topnav.png) repeat-x;
	height: 29px;
	text-align: center;
	padding:auto 20px auto 20px;
	border-bottom: none;
  }

  #topnav ul li a:hover {
	color: #fff;
	background: #242424 url(/cms/contents/img/topnav_hover.png) repeat-x;
	border-bottom: none;
	
  }

  #navactive ul li a {
	font-size: 14px;
	text-decoration: none;
	color:#fff;
	background: #242424 url(/cms/contents/img/topnav_hover.png) repeat-x;
	height: 29px;
	text-align: center;
	padding:auto 20px auto 20px;
	border-bottom: none;
  }

  form.user {
	margin-top: 28px;
  }

  input.user, .captcha {
	height: 17px;
	padding: 2px;
	border: 1px solid #C1C1C1;
	background: url(/cms/contents/img/bg_input.gif);
  }

  select.user {
	padding: 1px;
	height: 21px;
	border: 1px solid #C1C1C1;
	background: url(/cms/contents/img/bg_input.gif);
  }

  select.user option {
	background: #FFFFFF;
  }

  textarea {
	padding: 2px;
	border: 1px solid #C1C1C1;
	background: #EFEFEF;
	font-family:"Trebuchet MS",Verdana,Arial;
	font-size:13px;
  }

  .captcha {
	padding: 5px;
	margin-left: 3px;
  }

  button {
	margin-left: -2px;
	margin-top: 5px;
	display: block;
	cursor: pointer;
	background: none;
	padding: 0;
	border: none;
  }

  input.mb {
	padding: 0px;
	background: red;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	font-size: 80%;
	font-weight: bold;
	margin: 0 3px 0 1px;
	cursor: pointer;
  }

  fieldset {
	margin: 0px;
	margin-top: 12px;
	border: none;
	background: none;
  }

  .fakelink {
	cursor: pointer;
	color: #3B8DCF;
	text-decoration:none;
  }

  .error {
	font-size: 90%;
	color: #FF2605;
	text-align: left;
  }

  .success {
	background: url(/cms/contents/img/accept.png) no-repeat;
	padding-left: 21px;
	font-size: 90%;
	color: #94ae6b;
	text-align: left;
  }

  div.usertable {
	background: url(/cms/contents/img/bg_usertable.jpg) repeat-x;
  }

  tr.head td {
	font-size: 14px;
	padding: 6px 2px 5px 2px;
  }

  tr.footer td {
	background: #939393;
  }

  tr.head, tr.head a {
	color: #FFFFFF;
	border: none;
  }

  tr.listing td {
	height: 25px;
	font-size: 13px;
	border-bottom: 1px solid #DEDEDE;
  }
  tr.listing {
	cursor: pointer;
  }
  tr.listing:hover {
	color: #FFFFFF;
	background: #3294C1;
	cursor: pointer;
  }
  tr.listing a {
	border: none;
  }
  tr.listing:hover a {
	color: #FFFFFF;
	border: none;
  }

  tr.featuredlisting td {
	height: 25px;
	font-size: 13px;
	border-bottom: 1px solid #DEDEDE;
  }
  tr.featuredlisting {
	background: #cde4f4;
	cursor: pointer;
  }
  tr.featuredlisting:hover {
	color: #FFFFFF;
	background: #3294C1;
	cursor: pointer;
  }
  tr.featuredlisting a {
	border: none;
  }
  tr.featuredlisting:hover a {
	color: #FFFFFF;
	border: none;
  }

/* cat table */
  div.cattable {
	background: url(/cms/contents/img/bg_cattable.jpg) repeat-x;
	margin-bottom: 20px;
  }

  tr.cathead td {
	font-size: 14px;
	padding: 6px 2px 5px 2px;
  }

  tr.catfooter td {
	background: #B5B5B5;
  }

  tr.cathead, tr.cathead a {
	border: none;
  }

  tr.catlisting td {
	height: 25px;
	font-size: 13px;
	border-bottom: 1px solid #DEDEDE;
  }
  tr.catlisting {
	cursor: pointer;
  }
  tr.catlisting:hover {
	color: #000;
	background: #E7E7E7;
	cursor: pointer;
  }
  tr.catlisting a {
	border: none;
  }
  tr.catlisting:hover a {
	color: #000;
	border: none;
  }

  .pagesplit img, .pagesplit a {
	color: #94AE6B;
	font-size:130%;
	border: none;
  }


  span.description {
	color: #767676;
	font-size: 90%;
  }

  span.featured {
	font-size:70%;
	color:#117FB2;
	-moz-border-radius: 2px;
	padding: 1px 3px 1px 3px;
  }

  #usernav {
	padding-left: 0px;
  }

  #loader {
	display: none;
  }

  .info {
	color:#999;
	font-size:90%;
  }

  strong {
	 color: #117FB2;
  }

  .parentcat {
	 color: #000;
	 /*background: #B5B5B5;*/
	 padding-left: 3px;
	 padding: 5px;
	 margin-left: -5px;
  }

  div.comment {
	 color: #494949;
	 font-size: 90%;
	 background: #f1f1f1 url(/cms/contents/img/comment_bg.jpg) repeat-x;
	 margin: 0;
	 margin-bottom: 2px;
	 margin-top: 3px;
	 padding: 5px;
	 width: 430px;
  }

menu#mininav {
    font-size: 13px;
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
  }

menu#mininav li {
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    background: #939393;
    margin: 0 1px 0 0;
    float: left;
  }

menu#mininav a {
    color: #FFFFFF;
    font-weight: lighter;
    text-decoration: none;
  }

menu#mininav:hover a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

menu#mininav li.mininavactive {
    background: #1180B2;
  }

li.mininavactive a {
    color: #292929;
    text-decoration: none;
  }