﻿/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Content Area
Forms
Tables
Clear
Misc

*/

/* //////////////////////////////////////////////////////////////////////////
/* CSS Resetting - CSS resetting work is done by famous Eric Meyer
////////////////////////////////////////////////////////////////////////// */


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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* //////////////////////////////////////////////////////////////////////////
/* HTML Elements
////////////////////////////////////////////////////////////////////////// */

body, html {
background:#fff url(../_obj/_interface/bg_body.gif) repeat-x;
min-height:101%;
}

body, form {font:100% Arial, Helvetica, Verdana, sans-serif;}

br{ clear:both;}

p{ font: normal 12px/14px Arial, Helvetica, Verdana, sans-serif; letter-spacing:normal;}




a{text-decoration:none; color: #000;}

a:link {color: #000;}

a:active {color: #000;}

/* //////////////////////////////////////////////////////////////////////////
/* Page Structure
/* /////////////////////////////////////////////////////////////////////// */

#site {
	margin: 0 auto;
	width: 500px;
}


#box{
	background:#00FF33;
	display:block;
	height:100px;
	width: 100px;
	position:relative;
}

#logo {
	position: absolute;
	width: 64px;
	height: 24px;
	margin-left: -32px;
	margin-top: -12px;
	left: 50%;
	top: 50%;
	background-color: #ffffff;
	color: #000000;
	}
		
/* ———- @ Clear ———–*/

.clearfloat:after {
content:”.”;
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
height:1%;
}

*+html .clearfloat {
height:1%;
}

.clearfloat {
display:block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
	display: block;
	font-size:0;
	height: 0;
	line-height:0;
    visibility: hidden;
}

/* ———- @ Misc ———–*/

.fl {float:left;}

.fr {float:right}
