/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Fitness Link  */
/* Date : 25th July 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 11px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #030303;
}

.full-size-table {
width: 780px;
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;
}

b, strong {
font-family: arial;
}

.pad {
padding-left: 1px;
padding-top: 1px;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.bot-tile {
background-image: url("images/bot-tile.jpg");
background-repeat : repeat-x;
}

.corner {
background-image: url("images/corner.jpg");
background-repeat : no-repeat;
background-position: top right;
}

/* links */

.nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
background-color: #F62817;
border-bottom: #fde39f 1px solid;
background-image: url("images/normal.gif");
background-repeat : no-repeat;
background-position: 10px 6px;
padding: 1px 5px 2px 20px;
display: block;
}

.nav a:hover{
color: #fff;
background-image: url("images/over.gif");
background-repeat : no-repeat;
background-color: #87F717;
}

/* background colours */

.white {
background-color: #fff;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */


/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}