body, html	{ 
	padding: 0px;
	margin: 0px;
	background: url('images/bg_internal.jpg') repeat-x #5599C7; 
	font-family: Verdana;
	height: 100%;
	behavior:url('csshover.htc')
}

.signin			{ width: 402px; height: 150px; background: url('images/bg_signin.jpg') no-repeat; padding: 20px; line-height: 22px; font-size: 11px;}
.signin input	{ border: 1px solid #5BA2D2; font-size: 11px; color: #888888; width: 210px; margin-bottom: 4px; overflow: hidden; }
.textbox		{ border: 1px solid #5BA2D2; font-size: 11px; color: #888888; width: 210px; }

.container	{
	display: block;
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	height: 100%;
}
.header		{
	display: block;
	width: 879px;
	height: 170px;
}
.content	{
	display: block;
	width: 839px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.potatoes 	{				/*NAVIGATION*/
	display: block;
	clear: bottom;
	width: 250px;
}

.potatoes ul	{
	list-style: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.potatoes li	{
	width: 250px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
	border: 1px solid #FFFFFF;
	color: #5599C7;
}

.potatoes li:hover	{
	width: 250px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
	background: url('images/arrow_on.gif') no-repeat 7px 8px #FAFAFA;
	border: 1px solid #D9E9F4;
}

.potatoes a:link {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal
}
.potatoes a:visited {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal;
}
.potatoes a:hover {
	color: #F2A01F;
	text-decoration: none;
	font-weight: normal;
}



.meat {					/*TEXT CONTAINER*/
	display: block;
	clear: bottom;
	width: 590px;
	font-size: 11px;
	line-height: 18px;
	color: #676767;
}

.meat #title {
	font-size: 23px;
	font-weight: normal;
	color: #5599C7;
	line-height: 23px;
}

.meat #sub_title {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.meat #sub_title_o {
	font-size: 12px;
	font-weight: bold;
	color: #F2A01F;
	line-height: 20px;
}

.meat #note {
	font-size: 13px;
	font-weight: bold;
	color: #F2A01F;
}

.meat p	{
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 0px;
}

.meat a:link {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal
}
.meat a:visited {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal;
}
.meat a:hover {
	color: #F2A01F;
	text-decoration: none;
	font-weight: normal;
}

.order01 { 
	display: block;
	width: 468px;
	height: 22px;
}

.order01 span { display: block; }

.order02 { 
	display: block;
	width: 468px;
	height: 22px;
}

.order02 span { display: block; }

.order03 { 
	display: block;
	width: 468px;
	height: 22px;
}
.order03 span { display: block; }

.order04 { 
	display: block;
	width: 468px;
	height: 22px;
}
.order04 span { display: block; }



.feet	{				/*INTERNAL FOOTER*/
	font-size: 11px; 
	color: #676767;
	text-align: center;
	line-height: 50px;
}

.feet a:link {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal
}
.feet a:visited {
	color: #5599C7;
	text-decoration: none;
	font-weight: normal;
}
.feet a:hover {
	color: #F2A01F;
	text-decoration: none;
	font-weight: normal;
}

.showstate 	{ 		/* SERVICE LEVELS */
cursor:hand;
cursor:pointer;
padding-right: 5px;
}

.switchcontent {
line-height: 20px;
margin-left: 17px;
}

.switchcontent p {
margin-top: 3px;
margin-bottom: 3px;
}


