/**

 *  FILE: templates.css

 *

 *  ABSTRACTION:

 *    The CSS for the template interface of the MITH. 

 *    Supported by IE 4+ and Netscape 4+.

 *

 *  DOCUMENTS:

 *    None

 *

 *  AUTHOR:

 *    Charles Mukasa

 *

 *  CREATION DATE (2016/10/29):

 *    

 *	  

 *

 *  COPYRIGHT:

 *    Webvision Limited.

 *

 *  VERSION:

 *  1.0

 *

 *  NOTES:

 *    None

**/
body {
font-family: Century Gothic;
font-size: 14px;
color: #000;
background: #fff;
}
.menu {
background: #0abfdc;
}
.black {
background: #000;
}
.green {
background: #8bcc04;
}
.white {
background: #fff;
}
}
div.relative {
    position: relative;
    width: 400px;
    height: 200px;
    border: 3px solid #73AD21;
}

div.absolute {
    position: absolute;
    top: 0px;
    left: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 1;
}
.title {
font-family: Candara;
font-size: 28px;
text-indent: 199px;
padding: 0 0 0 0px;
font-weight: bold;
color: #fff;
text-shadow: 2px 2px 4px #000000;
}
.title_search {
position:absolute;
top:98px;
left: 0px;
width:100%;
padding: 0px;
background: #b6e4fb;
opacity: 0.7;
}
.header,h2.itemTitle,h3.catItemTitle {
font-size: 36px;
font-weight:normal;
}
.header2 {
font-size: 18px;
font-weight:bold;
}
.gap1,.itemListCategoriesBlock,#searchForm {
padding:20px 0 0px 0;
}
.gap2 {
padding:10px 0 0 0;
}
.gap3 {
padding: 0;
}
.color1 {
background: #00a5ab;
}
.color2 {
background: #f16530;
}
.color3 {
background: #8bcc04;
}
.news {
background: #e9e9d0;
padding:10px 20px;
}
.footer1 {
background: #c4bcb3;
padding:0px
}
.footer1_text {
padding: 20px 20px 0 20px;
}
.footer2 {
background: #231f20;
padding:10px 0 10px 0;
}
p.no_move {
padding: 0px;
margin: 0px;
}
.footer2_text {
padding: 10px 0 0 0px;
color: #c4bcb3;
}
#swmenu-0,#swmenu-1,#swmenu-2,#swmenu-3,#swmenu-4,#swmenu-5,#swmenu-6 {
border-right: solid 1px #b2e0f6;
}
#mod-search-searchword {
padding: 10px;
background: #f16530;
color: #fff;
font-weight:normal;
border: solid 1px #fff;
}
a.moduleItemTitle {
font-size: 24px;
font-weight:normal;
text-decoration: none;
color: #00a5ab;
}
a.moduleItemTitle:hover {
font-size: 24px;
font-weight:normal;
text-decoration: underline;
color: #00a5ab;
}
a {
text-decoration: none;
color: #00a5ab;
}
a:hover {
text-decoration: underline;
color: #00a5ab;
}
.text {
padding:5px 5px 0 0px;
}
.text2 {
padding: 10px 0;
}
.text3 {
padding: 60px 0 10px 0;
}
ul.breadcrumb li {
list-style: none;
display:inline;
font-weight:normal;
margin:0px;
padding: 0px;
border: solid 0px #ffffff;
}
#breado_move {
margin: 0px 0 -20px -40px;
padding: 0px;
}


