/* 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;
line-height: 1.4em;
}

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

.full-size-table {
width: 978px;
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;
}

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

a:hover{
color: #000;
}

br {
line-height: 0.8em;
}

.pad {
padding-left: 20px;
}

/* images */

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

.header-tv-aerials {
background-image: url("images/header-tv-aerials.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-freeview {
background-image: url("images/header-freeview.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-freesat {
background-image: url("images/header-freesat.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-satellite {
background-image: url("images/header-satellite.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-commercial {
background-image: url("images/header-commercial.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-about {
background-image: url("images/header-about.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

.header-contact {
background-image: url("images/header-contact.jpg");
background-repeat : no-repeat;
padding-right: 4px;
}

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

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

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

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

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

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 20px 7px;
padding: 2px 1px 3px 35px;
}

/* links */

.top-nav a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-image: url("images/normal.jpg");
background-repeat : no-repeat;
text-align: center;
width: 89px;
padding: 20px 0px 20px 0px;
display: block;
}

.top-nav a:hover{
color: #fff;
background-image: url("images/over.jpg");
background-repeat : no-repeat;
}

.current a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-image: url("images/over.jpg");
background-repeat : no-repeat;
text-align: center;
width: 89px;
padding: 20px 0px 20px 0px;
display: block;
}

.bot-nav a {
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

.bot-nav a:hover{
color: #000;
}

/* background colours */

.gray {
background-color: #f1f1f1;
}

.green {
background-color: #7cbc42;
}

.greena {
background-color: #69ba2b;
}

.blue {
background-color: #37a2ea;
}

/* text */

.white-txt {
color: #fff;
}

.yellow-txt {
color: #fdf501;
}

.blue-txt {
color: #024a86;
}

.green-txt {
color: #53a91f;
}

.green-txta {
color: #386e06;
}

/* Heading */

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

h1 {
font-size: 13px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 25px;
}