body {
    background-color: white;
}

#mainslot {
    width: 753px;
    margin-left: auto;
    margin-right: auto;
    font-size: 70%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
}

#sub_title {
    width: 15px;
    height: 0 !important;
    float: right;
    padding: 85px 0 0 0;
    margin: 0 1px;
    border-top-width: 11px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #d3d3d3;
    border-style: solid;
    overflow: hidden;
}

#logo {
    width: 123px;
    height: 85px;
    background: url(/images/bijanairlogo.jpg) no-repeat center;
    border-top-width: 11px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #e3e3e3;
    border-style: solid;
    float: right;
    margin: 0;
}

#logo a {
    width: 100%;
    display: block;
    height: 0 !important;
    overflow: hidden;
    padding: 75px 0 0 0;
}

#logo a:hover {
    background-color: transparent; /* for safari */
}

#tagline {
    width: 613px;
    height: 85px;
    color: #d41830;
    border-top-width: 11px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: black;
    border-style: solid;
    font-weight: bold;
    font-size: 1.25em;
    float: left;
    margin: 0 0 1px 0;
}

#tagleft {
    width: 265;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    padding: 2px;
    text-align: right;
}

#tagright {
    color: #999999;
    margin-top: 34px;
    float: left;
    padding: 1px;
    text-align: left;
}

#nav {
    width: 139px;
    height: 435px;
    background-color: #cccccc;
    padding: 1em 0 0 0;
    font-size: 1em;
    font-weight: bold;
    background: #ccc url(/images/navborder.jpg) repeat-y left;
    float: right;
    color: #d41830;
    margin: 0;
    margin-top: 2px;
}

#nav li {    
    height: 24px;
    line-height: 24px;
/*    list-style: none; */
    vertical-align: middle;
   text-indent: 20px;
}

#nav li a {
    height: 24px;
    display: block;
    text-decoration: none;
    color: black;
}

#nav li a:hover {
    background-color: #d41830;
    color: white;
}

#subhead_container {
    width: 613px;
    float: left;
    margin: 0;
    margin-bottom: 1px;
    margin-right: 1px;
    padding: 0;
    overflow: auto;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
}

#subhead, #subhead_large {
    width: 347px;
    background-color: #e5e5e5;
    float: right;
    overflow: auto;
}

#subhead {
    height: 101px;
}

#subhead_large {
    height: 202px;
}

#subhead a, #subhead_large a {
    color: #666666;
    margin: 4px 0 4px 18px;
}

#subhead a.more, #subhead_large a.more {
    color: red;
}

#subhead_content {
    color: red;
    padding: 1em;
    font-size: .9em;
}

#subhead_content h1 {
    padding: 0;
    margin: 4px;
    font-size: 1em;
    color: black;
}

#subhead_content h2 {
    font-size: 1em;
    padding: 4px 4px 4px 14px;
    margin: 4px;
    background: url(/images/blackarrow.jpg) left no-repeat;
    color: #444444;
}
#subhead_content p {
    padding: 0;
    margin: 0 0 0 18px;
    color: #727272;
}

#subhead_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: red;
}

#subhead_content ul li {
    margin: 4px 0 4px 18px;
}
#subhead_content ul li a {
    margin: 0;
}

#img1 {
  height: 202px;
  width: 265px;
  float: left; 
  padding-right: 1px;
}

#img2 {
    float: right;
    margin-top: 1px;
}

#side_image {
    margin-left: 463px;
    margin-top: 301px;
    float: right;
    position: absolute;
    padding: 0;
    background-color: white;
    z-index: 50;
}

#content {
    background-color: white;
    width: 463px !important;
    overflow: visible;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 150px;
    border-color: #d41830;
    border-style: solid;
    margin: 0;
    margin-right: 1px;
    padding: 1em 0 50px 0;
    font-size: 1em;
    float: left;
/*  
    margin-top: -216px;
    padding-top: 216px;
*/
   /* ie 6 hack for .sale_items class */
   _display: relative;
   _z-index: 5;
}

#content a {
    color: #444444;
    font-weight: bold;
}

#content h1 {
    font-size: 1.25em;
    padding: 0 0 0 14px;
    margin: 1em 4px;
    background: url(/images/redarrow.jpg) bottom left no-repeat;
    color: #444444;
}

#footer {
    float: none;
    clear: both;
    text-align: center;
    font-size: .9em;
    padding: 1em 4px;
    color: #d41830;
}

#footer a {
    color: #666666;
}

#copyright {
    float right;
}

#notice {
    border: 1px red dotted;
    background-color: #ddd;
    padding: 1em;
}

.handy {
    cursor: pointer;
}

.visual_clear {
    clear: both;
}

.float_left {
  float :left;
}

.float_right {
  float: right;
}