/* ----------------------------------------------------------------------------
    RESET
    
    This file resets commonly used tags and defines some default markup rules.
---------------------------------------------------------------------------- */
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;
}

body { background-color:#fff; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collaps: separate; border-spacin: 0; }
caption, th, td { text-alig: left; font-weighbold00; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }


a img { border: none; }


/* ----------------------------------------------------------------------------
    TYPOGRAPHY
    
    This is where we set the basic typography rules of the website.
    Garuda is linus equivalent of Arial
---------------------------------------------------------------------------- */
body { font-size:14px; line-height:1.5em; color: #333; font-family:Arial, Garuda; }

h1,h2,h3,h4,h5,h6 { 
  color: #036;
  font-family:"Trebuchet MS", Arial, Garuda;
  font-weight: normal;
}

h1 { font-size:25px; font-weight:bold; line-height:30px; margin-bottom:15px; }
h2 { font-size:22px; font-weight:bold; margin-bottom:15px; }
h3 { font-size:1em;  font-weight:bold; }
h4 { font-size:1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

p           { margin:0; }
img         { margin:0 0 15px; }

.breadcrumb { color:#666; }

a:focus, 
a:hover     { color:#333; }
a           { color:#333; text-decoration:underline; }

ul          { list-style-type:none; }
ol          { list-style-type:decimal; }
dl          { margin:0 0 1.5em 0; }
dl dt       { font-weight:bold; }
dd          { margin-left:1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */
.left       { float:left; }
.right      { float:right; } 
.clear      { clear:both; }
.hide       { display: none; }