html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

body#background{
	background: #DDD;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	line-height: 170%;
	letter-spacing: 0.5px;
}

/* Normal link */
a:link, a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0075E3;
}

a:hover, a:active {
	text-decoration: underline;

}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%; letter-spacing: -1px;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 3px 0;
	padding: 3px 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

tbody tr td{
	text-align: left;
	padding: 2px 0 5px 0;
	
}


fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DDD;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.container{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;

}

.container ul li{
	list-style: outside disc;
	padding-left: 0px;
	margin-left: 15px;
}

.container ul li ul li{
	list-style: outside circle;
	padding-left: 0px;
	margin-left: 10px;
}

.container ol li{
	list-style: outside decimal;
}


/*================================== Topwood ======================================*/
#topwood{
	width: 100%;
	height: 15px;
	background: #333 url(../images/top-wood-bg.gif) repeat-x top;
}

/*================================== Header ======================================*/
#header{
	width: 100%;
	overflow: hidden;
	background: #110F0F url(../images/header-bg.gif) top repeat-x;
	border-bottom: 2px solid #181717;
}

.logo{
	width: 225px;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.topmenu{
	width: 600px;
	float: right;
	overflow: hidden;
	margin: 35px 0 0 0 ;
}

.slide{
	width: 900px;
	overflow: hidden;
	margin: 25px 0px;
}
/*================================== Mainbody ======================================*/
#mainbody{
	width: 100%;
	overflow: hidden;
	background: #FFF /*url(../images/joomla-logo-bg.gif) top no-repeat*/;
	border-top: 2px solid #FFF;
}

.topcolumn{
	width: 900px;
	overflow: hidden;
	margin: 30px 0px 15px 0px;
}

.leftcolumn{
	width: 590px;
	float: left;
	overflow: hidden;
}

.rightcolumn{
	width: 300px;
	float: right;
	overflow: hidden;
}
/*================================== bottom ======================================*/
#bottom{
	width: 100%;
	background: #F3F3F3;
	border-top: 1px solid #DDD;
	overflow: hidden;
}

.bottom1, .bottom2, .bottom3{
	width: 280px;
	display: inline;
	float: left;
	margin: 15px 10px;
}

.

/*================================== Footer ======================================*/
#footer{
	width: 100%;
	overflow: hidden;
	background: #DDD;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #AAA;
	padding: 20px 0px;
}

.footerleft{
	width: 700px;
	overflow: hidden;
	float: left;
	color: #666;
	padding: 10px 0px;
}

.footerright{
	width:160px;
	height: 50px;
	background: url(../images/logo-footer.gif) 0 0 no-repeat;
	overflow: hidden;
	float: right;
	margin: 10px 0px;
}

.footerright:hover{
	width:160px;
	height: 50px;
	background: url(../images/logo-footer.gif) -1px -51px no-repeat;
	overflow: hidden;
	float: right;
}
