/*
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 , html {
margin: 0px;
}

body {
background-color: #211f20;
}

body, td, p, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	height: 1px;
	border-style: solid;
	border-width: 1px;
	line-height: 1px;
}

/*
Text rendering
*/

body, td, p, div, span , h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	color: #000;
}

h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	font-weight: bold;
color: #ffffff;
}

hr {
	color: #999999;
}

a {
	color: #600;
	font-weight: bold;

	text-decoration: none;
}

a:hover {
	color: #b00;

	text-decoration: underline;
}

h6 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h4 {
	font-size: 110%;
}

h3 , .contentheading {
	font-size: 120%;
}

h2 {
	font-size: 130%;
}

h1 , .componentheading {
	font-size: 140%;
padding-left: 3px;
padding-bottom: 10px;
}

input, textarea, .inputbox, .button {
	background-color: #ffffff;
	border-color: #999999;
	color: #000000;
}

/*
Main menu
*/

.mainlevel {
	font-size: 100%;
	color: #ffffff;
font-weight: normal;

	display: block;
	text-decoration: none;
	text-transform: uppercase;

height: 26px;
padding-top: 10px;

background-image: url(../images/menu-item.jpg);
background-position: top left;
background-repeat: repeat-y;

width: 169px;
padding-left: 50px;

font-family: "Arial Black", Gadget, sans-serif;
}


.items {
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.sublevel {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
display: block;
background-color: #413f40;
line-height: 24px;
font-family: "Arial Black", Gadget, sans-serif;
font-weight: normal;
font-size: 90%;
border-bottom: 1px solid #000;
padding-left: 10px;
padding-right: 10px;
}

.transMenu {
padding-right: 50px;
padding-bottom: 50px;
}

#active_menu {
}

/* 
Left Modules
*/

.moduletable {
}

.moduletable th {
}

.moduletable td {
}

/*
General mambo styles
*/

.readon {
}

.subheading {
}

.back_button {
	background-color: #999999;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;

	text-align: center;
	display: block;
	width: 60px;
}

.back_button a {
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;

	line-height: 22px;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.back_button a:hover {
	color: #E0E0E0;

	background-color: #101010;
	text-decoration: none;
}

.pagenav_next , .pagenav_prev {
	font-size: 100%;
}

/*
Template styles
*/



/*
Forms
*/

input, textarea, .inputbox, .button {
	font-size: 100%;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.formLabel , .formOpt , .formReq {
	font-size: 100%;
}

.formReq {
font-weight: bold;
color: #600;
}

.button {
  height: 22px;
}

/*
Other styles
*/

.contentDiv {
	width: 613px;
	height: 518px;
	margin-left: 20px;
margin-right: 23px;
margin-top: 7px;
overflow: auto;
padding-top: 8px;
margin-bottom: 3px;
padding-bottom: 3px;}

div.mainlevel {
padding: 0px;
height: 7px;
}


.zoomGalleryCell img , .zoomGallery img {
border-width: 2px;
border-color: #666;
border-style: inset;
}
.zoomGalleryCell td , .zoomGallery td {
font-size: 90%;
text-align: center;
}
.zoomGallery img {
margin-top: 20px;
}

.menuBottomImage {
background-image: url(../images/menu-bottom.jpg);
background-position: top left;
width: 219px;
height: 97px;
}