@import url(style_common.css);

a {outline: medium none;} /* Firefox link outline */

#holder {
	/*background: url(http://www.mrsub.ca/img/home_bg_paper.jpg) repeat-x 0 100px;*/
	background: white;
}

#main {
	width: 650px;
	margin-left: 29px;
}

#header {background: url(../img/home_circle.png) no-repeat 486px -34px transparent scroll;}

#subFeatures {
	float: left;
	width:	100%;
}

#subFeature1 {margin-right:	5px;}

#subFeature2 {margin-left:	5px;}

#subFeature2 .head {float: left;}

#subFeature2 form {
	padding-top: 24px;	
	color: #6f6f6f;
}

#subFeature2 p {margin-bottom: 10px;}

/*************************************************************************************************
//
//	The Metrick System - Yohann Paris - developer@metricksystem.com
//	December 01 2010
//
//  - Changing the image on the home page every 10 secondes
//  - Button to control the change for the user
//
/************************************************************************************************/

#homePagePromotion {
	position: relative;
	width: 673px;
	height: 380px;
}


/* Put back to  display none when they are more than one image */
#homePagePromotion img {
	position: absolute;
	display: block;
}

/* Remove this line when we add more than one images -- to display the small red button */
/* #homePagePromotionLink { display: none; } */

#homePagePromotion div {
	position: relative;
	top: 370px;
	text-align: right;
}

#homePagePromotion div a {
	display: block;
	float: left;
	height: 11px;
	width: 11px;
	background: url(../img/home/rotationbutton.png) no-repeat scroll center top white;
	text-indent: -9999px;
	margin: 2px 1px;
	cursor: default;
}





