/* ------------------------- GENERAL */
html, 
body
{ 
	height: 100%; 
}

body 
{
	margin: 0;
	padding: 0;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: .75em;	
	color: #000000;
	text-align: center;
}

h1 
{ 
	font-size: 170%;
	color: #000000;
	font-weight: bold;
	margin: 0;
}

h2 
{ 
	font-size: 130%;
	color: #000000;
}

h3 
{  
	font-size: 115%; 
	color: #000000;
}

h4, h5 
{ 
	font-size: 100%; 
}

h6 
{ 
	font-size: 80%; 
}

hr 
{
	height: 1px;
	color: #000000;
	background: #000000;
	border: 0px solid;
}

a 
{
	color: #000000;
}

a:hover 
{
	text-decoration: underline!important;
} 

table
{
	font-size: 1em;
}
/* ------------------------- GENERAL END */



/* ------------------------- PAGE BLOCKS */
#page-header 
{
	display: block; 
	position: relative;
	width: 836px;
	margin: 0 auto;
	text-align: left;
	height: 55px;
	clear: both;
	overflow: hidden;
}

#page-motive 
{
	display: block; 
	position: relative;
	width: 836px;
	margin: 0 auto;
	height: 236px;
	clear: both;
}

#page-data-header 
{
	display: block; 
	position: relative;
	width: 836px;
	margin: 0 auto;
	height: 30px;
	clear: both;
}

#page-data 
{
	display: block; 
	position: relative;
	width: 836px;
	margin: 0 auto;
	background: url(../Client.Images/page-text.png) repeat-y top left;
}

#page-footer 
{
	display: block; 
	position: relative;
	width: 836px;
	margin: 0 auto;
	height: 49px;
	clear: both;
}

.column-left
{
	display: block;
	float: left;
	width: 550px;
	padding: 0 10px 0 10px;
	text-align: left;
	height; auto;
}

.column-right
{
	display: block;
	/*margin-left: 570px;*/
	width: 236px;
	float: left; 
	padding: 0 20px 0 10px;
	text-align: left;
	clear: right;
	height: auto;
}

#page-tags 
{
	display: block; 
	position: relative;
	width: 776px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 140px;
	clear: both;
}

/* ------------------------- PAGE BLOCKS END */



/* ------------------------- TOP MENU */
#logo
{
	display: block;
	float: left;
	width: 193px;
	height: 44px;
}

#logo a
{
	display: block;
	width: 193px;
	height: 44px;
}

#menu-top
{
	list-style-image: none;
	margin:  0;
	padding: 0;
	float: right;
}

#menu-top li
{
	margin: 0;
	padding:0 7px 0 7px;
	display: block;
	float: left;
	font-weight: bold;
	text-transform: lowercase; 
	line-height: 77px;
	height: 44px;
}

#menu-top li a
{
	color: #000000;
	text-decoration: underline;
}

/* ------------------------- TOP MENU END */


#page-motive a
{
	display: block; 
	position: absolute;
	width: 115px;
	right: 0px;
	height: 115px;
	top: 0px;
}

/* ------------------------- TAGS */
#page-tags a
{
	text-decoration: none;
	color: #96965a;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 125%; 
}

#page-tags .tag-0
{
	font-weight: bold;
	font-size: 125%; 
}
#page-tags .tag-1
{
	font-weight: bold;
	font-size: 90%; 
}
#page-tags .tag-2
{
	font-weight: bold;
	font-size: 110%; 
}
#page-tags .tag-3
{
	font-size: 80%; 
}
#page-tags .tag-4
{
	font-weight: bold;
	font-size: 110%; 
}
#page-tags .tag-5
{
	font-weight: bold;
	font-size: 115%; 
}
/* ------------------------- TAGS END */

.clear 
{
	font-size: 1px;
	height: 1px!important;
	line-height: 1px!important;
	display: block;
	overflow: hidden!important;
	clear: both;
}

.float-right
{
	float: right;
}

.small
{
	font-size: 80%;
}

.centered
{
	text-align: center;
}

.right
{
	text-align: right;
}

.right table
{
	float: right;
}

.pager 
{
	display: block;
	background: #ffffff;
	height: 20px;
}

.pager table
{
	display: block;
}

table tr td h2,
table tr td h3
{
	margin-bottom:0px;
}