/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #b0b0b0;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #463c3c;
background-image: url("images/back.jpg");
background-repeat : repeat-x;
background-position: top;
}

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

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

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

a:hover{
color: #fff;
}

br {
line-height: 0.7em
}

/* images */

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

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

/* links */

.top-nav a {
color: #fff;
font-weight: bold;
font-size: 12px;
text-decoration: none;
border-bottom : #a70200 3px solid;
padding: 1px 1px 2px 1px;
display: block;
}

.top-nav a:hover{
border-bottom : #ffd200 3px solid;
}

.nav-pad {
width: 30px;
}

/* background colours */

.black {
background-color: #000;
}

.gray {
background-color: #0f0f0f;
}

.red {
background-color: #a70200;
}

/* text */

.white-txt {
color: #fff;
}

.black-txt {
color: #000;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}