/*
-----------------------------------------------
 	Circlewebs Reset styles
----------------------------------------------- */	

* {
	text-decoration:none;
	outline:none;
	margin: 0;
	padding: 0;
}

code,kbd,samp,pre,tt,var,textarea,input,select,isindex {
	/* font:inherit; */
	font-size: 1em;
}

dfn,i,cite,var,address,em {
	font-style:normal;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset
{
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
     */
    font-family: "Century Gothic", Verdana, Arial, Hhelvetica, sans-serif
}


a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet {
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
	border: 0;
}

caption,th,td,center {
	font-weight: 400;
	text-align:left;
	vertical-align:top;
}

q {
	quotes:"" "";
}

ul,ol,dl,li,dt,dd dir,menu {
	list-style:none;
}

sub,sup {
	vertical-align:baseline;
}

a {
	color:inherit;
}

hr {
	display:none;
}

font {
	font:inherit !important;
	color:inherit !important;
}

pre, code
{
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }