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

/* Reset all parameters .css */

html, body {
	height:100.01%;
}

body {
	background: #f0f0f0;
	color:#85797a;
	font:11px Tahoma, Arial, Helvetica,sans-serif;
	line-height: 1.5em;
}

body,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 {
	margin:0.5em 0;
	font-weight:normal;
	color:#111;
}

a {
	text-decoration:none;
	color: #787878;
	outline: none;
}


.clear {
	clear:both;
	line-height: 0px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
.first {
	border-left: 0px solid!important;
	margin-left: 0;
}
.last {
	border-right: 0px solid!important;
	margin-right: 0;
}

/* typography */
p {
	margin:0 0 1.5em;
	line-height: 1.5em;
}

