/*
Created by designtohtml.net
http://www.designtohtml.net
*/

/* Reset all parameters .css */

html {
	height:100.01%;
}

body {
	color:#333;
	font: 12px   Tahoma, Verdana, 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;
	font-weight:normal;
}
a {
	text-decoration:none;
	color: #396CAC;
	outline: none; 
}
a:hover {
	text-decoration: underline;
}


.clear {
	clear:both;
	line-height: 0px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
.first {
	margin-left: 0;
}
.last {
	margin-right: 0;
}

/* typography */
p {
	margin:0 0 0.5em;
}

@font-face {
 font-family: head_font;
 src: url("georgia.eot") /* EOT file for IE */
}
@font-face {
 font-family: head_font;
 src: url("georgia.ttf") /* TTF file for CSS3 browsers */
}