/*===============================================================================
||									HTML EN BODY								||
===============================================================================*/
html,body				{
							width						:	100%;
							height						:	auto;
							
							position					:	relative;
							float						:	left;
							
							margin						:	0;
							padding						:	0;
							
									background-image	:	url(../images/background.png);
						}

#container				{
							width						:	100%;
							height						:	auto;
							
							position					:	relative;
							float						:	left;
									
									background-image	:	url(../images/background_container.png);
									background-position	:	center;
									background-repeat	:	repeat-y;
						}
						
/*===============================================================================
||									WRAPPER										||
===============================================================================*/	
	#wrapper			{
							width						:	850px;
							height						:	auto;
							
							position					:	relative;
							
							margin						:	0 auto;
							
									background-color	:	#000;
						}
						
/*===============================================================================
||									HEADER										||
===============================================================================*/	
	#header				{
							width						:	850px;
							height						:	140px;
							
							position					:	relative;
							float						:	left;
									
									background-image	:	url(../images/header.png);
									background-position	:	top center;
									background-repeat	:	no-repeat;
									background-color	:	#000;
						}
	
	#header img			{
							margin-top					:	30px;
							margin-left					:	345px;
						}
						
/*===============================================================================
||									MENU										||
===============================================================================*/	
	#menu				{
							width						:	850px;
							height						:	40px;
							
							position					:	relative;
							float						:	left;
							
									background-color	:	#000;
						}
						
	#menu ul			{
							margin						:	0;
							list-style					:	none;
							margin-left					:	0;
							padding						:	0;
						}
	#menu li a			{
							width						: 	212px;
							height						:	28px;
							display						: 	block;
							padding-top					:	12px;
							
									font-family			:	"arial";
									font-size			:	13px;
									color				: 	#FFF;
									text-align			: 	center;
									text-decoration		: 	none;
									background-color	:	#000;
						}
	#menu li			{
							float						: 	left;
						}
						
/*===============================================================================
||									SLIDESHOW									||
===============================================================================*/	
	#slideshow			{
							width						:	850px;
							height						:	250px;
							
							position					:	relative;
							float						:	left;
							z-index						:	1;
						}
		
		#slides			{
							width						:	850px;
							height						:	250px;
							
							position					:	relative;
							z-index						:	2;
							display						:	none;
						}
		
		#slides img		{
							width						:	850px;
							height						:	250px;
						}
	
	#buttons			{
							width						:	380px;
							height						:	30px;
							
							position					:	absolute;
							z-index						:	3;
							display						:	none;
							margin-left					:	235px;
							
							-moz-border-radius-bottomleft:	10px;
							-webkit-border-bottom-left-radius:10px;
							-moz-border-radius-bottomright:	10px;
							-webkit-border-bottom-right-radius:10px;
							
									background-image	:	url(../images/transparent60.png);
						}
						
		.link			{
							width						:	190px;
							height						:	25px;
							
							padding-top					:	5px;
							float						:	left;
							
							-moz-border-radius-bottomleft:	10px;
							-webkit-border-bottom-left-radius:10px;
							-moz-border-radius-bottomright:	10px;
							-webkit-border-bottom-right-radius:10px;
							
									font-family			:	"arial";
									font-size			:	13px;
									color				:	#FFF;
									text-align			:	center;
						}
		.link a			{
									color				:	#FFF;
									text-decoration		:	none;
						}
	
	#controls			{
							width						:	100%;
							height						:	50px;
							
							bottom						:	0;
							position					:	absolute;
							z-index						:	3;
							display						:	none;
							
									background-image	:	url(../images/transparent60.png);
						}
						
			#prev, #next{	
							width						:	50px;
							height						:	50px;
							
							float						:	left;	
						}
			
			#controls img{			border				:	none;	}
						
			#title		{	
							width						:	750px;
							height						:	50px;
							
							margin-top					:	20px;
							float						:	left;
									
									font-family			:	"arial";
									font-size			:	13px;
									color				:	#FFF;
									text-align			:	center;
						}

/*===============================================================================
||									CONTENT										||
===============================================================================*/	
		#container_content{
							width						:	850px;
							height						:	100%;
							position					:	relative;
							float						:	left;
						}
		
		#content		{
							width						:	700px;
							height						:	100%;
							
							position					:	relative;
							float						:	left;
							
							margin-left					:	50px;
							margin-top					:	30px;
							margin-bottom				:	25px;
							padding-bottom				:	25px;
									
									font-family			:	"arial";
									font-size			:	13px;
									color				:	#FFF;
						}
		
		h1				{
									font-family			:	"Times New Roman";
									font-size			:	22px;
									color				:	#a1a1a1;
						}

/*===============================================================================
||									Favicon menu							||
===============================================================================*/	
		
						
/*===============================================================================
||									Footer									||
===============================================================================*/	
		#footer			{
							width						:	850px;
							height						:	100px;
							position					:	relative;
							float						:	left;
									
									background-color	:	#000;
									
									font-family			:	"Arial";
									font-size			:	11px;
									color				:	#FFF;
						}
						
			#vspacer	{
							width						:	850px;
							height						:	50px;
						}
						
			#fMenu		{
							width						:	400px;
							height						:	30px;
							margin						:	0px auto;
							
									text-align			:	center;
						}
				
			#fMenu a	{	
							margin-left					:	10px;
							margin-right				:	10px;
							
									text-decoration		:	none;
									color				:	#333;
						}
			
						
			#fMenu span	{
							margin-left					:	10px;
							margin-right				:	10px;
							
									color				:	#333;
						}
			
			#fMenu span a{
							margin						:	0;
									
									text-decoration		:	none;
									color				:	#333;
						}

/*===============================================================================
=================================================================================
===============================================================================*/
