* {
	padding: 0;
	margin: 0;
}
body {
	font: 11px Tahoma;
}
h1 {
	font: bold 14px Tahoma;
}
h2 {
	font: bold 14px Tahoma;
	color: #494949;
}
p {
	color: #000;
        font-size:15px;

}
a {
	color: #f00;
	text-decoration: none;
        font-size:12px;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	margin: 50px auto;
	width: 1000px;
	height: 100%;
	padding-bottom: 30px;
}
#top-menu {
	background: #de7a02;
	width: 985px;
	height: 25px;
	padding: 5px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#top-menu ul {
	display: block;
	list-style: none;
	float:right;
}
#top-menu li {
	display: block;
	position: relative;
	float: left;
}
#top-menu li a:link, #top-menu li a:visited {
	display: inline-block;
	padding: 7px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
#top-menu li a:hover, #top-menu li.active a, #top-menu li:hover a {
	color: #fff;
	text-decoration:underline;
}
#top-menu li a:focus, #top-menu li a:active {
	color: #fff;
	border: #4b4b4d 1px solid;
	border-style: none solid none solid;
	padding: 7px 4px;
}
/* ------------- Submenu --------- */
#top-menu li ul {
	position: absolute;
	border: #dadcdf 1px solid;
	border-style: none solid solid solid;
	left: 0px;
	top: 25px;
	display: none;
	z-index: 10000;
}
#top-menu ul li ul.submenu li {
	width: 200px;
	display: block;
}
#top-menu ul li ul.submenu li a, #top-menu ul li ul.submenu li:hover li a {
	background: #ececec;
	color: #333;
	border-bottom: #fff 1px dotted;
	display: block;
}
#top-menu ul li ul.submenu li li a:hover, #top-menu ul li ul.submenu li:hover a {
	background: #333;
	color: #fff;
}
#header {
	width: 1000px;
	border-bottom: 2px solid #de7a02;
	background: #fff;
}
#nav {
	width: 1000px;
	margin: 0 auto;
	height: 30px;
	clear: both;
}
#nav ul {
	display: block;
	list-style: none;
}
#nav li {
	display: block;
	position: relative;
	float: left;
}
#nav li a:link, #nav li a:visited {
	display: inline-block;
	padding: 7px 15px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:hover, #nav li.active a, #nav li:hover a {
	color: #f00;
}
#nav li a:focus, #nav li a:active {
	color: #f00;
	border: #4b4b4d 1px solid;
	border-style: none solid none solid;
	padding: 7px 14px;
}
.haschild > a {
	background-image: url(../images/submenu-arrow.png)!important;
	background-position: right center!important;
	background-repeat: no-repeat!important;
}
/* ------------- Submenu --------- */
#nav li ul {
	position: absolute;
	border: #dadcdf 1px solid;
	border-style: none solid solid solid;
	left: 0px;
	top: 25px;
	display: none;
	z-index: 10000;
}
#nav ul li ul.submenu li {
	width: 250px;
	display: block;
}
#nav ul li ul.submenu li a, #nav ul li ul.submenu li:hover li a {
	background: #ececec;
	color: #333;
	border-bottom: #fff 1px dotted;
	display: block;
}
#nav ul li ul.submenu li li a:hover, #nav ul li ul.submenu li:hover a {
	background: #333;
	color: #fff;
}
#pagecontent {
	width: 1000px;
	margin: 0 0 0 0;
	padding: 10px;
	clear: both;
}
#previous-content td {
	padding: 1px;
	border: none;
}
#tblContent {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#tblContent strong {
	text-decoration: underline;
	font-size: 14px;
	color: #de7a02;
}
#tblContent a {
	font-size: 14px;
	color: #de7a02;
}
td {
	padding: 10px;
}
#formsub td {
	padding: 5px;
}
#formsub fieldset {
	width: 450px;
	padding: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#formsub legend, #formsub h2 {
	font-family : Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#formsub label {
	font-family : Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 #formsub input[type="text"], #formsub textarea, {
 font-family : Arial, Verdana, sans-serif;
 font-size: 12px;;
 line-height:140%;
 color : #000;
 padding : 0px;
 border : 1px solid #999;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
}
#formsub input[type="submit"] {
	width: 100px;
	height: 30px;
	padding-left: 0px;
}
#formsub textarea {
	width: 310px;
}
#formsub input[type="text"]:focus, #formsub textarea:focus {
	color : #009;
	border : 1px solid #990000;
	background-color : #ffff99;
	font-weight: bold;
}
#formsub .container {
	margin-top: 10px;
	margin-bottom: 10px;
}
#formsub .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #900;
	background-color : #ffff00;
}
#formsub .short_explanation {
	font-family : Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
#formsub input[type="radio"] {
	display: inline-block;
	line-height: 100%;
	margin-top: 5px;
	margin-left: 20px;
	width: auto;
}
.leftpart {
	width: 70%;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.rightpart {
	width: 30%;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
.post-content {
	padding: 30px;
	border-bottom: 1px #ccc solid;
}
textarea {
	width: 100%;
}
#hower {
	padding-left: 10px;
}
#hower strong {
	color: #900;
}
#hower h3 {
	color: #f00;
}
#footer {
	color: black;
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	font: 11px Verdana;
}
#footer a {
	color: #AD1A19;
	padding-left: 3px;
	padding-right: 0px;
	outline: none;
	text-decoration: underline;
}
/*FORM STYLES*/
		/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/
