/* first for IE 4–8 */
@font-face {
	font-family: SanukWeb;
	src: url("webfonts/SanukWeb.eot");
}

@font-face {
	font-family: SanukWeb-Bold;
	src: url("webfonts/SanukWeb-Bold.eot");
}

@font-face {
	font-family: SanukWeb-Light;
	src: url("SanukWeb-Light.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: SanukWeb;
	src: url("webfonts/SanukWeb.woff") format("woff");
}

@font-face {
	font-family: SanukWeb-Bold;
	src: url("webfonts/SanukWeb-Bold.woff") format("woff");
}

@font-face {
	font-family: SanukWeb-Light;
	src: url("SanukWeb-Light.woff") format("woff");
}

html, * {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
	font-size: 13px;
	line-height: 19px;
	font-family: 'SanukWeb-Light', sans-serif;
	color: #000;
}

a {
	color: #b4b4b4;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: 'SanukWeb-Bold';
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #b4b4b4;
    margin: 1em 0;
}

p, form {
	margin: 0px 0px 19px 0px;
	width: 100%;
	max-width: 455px;
}

ul {
	list-style-type: none;
	width: 100%;
	max-width: 455px;
	margin: 0px 0px 19px 13px;
}

ul li:before{
	content:"–";
	position:relative;
	margin-left: -7px;
	left: -5px;
}

img {
    vertical-align: middle;
    border: none;
	outline: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.04em;
	font-family: 'SanukWeb-Bold';
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 0px 19px 0px;
    clear: both;
    float: none;
}

h1 {
	color: #51a025;
	font-size: 33px;
	line-height: 1em;
	margin: 2px 0 33px 0;
}

strong, b {
	font-weight: normal;
	font-family: 'SanukWeb-Bold';
}

table {
	max-width: 455px;
}

table tr {
	vertical-align: top;
}

table tr td {
	padding: 0 7px 19px 0;
}

table tr td:first-child {
	white-space: nowrap;
}

table tr td:last-child {
	padding-right: 0;
}

p img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.internLink {
	
}

.pinkText {
	color: #ec008c;
}

.justifyleft {
	display: inline-block;
	float: left;
	margin: 0 19px 19px 0;
}

