
/**************** GENERAL TAGS *********************************************************************************************/
a			{
			text-decoration : none; 
			font-weight: 900;
			outline: none;
			color: #454546;
			}

a img			{
			border: 0px solid black;
			}

a:HOVER			{
			text-decoration : underline; 
			}

body			{
			margin: 10px;
			font-size: 14px;
			text-align: center;
			outline: none;
			font-family : Helvetica;
			color: #454546;
			background-color: #e6e6e6;
			}

div			{ 
			border: 0px solid gray;
			margin: 0;
			margin-top: 0;
			padding: 0;
			}

h1			{
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			}

h2			{
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			margin: 5px;
			margin-left: 15px;
			}
	
img			{
			border: 0px solid black;
			}

table			{
			border-collapse:collapse;
			border: 1px solid red;
			text-align: left;
			width: 100%;
			}

td			{
			vertical-align: top;
			text-align: left;
			}

p			{
			text-align: justify;
			margin: 5px;
			margin-left: 15px;
			margin-right: 15px;
			}

ul			{
			text-align: left;
			}

/***************************************************************************************************************************/

/**************** Classes ************************************************************************************************/
.center			{	text-align: center; }
.main			{
				position: relative;
				width: 890px;
				margin: auto;
				border: 1px solid gray;
				border-top: 0px solid gray;	
				padding: 5px;
			}
.right			{ 	
				float: right;
				width: 328px;
				border: 0px solid blue;
			}

.floatright { float: right;}
			
.left			{ 	
				float: left;
				width: 328px;
				border: 0px solid yellow;
			}
.floatleft		{ 	float: left;}
.clear			{	clear: both;}
.selected		{	background-color: #706c6c;}
.selected a		{	color: white;}
.noborder		{	border: 0px solid black;}
/***************************************************************************************************************************/

/**************** IDs ************************************************************************************************/
#head			{
			position: relative;
			height: 220px;
			width: 900px;
			background-color: #ffffff;
			border-top: 1px solid gray;
			border-bottom: 0px solid black;
			padding: 0px;
			text-align: right;
			overflow: hidden;
			font-weight: normal;
			}
#head a			{ font-weight: normal; }
			
#syndication		{
			position: absolute;
			bottom: -2px;
			margin: 0px;
			padding: 0px;
			right: 5px;
			font-size: 15px;
			border: 0px solid black;
			}

#body			{
			border: 1px solid gray;
			background-color: #ffffff;
			min-height: 400px;
			}

#main_title		{
			position: absolute;
			top: 15px;
			right: 5px;
			font-weight: bold;
			font-size: 50px;
			}

#mainmenu a		{
			font-weight: normal;
			}
			
#sub_title		{
			position: absolute;
			top: 65px;
			right: 5px;
			font-weight: bold;
			font-size: 30px;
			}



#orders			{
			position: absolute;
			top: 320px;
			right: 10px;
			width: 220px;
			margin: 0px; 
			padding: 0px;
			text-align: left;
			}



#content		{
			border: 0px solid green;
			width: 100%;
			}

#lang_img		{
			position: absolute;
			top: 120px;
			right: 10px;
			width: 220px;
			}

#footer			{
			border: 0px solid black;
			text-align: left;
			font-size: 10px;		
			}
/***************************************************************************************************************************/