#fg_membersite fieldset {
	width: 230px;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#fg_membersite legend, #fg_membersite_me h2 {
	font-family : Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#fg_membersite label {
	font-family : Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#fg_membersite input[type="text"], #fg_membersite textarea, #fg_membersite input[type="password"] {
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	;
	line-height: 140%;
	color : #000;
	padding : 3px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#fg_membersite input[type="text"], #fg_membersite input[type="password"] {
	height: 18px;
	width: 220px;
}
#fg_membersite #scaptcha {
	width: 60px;
	height: 18px;
}
#fg_membersite input[type="submit"] {
	width: 100px;
	height: 30px;
	padding-left: 0px;
}
#fg_membersite textarea {
	height: 120px;
	width: 310px;
}
#fg_membersite input[type="text"]:focus, #fg_membersite textarea:focus {
	color : #009;
	border : 1px solid #990000;
	background-color : #ffff99;
	font-weight: bold;
}
#fg_membersite .container {
	margin-top: 8px;
	margin-bottom: 10px;
}
#fg_membersite .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #900;
	background-color : #ffff00;
}
#fg_membersite #register_password_errorloc {
	clear: both;
}
#fg_membersite fieldset#antispam {
	padding: 2px;
	border-top: 1px solid #EEE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	width: 350px;
}
#fg_membersite fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#fg_membersite .short_explanation {
	font-family : Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#fg_membersite .spmhidip {
	display: none;
	width: 10px;
	height: 3px;
}
#fg_membersite #fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 10px;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_membersite #fg_crdiv p {
	display: none;
}
#fg_membersite_content li {
	font-family : Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fg_membersite_content {
	font-family : Arial, sans-serif;
	font-size: 14px;
	line-height: 150%
}
#fg_membersite_content h2 {
	font-family : Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.error_strings {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background: #F00;
	width: 150px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
/* Pagination */
#loading1 {
	width: 600px !important;
	position: absolute;
	top: 500px !important;
	left: auto !important;
}
#pagination {
	text-align: center;
}
#pagination li {
	list-style: none;
	float: left;
	padding: 5px;
	border: solid 1px #dddddd;
	color: #0063DC;
}
#pagination li:hover {
	color: #FF0084;
	cursor: pointer;
}
#loading {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: 200px;
}
#container .pagination ul li.inactive,  #container .pagination ul li.inactive:hover {
	background-color: #ededed;
	color: #bababa;
	border: 1px solid #bababa;
	cursor: default;
}
#container .data ul li {
	list-style: none;
	font-family: verdana;
	margin: 5px 0 5px 0;
	color: #000;
	font-size: 13px;
}
#container .pagination {
	width: 800px;
	height: 25px;
}
#container .pagination ul li {
	list-style: none;
	float: left;
	border: 1px solid #006699;
	padding: 2px 6px 2px 6px;
	margin: 0 3px 0 3px;
	font-family: arial;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
	background-color: #f2f2f2;
}
#container .pagination ul li:hover {
	color: #fff;
	background-color: #006699;
	cursor: pointer;
}
.go_button {
	background-color: #f2f2f2;
	border: 1px solid #006699;
	color: #cc0000;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	position: absolute;
	margin-top: 1px;
	width: 50px;
	height: 25px;
}
.total {
	float: right;
	font-family: arial;
	color: #999;
}
.goto {
	width: 50px;
	height: 22px;
	margin-right: 2px;
}
/*Chat*/
#VolusionLiveChat {
	width: 300px;
	height: auto;
	float:right;
	bottom: 0px;
	right: 0px;
        position:fixed;
        bottom:0;
    
}

#reply-content {
	display:block;
	margin:0 0 10px;
	padding:6px;
	width:200%;
	background:#FFF;
	border:#AAA 1px solid;
	font-size:13px;
}
textarea#reply-content, div#reply-content, span#reply-content {
	min-height:100px;
}
button {
	display:block;
	margin:20px 0;
	padding:6px 0 4px;
	width:154px;
	background:#658700;
	border:#526E00 1px solid;
	color:#F3FFCF !important;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:0 0 2px #000, inset 0 1px 1px #99CC00; -webkit-box-shadow:0 0 2px #000, inset 0 1px 1px #99CC00; -moz-box-shadow:0 0 2px #000, inset 0 1px 1px #99CC00;
	cursor:pointer;
}
button:hover {
	background:#78A000;
	border-color:#658700;
	text-decoration:none !important;
	cursor:pointer
}

button:active {
	background:#3F5500;
	border-color:#2C3C00;
	color:#9CCD00 !important;
	box-shadow:0 0 3px #000,inset 0 -2px 2px #333;
	-webkit-box-shadow:0 0 3px #000, inset 0 -2px 2px #333;
	-moz-box-shadow:0 0 3px #000, inset 0 -2px 2px #333;
}
/*Switch*/