/* anup ujawane (a_ujawane@yahoo.co.in) */


/* form classes */

form {
margin-bottom: 0;
}
/*
input {
font-family: "ms sans serif", arial, verdana, helvetica;
border-style: hidden;
//border: #000000 solid 1px
font-size: 11px;
}
*/
/*
textarea {
font-family: "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}
*/
select {
font-family: "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

/* page default settings */

body {
font-family: "ms sans serif", arial, verdana, helvetica;
color: #333333;
font-size: 13px;
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #9f1518;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 780;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #ffffff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #ffffff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #ffffff;
}

td {
font-family: "ms sans serif", arial, verdana, helvetica;
color: #333333;
font-size: 13px;
}

.content {
font-size: 13px;
text-align: justify;
}

.brown-content {
font-size: 13px;
text-align: justify;
color: #662626;
}

a {
color: #333333;
text-decoration: none;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
background-position: top right;
}

.home-img {
background-image: url("images/home-img.jpg");
background-repeat : no-repeat;
background-position: top left;
}

.h-dot-line {
background-image: url("images/h-dot-line.jpg");
background-repeat : repeat-x;
background-position: center center;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

/* links */

.top-link1 a {
color: #a9a9a9;
font-size: 12px;
text-decoration: none;
display: block;
padding-top: 1;
}

.top-link1 a:hover{
color: #000000;
}

.left-link a {
color: #000000;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 10;
}

.left-link a:hover{
background-color: transparent;
text-decoration: none;
color: #000000;
}

/* background colours */

.black {
background-color: #000000;
}

.white {
background-color: #ffffff;
}

.gray {
background-color: #9b9b9b;
}

.gold {
background-color: #d78c42;
}

.cherry {
background-color: #9f1518;
}

/* borders */

.border {
border : #cccccc 1px solid;
}

/* text */

.copyright {
color: #b27831;
font-size: 11px;
}

.black-txt {
color: #000000;
}

.white-txt {
color: #ffffff;
}

.brown-txt {
color: #662626;
}

.brown-txt1 {
color: #662626;
font-size: 11;
}

.gray-txt {
color: #6e6e6e;
padding-right: 10;
font-size: 11px;
}

/* headings */

.page-head {
font-size: 14px;
color: #b96331;
}

.title {
background-image: url("images/title-back.jpg");
background-repeat : no-repeat;
background-position: top left;
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 22;
color: #000000;
height: 63;
padding-left: 50;
padding-top: 15;
}

.product-name {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
font-size: 14;
color: #5B0000;
}