/*
---------------------------------------------------------------------
 Coder: Omer GOKSEL
 ============================================
 Copyright (c) by Omer GOKSEL (omergoksel86@hotmail.com)
---------------------------------------------------------------------
*/
/* Ultimate Global Reset © 2009 JJTComputing http://blog.jjtcomputing.co.uk/2009/03/24/the-ultimate-css-global-reset/ */
* {

}
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
     vertical-align: baseline;
     font-family: inherit;
     font-style: inherit;
     font-size: 100%;
     border: none;
     padding: 0;
     margin: 0;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
     white-space: normal;
     font-size: 1em;
     font: inherit;
	 height:auto;
	 line-height:inherit;
}
dfn, i, cite, var, address, em {
     font-style: normal;
}
th, b, h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
     font-size: 100%;
}
strong{
     font-size: 100%;
}
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table {
     border: none;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
caption, th, td, center {
     vertical-align: top;
     text-align: left;
}
body {
     background: white;
     line-height: 1;
     color: black;
}
q {
     quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}
ul, ol, dir, menu {
     list-style: none;
}
sub, sup {
     vertical-align: baseline;
}
a {
     color: inherit;
}
font {
     color: inherit !important;
     font: inherit !important;
     color: inherit !important; /* editor's note: necessary? */
}
marquee {
     overflow: inherit !important;
     -moz-binding: none;
}
blink {
     text-decoration: none;
}
nobr {
     white-space: normal;
}
:focus {
     outline: none;
}
