
/* Alfagene
Cliente: www.daydream.pt
Julho 2007 */



/* Structural Layout */

body {
  margin: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  background-image: url(../graphics/bg_main.jpg);
  background-position:top;
  background-repeat:repeat-x;
  background-color:#C8DDEE;
}


#framepos {
	margin: 0 auto;
	width:860px;
	height: 335px;
	background-image:url(../graphics/header3.jpg);
	background-position:top;
	background-repeat: no-repeat;
	clear: both;
}

#contentpos {
	margin: 0 auto;
	background-color: #C8DDEE;
	background-image:url(../graphics/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	position: relative;
	width:860px;
	height: 680px;
	text-align: left;
}



#navbar {
	color:#005568;
	text-align: right;
	float: right;
	position: relative;
	top: 34px;
	width: 638px;
	height: 37px;
	margin-right: 2px;
	
	
}

#homeclick {
	height: 88px;
	left: 79px;
	position: relative;
	top: 15px;
	width: 140px;
	float: left;
}

.left {
	width: 320px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #caddec;
}

strong {
	font-weight: bolder;
	font-size: 12px;

}

.strong2 {
	font-weight: bolder;
	font-size: 11px;
}

.strong3 {
	font-weight: bolder;
	font-size: 14px;
	color: #000000;
}

.left p {
	margin-left: 40px;
	margin-right: 40px;
}

.right {
	width: 470px;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
}
.right2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	top: 7px;
	float: right;
}

.full_block {
	width: 100%;


}

.centred {
	display: block;
	margin: 0 auto;
}

.centred_text {
	text-align: center;
}


/* Search Box */

#searchbox {
	background-image:url(../graphics/bg_search.png);
	background-position:right center;
	background-repeat:repeat-y;
	color:#005568;
	float:right;
	font-size:10px;
	height:37px;
	margin-right:2px;
	text-align:right;
	width:637px;
}

/* Anchors */

#searchbox a {
color:#005568;
text-decoration: none;

}
#searchbox a:hover {
color:#0066AA;
text-decoration: underline;

}

.left a {
color:#005568;
text-decoration: none;

}
.left a:hover {
color:#0066AA;
text-decoration: underline;

}

.right a {
color:#005568;
text-decoration: none;

}
.right a:hover {
color:#0066AA;
text-decoration: underline;

}

.full_block a {
color:#005568;
text-decoration: none;

}
.full_block a:hover {
color:#0066AA;
text-decoration: underline;

}

.link {
color:#005568;
text-decoration: none;
font-size: 14px;
font-weight: bold;

}


/* Graphical Forms */
label {
margin: 0;
margin-top:3px;
text-align:right;

float:left;
}

fieldset {
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:222px;
}

.textfield {
padding:3px ;
font:10px Arial, Helvetica, sans-serif ;
color:#333 ;
height:19px;
border:solid 0 #fff;
background: transparent url(../graphics/field_input.gif) no-repeat fixed;
width:146px;
voice-family: "\"}\""; 
voice-family:inherit;
width:147px;
}

fieldset>input.textfield {
background: transparent url(../graphics/field_input.gif) no-repeat;
}

#srch1 {
	color: #A4A4A4;
}

/* Navigation Bar */

#alfa_nav {
	display: block;
	float:right;
	width: 78px;
	background-image:url(../graphics/nav/alfa.gif);
	background-position: 0px -19px;
	height: 19px
}
#contactos_nav {
	display: block;
	float:right;
	width:97px;
	height: 19px;
	background-image:url(../graphics/nav/contactos.gif);
	background-position: 0px -19px;
}
#noticias_nav {
	display: block;
	float:right;
	width: 67px;
	height: 19px;
	background-image:url(../graphics/nav/noticias.gif);
	background-position: 0px -19px;
}
#novidades_nav {
	display: block;
	float:right;
	width: 80px;
	height: 19px;
	background-image:url(../graphics/nav/novid.gif);
	background-position: 0px -19px;
}
#promo_nav {
	display: block;
	float:right;
	width: 83px;
	height: 19px;
	background-image:url(../graphics/nav/promo.gif);
	background-position: 0px -19px;
}
#represent_nav {
	display: block;
	float:right;
	width: 103px;
	height: 19px;
	background-image:url(../graphics/nav/represent.gif);
	background-position: 0px -19px;
}

/* 	
Accordion Stuff.
*/

dl {
	font-weight: bolder;
	font-size: 12px;
}
dd {
	font-weight: normal;
}

 