/* 
    Document   : main
    Created on : May 05, 2012, 04:15:00 AM
    Author     : Dhaval Patel, http://www.dsignpalette.com/
    Description:
        Alliance Filaments Limited
    Colors:
            1. Background :- Transparent;
            2. #705952;
            3. #baa880;
            4. #f5f5d9;


*/
/* IMPORT FILES */

@import url('reset.css');
@import url('text.css');
@import url('960_16_col.css');
/* ALL BODY LAYOUT STYLE
--------------------------------------------------------------------------------*/
html{
    background:url("../i/hdr-bg.png") repeat-x scroll 0 0 transparent;
}
body{
    font-family :'Calibri', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#footer{
    background-color:#baa880;
}
p{
    font-size:16px;
    text-align: justify;
}
/* HEADER STYLE
--------------------------------------------------------------------------------*/
#header{
}
#logo {
    background:url("../i/logo.png") no-repeat scroll 0 0 transparent;
    margin-top:28px;
}
#logo a{
    display: block;
    height: 122px;
    width: 305px;
}
#logo h1{
    text-indent:-9999px;
}
#slideShow{
    background:url("../i/ss-bg.png") no-repeat scroll 0 0 transparent;
    height:320px;
    width:960px;
    margin-left: -10px;
    margin-top: 61px;
}
#slideShow img{
    margin-left: 10px;
    margin-top: 10px;
    height: 300px;
    width: 940px;
}
/* NAVIGATION STYLE
--------------------------------------------------------------------------------*/
#nav{
    margin-top:35px;
    float:right;
}
#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li{
    display: block;
    position: relative;
    float:left;
}
#nav li ul{
    display:none;
    margin-top:-2px;
}
#nav a{
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    /*/border-top: 1px solid #ffffff;
    //padding: 5px 15px 5px 15px;
    //background: #2C5463;
    //margin-left: 1px;*/
    white-space: nowrap;
}
#nav li a:hover{
    color:#baa880;
}
#nav li:hover ul{
    display: block;
    position: absolute;
    z-index: 10;
    background-color:#FFF;
    padding:5px;
}
#nav li li {
    float: none;
    margin-left:0;
    width:130px;
}
#nav ul li li a {
    color:#000;
}
/* Content Bar STYLE
--------------------------------------------------------------------------------*/
#contentbar , #sidebar{
    margin-top:10px;
    margin-bottom:20px;
}
#contentbar .body, #sidebar .body{
    background-color:#f5f5d9;
    border-radius:8px;
    padding:8px;
    margin-bottom:20px;
}
#contentbar .body li{
    font-size: 1.25em;
}
#contentbar .body p, #sidebar .body p{
    margin-bottom:0;
}
#contentbar a, #sidebar a{
    color: #000;
    text-decoration: none;
}
table{
    width:100%;
}
table.products td , table.products th{
    text-align:center;
    padding:5px;
    border:1px solid #fff;
}
#contentbar table.products p{
    text-align: center;
}
table.products td p, table.products th p{
    margin-bottom:0;
}
#sidebar img{
    margin-bottom:10px;
}
#footer a{
    font-size:16px;
    color:#fff;
    margin-left:20px;
    text-decoration:none;
}
#footer a:hover{
    color:#705952;
}
#footer a.first{
    margin-left:0;
}
#footer span{
    color:#fff;
}

#footer #alliance a, #footer .privacy{
    color: #000;
    margin-left: 0px;
    font-size: 100%;
}
#footer #apricot{
    margin-left: 0px;
    font-size: 100%;
}
#footer #alliance a:hover, #footer .privacy:hover{
    color: #705952;
}
#footer .dsignpalette{
    display: block;
    color: #BAA880;
    visibility: hidden;
}
#footer .dsignpalette a{
    color: #BAA880;
}
.odd{
    background-color:#f5f5d9;
    color:#705952;
}
.even{
    background-color:#baa880;
    color:#705952;
}
.thead{
    background-color:#705952;
    color:#FFF;
    font-size: 1.2em;
}
.star{
    color: #C40000;
}