/* 
#####################################################################
#	            // CSS Design by Levi Figueira //
#                      http://levifig.net
#
#       Copyright (c) 2007 Malaquias - Equip. Desportivos, Lda
#####################################################################
*/

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/bg.png) center top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

a {
	text-decoration: none;
	border-bottom: 1px #2A74BB dotted;
	color: #2A74BB;
}

a:hover {
	background: #2A74BB;
	border-bottom: 1px #2A74BB dotted;
	color: #fff;
} 

a img {
	border-bottom: 1px #fff solid;
	display: block;
}

a:hover img {
	border-bottom: 1px #2A74BB solid;
	display: block;
}


img a {
	border-bottom: 1px #fff solid;
	display: block;
}

img a:hover {
	border-bottom: 1px #2A74BB solid;
	display: block;
}

#container {
	position: relative;
	width: 760px;
	top: 20px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

html>body #container {
    height: auto;
	}


/*
#logo {
	position: relative;
	background: url(../images/logo.png) no-repeat;
	width: 225px;
	height: 76px;
	margin-top: 20px;
	left: 20px;
	display: block;
}
*/

#splash {
	position: relative;
	clear: both;
	margin: 0px;
	/*background: url(../images/splash.jpg) no-repeat;*/
	width: 760px;
	height: 200px;
}

#undermenu {
	position: relative;
	float: left;
	width: 180px;
	height: 320px;
	margin: 0;
	overflow: hidden;
}

#left {
	position: relative;
	width: 200px;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}


#left a img {
	border: 0;
	display: block;
}

#left a:hover img {
	border: 0;
	display: block;
}

#menu {
	position: relative;
	width: 200px;
	margin: 0;
	padding: 0;
	left: 0;
}

#menu a {
	border: none;
	display: block;
}

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

#menu #m_home a {
	position: relative;
	background: url(../images/menu/home.png) 0 0 no-repeat;
	width: 200px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
}

#menu #m_home a:hover {
	background-position: 0 -50px;
}

#menu #m_catalogo a {
	position: relative;
	background: url(../images/menu/catalogo.png) 0 0 no-repeat;
	width: 200px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
}

#menu #m_catalogo a:hover {
	background-position: 0 -50px;
}

#menu #m_empresa a {
	position: relative;
	background: url(../images/menu/empresa.png) no-repeat;
	width: 200px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
}

#menu #m_empresa a:hover {
	background-position: 0 -50px;
}

#menu #m_contactos a {
	position: relative;
	background: url(../images/menu/contactos.png) no-repeat;
	width: 200px;
	height: 50px;
	padding: 0;
	text-align: center;
	display: block;
}

#menu #m_contactos a:hover {
	background-position: 0 -50px;
}

#content {
	position: relative;
	float: left;
	clear: right;
	margin-left: 50px;
	width: 475px;
	padding: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #2A74BB;
	display: inline;
	clear: both;
	padding-left: 20px;
}

#content h3 {
	margin: 0 auto;
	width: 90%;
	padding: 0 50px 0 0;
	text-align: right;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	border-bottom: 1px #333333 dotted;
	font-variant: small-caps;
}

#content p + h3 {
	margin-top: 50px;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	display: inline;
	padding-left: 20px;
}

#content h4 + p {
	margin-top: 50px;
}

#content p {
	text-indent: 20px;
	text-align: justify;
}
	
#bottom {
	position: relative;
	display: block;
	clear: both;
	bottom: 0px;
	width: 650px;
	height: 130px;
	padding: 20px 0 20px 0;
	font-weight: bold;
	font-size: large;
	line-height: 14px;
	margin: 0 auto;
}

#bottom a {
	text-decoration: none;
	border-bottom: 1px #2A74BB dotted;
	color: #2A74BB;
}

#bottom a:hover {
	background: #2A74BB;
	border-bottom: 1px #2A74BB dotted;
	color: #fff;
}

#bottom img {
	display: block;
	border: none;
}

#bottom hr {
	width: 600px;
	height: 1px;
	background: #2A74BB;
	color: #2A74BB;
}

#bottom ul {
	background: transparent;
	position: relative;
	font-size: 1em;
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	}

#bottom ul li {
	position: relative;
	float: left;
	clear: left;
	width: 150px;
	}
	
#bottom li ul {
	display: none;
	}

/* Styles for Menu Items */
#bottom ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #fff url(../images/menu_bullet-off.png) top left no-repeat; /* IE6 Bug */
	padding: 4px 4px 4px 15px;
	border-bottom: 1px #fff solid;
	font-weight: normal;
	font-size: 12px;
	}

#bottom ul li a:hover { 
	list-style: none; 
	color: #fff; 
	background: #2A74BB url(../images/menu_bullet.png) top left no-repeat; 
} 

/* Hover Styles */
#bottom li ul li a { padding: 3px 3px 3px 15px; } /* Sub Menu Styles */
#bottom li:hover ul { display: block; } /* The magic */


#bottom #catalogo_b {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 0 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#bottom #empresa {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 0 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#bottom #tecnologia {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 0 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
}

#footer {
	position: absolute;
	width: 760px;
	bottom: 0px;
	height: 70px;
	margin-bottom: -100px;
	padding: 10px 0 0 0;
	background: url(../images/bg-footer.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	font-size: xx-small;
	line-height: 16px;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px #2A74BB dotted;
	color: #2A74BB;
}

#footer a:hover {
	background: #2A74BB;
	border: none;
	color: #fff;
}

/* -------------- CLASSES -------------- */

.hidden {
	visibility: hidden;
}

.smallcaps {
	font-variant: small-caps;
	font-size: 1.1em;
}

.center {
	text-align: center;
}

.spacer {
	padding-top: 40px;
	clear: both;
  }

.backlink {
	float: right; 
	bottom: 10px; 
	padding-right: 30px;
}

.clear {
	clear: both;
}

/* -------------- ID-ORIENTED CLASSES -------------- */

#mapa {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
  
#mapa .mapa {
	float: left;
	margin: 20px 0 0 25px;
}

#mapa a {
	text-decoration: none;
}

#mapa p {
	margin-top: 0px;
	text-indent: 0px;
    font-size: 0.8em;
	color: #2A74BB;
	text-decoration: none;
	text-align: center;
   }

#catalogo {
	width: 475px;
	padding: 0;
	margin: 0;
}

#catalogo .float {
	float: left;
	margin: 20px 0 0 40px !important;
	margin: 20px 0 0 20px;
}

#catalogo img {
	border: none;
	border-bottom: 1px #2A74BB dotted;
}

#catalogo .float p {
	margin-top: 0px;
	text-indent: 0px;
    font-size: 0.8em;
	color: #2A74BB;
	text-align: center;
   }	

