/*CSS design for Thornhill Inspection Services*/

/*Main*/
html		{
		height: 100%;
		width: 100%;
		overflow: hidden;
		}

body		{
		background-color: #fff;
		color: #262758;
		font-size: 12px;
		margin: 0px;
		padding: 0px;
		height: 100%;
		width: 100%;
		font-family: Arial, Verdana, Helvetica, Fantasy;
		}

a:link		{
		color: #000;
		}

a:visited	{
		color: #0000A0;
		}

a:hover		{
		color: #0000A0;
		font-weight: bold;
		}

text		{
		font-family: Arial, Verdana, Helvetica, Fantasy;
		font-size: 12px;
		}

img		{
		border: none;
		}

a img		{
		border: none;
		}

/*DIV's*/

#top-container	{
		border: #000 2px solid;
		border-left: 0px;
		border-top: 0px;
		height: 140px;
		width: 100%;
		background-color: #C6CED6;
		}

#logo		{
		position: relative;
		top: 0px;
		left: 0px;
		height: 140px;
		width: 223px;
		float: left;
		background: url(../images/logobg.png) top left no-repeat;
		}

#title		{
		font-size: 32px;
		font-weight: bold;
		}

#title-text	{
		position: relative;
		top: 90px;
		left: 20px;
		}

#menu		{
		position: absolute;
		top: 142px;
		_top: 145px;
		left: 200px;
		width: 500px;
		height: 20px;
		border-left: #000 2px solid;
		border-right: #000 2px solid;
		border-bottom: #000 2px solid;
		z-index: 1000;
		background-color: #C6CED6;
		}

#main		{
		position: absolute;
		top: 150px;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		_top: 150px;
		left: 200px;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 5;
		font-size: 16px;
		width: 78%;
		height: 63%;
		_height: 64%;
		}

#imageholder	{
		float: left;
		position: absolute;
		top: 142px;
		_top: 145px;
		height: 74%;
		_height: 74%;
		z-index: 0;
		border-right: #000 2px solid;
		border-bottom: #000 2px solid;
		}

#footer		{
		position: absolute;
		top: 94%;
		left: 0px;
		height: 47px;
		width: 100%;
		background-color: #C6CED6;
		padding-top: 3px;
		padding-left: 100px;
		color: #000;
		font-size: 12px;
		border-top: #000 2px solid;
		z-index: 1000;
		}