/**************************************************************************  
   File = main.css
   Content-Type = text/css
   Language = en-us
   Email = webmaster@adnans-designs.info
   Author = Adnan Adil
   Updated = January 2009
   Media = screen, print, projection
   Description = Style sheet for first, second and third pages common css rules
 **************************************************************************/

/*	Globals	*/
body, div, span,
p, img, address, code, strong, em, a
form, fieldset, legend, label, input, select, textarea,
h1, h2, h3, h4, h5, h6, 
ul, ol, li, dl, dt, dd {
	font-size: 1em;
	line-height: 1em;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	border-style: none;
	padding: 0;
	letter-spacing: inherit;
	text-indent: 0;
	word-spacing: inherit;
	text-align: left;
}
h3{
text-align: center;
}
body {
	font-size: 16px;
	position: relative;
	width: 100%;
	background-color: #000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

form { margin-bottom: 0; }

dt, legend, input, label, select, textarea { font-size: 0.85em; line-height: 1em; color: #00f; }

p { font-size: 0.75em; line-height: 1.3em; padding-top: 0; color: #000; }
form p, dd p, li p { padding-top: 0; }
h1, h2, h3, h4, h5, h6 { color: #00f; }

a { font-size: 0.75em; line-height: 1em; }
a:link { color: #00f; }
a:visited { color: #00f; }
a:hover { color: #336699; }
p a, dt a, legend a, label a, address a, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-size: 1em; line-height: 1em; }

address { font-size: 0.85em; line-height: 1.3em; font-weight: bold; padding-top: 16px; color: #00f; }
address a { font-size: 1em; font-weight: bold; text-decoration: none; }
address a:link { color: #00f; }
address a:visited { color: #aaa; }
address a:hover { color: #336699; }

em { font-style: italic; }
strong { font-weight: bold; }
code { font-family: 'Courier New', 'Courier', monospace; }
li { list-style-type: none; }

.skip-link { position:absolute; text-indent: -99999px; }

