/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Company Name  */
/* Date : 14th sept 2005 */


/* form classes */

form {
margin-bottom: 0;
}

input, textarea, select {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 1;
font-size: 11px;
}

.no-border {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
border-style: solid;
border-width: 0;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
}

body {
margin: 0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff;
scrollbar-shadow-color: #e1f2f2;
scrollbar-3dlight-color: #e1f2f2;
scrollbar-arrow-color: #000;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #1b1e25;
background-image: url("images/back.jpg");
background-repeat : repeat;

}

.full-table {
width: 100%;
height: 100%;
}

.full-size-table {
width: 778;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.top-curve {
background-image: url("images/top-curve.jpg");
background-repeat : no-repeat;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
background-position: left;
}

.top-tile {
background-image: url("images/top-tile.jpg");
background-repeat : repeat-x;
background-position: top;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.img1 {
background-image: url("images/img1.jpg");
background-repeat : no-repeat;
}

.img2 {
background-image: url("images/img2.jpg");
background-repeat : no-repeat;
}

.img3 {
background-image: url("images/img3.jpg");
background-repeat : no-repeat;
}

.img4 {
background-image: url("images/img4.jpg");
background-repeat : no-repeat;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center;
}

.blue-line {
background-image: url("images/blue-line.jpg");
background-repeat : repeat-x;
background-position: center;
}


/* links */

.left-link a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: block;
padding-left: 25;
background-image: url("images/bullet1.gif");
background-repeat : no-repeat;
background-position: left center;
height: 22;
padding-top: 3;
border-bottom : #529dda 1px solid;
}

.left-link a:hover{
background-color: #a6cdee;
color: #fff;
background-image: url("images/bullet2.gif");
background-repeat : no-repeat;
background-position: left center;
}

.button a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-color: #5a9adc;
padding: 1;
padding-left: 10;
padding-right: 10;
border : #05407c 1px solid;
height: 10
}

.button a:hover{
color: #05407c;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.blue {
background-color: #1379cd;
}

.blue1 {
background-color: #b7deff;
}

/* borders */

.blue-border {
border : #05407c 1px solid;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.blue-txt {
color: #382a9c;
}

.red-txt {
color: #ff0000;
}

/* headings */

.right-head {
font-size: 14px;
color: #f29400;
padding-left: 10;
}

.blue-head {
font-size: 14px;
color: #0066cc;
}

.blue-head1 {
font-size: 14px;
color: #0066cc;
padding-left: 5;
padding-right: 5;
background-color: #fff;
}

.white-head {
font-size: 14px;
color: #fff;
}

.phone {
color: #0066cc;
font-weight: bold;
}