/**
  * Global reset
  * Defines default style
  *
  * @author Kaspars Zuks <kaspars.zuks@gmail.com>
  * @copyright Kaspars Zuks <kaspars.zuks@gmail.com>
  * @date 2008.01.17

  * @version 0.2

  * @lastmodified 2008.01.28
  * @media all
  * @style reset.css 
  */
/**
  * Reset declaration
  */
html,head,body,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr,
h1,h2,h3,h4,h5,h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	border: 0;
	padding: 0;
}
input, button, select, textarea {
	margin: 0;
}
body, html {
	height: 100%;
}
html {
	border: none;
}

body {
	color: #333;
}

a, a:active, a:link {
	color: #333;
}
	a:hover {
		text-decoration: none;
	}
	
	h1 a,
	h2 a,
	#mainmenu li a {
		text-decoration: none;
	}
		h1 a:hover,
		h2 a:hover,
		#mainmenu li a:hover {
			text-decoration: underline;
		}
	
	h1 a, h1 a:visited, h1 a:active, h1 a:link,
	h2 a, h2 a:visited, h2 a:active, h2 a:link {
		color: #b70004;
	}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

/**
  * Typography: fonts, font sizes.
  * Usefull resource: http://typetester.maratz.com/
  */

body {
	font: 76% Arial, Helvetica, sans-serif, Times, Georgia;
	line-height: 1.55em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif, Times, Georgia;
}

h1,h2,h3 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h1, h2 {
	font-size: 134%;
	font-weight: normal;
}
h3, h4, h5 {
	font-size: 100%;
}

.clear {
	width: 100%;
	clear: both;
	height: 0;
}
