@charset "utf-8";
/* CSS Document */
	body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color:#DAC1E0;
		background-image:url(../images/body_bg.jpg);		
		background-repeat:repeat-x;
		color:#333;
		margin:0px;
		padding:0px;
	}
	.body_container
	{
		width:1000px;
		margin:0px auto;
	}
	.head
	{
		border-bottom:1px solid #000;
	}
	.head img
	{
		border:0px;
	}
	.head .links
	{
		color:#666;
		background:#ECDFEC;
		padding:1px;
		text-align:right;
	}
	.head a
	{
		font-size:8pt;
		text-decoration:none;
		color:#333;
		padding:2px;
	}
	.head a:hover
	{
		text-decoration:none;
		color:#A81895;
	}
	.main_container
	{
		padding:10px;
		text-align:justify;
	}
	.details
	{
	}
	.details td
	{
		vertical-align:top;
	}	
	.details h1
	{
		padding:0px;
		margin:0px;
		margin-bottom:5px;
		font-size:9pt;
		font-weight:bold;
		color:#855690;
	}
	.product_cell
	{
		float:left;
		display:inline;
		margin:15px;
		padding:2px 5px;
		margin-left:35px;
		text-align:center;
		border:1px solid #ccc;
		font-size:9pt;
	}
	.product_cell img
	{
	margin-bottom:5px;
	border:none;
	}
	.product_cell a
	{
		color:#855690;
		text-decoration:none;
	}
	.product_cell a:hover
	{
		color:#333;
	}
	
	.footer
	{
		text-align:center;
	}

	.footer .links
	{
		color:#666;
		background:#ECDFEC;
		padding:1px;
		text-align:center;
		border-top:1px solid #333;
	}
	.footer a
	{
		font-size:8pt;
		text-decoration:none;
		color:#333;
	}
	
.left_nav
{
	float:left;
	display:inline;
	background:#DAC1DF;
	width:200px;
	font-size:8pt;
}

.left_nav a
{
	display:block;
	padding:7px;
	text-decoration:none;
	color:#593660;
	font-size:9pt;
}
.left_nav a:hover
{
	color:#fff;
	background:#5E5360;
}

.left_nav a.selected
{
	display:block;
	padding:7px;
	text-decoration:none;
	color:#593660;
	font-size:9pt;
	background:#5E5360;	
	color:#fff;
}
.left_nav a.selected:hover
{

}


.menu_bg
{
	color:#ccc;
	background-color:#5E5360;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
}

.content
{
	padding:20px;
	margin-left:210px;
}

.content h1
{
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:10pt;
	font-weight:bold;
	color:#D8B3DF;
	border-bottom:1px solid;
}
.cell1
{
	font-size:9pt;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px   dotted #77667A; 
}

.cell1 img
{
	padding:2px;
	border:none;
	border:1px solid;
	width:150px;
	vertical-align:text-top;
	margin-right:10px;
}
.cell1 a
{
	color:#A684AC;
	text-decoration:none;
}

.products
{
	font-size:8pt;
}

.products td.cell1
{
	width:220px;
	padding:5px;
	margin:5px;
	font-size:8pt;
	vertical-align:top;
	text-align:center;
	white-space:normal;
	border:1px solid #6D5C70;
}
.products img
{
	border:1px solid #6D5C74;
	padding:2px ;
	margin-bottom:4px;
}

.products a
{
	text-decoration:none;
	color:#ddd;
}
.products td.space
{
	border:none;
	border-bottom:1px none #777;
}

.txt_left
{
	text-align:left;
}

.link1
{
	color:#ccc;
}

.txt_top td
{
	vertical-align:top;
}

.required
{
	color:#FB08DC;
}
