html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/helvetica.ttf);
}

a{
	outline: none;
}

a:hover{
	outline: none;
}

img{
	outline: none;
	border: none;
}

p, ul, li, ol, span, h1, h2, h3, legend, frameset{
	margin: 0px;
	padding: 0px;
}

.nav{
	width: 212px;
	height: 255px;
}

.nav a{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:hover{
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	text-decoration: underline;
	color: #FFFFFF;
}

.snaidero{
	font-family: Helvetica;
	font-size: 13px;
	font-weight:bold;
	text-align:right;
	color: #ff6600;
}

.snaidero-text{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #878787;
}

.snaidero-text a{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #878787;
}

.snaidero-text a:hover{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	color: #878787;
}

.content-bg{
	background: url(../images/content-bg.jpg) scroll no-repeat 0 0;
	width: 378px;
	height: 311px;
}

.main-heading{
	font-family: Helvetica;
	font-size: 18px;
	text-decoration: none;
	color: #5e5e5e;
}

.simple-text{
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 20px;
	color: #5e5e5e;
}
.simple-text a{
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
	color: #5e5e5e;
}
.simple-text a:hover{
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 1px;
	line-height: 20px;
	color: #5e5e5e;
}
	
.footer {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}	

a.footer:hover {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}	

a.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fb670f;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
}

a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
}
