/*--		ZAC WORKFRAME			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--							- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		MAINSCREEN				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/


/*BEGIN:	MAIN 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*main definitions				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
html							{
width:						100%;
background-color:			#F9F9F9;
}

body						{
width:						100%;
margin:						0 0 0 0;
padding:					0 0 0 0;

font-family:				lucida sans, lucida grande, lucida, arial, verdana, helvetica, sans-serif;
font-style:					normal;
font-weight:				500;
text-decoration:			none;
font-size:					13px;
color:						#696969;

background-color:			#F9F9F9;
}

div							{
overflow:					hidden;
margin:						0 0 0 0;
padding:					0 0 0 0;
text-align:					left;
}

img, a						{
margin:						0 0 0 0;
padding:					0 0 0 0;
border:						0px none transparent;
text-decoration:			none;
}

form, fieldset					{
margin:						0 0 0 0;
padding:					0 0 0 0;
border:						0px none transparent;
}

a, a:link, a:visited, a:active	{color: #5BA0CE; font-weight: 800;}
a:focus, a:hover				{color: #31729D; text-decoration: underline;}

/*BEGIN:	MAIN DIV				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*maindiv for background			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.zac_mainscreen			{
overflow:					visible;
width:						100%;
text-align:					center;
}

/*BEGIN:	MAIN TABLE				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*for centering 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
table.zac_maintable			{width: 100%; border: 0px none; background: url(../images/content/zac_content_back_fill.png) repeat left top;}
tr.zac_maintable				{width:	100%; border: 0px none;}
td.zac_maintable				{border: 0px none;}
td.zac_maintable_center		{width: 1000px; border: 0px none;}

td.zac_maintable_foot_side	{background: url(../images/foot/zac_foot_blender_side.png) repeat-x left top;}

/*BEGIN:	MAIN CONETNT			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*maindiv for all content 			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

div.zac_maincontent			{
width:						1000px;
background: 				url(../images/content/zac_content_back.png) repeat-y left top;
}

div.zac_maincontent_head,
div.zac_maincontent_foot		{
width:						1000px;
background-color:			#FFFFFF;
}
div.zac_maincontent_head		{
height:						143px;
background: 				url(../images/head/zac_head_back.png) no-repeat left top;
}
div.zac_maincontent_foot		{
height:						206px;
}














