@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/diamont_transparent.png);
}

#apDiv2 {
	position:absolute;
	left:0px;
	top:224px;
	width:100%;
	z-index:100;
	visibility: visible;
	height: 270px;
}
#signup {
	width: 160px;
	background: #ffffff;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}	
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subs {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:lighter;
}
.dot {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCCCCC;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #46668C; font-weight: bold; }


a.details {
	display:block;
	float:left;
	width:96px;
	height:49px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/layout/all_news.png') 0 0 no-repeat;
}
a.details:hover {
	background-position:0 -49px;
	text-decoration:none !important;
}



a.home {
	display:block;
	float:right;
	width:54px;
	height:19px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/extra_menu/btn_home.png') 0 0 no-repeat;
}
a.home:hover {
	background-position:0 -19px;
	text-decoration:none !important;
}

a.webmail {
	display:block;
	float:right;
	width:69px;
	height:19px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/extra_menu/btn_webmail.png') 0 0 no-repeat;
}
a.webmail:hover {
	background-position:0 -19px;
	text-decoration:none !important;
}

a.sitemap {
	display:block;
	float:right;
	width:65px;
	height:19px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/extra_menu/btn_sitemap.png') 0 0 no-repeat;
}
a.sitemap:hover {
	background-position:0 -19px;
	text-decoration:none !important;
}

a.bookmark {
	display:block;
	float:right;
	width:81px;
	height:19px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/extra_menu/btn_bookmark.png') 0 0 no-repeat;
}
a.bookmark:hover {
	background-position:0 -19px;
	text-decoration:none !important;
}

a.mail_us {
	display:block;
	float:right;
	width:62px;
	height:19px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/extra_menu/btn_mail_us.png') 0 0 no-repeat;
}
a.mail_us:hover {
	background-position:0 -19px;
	text-decoration:none !important;
}

a.youtube_channel {
	display:block;
	float:left;
	width:307px;
	height:36px;
	margin-left:0px;
	margin-top:0px;
	border:0px;
	text-decoration:none;
	background:transparent url('images/icons/youtube_channel.jpg') 0 0 no-repeat;
}
a.youtube_channel:hover {
	background-position:0 -36px;
	text-decoration:none !important;
}

a.youtube_gallery {
	display:block;
	float:left;
	width:220px;
	height:182px;
	margin-left:0px;
	margin-top:0px;
	border:0px;
	text-decoration:none;
	background:transparent url('images/layout/sidebar/youtube.png') 0 0 no-repeat;
}
a.youtube_gallery:hover {
	background-position:0 -182px;
	text-decoration:none !important;
}

a.click_here {
	display:block;
	float:left;
	width:107px;
	height:14px;
	margin-left:0px;
	margin-top:0px;
	border:none;
	text-decoration:none;
	background:transparent url('images/layout/sidebar/show/click_here.png') 0 0 no-repeat;
}
a.click_here:hover {
	background-position:0 -14px;
	text-decoration:none !important;
}

.email {
 color: #5e7d9c;
}
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 5px 30px;
background:url(images/btn/accordion_up.jpg) no-repeat left top;
font: bold 13px Verdana;
height:33px;
}
.thepet{
font: 12px Verdana;

}

.openpet{ /*class added to contents of 1st demo when they are open*/
background:url(images/btn/accordion_over.jpg) no-repeat left top;
color:#FFFFFF;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.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: red;
}