/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/

.text {
	color: black;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.text a:link, .text a:active {
	color: green;
	text-decoration: underline;
	font-weight: bold;
	padding: 1px;
}

.text a:visited {
	color: #49824e;
	text-decoration: underline;
	font-weight: bold;
}

.text a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.footer {
	color: #836e39;
	font: 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 8px;
}

.footer a:link, .footer a:visited {
	color: #836e39;
	text-decoration: none;
}

.footer a:hover {
	color: red;
	text-decoration: underline;
}

.lang {
	color: #a9050e;
	font: 10px/11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang a:link, .lang a:visited {
	color: #a9050e;
	text-decoration: none;
}

.lang a:hover {
	color: #fcd46e;
	text-decoration: underline;
}

.rolls {
	padding: 1px;
}

.rolls a:link, .rolls a:active, .rolls a:visited, .rolls a:hover {
	text-decoration: none;
}

.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}


/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
	background-image: url(../img/headlinermenu_lamaria.png);
	height: 21px;
	font-size: 12px;
}

.openpet{
	background-image: url(../img/headlinermenuopen_lamaria.png);
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: 14px Verdana;
margin: 10px 0;
	background: url(../img/headliner_lamaria.png) repeat-y;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #cb0000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}