/*
==== CSS Document for Tohatsu Marine ====
	Author: Phase Two Software, Craig Rowe
	Last edit: Aug 2007, Craig Rowe
=============================================
		Container Information
=============================================
*/
*
{
	padding: 0px;
	margin: 0px;
	border: none 0px;
}
html, body{}
body
{
	min-width: 768px;
	font-size: 1em;
	/*background-color: #333;*/
	background-color: #fff;
	height:100%;
	width:100%;
}
#skiplink
{
	/*color:#333;*/
	color:#fff;
	position:absolute;
	top:0px;
	right:0px;
}
#aspnetForm
{
	position:absolute;
	width:100%;
	margin:0;
	text-align:center;
}
#container
{
	position: relative;
	width:90%;/*80%;*/
	min-width: 768px;
	max-width: 1280px;
	/*background: url(../images/TohatsuBGleft.gif) repeat-y;*/
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	overflow:visible;
	text-align:left;
}
#menu
{
	float:left;
	margin-left:10px;
	width:165px;
	background: #fafafa;
	padding:5px 5px 0px 5px;
	height:100%;
}
#pageheader
{
	text-align:center;	
}
#company, #companydesc{	margin:20px auto; text-indent:-9999px;}
#splashimage{margin:20px 0px;}
#company
{
	height:40px;
	background: url(../images/logoscroll.gif) repeat-x center !important;
}
#companydesc 
{
	height:98px;
	width:344px;
	background: url(../images/tohatsuoutboards.gif) no-repeat top center;
}
#strapline
{
	color:#006;
	font-weight:bold;
	text-align:center;
}
#content
{
	position:relative;
	/*margin-left:185px;*/
	min-height:490px;
	padding:10px 10px 0px 10px;
	/*background: #fff url(../images/TohatsuBGright.gif) repeat-y right;*/
}
#contact{text-align:center;}
#contact p{color:#e10000;font-weight:bold;}
#footer
{
	clear:left;
	margin-top:-20px;
	padding:5px 10px;
	/*background: url(../images/TohatsuBGright.gif) repeat-y right;*/
}