/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/

body {
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #333333;
}

.style1 {color: #3366FF}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*
h1, h2, h3 {
}

h4, h5, h6 {
}
*/

h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
	color: #808080;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color:#0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #66AAFF;
}

/*
img {

}
*/





















/* Header */

#logo {
	font-family:"trebuchet MS";
	width: 780px;
	height: 84px;
	margin: 0px auto;
	padding: 0px;
	background: #d2d2d2 url(images/logo_bg.jpg) repeat-x;

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;

	border-bottom-style: none;
}

#logo h1 {
	cursor: default;
	font-family:"trebuchet MS";
	text-align: left;
	padding-left:20px;
	font-size: 2em;
}

#logo h2 {
	cursor: default;
	text-align: center;
	padding-top: 40px;
	font-size: 1.4em;
	color:#777;
}

#logo a {
	text-decoration: none;
	color:#f30;
}


#logo div.spacer {
	display: block;
	float: left;
	height: 84px;
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-x
}


#logo a.logoSym {
	display: block;
	float: left;
	width: 80px;
	height: 84px;
	background-image: url(images/logo_off.jpg);
	background-repeat: no-repeat;
}
#logo a:hover.logoSym {
	display: block;
	float: left;
	width: 80px;
	height: 84px;
	background-image: url(images/logo_on.jpg);
	background-repeat: no-repeat;
}


#logo a.logoName {
	display: block;
	float: left;
	width: 186px;
	height: 84px;
	background-image: url(images/logo_name.jpg);
	background-repeat: no-repeat;
}












/* Splash */

#image {
	width: 780px;
	height: 180px;
	margin: 0 auto;

	background-color: #808080;
	background-image: url(images/lagodiTovela.jpg);

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;

}

#image .titleLogo {
	cursor: default;
	float: right;
	padding: 120px 30px 0 2em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	line-height: 0.75em;
	letter-spacing: -0.10em;
	color: #F80;
}

#image .subTitle {
	display: block;
	font-size: 0.6em;
	text-transform: lowercase;
	line-height: 1.2em;  
	letter-spacing: -0.08em;

	color: #ddd;
}

#image .white {
	color: #fff;
}

















/* Top Menu */

#menu {
	width: 780px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	background: #555555;
	background-image: url(images/btn_spacer.gif);
	background-repeat: repeat-x;

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	padding-top: 26px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.08em;
	color: #a8a9ab;

	background-image: url(images/butn_orng_off.gif);
	background-repeat: no-repeat;
}

#menu a:hover{
	color: #eba968;
	background-image: url(images/butn_orng_on.gif);
	background-repeat: no-repeat;
}


#menu .active a, .active a:hover{
	color: #ff7968;
	background-image: url(images/butn_orng_on.gif);
	background-repeat: no-repeat;
}

#menu .spacer_l {
	display: block;
	float: left;
	width: 10px;
	height: 51px;
	background-image: url(images/btn_spacer_l.gif);
	background-repeat: no-repeat;
}
#menu .spacer_r {
	display: block;
	float: left;
	width: 6px;
	height: 51px;
	background-image: url(images/btn_spacer_r.gif);
	background-repeat: no-repeat;
}

















/* Content Title */

#body_top {
	width: 600px;
	height: 20px;
	margin: 0px auto;
	padding: 4px 0px 0px 180px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #868687; 
	text-decoration: underline;
	cursor: default;

	border-right-width: 2px;
	border-right-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;

	background: #dddddf url(images/topa.jpg) no-repeat;
}







/* Content */

#body_midtop {
	width: 780px;
	height: 54px;
	margin: auto;

	background-image: url(images/mid_topa.jpg);
	background-repeat: no-repeat;

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;
}


#body_mid {
	width: 780px;
	margin: auto;

	background-image: url(images/mid_span.jpg);
	background-repeat: repeat-y;

	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;
}


#body_mid .story {
	width: 554px;
	min-height: 200px;
	margin-left: 180px;
	padding: 10px 0px 10px 20px;

	position:relative; 
	top:-24px;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align:justify;
}









/* Side Menu */

#body_mid .nav3 {
	float: left; 
	width: 182px;
	margin: 0px auto; 
	padding: 0px; 

	position:relative; 
	top:-54px;
/*
	margin-bottom:-14px;
*/
	color: rgb(75,75,75); 
	font-size: 1.0em;
}

#body_mid .nav3 ul {
	margin: 0px 25px 10px 0px;
	padding: 0px;
}

#body_mid .nav3 li {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#body_mid .nav3 li.nav_title{
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 2px 15px; 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.08em;
	color: #88898b;
}

#body_mid .nav3 li.group a {
	display: block; 
	min-height: 1.7em; 
	height: 1.7em; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 0px 5px 0px 5px; 


	color: #555555; 
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none; 
	text-transform: capitalize;
	letter-spacing: -0.08em;

	border-left: solid 7px #dddddf; 
}

#body_mid .nav3 li a {
	display: block; 
	min-height: 1.7em; 
	height: 1.7em; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 0px 7px 0px 20px; 

	color: #555555; 
	font-size: 14px;
	text-decoration: none; 
	text-transform: lowercase;
	letter-spacing: -0.08em;

	border-left: solid 7px #dddddf; 
}

#body_mid .nav3 li a:hover{
	color: #808080;
	text-decoration: none;
	border-left: solid 7px rgb(156,186,214);
}

#body_mid .nav3 li a.selected {
	color: #808080;
	text-decoration: underline;
	border-left: solid 7px rgb(186,186,254);
}
















/* Image alignment classes */

.imgLeft, .imgRight {
	margin: 5px;
	border-width: 0px;
}

.imgLeft {
	float: left;
	margin-left: 0px;
}

.imgRight {
	float: right;
	margin-right: 0px;
}









/* contact from */
.mailbutton {
	color: #000;
	background-color: #eee;
	border: 1px solid #999;
	width: auto;
	cursor: pointer;
}

.mailbutton:hover {
	color: #000;
	background-color: #e8e8e8;
	border: 1px solid #aaa;
}










/* bottom*/


#body_btm {
	width: 780px;
	height: 46px;
	margin: 0 auto;
	padding: 0px 0px;

	border-right-width: 2px;
	border-right-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-left-color: #c8c9cb;



	background: #dddddf url(images/mid_btm.jpg) no-repeat;
}







#bot {
	width: 780px;
	height: 35px;
	margin: 0 auto;
	padding: 0px 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c8c9cb;
	border-bottom-color: #c8c9cb;
	border-left-color: #c8c9cb;


	background-image: url(images/b_bar.jpg);
	color: #828385;
}

#bot p {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	color: #828385;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bot a {
	color: #929395;
}
#bot a:hover {
	text-decoration: underline;
}
