/* 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: #333;
font-size: 12px;
}

body {
margin: 0px;
padding: 0px;
background-color: #e4eddc;
background-image: url("images/back.jpg");
background-repeat : repeat-x;
line-height: 1.4em;
}

.full-size-table {
width: 918px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

br {
line-height: 1em;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.blue-tile {
background-image: url("images/blue-tile.jpg");
background-repeat : repeat-x;
}

.newsletter {
background-image: url("images/newsletter.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.green-tile {
background-image: url("images/green-tile.jpg");
background-repeat : repeat-x;
padding-right: 30px;
}

.bullet {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 0;
padding: 3px 1px 4px 28px;
}

/* links */

.top-nav a {
color: #fff;
font-size: 13px;
text-decoration: none;
padding: 0 15px 0 15px;
}

.top-nav a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #216db6;
}

/* borders */

.border-left{
border-left : #fff 1px solid;
}

.border-right{
border-right : #fff 1px solid;
}

.lr{
border-left : #000 1px solid;
border-right : #000 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #4a64b3;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}