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


@import url(stylestinymce.css);

body {
	background-color: #000;
	margin:30px;
	
	/*border: 3px dotted #FFFFFF;*/
	/*background-image: url('bg.png');*/
	background-repeat: no-repeat;
	background-position: top right;
}

input, textarea
{
	font-weight: inherit;
	color: inherit;
	font-size:inherit;
	font-family: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}




/* 
	MENU 
	LAYER
	-------------------------	*/
	
.a_layer
{
	padding: 0px;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	margin: 0px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom:5px;
	padding-bottom: 10px;
}
	

	.a_layer .mtl
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/layer/tl.gif');
	}
	.a_layer .mtr
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/layer/tr.gif');
	}
	.a_layer .mbl
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/layer/bl.gif');
	}
	.a_layer .mbr
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/layer/br.gif');
	}
	
		
.a_features
{
	padding: 4px;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #000;
	margin: 0px;
	margin-top: 1px;
	margin-bottom:2px;
}
	

	.a_features .mtl
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/features/tl.gif');
	}
	.a_features .mtr
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/features/tr.gif');
	}
	.a_features .mbl
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/features/bl.gif');
	}
	.a_features .mbr
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 20px;
		height: 20px;
		background-image: url('../img/features/br.gif');
	}
		


/* 
	GLOBAL CONTAINER 
	LAYER
	-------------------------	*/	
	
	
.a_globalcontainer
{
	position: absolute;
	margin: 0px;
	margin-left:-350px;
	left:50%;
	width: 700px;
	display: block;
	padding: 5px;
	padding-bottom:0px;
	background-color: #990000;
}
