/**
 * Specific styles for custom design page
 *
 * @filename custom-design.css
 * @author Mark Kendall
 * @created 10/06/2010
 * @modified 10/06/2010
 * @copyright 2010 Gendall Design Ltd.
 *
 */

#header.custom-design {
	height: 170px;
	background: transparent url(/images/headers/custom-design.png) no-repeat 0 0;
}

ol, ul {
	/*margin: 0 0 0 25px;*/
	list-style-image: url(/images/arrow-green.gif);
}

div.special-news-item {
	clear: both;
	float: left;
	background: #EDEDED;
	margin: 5px 0;
	width: 100%;
}

div.special-news-item p {
	margin: 5px 5px 10px 5px;
}

div.special-news-item h4 {
	margin: 10px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #7E7E7E;
}

div.special-news-item img {
	float: right;
	margin: 0 0 0 10px;
}

div.special-news-item a.read-more {
	color: #FFF;
	background: #7E7E7E url(/images/global/link-arrow-white.png) no-repeat right center;
	padding: 5px 17px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#gallery {
	background: transparent url(/images/custom/new-product-gallery-bg.jpg) no-repeat left top;
}

	#gallery a {
		background-color: #ED1B34;
	}

#design-methodology {
	background: transparent url(/images/custom/design-methodology-bg.gif) no-repeat left top;
}

	#design-methodology a {
		background-color: #326E88;
	}

#contact-box {
	background: transparent url(/images/custom/custom-contact-bg.jpg) no-repeat left top;
}

	#contact-box a {
		background-color: #639B3A;
	}
