/* XHTML, HTML4, HTML5 Reset */

/* Global Reset */
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, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size: 100%;
	 -webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font: inherit;
	vertical-align: baseline; 
	background:transparent;
}

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

[hidden] {
	display: none;
}


/* Core Styles */ 
html,
body {
	height: 100%;
}

body {
	min-width: 960px;
}


/* Container */
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Image */
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

/* Lists Styles */
ol,
ul {
	list-style: none;
	list-style-image: none;
	list-style-position:outside;
}

li {
	display: list-item;
}

ul li a {
	font-size: 1.4em;
	line-height: 1.8em;
}


/* Form Styles */
legend {	
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: 0px;
	}

button,input,select,textarea {
	font-size: 100%;
	vertical-align: middle;
	*vertical-align: middle;
}

button,input {
	line-height: normal;
}

button,html input[type="button"], input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
 	vertical-align: top;
}


/* Table Styles */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td,
caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

sub,
sup,
small {
	font-size: 75%;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg {
	overflow: hidden;
}

/* Typography */
a, p {
	font-style:normal;
	font-weight:normal;}

p {
	margin:0 0 15px 0;
	}

a {
	text-decoration: none;
	outline: none;			}

/* Headings */
h1, h2, h3, h4, h5 {margin: 15px 0; line-height: 1.7em;}

h1 {
	font-size: 260%;		}
h2 {
	font-size: 200%;		}
h3 {
	font-size: 175%;		}
h4 {
	font-size: 120%;		}
h5 {
	font-size: 120%;		}

b,
strong {
  font-weight: bold;
}

span {
	font-style:italic;}

.left {
	float:left;}

.right {
	float:right;}
	
.p-left {
	text-align:left;}
	
.p-right {
	text-align:right;}
	
.small {
	font-size:12px;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

.mt-20 {
	margin-top:20px;}
.mb-20 {
	margin-bottom:20px;}

.mt-30 {
	margin-top:30px;}
.mb-30 {
	margin-bottom:30px;}
	
.mt-40 {
	margin-top:40px;}
.mb-40 {
	margin-bottom:40px;}

/* CLEAR SET */
.none {
	height: 0;
	clear: both;
	float: none;
	display: block;
	background: none;
	list-style: none;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	zoom: 1;
	display: block;
}

