/* =========================================================================

	Title:	Speedy Products CSS Design
	Description: Information Page

	Description:
		Main structure, section layout and element styles

	Author:	Andrew Mason
	Contact: monitor@oakbase.co.uk
	Company: Oakbase Ltd.

	Created: 12/06/2006

	Change log:
		12/06/2006:
			*  Creation
		22/06/2006
			* Added promotion box style class
		26/06/2006
			* Added stockists form styles


========================================================================= */

#hero-image {
	position: absolute;
	top: 3.3em;
	left: 0;
}

#maincontent p {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.3em;
}

#maincontent {
	min-height: 480px;
	height:auto;
}


#maincontent a:link, #maincontent a:visited {color:#333333; text-decoration:none;}

#maincontent a:active, #maincontent a:hover {color:#ec008c; text-decoration:none;}


/* min-height trick for Internet Explorer */
/*\*/
* html #maincontent {
height: 480px;
}
/**/


/* Disable Subnav
--------------------------------------------------------------------- */
#header ul li ul {
	display: none;
}

/* Promotion Styles
--------------------------------------------------------------------- */
.promotion-box {
	clear: both;
	font-size: 0.9em;
}

.promotion-box img {
	float: left;
	margin-right: 2em;
}

