/* 
================================
 Container Styles for Averbuck Container
================================
*/
/*=== Styling Boxes ===*/
/*- Box1 -*/
.masteraverbuckred{
	background: #641c1e;
	color: #ffffff;
	margin: 0 0 1em;
	width: auto
}
.masteraverbuckred .top img{
	display: block
}
.masteraverbuckred .contentaverbuckred{
	height: 1%;
	padding: 15px 15px 20px
}
.masteraverbuckred a{
	color: #ffffff
}
/**/
.containermasterjoes {
	width: 100%;
	padding: 15px;
}

.containermasterjoes .containercontentjoes .Normal {
	color: #000000;
	font: .95em "Times New Roman", Times, serif;
}

.containerrowjoes {
	padding-bottom: 10px;
}

.containerrowjoes .Head {
	color: #2a3a51;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .3em
}

.roundedcornerscontent {
	background: transparent;
	padding: 5px 0 0 5px;
}

.roundedcornersheader {
	border-bottom: 1px solid #e2e2e2;
}

.roundedcornerstitle {
	color: #2a3a51;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 .3em
}

#roundedcornerstable {
	margin: 4px 0 4px 0;
	padding: 0;
	width: 100%;
	background: #FEFEFB;
}

#roundedcornerstable .rcbottom {
	background-image: url(images/bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
}

#roundedcornerstable .rcbottomleft {
	background: url(images/ll.gif) no-repeat top right;
	height: 6px;
	width: 6px;
}

#roundedcornerstable .rcbottomright {
	background: url(images/lr.gif) no-repeat top left;
	height: 6px;
	width: 6px;
}

#roundedcornerstable .rccenter {
	background-image: url(images/bk_container_grn.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#roundedcornerstable .rcleft {
	background-image: url(images/left.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
	width: 6px;
}

#roundedcornerstable .rcright {
	background-image: url(images/right.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 100%;
	width: 6px;
}

#roundedcornerstable .rctop {
	background-image: url(images/top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
}

#roundedcornerstable .rctopleft {
	background: url(images/ul.gif) no-repeat bottom right;
	height: 6px;
	padding-left: 8px;
	width: 6px;
}

#roundedcornerstable .rctopright {
	background: url(images/ur.gif) no-repeat bottom left;
	height: 6px;
	width: 6px;
}

/*************/
.masterjoesborder {
	padding: 15px;
}

.contentjoesborder {
	border: 1px solid #D0D8DD;
	background: #b6c9d3;
	padding: 10px;
}

/*=====*/
.fullwidth{
	width: 100%;
}
 .fullheight{
	height: 100%;
}


