/*
E-motion design
joomla css file
*/

/*
Recommended cross-platform font families:

Arial, Helvetica, sans-serif
Verdana, Geneva, sans-serif
"Arial Black", Gadget, sans-serif
"Courier New", Courier, monospace
"Times New Roman", Times, serif
*/

/*
General
*/

body, td, p, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
Text rendering
*/

body, td, p, div, span , h1, h2, h3, h4, h5, h6 , .componentheading, .subheading {
	color: #202020;
}

td, p {
	line-height: 160%;
}
p {
	margin: 0px 0px 11px;
}

h1, h2, h3, h4, h5, h6 , .contentheading, .contentheading_sample, .componentheading, .subheading {
	font-weight: bold;
}
a {
	color: #2A6E12;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h6 {
	font-size: 100%;
}
h5 {
	font-size: 110%;
}
h4 {
	font-size: 120%;
}
h3 , .contentheading, .contentheading_sample {
	font-size: 130%;
	color: #B9422F;
}
h2 {
	font-size: 140%;
}
h1 , .componentheading {
	font-size: 150%;
}
input, textarea, .inputbox, .button {
	background-color: #FFFFFF;
	border-color: #999999;
	color: #202020;
}

/*
Main menu
*/

.mainlevel {
}
#active_menu {
}

/* 
Modules
*/

.moduletable {
}
.moduletable th {
}
.moduletable td {
}

/*
Forms
*/

input, textarea, .inputbox, .button {
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formLabel , .formOpt , .formReq {
	font-weight: bold;
}
.formReq {
	color: #A7696B;
}
.button {
}
.inputbox-ff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#searchphraseany,
#searchphraseall,
#searchphraseexact {
	border: none;
}

/*
Other styles
*/

.hidden {
 display: none;
}

/*
Div-based layout
*/


/* layout specific sizes, margins, paddings */
body {
	height: 100%;
	margin: 0px;
}

#r1, #r2, #r3 {
	width: 100%;                          /* body + borders width */
}
#r1c, #r2c, #r3c {
	width: 777px;                          /* total col width */
	margin: 0 auto;
}
#r1c1, #r2c1, #r3c1 {
	width: 759px;
	margin: 0 8px 0 10px;
}
.ie6 #r2c1 {
	margin: 0 4px 0 5px;
}

#r1, #r1c {
	height: 321px;                         /* row 1 height */
}

#r2 {
	margin-top: 321px;                     /* row1 height + row1 border */
}
#r2, #r2c {
	min-height: 400px;                     /* row 3 min height */
}
.ie6 #r2, .ie6 #r2c {
	height: auto;                         /* row 3 min height */
}
#r2c1 {
	width: 539px;
	padding: 30px 110px 10px;
	float: left;							/* so that it contains it's inner floating divs */
}

#r3c {
	height: 67px;
}
#r3c1 p#footer {
	margin: 0;
	padding: 20px 0 10px;
}


/* background colours & imgs */
body#main {
	background: #983522 url(../images/border.png) repeat-y scroll center;
}
#r1, #r2, #r3 {
	background-color: #983522;
}
#r1c, #r2c, #r3c {
	background: #983522 url('../images/border.png') repeat-y;
}

#r1c1, #r2c1 {
	background-color: #FFFFFF;
}

#r3c1 {
	background: #FFFFFF url('../images/flourish.gif') no-repeat top;
}

/* required element css */

#r1, #r1c, #r2, #r2c, #r3, #r3c {
	overflow: hidden;
}

#r1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#r1c1 img#header {
	border: none;
}

#r2 {
}

#r3c1 {
	text-align: center;
}

p#footer {
	color: #909090;
}

p#footer a.footer_link {
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}

p#footer a.footer_link:hover {
	color: #990000;
}

/* module css */

#r2c1 .contentpaneopen_sample {
	float: left;
	width: 430px;
}

.moduletablemenu_links {
	float: right;
	margin: 15px -60px 0 0;
	width: 150px;
}
.ie6 .moduletablemenu_links {
	margin-right: -30px;
}
.moduletablemenu_links td {
	text-align: right;
	line-height: 200%;
}
.moduletablemenu_links td a{
	color: #983522;
}
       
/* div-based anchor fix for gecko browsers */
.gecko .linkAbsolute a, .gecko .anchorLink a {
	position: absolute;
}

/* dynamic fonts border fix */
.replacement {
	border: none;
}

/* article_seperator gap fix */
.article_seperator {
	display: none;
}




/* anjel subscribe module */
.button {
 font-size: 11px;
}
.anjelSubscribeButtons input {
 font-size: 11px;
}
.anjelSubscribe ,
.anjelSubscribeName ,
.anjelSubscribeNameInput ,
.anjelSubscribeEmail ,
.anjelSubscribeEmailInput ,
.anjelSubscribeButtons {
 display: inline;
}
.anjelSubscribe {
 text-align: center;	
}
.anjelSubscribeEmail ,
.anjelSubscribeButtons {
 padding-left: 20px;
} 