/*
Copyright (c) 2007, Better All rights reserved.
Created by: Yuvraj Shelke
*/

/****************************************************
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;	text-align:center;}
#header{width:100%;	position:relative; height:90px; background-image:url(../images/orangebar.png); background-repeat:repeat-x}
#container{width:100%; position:relative;}
#footer{width:100%; position: relative;}
/****************************************************
Fonts
******************************************************/
body{font-family: Arial, Helvetica, sans-serif; font-size:11pt; color:#333; line-height:19px; background-color:#ffffff;}
/****************************************************
 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 */
