/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/


div#slide-nav a:link, a:visited, a:hover, a:active{
	border: none;
	text-decoration: none;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-size: 12px;
	line-height: 1.5em;

}

body#background{
	font: 12px/165% 'Lucida Grande','Lucida Sans Unicode', 'LucidaSans Unicode', Verdana, Arial, sans-serif;
	color: #666666; 	
	margin: 0; 
	padding: 0 0 50px 0; 
	background: #ffffff;
}

/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #b5161a;	
	border-bottom: 1px dotted #ffffff;	
}

a:hover, a:active {
	border-bottom: 1px dotted #b5161a;	
}

a img {
	border: none;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Lucida Grande','Lucida Sans Unicode', 'LucidaSans Unicode', Verdana, Arial, sans-serif;
	color: #444;
	padding: 10px 15px 7px 15px;
	margin:0px;
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px}
h4 { font-size: 1.3em; }

h2.componentheading {
	margin: 0; 
	padding: 0;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'LucidaSans Unicode', Verdana, Arial, sans-serif;
color:#666666;
}

/* Lists */
ul, ol {
	margin: 0px;
	padding: 0 0 0 15px;
}
ul { list-style: none; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #003a7e;
}
dd {
  padding-left: 25px; 
}

p, dl { padding: 10px 15px 0px 0px; }


/* Images */
img {
    border: 1px solid #CCCCCC;
	padding: 5px;
}


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

/* ================================ Layout ================================*/
#maintable {
	background: #ffffff url(../images/alltopground.jpg) repeat-x;
}

#navisearch {
	height: 65px;
	background: #ffffff url(../images/topground.jpg) no-repeat ;
	margin: 0; 
	padding: 0; 
}

#trans1 {
	width: 200px;
	height: 1px;
	margin: 0; 
	padding: 0; 
}
#trans2 {
	width: 380px;
	height: 1px;
	margin: 0; 
	padding: 0; 
}
/* Search */
#search{
	background:#F5F4F3 url(../images/header-search.gif) no-repeat scroll 0 0;
	border:medium none;
	height:22px;
	margin:29px 50px 0 0;
	padding:0;
	right:90px;
	top:15px;
	width:180px;
	float:right;
	z-index:999999;
}

/* Wrapper */
#content-outer {
	background: #ffffff;
	margin: 0;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #ffffff url(../images/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
	text-align: left;		
}

/* Header */
#img-slider {
	margin: 10px 0 0 10px;	
}
#breadcrumb-wrapper{
	background: #ffffff;
	text-align: left;		
}

.breadcrumb{
	background:transparent url(../images/border.gif) repeat-x scroll left bottom;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px;
}
/* ================================= Footer =============================*/
#footer-wrapper {
	float: left;
	clear: both;
	margin: 0 auto;
	text-align: left;			
}

/* footer-content */
#footer-content {
	float: left;	
	padding: 0 0 35px 5px;				
	margin: 10px 0 0 0;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
/*	border-top: 1px solid #dadada;*/
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}

#buttons { 
	margin:20px 10px 0px 0px;
}
