/*RESET STYLES */

noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

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, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

a{
	outline: 0;
}

a img {
	border: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

del{
	text-decoration: line-through;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc; margin: 1em 0;
	padding: 0;
}

input, select, textarea{
	vertical-align: middle;
	outline:none;
}
 
html{
	overflow-y: scroll;
}

nav ul, nav li{
	margin: 0;
	list-style:none;
	list-style-image: none;
}


textarea{
	overflow: auto;
}

.ie6 legend, .ie7 legend{
	margin-left: -7px;
}
 
input[type="radio"]{
	vertical-align: text-bottom;
}

input[type="checkbox"]{
	vertical-align: bottom;
}

.ie7 input[type="checkbox"]{
	vertical-align: baseline;
}

.ie6 input{
	vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button{
	cursor: pointer;
}

button, input, select, textarea{
	margin: 0;
}

input:valid, textarea:valid{

}

input:invalid, textarea:invalid{

}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid{
	background-color: #f0dddd;
}

::-moz-selection{
	background: #ed1c24;
	color:#fff200;
	text-shadow: 1px 1px 1px #000;
}

::selection{
	background:#ed1c24;
	color:#fff200;
	text-shadow: 1px 1px 1px #000;
}


button{
	width: auto;
	overflow: visible;
}

.ie7 img{
	-ms-interpolation-mode: bicubic;
}

.group:after {
        visibility: hidden;
		display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */