/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?8iegg4');
	src:url('fonts/icomoon.eot?#iefix8iegg4') format('embedded-opentype'),
		url('fonts/icomoon.woff?8iegg4') format('woff'),
		url('fonts/icomoon.ttf?8iegg4') format('truetype'),
		url('fonts/icomoon.svg?8iegg4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-tumblr:before {
	content: "\e603";
}
.icon-linkedin:before {
	content: "\e604";
}
.icon-dribbble:before {
	content: "\e605";
}

*{
	margin:0px;
	padding:0px;
	line-height:1.4em;
}

a {
    color: #444;
	text-decoration:none;
}

a:hover 
{
	text-decoration: none;
    cursor:pointer
}

img 
{
	border:none;
}
	
ul li 
{
	list-style-type: none; 
}

h1, h2, h3, h4,h5, h6, p, ul, ol, li, dl, dt, dd, form, label, img 
{
  margin:0px;
  border:0px;
  padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.clear_left {
	clear: left;
	}

.clear_both {
	clear: both;
	}