/**
 * Global reset
 */

html {
	color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, legend, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	font-size:inherit;
	font: 100%;
}

fieldset, img {
	border: 0;
}

th {
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

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

legend {
	color: #000;
}


/**
 * Base
 */

body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}

em {
	font-style: italic;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

h1 {
	font-size: 138.5%;  
}

h2 {
	font-size: 123.1%; 
}

h3 {
	font-size: 108%;  
}

h1, h2, h3 {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, strong {
	font-weight: bold; 
}

ol li {
	list-style: decimal outside;	
}

dl dd {
	margin-left: 1em;
}

th, td {
	padding: .5em;
}

p, fieldset, table, ul, ol, dl {
	margin-bottom: 1em;
}

input.input-text, textarea {
	width: 12.25em;
	*width:11.9em;
}

label, input.input-submit {
	cursor: pointer;
	*cursor: hand;
}


/**
 * Clearfix
 */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/**
 * Global classes
 */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
