body {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.gif);
}
.bgcol {
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
}
.tabhead {
	background-image: url(../images/container_03.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 421px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 15px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #795E33;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.title {
	font-weight: bold;
	color: #993300;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.patchbg {
	background-image: url(../images/container_05.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 231px;
}
.justcall {
	background-image: url(../images/container_09.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 231px;
}

.normaltext a {
	color: #5f3107;
}
.normaltext a:hover {
	color: #153150;
	text-decoration: none;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff7c00;
}
.clsrightpadding {
	padding-right: 10px;
}
.tabhead2 {
	background-image: url(../images/container_033.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 421px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-left: 15px;
}
.bgcol2 {
	background-image: url(../images/layout4-inside_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	height: 272px;
}
.bgcol3middle {
	background-image: url(../images/layout4-inside_05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	height: 69px;
}

.bgcol3btm {
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	background-image: url(../images/layout4-inside_03.jpg);
}
.centretable {
	background-color: #ebe7d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 5px;
}
.centretable strong {
	color: #612200;
}
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
	font-size: 13px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: #612200;
	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;
}

