/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/



html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-size: 13pt;
	line-height: 15pt;

}

body#background{
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #000000; 	
	margin: 0; padding: 0 0 0px 0; 
	background: #F6F5F5 url(../images/bg.gif) repeat-x; 
	text-align: center;
}
a.mainlevel { 
font:16px Georgia, 'Times New Roman', Times, serif;
padding: 5px 12px 7px 15px;
}

a.mainlevel:link, a.mainlevel:visited {
color: #7c2713;
}
a.mainlevel:active {
font-style: normal;
}

a.mainlevel:hover{
color: #000;
border-bottom: none;
}


a.button:link, a.button:visited{
color: #fff;
}
/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #bf8138;	
font-weight: 700;
}

a:hover, a:active {
	border-bottom: 1px dotted #bf8138;	
}

a img {
	border: none;
	text-decoration: none;
}
a.category {
font-size: 14px;
}

p{
	margin: 0;
	padding: 0;
}
p.form-login-username {
	margin: 0;
	padding: 0;
}

#form-login p{
	margin: 0;
	padding: 0;
}
.inputbox {
	margin:5px 0;
	padding:5px 0;
width:150px;
}

.moduletable_menu a {
font-size: 11pt;
}

ul.menu  ul {
list-style: disc; 

}

.img1 {
border: 2px solid #AE855C;
}

/* Headers */
h1, h2, h3, h4 {
	font: Georgia, 'Times New Roman', Times, serif;
	padding: 5px 15px 5px 0px;	 
}
h1 { font-size: 16pt; font-weight: normal; line-height: 18pt;}
h2 { font-size: 16pt; font-weight: bold; color: #ff9900; }
h3 { font-size: 14pt; font-weight: bold ;  color: #AE855C;}
h4 { font-size: 14pt;
color: #ff6600;
 }
h5 {
color: #000;
font-size: 14pt;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}

p, dl { padding: 10px 3px; }


/* Images */
.img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}


fieldset {
	margin:5px 0;
	padding:5px 0;
	border: none;
} 

/* ================================ Layout ================================*/
/* Search */
#search{
	background:#F5F4F3 url(../images/header-search.gif) no-repeat scroll 0 0;
	border:medium none;
	height:33px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:10px;
	width:270px;
	z-index:999999;
}

/* Wrapper */
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;		
	border-bottom: 1px solid #E8E8E8;	
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff url(../images/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
}

/* Header */
#header-wrap {
	width: 100%;
	background: #fff url(../images/bg.gif) repeat-x ;	
	margin: 0; padding: 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(../images/border.gif) repeat-x left bottom; 	
	height: 275px;	
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 20px 0px; 
        padding: 30px 5px 0 0;
	font: normal 40px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -2px;
	color: #be8036;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 110px;		
}
#header #header-image {
	position: absolute;
	
	width: 371px;
	height: 263px;	
	right: 10px; top: 0;	
}
#breadcrumb-wrapper{
	width: 100%;
	background: #FFF;
}

.breadcrumb{
	width: 946px;
	background:transparent url(../images/border.gif) repeat-x scroll left bottom;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px;
}
/* ================================= Footer =============================*/
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
			
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
height:250px;
	clear: both;
	border-top: 0px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
background: url(../images/botpic.jpg) repeat-x center bottom;

}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
