html, body {
  height: 100%;
}

body {
	color: #626262;
	font: 13px Arial, Helvetica, sans-serif;
	margin:0pt;
	padding:0pt;
}

td {
	vertical-align:top;
}

td.optiondesc {
	border-bottom: 1px dotted #CC3300;
	padding-bottom: 4px;
	font-size: 10px;
}

td.optiondescsimple {
	padding-bottom: 4px;
	font-size: 10px;
}

.wrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px
}

.push {
  height: 160px;
}

#box {
	background: transparent url(../images/transparent.png) repeat scroll 0%;
	border:1px solid #363636;
	font-size:11px;
	font-weight:normal;
	margin:15px auto 10px;
	width:900px;
  /* position: fixed;
  bottom: 10px; */
}

/* Transparency for IE */
* html #box { 
	background-color: #fff;
	filter: alpha(opacity=60);
}
#box h3 {
	color:#363636;
	font-size:11px;
	font-weight:normal;
	margin:0pt 0pt 10px;
	padding:0pt 0pt 0pt 10px;
}

#box img {
	background-color:#FFFFFF;
	border:1px solid #9C9696;
	float:left;
	height:50px;
	margin:0pt 5px 0pt 0pt;
	width:60px;
}

#box ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#box td {
	color:#000000;
	line-height:1.5em;
	padding:5px;
	position:relative;
}

#box a {
	color:#CC3300;
}

#box ul li {
	float:left;
	margin:0pt 10px 0pt 0pt;
}

#box ul li a {
	color:#36385d;
	display:block;
	text-decoration:none;
}

#box ul li a:hover {
	text-decoration:underline;
}

#footerbox {
  height: 160px;
  background:#FFFFFF url(../images/bg3.jpg) no-repeat scroll center bottom;
}

#footer {
	background-color:#73903e;
	border-top:1px solid #FFFFFF;
	color:#dffcfe;
	font-size:11px;
	font-weight:normal;
	padding:5px 0pt;
	text-align:center;
}

#footer a {
	color:#36385D;
	text-decoration:underline;
}

#header {
	position: relative;
	height: 160px;
	margin:0pt auto 15px auto;
	width:900px;
}

#header h1#logo {
	margin: 0; padding: 0;
	left: 0; top: 0;
	width: 900px; height: 160px;
	background: no-repeat url(../images/logo.gif);
}

#header h1#logo a {
	display: block;
	width: 900px; height: 160px;
	line-height: 500px;
	overflow: hidden;
}

#header h1#title {
	margin: 0; padding: 0;
	position: absolute;
	left: 175px; top: 120px;
	font-size: 14px; font-weight: bold;
	line-height: 1em;
	color: #fff;

}

#menu {
	margin: 0 auto;
	padding: 0 0 0 40px;
	list-style: none;
	list-style-type: none;
}

#menu ul {
	width: 900px;
	margin:0pt;
	padding:0pt;
}

#menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding: 0 5px 0 5px;
	float: left;
	width: 104px; height: 33px;
	overflow: hidden;
}

#menu li#active {
	position: relative;
	bottom: 5px;
	line-height: 20px;
	width: 134px; height: 63px;
	background: no-repeat url('../images/nav-button.gif');
}

#menu li a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-1px;
	text-align: center;
	text-align: center;
	color: #666644;
	display: block;
	text-decoration: none;
	/* background: no-repeat url('../images/bckmenuli.gif'); */
	width: 104px;
	height: 33px;
}

#menu li a:hover {
	text-decoration: none;
	display: block;
	/* background: repeat-x repeat-y url('../images/transparent.png'); */
	width: 104px;
	height: 33px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 34px;
}

#menu a {
	display: block;
	width: 110px;
	height: 48px;
	padding: 5px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FABEB3;
}

#menu a:hover {
	width: 108px;
	background: #AD200E url('../images/img04.gif') repeat-x;
	border-left: 1px solid #B22502;
	border-right: 1px solid #B22502;
	color: #FFFFFF;
}
/*
#menu .active {
	background: url('../images/img02.gif') no-repeat center bottom;
}

#menu .active a {
	width: 108px;
	background: #FFEC70 url('../images/img03.gif') repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #EB1400;
}
*/


form {
	margin: 0;
	padding: 0;
}

input.text {
	padding: 5px;
	background: #FEFEFE url('../images/img13.gif') repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC3300;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

p {
	line-height: 140%;
}

p.subcats {
	line-height: 110%;
	margin: 0 0 15px 0;
}


blockquote {
	margin: 2em 380px 2em 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}


a {
	color: #CC3300;
}

a:hover {
	text-decoration: none;
}

#nav {
	padding: 0 0 0 40px;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
	/* padding: 40px 10px 0 30px; */
}

/* Content */

#content {
	margin-right: 370px;
}

.contentheader {
	height: 31px;
	background:url('../images/bodyup.jpg') no-repeat;
}

.contentbody {
	background:url('../images/bodymiddle.jpg') repeat-y;
}

.contentbody h1, h2, h3, h4, h5, h6 {
	padding-left:30px;
}

