.rounded > .container, .rounded > .container > .content {
	float: left;
}

/*
ROUNDED: =size
*******************************************/
#home #main.rounded > .container > .content {
	padding: 0px !important;
	width: inherit;
	height: 300px;
}

#contentBL.rounded > .container {
	width: inherit;
	height: inherit;
}
#contentBL.rounded > .container > .content {
	padding: 20px !important;
	width: 668px;
	height: 206px;
}
#contentFooter #contentBL.rounded > .container > .content {
	height: 300px;
}

#contentBR.rounded > .container {
	width: inherit;
	height: inherit;
}
#contentBR.rounded > .container > .content {
	padding: 20px !important;
	width: 209px;
	height: 206px;
}
#contentFooter #contentBR.rounded > .container > .content {
	height: 300px;
}

#quoteOut .rounded > .container {
	width: inherit;
	height: inherit;
}
#quoteOut .rounded > .container > .content {
	padding: 10px !important;
	width: 120px;
	height: inherit;
}

/*
ROUNDED: =styling
*******************************************/
.rounded {
	/* Rounded corner stuff starts here */
	-webkit-border-radius: 20px;		/* for Safari */
	-moz-border-radius: 20px;			/* for Firefox */
}

#quoteOut .rounded {
	-webkit-border-radius: 10px !important;		/* for Safari */
	-moz-border-radius: 10px !important;			/* for Firefox */
}

#main.rounded {	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}


