@import url("nav.css");
@import url("layout.css");
@import url("typo.css"); 
@import url("forms.css"); 
@import url("lightbox.css"); 
@import url("ie.css"); 


/******************************************************************
  Layout: Unified Arts
  Created: Florin Prnbacher
  Date: 15 / 06 / 2009
******************************************************************/

.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: #484848;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
body {
	background: url(../img/body-bg.jpg) repeat-x top #f1ebe3;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;	
	color: #484848;
	padding: 10px 10px 10px 0px;
}
.seo { position: absolute; text-indent: -9999px; }
/*******************************************************
+ RESET BROWSER STYLES
*******************************************************/

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:  1em Verdana, Helvetica, sans-serif;
}
form select {  }

/***** 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; }

.text_big   { font-size: 1.20em; }
.text_semi_big   { font-size: 1.10em; }
.text_normal   { font-size: 1.00em; }
.text_semismall { font-size: 0.90em; }
.text_sSemismall { font-size: 0.80em; }
.text_sSSemismall { font-size: 0.75em; }
.text_small    { font-size: 0.70em; } 
.text_regular  { font-weight: normal; }
.text_thin     { font-weight: lighter; }

.gray		   { color: #484848; }
.light_gray	   { color: #8e8e8e; }
.white		   { color: #fff; }	
.white-gray	   { color: #e5ddd2; }	
.cyan		   { color: #0b96ca; }
.burgund	   { color: #e33c08; }	
.brown		   { color: #44382a; }
.reddy-brown   { color: #a36906; }
.times		   { font-family: Times; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
  
.no_padding     { padding:0; }
.no_indent      { margin-left: 0; padding-left: 0; }
.no_bullet      { list-style: none; list-style-image: none; }
.clear			{ clear: both; }