/* =Reset CSS by Eric Meyer : v1.0 | 20080212
-------------------------------------------------- */
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 		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 								{ line-height: 1; }
ol, ul 								{ list-style: none; }
blockquote, q 							{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after 		{ content: ''; content: none; }
:focus 								{ outline: 1px dotted inherit; }
ins 								{ text-decoration: none; }
del 								{ text-decoration: line-through; }
table 								{ border-collapse: collapse; border-spacing: 0; }
a, button							{ cursor: pointer; }


/* =Grid
-------------------------------------------------- */
.line:before, .line:after					{ content: ''; display: table; }
.line:after							{ clear: both; }
.size1of1, .size1of2, .size1of3, .size2of3, .size1of4,
.size1of5, .size2of5, .size3of4, .size3of5, .size4of5 		{ float: left; display: inline; }
.size1of1							{ float: none; }
.size1of2							{ width: 50%; }
.size1of3							{ width: 33.33333%; }
.size2of3							{ width: 66.66666%; }
.size1of4							{ width: 25%; }
.size3of4							{ width: 75%; }
.size1of5							{ width: 20%; }
.size2of5							{ width: 40%; }
.size3of5							{ width: 60%; }
.size4of5							{ width: 80%; }


/* =Basic HTML
-------------------------------------------------- */
body 								{ background: white; font: 75%/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; }

a 								{ text-decoration: none; }
a:hover, a:focus						{ text-decoration: underline; }
h1, h2, h3, h4, h5, h6						{ margin-bottom: .3em; font-weight: normal; line-height: 1.2em; }
h1								{ font-size: 200%; }
h2 								{ font-size: 175%; }
h3								{ font-size: 150%; }
h4								{ font-size: 125%; }
h5								{ font-size: 108%; }
h6								{ font-size: 100%; }
p 								{ margin-bottom: .8em; }
blockquote 							{ padding-left: 1em; }
hr 								{ margin: 10px 0; }

ul, ol 								{ list-style: none outside none; }
ul 								{ list-style-type: square; }
ol 								{ list-style-type: decimal; }
li 								{ margin-left: 20px; }

h1, h2, h3, h4, h5, h6,
ol, ul, p, dl, hr, pre, table, address, fieldset		{ margin-bottom: 10px; }

table								{ margin-bottom: 10px; width: 100%; }
th, td 								{ padding: .2em 1em; text-align: left; }

form								{  }
form fieldset 							{ margin-bottom: 10px; }
form legend							{ font-size: 1.1em; }
form ul								{ list-style: none; }
form li 							{ margin: 0 0 .9em 0; }
form p label, form li label					{ width: 98%; }
form p input[type=text], form li input[type=text]		{ width: 98%; }
form p select, form li select					{ width: 99%; }
form p textarea, form li textarea				{ width: 98.5% }
form button 							{  }

form .hform p label, form .hform li label			{ float: left; margin-right: 3%; width: 32%; text-align: right; }
form .hform p input, form .hform li input			{ width: 60%; }
form .hform p select, form .hform li select			{ width: 61%; }
form .hform button						{ margin-left: 35%; }

form .search p label						{ position: absolute !important; width: 1px; height: 1px; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); overflow: hidden; }
form .search p input						{ width: 66%; }
form .search p button						{ margin-left: 2%; width: 28%; }


/* =Layout
-------------------------------------------------- */
.wrapper							{ margin: 0 auto; width: 960px; }
.main								{  }
.container							{ float: left; width: 75%; }
.aside								{ float: right; width: 25%; }

/* =Snippet
-------------------------------------------------- */
::selection 							{ background-color: #ccc; color: #111; }
::-moz-selection 						{ background-color: #ccc; color: #111; }


#ie form button							{ padding: 0 7px; line-height: 1.3em; }