body
{
	font-family:verdana;
	font-size:100%;
	background-color:#ffffff;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
}

img
{
	border:none;
}	

.form_form1
{
	margin:0 0 0 0;
}

	#designContainer
	{
		margin:0 auto 0 auto;
		text-align:left;
		width:802px;

	}
	#admindesignContainer
	{
		margin:0 auto 0 auto;
		text-align:left;
		width:802px;
	}
	.admincontent
	{
		background-color:#fff;
		float:left;
		width:802px;
		background-image:url(/pub/design/shadowright.png);
		background-repeat:repeat-y;
		background-position:right center;
	}
	.admincontentlft
	{
			float:left;
			width:786px;
			background-image:url(/pub/design/shadowleft.png);
			background-repeat:repeat-y;
			background-position:left center;
			padding:0 0 0 16px;
	}
	.adminmid
	{
		width:765px;
		float:left;
		min-height:500px;
	}
	* html .adminmid
	{
		height:500px;
	}
	
	.header
	{
		float:left;
		width:802px;
		background-image:url(/pub/design/shadowright.png);
		background-repeat:repeat-y;
		background-position:right center;

	}
		.headerlft
		{
			float:left;
			width:786px;
			background-image:url(/pub/design/shadowleft.png);
			background-repeat:repeat-y;
			background-position:left center;
			height:137px;
			padding:0 0 0 16px;
		}
		
.navbar
{
		float:left;
		width:802px;
		background-image:url(/pub/design/shadowright.png);
		background-repeat:repeat-y;
		background-position:right center;
}

	.navbarlft
	{
		float:left;
		width:786px;
		background-image:url(/pub/design/shadowleft.png);
		background-repeat:repeat-y;
		background-position:left center;
		height:35px;
		padding:0 0 0 16px;
	}
	.navbarbg
	{
		font-size:80%;
		width:770px;
		float:left;
		background-image:url(/pub/design/navbg.png);
		background-repeat:repeat-x;
		background-position:top center;
		height:35px;
		
	}
	
	.navbarbgadmin
{
		font-size:80%;
		width:770px;
		float:left;
		background-image:url(/pub/design/navbg.png);
		background-repeat:repeat-x;
		background-position:top center;
		height:35px;
	}	
	.navbarbg ul
	{
		float:left;
		margin:0 0 0 8px;
		padding:0 0 0 0;
		height:35px;
	}
	.navbarbg ul li
	{
		margin:0 0 0 0;
		padding:0 0 0 0;
		height:35px;
		float:left;
		list-style-type:none;
		border-right:1px solid #46464D;
	}
	.navbarbg ul li a:link
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:1px solid #afafaf;
	}
	.navbarbg ul li a:visited
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:1px solid #afafaf;
	}
	.navbarbg ul li a:hover
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		/*color:yellow;*/
		color:#ccc;
		text-decoration:none;
		background-image:url(/pub/design/navbgon.png);
		background-repeat:repeat-x;
		background-position:top center;
		border-right:1px solid #afafaf;
	}
	.navbarbg ul li a:active
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:1px solid #afafaf;
	}
	.navbarbg ul li a span
	{
		margin:0 6px 0 5px;
	}
	*html .navbarbg ul li a span
	{
		margin:0px 6px 0 17px;
	}
	
.footer
{
		float:left;
		width:802px;
		background-image:url(/pub/design/shadowleft.png);
		background-repeat:repeat-y;
		background-position:right center;
		background-color:#fff;
		
}

	.footerlft
	{
			float:left;
			width:786px;
			background-image:url(/pub/design/shadowleft.png);
			background-repeat:repeat-y;
			background-position:left center;
			height:110px;
			padding:0 0 0 16px;
	}
	* html .footerlft
	{
		/*width:792px;*/
		width:750px;
	}
	
	.footerbox
	{
		width:760px;
		margin:5px 5px 5px 5px;
		height:100px;
		float:left;
		border:1px solid #ccc;
		
	}
	.footerbox p
	{
		margin:50px 0 0 5px;
		padding:0 0 0 0;
		float:left;
		font-size:75%;
		color:#666;
	}
	.footerbox ul
	{
		clear:left;
		float:left;
		margin:0 0 0 5px;
		padding:0 0 0 0;
		font-size:75%;
	}
	.footerbox ul li
	{
		float:left;
		margin:0 5px 0 5px;
		padding:0 0 0 0;
		list-style-type:none;
		color:#666;
	}
	.footerbox ul li a:link
	{
		float:left;
		display:block;
		text-decoration:underline;
		color:#00FF;
	}
	.footerbox ul li a:visited
	{
		float:left;
		display:block;
		text-decoration:underline;
		color:#00FF;
	}
	.footerbox ul li a:hover
	{
		float:left;
		display:block;
		text-decoration:none;
		color:#00FF;
	}
	.footerbox ul li a:active
	{
		float:left;
		display:block;
		text-decoration:underline;
		color:#666;
	}

.navbarbg ul li a.noborder:link
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:0px solid #afafaf;
	}
	.navbarbg ul li a.noborder:visited
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:0px solid #afafaf;
	}
	.navbarbg ul li a.noborder:hover
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		/*color:yellow;*/
		color:#ccc;
		text-decoration:none;
		background-image:url(/pub/design/navbgon.png);
		background-repeat:repeat-x;
		background-position:top center;
		border-right:0px solid #afafaf;
	}
	.navbarbg ul li a.noborder:active
	{
		float:left;
		line-height:35px;
		height:35px;
		display:block;
		color:#fff;
		text-decoration:none;
		border-right:0px solid #afafaf;
	}

