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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
}
html, body{ height:100%;}
body {
	margin:0px;
	padding:0px;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
	display: block;
}

h1, h2, h3, h4, h5, h6{font-size:16px; margin-bottom:15px; color:#464646; padding-bottom:10px;}
h1{ font-size:40px; padding-bottom:20px; margin-bottom:20px;}
h2{ font-size:35px; font-weight:700; color:#ff5539; text-align:center; text-transform:uppercase;}
h3{ font-size:25px; color:#fff; text-transform:uppercase; border-bottom:1px solid #d4d4d4; padding-bottom:15px; color:#000; font-weight:400;}
h4{ font-size:20px; color:#000; margin-bottom:0px; padding-bottom:10px; font-weight:700;}
h5{ font-size:18px; color:#1c64a1;}
h5, h6{ border:0px; margin-bottom:5px;}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc inside none;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

.gap-10{clear: both; height: 10px;}
.gap-20{clear: both; height: 20px;}
.gap-30{clear: both; height: 30px;}
.gap-40{clear: both; height: 40px;}
.gap-50{clear: both; height: 50px;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: none;	
	/*border-top: 1px solid #ccc;*/
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 5px 20px;
    margin: 0;
	border:0px;
	cursor:pointer;
}
input[type="text"], input[type="password"], textarea{
	border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	}
input[type="checkbox"] {
	margin:0 5px;
	position:relative;
	top:-1px;
}
input[type="radio"]{
	margin:0 5px;
	position:relative;
	top:-2px;
	}
p{
	margin-bottom:12px;
}
a{
	text-decoration:none;
	color:#000;
	outline:none;
}


input, select, a img {
	vertical-align: middle;
}

.clrFix{ line-height:0; height:0; clear:both;}

