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

	Title:	Speedy Products CSS Design
	Description: Homepage

	Description:
		Main structure, section layout and element styles

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

	Created: 06/06/2006

	Change log:
		06/06/2006:
			*  Creation


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

/*  Main Body
-------------------------------------------------------------------------- */

.padding_right {margin-right:10px;}

#product-box h2 {
	margin-top: 0;
}

#maincontent h3 {
	margin: 0;
	padding: 0;
}

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

#maincontent h2 span, .product h3 span { /*font-weight: lighter;*/ color:#8c368b }


#hero-image {
	float: left;
	margin-top: 5px !important;
}

#product-box {
	margin-left: 270px;
}

.product {
	margin-bottom: 0.4em;
}

.product h3 {
	color: #595147;
}

.product h3 a:link, .product h3 a:visited {
	color: #595147;
}

.product h3 a:hover, .product h3 a:active {
	color: black;
}

.product img {
	margin: 0 0 20px 0;
	float: right;
}

.product p {
	font-size: 0.8em !important;
	text-align: left !important;
}

/*  Side panel
-------------------------------------------------------------------------- */
#side-advert {
	margin-bottom: 10px !important;
}




.box-title {
	background: #76787a url(/images/sidebox/grey_grad.png) left top repeat-x;
	color: white;
	/*font-size: 0.8em !important;*/
	font-weight: bold;
	margin: 0 !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.box-body {
	width: 120px !important;
	padding-left: 80px !important;
}

.pdf_list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px;
}

.pdf_list li {
	font-size: 0.8em;
	clear: both;
}

.pdf_list li a:link, .pdf_list li a:visited {
	/*background: #76787a url(/images/sidebox/grey_grad.png) left top repeat-x;*/
	border: 1px solid #FFF;
	color: #000;
	/*display: block;
	width: 320px;*/
	height: 24px;
	margin-bottom: 2px;
	_margin: 0;
	text-decoration: none;
}

.pdf_list li a:hover, .pdf_list li a:active {
	/*background: #115ca9 url(/images/sidebox/blue_grad.png) left top repeat-x;*/
	color: #ec008c;
}

.pdf_list strong {
	background: transparent url(/images/products/pdficon_small.png) 8px 2px no-repeat;
	float: left;
	padding: 3px 0 0 30px;
	cursor: pointer;
}

.pdf_list span {
	float: right;
	cursor: pointer;
	margin-top: 3px;
	padding: 0 10px 0 20px;
	text-decoration: none;
}

.adobelink {
	font-size: 0.7em !important;
	/*text-align: right;*/
	clear:left;
	color: #333333;
	
}

.adobelink a:link, .adobelink a:visited {color: #333333; text-decoration:none;}
.adobelink a:hover, .adobelink a:active {color: #ec008c; text-decoration:none;}



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