/*Tekst styles*/
*		{font-family: Arial; font-size: 12px;}

h1 		{display: none;}
h2 		{font-size: 16px; font-weight: bold; color: #C13747;}
h3 		{font-size: 14px; font-weight: bold; color: #C13747;}
h4		{font-size: 12px; font-weight: bold; color: #009061;}

p  		{font-size: 12px;}

a		{font-size: 12px; font-style: italic; color: #000000; text-decoration: none;}

ul li 	{font-size: 12px;}

#small_letters {font-size: 10px; font-style: italic;}

#left	{ font-size: 11px; color: #ffffff; float: left;}
#right	{ font-size: 11px; color: #ffffff; float: right;}
#right a{ color: #ffffff; font-size: 11px;}

/*Common styles*/
.clear 	{clear: both;}

body
	{
		margin:0;
		padding:0;
		/*padding-top: 21px;*/
		background-image: url(../images/body_bg.png);
	}
	
#superwrapper
	{
		width: 1028px;
		position: relative;
		margin: 0 auto;
		background-image: url(../images/super_bg.png);
	}
	
#glowtop 	{background-image: url(../images/glow_top.png); height: 27px; width: 1028px; margin: 0 auto;}
#glowbottom	{background-image: url(../images/glow_bottom.png); height: 27px; margin-top: -20px; width:1028px; margin: 0 auto;}

#wrapper
	{
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
#top
	{
		width: 960px;
		position: relative;
		background-color: white;
	}
	
#logo
	{
		background-color: #ffffff;
		background-image: url(../images/logo.png);
		background-position-y: 33px;
		background-repeat: no-repeat;
		width: 261px;
		height: 220px;
		float: left;
	}

#photo
	{
		background-image: url(../images/header_foto.png);
		width: 699px;
		height: 220px;
		float: right;
	}
	
#navigation
	{
		background-image: url(../images/nav_bg.png);
		background-repeat: repeat-x;
		height: 34px;
	}
	
#navigation ul 		
	{
		padding: 0;
	 	margin: 0; 
	 	list-style: none;
	 	margin-left: 44px;
	 }

#navigation ul li 	
	{
		height: 26px;
		float: left;
		padding-left: 14px;
		padding-right: 12px;
		margin-top: 8px;
		
		background-image: url(../images/nav_divider.png);
		background-position-y: -12px;
		background-repeat: no-repeat;
	}
	
#navigation ul li a 
	{
		color: white; 
		font-style: normal; 
	}
	
#navigation ul li a:hover	{ color: #009061; }
#navigation .active 		{ color: #009061; }

#main
	{
		background-color: #eeeeee;
		width: 960px;
	}
	
#main_full
	{
		padding: 15px;
		width: 650px;
	}
	
#footer
	{
		background-image: url(../images/foot_bg.png);
		height: 24px;
		background-repeat: repeat-x;
		padding: 10px;
		padding-bottom: 0;
	}

/*Index styles*/
#mainleft
	{
		float: left;
		padding: 15px;
		width: 635px;
	}
	
#mainright
	{
		background-color: #CCCCCC;
		width: 265px;
		padding: 15px;
		float: right;
	}
	
.image
	{
		background-color: transparent;
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
		border: 0;
	}
	
img
	{
		border: 0;
	}
	
/*Contact styles*/
td			{vertical-align: top;}
textarea 	{height: 150px;}
#submitbutton {text-align: right;}
.form-width {width: 250px;}