@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #ffe866;
}

#container {
	text-align: left;
	position: relative;
	width: 765px;
	margin: 0 auto;
	padding: 0px 4px;
	background-color: #fff;
	background-image: url(http://www.bytech.ca/bg-shadow.gif);
	overflow: hidden;
}

#mainMenu {
	z-index: 999;
	position: absolute;
	margin-top: 40px;
	margin-left: 345px;
}

#mainFull {
	float: left;
	width: 633px;
	background-color: #fff;
	background-image: url(http://www.bytech.ca/images/quotation-bg.png);
	padding-left: 90px;
	padding-right: 42px;
}

#footerFull	{
	position: relative;
	width: 766px;
	height: 55px;
	background-color: #5587b2;
}

#logo {
	position: absolute;
	margin-top: 33px;
	margin-left: 90px;
	height: 65px;
	width: 205px;
	z-index: 999;
}

#social {
	position: absolute;
	margin-top: 17px;
	margin-left: 586px;
	height: 32px;
	width: 128px;
	z-index: 998;
}

#main {
	float: left;
	width: 370px;
	background-color: #fff;
	background-image: url(http://www.bytech.ca/static/quotation-bg.png);
	padding-left: 90px;
	padding-right: 42px;
}
						
#sidebar {
	float: right;
	width: 263px;
	height: 700px;
}

#prefooter			{	position: relative; }
#footer				{	position: relative;
						width: 502px;
						height: 55px;
						background-color: #5587b2; }


/* SIDEBAR CONTACT INFO LAYOUT */

.contactWrapRow		{	width: 250px;
						padding-bottom: 45px;
						padding-top: 0px;
						margin-top: 0px;
						height: 1px; }
.contactIcon		{	width: 85px;
						text-align: right;
						float: left;}
.contactDetail		{	width: 160px;
						float: right;
						margin: 0px;
						padding: 0px; }

#floatingIsland	{
  position: absolute;
  bottom: 0px;
  right: 4px;
  float: left;
  line-height: 0px;
}
