/*
Created by Digitalus Bulgaria
http://www.digitalus.bg
Copyright (c) 2008, Digitalus Bulgaria All rights reserved.
*/

/* Reset all parameters .css */

	html {
		height:100.01%;
	}
	
	body {
		color:#fff9cd;
		font:0.69em Arial,Tahoma,Helvetica,sans-serif;
		padding:0; 
		margin:0;
	}
	
	div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
		margin:0;
		padding:0;
	}
	
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	
	fieldset,img {
		border:0;
	}
	
	address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:700;
	}
	
	address {
	font-weight:normal;
	}
	
	ol,ul {
		list-style:none;
	}
	
	caption,th {
		text-align:left;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight: normal;
	}
	
	a {
		text-decoration:none;
		color: #fff9cd;
		-moz-outline: none; 
	}
	
	input {
		font:0.91em Tahoma, Helvetica, Arial,sans-serif;
		padding: 2px;
	}
	
	.clear {
		clear:both;
		line-height: 0px;
	}
	
	.fleft {
		float: left;
	}
	
	.fright {
		float: right;
	}
