﻿/* This CSS document is part of a multi-tiered style sheet system.  */
/* This layout.css is the initial CSS document in the 3 teired system and is used to define the geographic structure of pages. */
/* All aesthetic styling information for pages should be placed in subsequent sheets and not in this document */

/* Created by Balbir Singh <balbir.singh@tekritisoftware.com> 07 Apr 2008 */
/* behavior: url(../Oxicash/images/iepngfix.htc); */

body {
  width:100%;
  margin:auto;
  font-family:Arial;
}
#container {
  width:1004px;
  margin:auto;
}
#content {
  float:left;
  width:100%;
  margin:0;
  padding:0 0 10px 0;
}
#header {
  float:left;
  width:100%;
  height:82px;
  margin:0;
  padding:0;
  background:url(../images/header_bg.gif) repeat-x 0 0;
}
/* below classes moved from 'style/oxilayout.css' */
#header_oxi {
  float:left;
  width:100%;
  height:82px;
  margin:0;
  padding:0;
  background:url(../images/header_bg.gif) repeat-x 0 0;
}
.oxi_details {
  float:left;
  width:920px;
  margin:0;
  padding:15px 0 0 40px;
}
#col_d {
  float:left;
  width:269px;
  margin:0;
  padding:0;
}
#col_e {
  float:left;
  width:445px;
  margin:0;
  padding:0 10px 0 10px;
}
#col_f {
  float:left;
  width:186px;
  margin:0;
  padding:0;
}
/* above classes moved from 'style/oxilayout.css' */
