/* Main site look and feel */
/* Body */
body {
	background-image: url(../img/backgr.png);
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Verdana, Arial;
	/* overflow: hidden; */
}
H1, H3{
	color: #CC0000;
}
#hHome{
	margin: 0;
	position: absolute;
	left: 30px;
	top: 50px;
}
#hMainHeading{
	margin: 0;
	position: absolute;	
	left: 150px;
	top: 50px;
	z-index: 2;
}

#hSun{
	margin: 0;
	position: absolute;	
	right: 0px; 
	top: 0px;
	z-index: 1;
}

a{
	text-decoration:none;
	color:#CC0000;
	cursor: pointer;
}

.button:hover{
	background-image:url(../img/mainBtnCl.png);
	text-decoration: underline;
}

span.button{
	margin: 0px;
	padding-top: 7px;
	padding-left: 24px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bolder;
	font-family: "Comic Sans MS", Verdana, Arial;
	text-transform: capitalize;
	color: #CC0000;
	background-image: url(../img/mainBtn.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 146px;
	z-index:3;
}
#btnInfo{
	left:270px;
}
#btnServices{
	left: 370px;
}
#btnContacts{
	left: 555px;
	padding-right: 20px;
	padding-left: 19px;
	background-image: url(../img/mainBtn1.png);
}

#btnClients{
	left: 663px;
	padding-right: 21px;
	padding-left: 23px;
	background-image: url(../img/mainBtn1.png);
}

#btnContacts:hover, #btnClients:hover{
	background-image:url(../img/mainBtnCl1.png);
}

#vMenu{
	position: relative;
	top: 200px;
	left: 160px;
	width: 135px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #c2f2f4;
}
#clmnHeading{
	color: #CC0000;
	background-color: #37deef;
	text-align: center;
}

.vMenuBtn{
	border: 0;
	margin-left: 8px;
}
#floatingContacts{
	width: 600px;
	position:absolute;
	top:20px;
	left:160px;
	font-size:24px;
}

.vMenuBtn:hover{
	cursor: pointer;
}