
body{
   background-image: url('../images/background.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}


/* menu mail log */
#menu-bar {
   width: 1050px;
   margin: 0 auto;
   padding: 0px 0px 30px 0px;
   background: #136511;
   color: #ffffff;
}

#menu-bar ul, #menu-bar li {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   text-indent: 5px;
   padding:0;
   margin:0;
}

#menu-bar li {
   white-space:nowrap;
   list-style: none;
   position: relative;
   float: left;		  /* this makes the lists to appear horizontally */
   height: 20px;
   text-align: center;
   background-color: #136511;
   line-height: 20px;
   padding: 5px 41px 0 0;
   padding-bottom:5px;
}

#menu-bar li:last-child {
   padding:0; 
}

#menu-bar li li, #menu-bar li li:last-child {
   width:100%;
   text-align: left;
   padding-left:10px;
   padding-right:0px;
}

#menu-bar li a {
   display:block; /*added by dsonesuk */
   text-decoration:none;
	color: #ffffff;
}

#menu-bar li:hover {
   background-color:#d05c2d;
}

#menu-bar ul ul
{
   position:absolute; /*added by dsonesuk */
   width:125px; /*added by dsonesuk */
   top:30px;/*amended by dsonesuk */
   visibility:hidden;
   text-align: left;
}

#menu-bar ul li:hover ul
{
   visibility:visible;
}
/* end */





/*
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #ffffff;
}
*/
/*
a:link, a:visited { 
   color: #d05c2d; 
   text-decoration: 
   underline; 
   font-weight: normal; 
} 
a:active, a:hover { 
   color: #990000; 
   text-decoration: none; 
}
*/

/*
textarea {
   overflow: hidden;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.text_rl {
	text-align: right;
}

.fl { float: left; }
.fr { float: right }
*/

/*
#templatemo_header_wrapper {
	width: 1050px;
	margin: 0 auto;
	background: url(../images/templatemo_header_bg.jpg) repeat-x;
}

#templatemo_header {
	width: 940px;
	height: 64px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}
*/

/* menu */

/*
#templatemo_header #templatemo_menu {
	float: right;
   width: 1000px;
	height: 48px;
}

#templatemo_menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 38px;
   margin-left: 5px;
	padding: 10px 22px 0 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	position: relative;
	color: #000;
	background: url(../images/templatemo_menu_hover_right.jpg) bottom right no-repeat;
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 7px;
	height: 48px;
	bottom: 0px;
	left: -7px;
	background: url(../images/templatemo_menu_hover_left.jpg) left bottom no-repeat;
}
*/
/* end of menu */


/* unvisited link 
a:link {
    color: #000000;
}

/* visited link 
a:visited {
    color: #000000;
}

/* mouse over link 
a:hover {
    color: #000000;
}

/* selected link 
a:active {
    color: #000000;
}
*/

