/*-----------------------------------------------------
	basic rules
-----------------------------------------------------*/

/*
body,form,div,p,h1,h2,h3,h4,h5,ul,li,form,tr,td,th,blockquote,code,pre {
	padding: 0px;
	margin: 0px;
}
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

input, select, textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* for checkbox in firefox */

input {
	margin-bottom: 0px;
	margin-left: 0px;
}


/*-----------------------------------------------------
	links and images
-----------------------------------------------------*/

a {
	color: #06c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #06c;
	text-decoration: none;
}

a img {
	border: 0px none;
}

/*-----------------------------------------------------
	typography
-----------------------------------------------------*/

body { 	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

p,h1,h2,h3,h4,h5,ul,blockquote,code {
	margin-bottom: 1.5em;
}

p.last { margin-bottom: 0; }



/*-----------------------------------------------------
	defualt list
-----------------------------------------------------*/

ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

ul li {
	background-image: none;
	background-repeat: no-repeat;
}

/*-----------------------------------------------------
	table, tr, td
-----------------------------------------------------*/

th, caption {
	text-align: left;
	font-weight: bold;
}

/*-----------------------------------------------------
   style-o-classes
-----------------------------------------------------*/

div.wrapper { float: none; clear: both; }
div.wrapperEnd { float: none; clear: both; font-size: 1px; line-height: 1px; height: 1px; }
.floatLeft { float: left; }
.floatRight { float: right; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


.hide { display: none; }

.resetMargin { margin: 0; } 
.resetPadding { padding: 0; } 
.reset { margin: 0; padding: 0; } 

.alignJustify  { text-align: justify; } 
.alignLeft     { text-align: left; } 
.alignCenter   { text-align: center; } 
.alignRight    { text-align: right; } 