/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}


body {
	color: #CCCCCC;
	background:url(../images/body-bg.jpg) top left repeat-x #000;
    font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	line-height: normal;
	font-size: 12px;
}



body.contentpane {
	width: auto;
	margin: 10px;
	line-height: 140%;
}


h1 {
	font-size: 1.7em;
}

h2 {
	margin: 10px 0;
	font-size: 1.5em;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.25em;
}

/* normal text */
td, div {
	font-size: 1em;
}


/* Normal link */
a {
	color: #b02602;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #b02602;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: inside;
}

li {
	padding-left: 15px;
	line-height: 150%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #ADACA9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: 0;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	padding: 1px 6px;
	background: #E7E5E2;
	border: 1px solid #ADACA9;
}

.button:hover, .button:focus {
	padding: 1px 6px;
	background: #D78807;
	border: 1px solid #D78807;
	color: #FFFFFF;
}

.inputbox {
	padding-left: 2px;
	border: 1px solid #ADACA9;
	background-color: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #D78807;
}

/* MODULE
--------------------------------------------------------- */
div.modules {
	width: 100%;
}

div.moduletable h3 {
	margin: 0;
	color: #656463;
	text-transform: UPPERCASE;
	font-size: 1.1em;
}

div.moduletable {

}




/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
	width: auto;
}

table.blog .article_seperator {
	display: block;
	height: 10px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	background: #FFFFFF;
}

table.contenttoc td {
	padding: 1px 5px 1px 20px;
	
}

table.contenttoc th {
	background: #ADACA9;
	color: #FFFFFF;
	padding: 0;
	text-indent: 5px;
	height: 29px;
	border-bottom: 5px solid #FFFFFF;
	text-transform: UPPERCASE;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	margin: 4px 4px 4px 0;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
	
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.code, pre {
	border: 1px solid #F0F0C0;
	width: auto;
	padding: 5px;
	background: #FFFFCC;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading, .componentheading  {
	font-size: 1.7em;
	text-transform:uppercase;
	color:#fff;padding-bottom:10px;
}

table.blog .contentheading {
	font-size: 1.4em;
	font-weight: bold;
}

table.blog a.contentpagetitle {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel {
	padding-left: 18px;	
}

a.mainlevel:hover, a.mainlevel:active {
}

a.sublevel {
	padding-left: 3px;
}

a.readon {
float:right;
}

a.readon:hover {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	color: #ADACA9;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #ADACA9;
	height: 15px;
}

.error {
	color: #CC0000;
}

.highlight {
	border-bottom: 1px dotted;

	font-weight: bold;
}

.message {
	color: #999999;
	font-weight: bold;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 3px!important;
	padding: 3px 0;
	margin: 12px 10px 0 0!important;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #ADACA9;
}

.pagenav {
	padding: 2px;
}

.pagenav_prev a, .pagenav_next a {
}

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_next a:hover, .pagenav_next a:active {
}

.pagenavbar {
	padding-left: 14px;
	color: #656463;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;	
	color: #656463;
}

.sectiontableheader {
	padding: 2px 4px;
	background: #D78807;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #F5F3F1;
}

tr.sectiontableentry2 td {
	padding: 4px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.small {
	color: #ADACA9;
}


/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%;
}

/* MAIN LAYOUT */
#wrapper{

}
#headerwrap {
	width:100%;
	clear:both;
	background:url(../images/header-bg.jpg) 50% -1px no-repeat;
	height:125px;
}
#header{	
	width:991px;
	height:125px;
	margin:0 auto;	
    overflow:hidden;
}
#header_l{
	width:224px;
	float:left;
}

#header_r{
	float:right;
	width:765px;
}
#logo{
    padding-top:7px;
}
#logo a{
	outline:none;
}

#header_r1{
	float:right;
	height:50px;
}
#header_r2{
	width:765px;
	float:left;
	height:75px;
}

#maincontentwrap{	
	width:991px;
	margin:0 auto;
} 
#colleft{
	float:left;
	width:225px;
	
}
#colright{
	float:right;
	width:765px;
	background:#000;
}
#interleft{
	margin:10px 0px 0px 0px;
}
#content{
	width:765px;
}
#intercontent{
	background:url(../images/bgmaincontent.jpg) top left repeat-y;
}
#intercontent1{
	padding:40px 38px 38px 55px;

}
#shadow{
	background:url(../images/shadow.jpg) top left no-repeat;
}
#bottom{
	background:url(../images/bgbottom-main.jpg) bottom left no-repeat;
}

/* Style Menu */

#topmenu{
	float:right;
}

#footer{
	clear:both;
	height:60px;	
}
#colleft img{
	margin-bottom:19px;
}