/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
html,body{background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

a {
	color:#000;
}
h2 {
	font-weight:bold;
	text-transform:uppercase;
}

body {
	background:#b0c647;
	font:12px/18px Arial,Helvetica,sans-serif;
}
#page {
	width:1024px;
	margin:0 auto;
	background:url(/templates/images/bg.gif) repeat-y;
}
#pageTop {
	background:url(/templates/images/bg-top.gif) no-repeat;
	height:30px;
	width:100%;
}
#pageBtm {
	background:url(/templates/images/bg-btm.gif) no-repeat;
	height:30px;
	width:100%;
}

#wrapper {
	background:#fff;
	width:980px;
	margin:0 auto;
}

#header {
	border-bottom:1px solid #fff;
}
#header img {
	display:block;
}

.ad {
	background:url(/templates/images/annons.gif) no-repeat;
	padding-top:9px;
}
.ad img {
	border:1px solid #000;
}

#topBar, #footBar {
	padding:0 6px;
	line-height:25px;
	background:url(/templates/images/bar.jpg) no-repeat;
	overflow:hidden;
	height:100%;
}
#topBar,
#topBar a,
#footBar,
#footBar a {
	font-weight:bold;
	color:#fff;
}
#topBar a,
#footBar a {
	text-decoration:none;
	text-transform:uppercase;
}

#nav {
	float:left;
}
#nav li {
	background:url(/templates/images/bull.gif) no-repeat 0 52%;
	float:left;
	padding-left:8px;
	margin-left:7px;
	list-style-type:none;
}
#nav li.first {
	background:none;
	margin:0;
	padding:0;
}

.tip {
	float:right;
}
#topBar .tip a {
	color:#ff57ae;
}

#trail {
	border-top:1px solid #fff;
	clear:both;
}


#content {
	margin-top:8px;
	overflow:hidden;
	width:100%;
}

#sidebar {
	background:#a7325c;
	color:#fff;
	width:160px;
	padding:5px;
	float:left;
}
#sidebar p {
	margin-bottom:10px;
}
#sidebar hr {
	color:#fff;
	background:#fff;
	height:1px;
	margin:0 0 10px 0;
}

#sidebar h2 {
	line-height:1;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
}
#sidebar h3 {
	font-weight:bold;
	text-transform:uppercase;
	line-height:2;
}
#sidebar h4 {
	font-weight:bold;
}

#sidebar a {
	color:#fff;
}

#sidebar .searchbox {
	background:#aca19c;
	border-bottom:2px solid #737373;
	padding:5px;
}
#sidebar .searchbox input {
	border:0;
	background:#fff;
}
#sidebar .searchbox .searchtext {
	width:116px;
}
#sidebar .searchbox .btn-search {
	font-size:10px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	width:30px;
	height:14px;
}

#main {
	width:535px;
	float:left;
	padding:0 8px;
}

#banner {
	background-position:8px 0;
	border-left:1px solid #aca19c;
	padding-left:8px;
	float:right;
}
#banner img {
	border:none;
}
#banner li {
	list-style:none;
}


#footer {
	padding-top:10px;
}

#footer ul {
	float:left;
}
#footer li {
	background:url(/templates/images/bull.gif) no-repeat 0 52%;
	float:left;
	padding-left:8px;
	margin-left:7px;
	list-style-type:none;
}
#footer li.first {
	background:none;
	margin:0;
	padding:0;
}

#footer #footBar ul.top {
	float:none;
	border-bottom:1px solid #fff;
	overflow:hidden;
	height:100%;
}
#footer #footBar ul.bottom a {
	text-transform:none;
}


.cats {
	width:90%;
	margin:0 auto;
}
.subcats {
	margin-bottom:1em;
}

.reglink td {
	padding-bottom:10px;
	overflow:hidden;
	width:100%;
}
.reglink img {
	float:left;
	margin-right:10px;
}
.linkdesc {
	/*margin-left:95px;*/
}
.linkdesc a {
	font-weight:bold;
	color:#000;
}

.formPage input,
.formPage textarea {
	width:246px;
}
