@charset "UTF-8";
/* CSS Document */

#orangesolidframe_a4 .Head
{
	font-size: 14px;
	color: #FFFFFF;
	font-family: arial;
	font-weight: bold;
}


/* --------------- Layout --------------- */

#orangesolidframe_a1
{
	background-image: url(images/a2.jpg);
	width: 100%;
	height: 34px;
	background-position: top right;
	background-repeat: repeat-x;
	/* Displays Container Properly When Editing as an Administrator */
	_float: left;
	_display: inline;
}

	
#orangesolidframe_a2
{
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 34px;
	background-position: top left;
}

#orangesolidframe_a3
{
	background-image: url(images/a3.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	background-position: top right;
}

#orangesolidframe_a4
{
	margin-left: 12px;
	margin-top: 6px;
	float: left;
	display: inline;
}

#orangesolidframe_b1
{
	width: 100%;
	background-image: url(images/b1.jpg);
	background-repeat: repeat-y;
	background-position:left top;
	float: left;
	display: inline;
}

#orangesolidframe_b2
{
	width: 100%;
	background-image: url(images/b3.jpg);
	background-repeat: repeat-y;
	background-position:right top;
	float: left;
	display: inline;
}

#orangesolidframe_b3
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#orangesolidframe_c1
{
	width: 100%;
	height: 15px;
	background-image: url(images/c2.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	font-size: 0px;
	line-height: 0;
	margin-bottom: 5px;
}

#orangesolidframe_c2
{
	width: 100%;
	height: 15px;
	background-image: url(images/c3.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0;
}

#orangesolidframe_c3
{
	width: 100%;
	height: 15px;
	background-image: url(images/c1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

/* Blackberry Optimization */
@media all_
{
	/* Corrects Container Rendering When Zoomed Out */
	#orangesolidframe_b1
	{
		margin-top: -.5px;
	}
}

#clear
{
	clear: both;
}

