/*
  ----------------------------------------------------------
  Hello.
  You're doing the right thing to learn more about CSS and
  xHTML - looking.
  That's the way I'm learning, and it's one of the best.
  But please don't copy wholesale.
  So, look: don't copy !
  ----------------------------------------------------------
  Copyright (c) 2000-2009
  The Rubycon Copyright (c) 2009
  http://www.therubycon.com/
  ----------------------------------------------------------
  defintion:		reset
  author:			Mark Jackson
  ----------------------------------------------------------
  site:           	4RF Communications
  designer:       	Mark Jackson
  creation:   		12 August 2009
  last modified:   	12 August 2009
  scheme:			*****
  layout:			*****
  background:		*****
  font-family:		*****
  ----------------------------------------------------------
  1					Global reset
  2					Restore fundamental styles
  3					Specials
  ----------------------------------------------------------				
  1	Global reset
  based upon "reset.css" in the Yahoo!
  User Interface Library: http://developer.yahoo.com/yui
  ----------------------------------------------------------				
 */
html {
    color:#000;
    background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    vertical-align: baseline;
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style:inherit;
    font-weight:inherit;
}
del,ins {text-decoration:none;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {
    border:0;
    font-variant:normal;
}
sup {vertical-align:baseline;}
sub {vertical-align:baseline;}
legend {color:#000;}
input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
input,button,textarea,select {*font-size:100%;}
 /*
  ----------------------------------------------------------
  2	Restore fundamental styles
  ----------------------------------------------------------				
 */
 
p, h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
ol, ul {
    text-align: left;
    list-style: none;
}
blockquote, q {
    quotes: none;
}
strong {font-weight:bold;}
em {font-style:italic;}
a img { /* we banish IE's blue borders */
	border:none;
	outline:none;
} 
a:hover, a:active {outline:none;}
/*
:focus {outline:none} */
 /*
  ----------------------------------------------------------
  3	 Specials
  ----------------------------------------------------------				
 */
div, ul, li, form {position:relative;}
.clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.clear {display:inline-block;}
/* Hides from IE-mac \ */
* html .clear {height:1%}
.clear {display:block}