.contentbody p {
	/* padding: 0px 0px 0px 30px; */
}


.contentfooter {
	background:url('../images/bodydown.jpg') repeat-y;
	height:27px;
	margin-bottom:20px;
}

.post .title h2 {
	padding: 30px 30px 0 50px;
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding: 20px 40px 20px 20px;
}

.link {
	width: 100%;
}
	
.post .links {
	margin: 0;
	padding: 0 30px 10px 30px;
}

.post .link a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .more {
	background: url('../images/star.png') no-repeat left center;
	color: rgb(248,211,5);
}

.post .links .comments {
	background: url('../images/img17.gif') no-repeat left center;
}

#links {
	padding: 20px 0 0 30px;
}

#articles, #rssfeed {
	padding: 0 0 20px 30px;
}

/*
a img {
	text-decoration: none;
}

a font {
	text-decoration: none;
}
*/

.featured {
	padding: 10px 0 0 30px;
	margin: 0 0 20px 0;
}

h2 .small {
	letter-spacing: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 350px;
	padding-top:5px;
}


.rightup {
background: url('../images/rightup.jpg') no-repeat;
height: 28px;
}

.rightcontent {
background:url('../images/rightbody.jpg') repeat-y;
padding: 0px 20px 0px 20px;
}

.rightcontent ul, .arrowdiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rightcontent li, .arrowdiv li {
	margin: 0;
	padding-left: 15px;
}

.rightcontent li ul, .arrowdiv li ul {
	padding: 0 20px 40px 10px;
}

.arrowhead li {
	background: url('../images/img11.gif') no-repeat;
	background-position: 0px 0.5em;
}

h2.title {
	color: #97b44e;
}

.rightcontent h2 {
	padding: 5px 30px 20px 10px;
	font-weight: normal;
	color: #97b44e;
}


.rightbottom {
	background:url('../images/rightdown.jpg') no-repeat;
	height:28px;
	padding-right:14px;
	margin-bottom: 20px;
	clear:both;
}

#padding, .list
{
	padding: 0 0 0 30px;
}
/* Search */

#search {
	padding: 20px 30px 40px 30px;
}
/*
#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	background: #DFDFDF url('../images/img14.gif') repeat-x;
	font-weight: bold;
}
*/
#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	background: #FEFEFE url('../images/img13.gif') repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}



/* Submit */

span.req {
	color: red;
}

.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #CC3300;
	font-size: 7pt;
	text-decoration: none;
}

.label {
	vertical-align: top;
}

.field {
}

input.text {
	margin: 1px 0;
	color: #000000;
	padding: 2px 3px;
	width: 25em;
}

input.captcha {
	margin: 1px 0;
	color: #000000;
	padding: 2px 3px;
}
input.search {
	margin: 1px 0;
	color: #000000;
	padding: 2px 3px;
	width: 15em;
	float: right;
}

input.limit_field {
	margin: 1px 0;
	color: #000000;
	padding: 2px 3px;
}

textarea.text {
	margin: 1px 0;
	padding: 2px 3px;
	width: 36em;
}

select {
	padding: 2px 3px;
	margin: 1px 0;
	width: 36em;
}

td.err, div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #CC3300;
	background: #FFFFFF;
	border: 1px dotted #CC3300;
	text-align: left;
	clear: right;
}

td.pricing {
	width: 500px;
	padding: 2px 0;
}

/* PR related */
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}

div.prb {
	background: #92c571;
	height: 3px;
	font-size: 1px;
}

div.featured {
	background-color: white;
	border: 1px dotted #CC3300;
}

.featured div.prb {
	background: rgb(254, 222, 1);
	height: 3px;
	font-size: 1px;
}


/* AJAX category selection */
#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle {
	background:#fff;
} /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

.msg {
	border: 1px dotted #CC3300;
	color: #666644;
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
}

.btn {
	background: #EC0000;
	padding:5px 20px;
	display:block;
	width:auto !important;
	white-space:nowrap;
	cursor:pointer;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	text-transform: lowercase;
	color: #fff;
	border: 0;
}

.btn:hover, .btn:focus {
   background:#EC3030;
   color:#fff;
}

.tagclouds p {
	font-size: 10pt;
	text-align: center;
}

.tagclouds a {
	line-height: 130%;
}

.tagclouds h2.title {
	margin: 10px 0 20px 0;
	padding-left: 33px;
	text-align: center;
}

td.banner {
	padding: 60px 20px 0 0;
	text-align: right;
}

.banner_small {
	padding: 0 20px 0 0;
	margin: 0px;
	color: #F00000;
	font-size: 8pt;
	text-decoration: none;
}

#rssfeed a {
	text-decoration: none;
}

#searchbox {
	background:transparent url(../images/search-box.gif) no-repeat scroll 0px top;
	float:left;
	height:35px;
	margin:0pt;
	text-align:left;
	width:250px;
}

.search-bar {
	background:#FFFFFF none repeat scroll 0%;
	border:medium none;
	font-family:Verdana;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #CC3300;
	height:26px;
	line-height:normal;
	margin:4px 0pt 0pt 45px;
	padding:0pt;
	width:190px;
}
