
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Internetagentur Unified Art ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Florin Prnbacher ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Date: 07.07.2010 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Copyright © 2010 Unified Arts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*******************************************************
+ STANDART SETTINGS
*******************************************************/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, address, form, fieldset, hr, blockquote {
	margin: 0;
	padding: 0;
	border: 0; 
	z-index:1;
	color: #6e6d68;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

p {
	font-size: 12px;
	color: #6e6d68;
	line-height: 1.8em;	
	/*padding-bottom: 20px;*/
}

a {
	font-size: 12px;
	/*color: #129ae8;
	font-family: Georgia;
	font-style: italic;*/
}

body {background: url(../images/bgs.jpg) no-repeat center top #f7f7f2;}

/*******************************************************
+ HEADER AND SUBHEADER STYLES
*******************************************************/
h1, h2, h3 {color: #5192a5; font-family: Georgia, Times;font-style: italic;font-weight: normal;}
h1 {font-size: 20px;margin-bottom: 15px;}
h2 {font-size: 20px;margin-bottom: 15px;}
h3 {font-size: 14px;}
/*******************************************************
+ RESET BROWSER STYLES
*******************************************************/

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:  1em Arial, Helvetica, sans-serif;
}

/***** Tables *****/
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}

/***** Global Classes *****/

a, a:link, a:visited {
	text-decoration: none;
}

img { border: 0; }

/***** Aligments *****/
.absolute	   { position: absolute; }
.vert_middle   { vertical-align: middle; }
.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.center_block  { margin: 0 auto; }
.padding	   { padding: 5px 0px 0px 5px; }
 
.text_block	   { display: block; }
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
.text_replace  { text-indent: -9999px; }

.text_sub      { vertical-align: -25%; }
.text_sup      { vertical-align: super; }
.text_normal   { text-transform: none; }
.text_capitalize { text-transform: capitalize; } 
.text_upper    { text-transform: uppercase;}
.text_lower    { text-transform: lowercase;} 
.text_over	   { overflow: hidden; }
.text_underline	 { text-decoration: underline; }
.text_noUnderline { text-decoration: none; }
.text_xtrBig   { font-size: 1.75em; }
.text_big      { font-size: 1.25em; }

.margin-top   { margin-top: 20px;}
.margin-bottom   { margin-bottom: 20px;}
.margin-vertical  {padding: 20px 0px 20px 0px;display: block;}

.text_semibig   { font-size: 1.10em; }
.text_big   { font-size: 1.20em; }
.text_normal   { font-size: 1.00em; }
.text_semismall { font-size: 0.90em; }
.text_sSemismall { font-size: 0.80em; }
.text_sSSemismall { font-size: 0.85em; }
.text_small    { font-size: 0.70em; } 
.text_regular  { font-weight: normal; }
.text_thin     { font-weight: lighter; }

.line_height16 {line-height: 1.6em;}

.light_gray    { color: #8c8c8c; }
.gray		   { color: #646464; }
.dark_gray     { color: #393939; }

.theme_red     { color: #ec4b30; }
.theme_green   { color: #1bc895; }
.theme_bege    { color: #cfcdc0; }

.white		   { color: #fff; }	
.light_cyan    { color: #5192a5; }
.cyan          { color: #129ae8; }

.georgia       {font-family: Georgia !important;}

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.border_bottom { border-bottom: 1px dotted #d8d8d8; padding-bottom: 5px; }
  
.no_padding     { padding:0; }
.no_indent      { margin-left: 0; padding-left: 0; }
.no_bullet      { list-style: none; list-style-image: none; }
.clear			{ clear: both; }