﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Resetting Css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: small;
	font: inherit;
	vertical-align: baseline;
	font-family: calibri;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Coding starts*/

/* Global Section */

html  					{  }
head					{  }

#grad					{
							background: blue; /* For browsers that do not support gradients */
    					background: -webkit-linear-gradient(blue,white,blue); /* For Safari 5.1 to 6.0 */
    					background: -o-linear-gradient(blue,white,white); /* For Opera 11.1 to 12.0 */
    					background: -moz-linear-gradient(blue,white,white); /* For Firefox 3.6 to 15 */
    					background: linear-gradient(blue,white,blue); /* Standard syntax (must be last) */
							 
						}
						
#wrapper				{width:1200px; margin:0px auto; border-bottom-style:double;
							box-shadow: 0 0 10px #000;
   							border:0px solid #000;
   							color:white;
   							
   						}			
   						
#maincontainer			{

							background-color:#ffffff;
}			

