/*
Copyright (c) 2007, SynygyMagazine All rights reserved.
Created by: Vikram Patil
Date created: 2/08/07
Date modified:
*/

/****************************************************
Reset style
******************************************************/
body,div,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote{margin:0; padding:0;}
fieldset,img{border:0;}
/*ol,ul {list-style:none;}
ul{overflow:hidden; margin:0px; padding:0px;}
ul li{float:left; text-align:left; display: inline;}*/
form{display:inline}
h1,h2,h3,h4,h5,h6{display:inline;}
/****************************************************
Template and Grid
******************************************************/
body{margin: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px;	}
#header{width:90%;	position:relative; margin-top:10px; margin-left:40px;}
#container{width:60%; position:relative; margin-left:40px; margin-top:15px; z-index:0;}
#footer{
	width:90%;
	position: relative;
	height:60px;
	margin-left:40px;
	clear: both;
}
/****************************************************
Fonts
******************************************************/
body{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#333; line-height:17px; background-color:#fff;}
/****************************************************
 IE / FF  fix
******************************************************/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
