html {
	height: 100%;
		color: #333333;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-size: 1em;
	font: inherit;
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

b
{
    font-weight: bold;
}

nav ul, #top-nav, footer ul, .contact-nav ul {
  list-style:none;
}

body {
	cursor: default;
	font-family: "Segoe UI", Arial, Sans-Serif;
}

button {
	border: 0px;
	cursor: pointer;
}

em {
	font-style: italic;
}

ol, ul, dl {
	list-style: none;
	margin-bottom: 15px;
}

li
{
    list-style-type: circle;
    margin-left: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus,
input:focus,
button:focus {
	outline: 0;
}

a {
	text-decoration: none;
	    color: #6c207f;
}

a:hover, a:focus {
	text-decoration: none;
}

sup
{
    font-size: 11px;
    line-height: 10px;
}

input[type=hidden] {
	display: none;
}

strong {
	font-weight: bold;
}

textarea {
	font: inherit;
}

.clearfix:before,
.clearfix:after,
.f-line:before,
.f-line:after,
.dl-list:before,
.dl-list:after {
	content: "";
	display: table;
}

.clearfix:after,
.f-line:after,
.dl-list:after {
	clear: both;
}

.clearfix,
.f-line {
	zoom: 1;
}

