/* Module blue */


div.module-blue
{
	background	: url(images/box-blue-br.gif) no-repeat bottom right;
	color		: #FFFFFF;
}



div.module-blue div 
{
	background	: url(images/box-blue-bl.gif) no-repeat bottom left;
}



div.module-blue div div {
	background	: url(images/box-blue-tr.gif) no-repeat top right;
}



div.module-blue div div div {
	padding: 15px;
	background: url(images/box-blue-tl.gif) no-repeat top left;
}


div.module-blue h3
{
	margin: 0 0 5px;
	line-height: normal;
}


div.module-blue div div div div
 {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}


/* green one */
div.module-green
{
	background	: url(images/box-green-br.gif) no-repeat bottom right;
	color		: #FFFFFF;
}



div.module-green div 
{
	background	: url(images/box-green-bl.gif) no-repeat bottom left;
}



div.module-green div div {
	background	: url(images/box-green-tr.gif) no-repeat top right;
}



div.module-green div div div {
	padding: 15px;
	background: url(images/box-green-tl.gif) no-repeat top left;
}


div.module-green h3
{
	margin: 0 0 5px;
	line-height: normal;
}


div.module-green div div div div
 {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}


/* Orange one */
div.module-orange
{
	background	: url(images/box-orange-br.gif) no-repeat bottom right;
	color		: #FFFFFF;
}



div.module-orange div 
{
	background	: url(images/box-orange-bl.gif) no-repeat bottom left;
}



div.module-orange div div {
	background	: url(images/box-orange-tr.gif) no-repeat top right;
}



div.module-orange div div div {
	padding: 15px;
	background: url(images/box-orange-tl.gif) no-repeat top left;
}


div.module-orange h3
{
	margin: 0 0 5px;
	line-height: normal;
}


div.module-orange div div div div
 {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}


/* grey one */
div.module-grey
{
	background	: url(images/box-grey-br.gif) no-repeat bottom right;
	color		: #FFFFFF;
}



div.module-grey div 
{
	background	: url(images/box-grey-bl.gif) no-repeat bottom left;
}



div.module-grey div div {
	background	: url(images/box-grey-tr.gif) no-repeat top right;
}



div.module-grey div div div {
	padding: 15px;
	background: url(images/box-grey-tl.gif) no-repeat top left;
}


div.module-grey h3
{
	margin: 0 0 5px;
	line-height: normal;
}


div.module-grey div div div div
 {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}
