/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Fitness In Motion  */
/* Date : 28th Aug. 2006 */


/* 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;
}

.full-table {
width: 740;
height: 100%;
}

.full-size-table {
width: 740;
}

.row1 {
height: 5%;
vertical-align : top;
}


.sub-link a {
color: #a3c6ea;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/sub.jpg");
background-repeat : no-repeat;
background-position: 15 center;
padding: 3 5 4 25;
background-color: #002d7c;
}

.sub-link a:hover{
color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-image: url("images/right-tile.jpg");
background-repeat : repeat-y;
background-position: top right;
}

.row3 {
height: 5%;
vertical-align : top;
}

.content {
text-align: justify;
}

a {
color: #333;
text-decoration: none;
}

a:hover{
color: #000;
}

/* images */

.back-tile {
background-image: url("images/back-tile.jpg");
background-repeat : repeat-x;
}

.home-back {
background-image: url("images/home-back.jpg");
background-repeat : no-repeat;
}

.prod-box {
background-image: url("images/product-box.jpg");
background-repeat : no-repeat;
width: 115;
height: 177;
}

.prod-boxa {
background-image: url("images/product-box1.jpg");
background-repeat : no-repeat;
width: 115;
height: 177;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.w-h-dot-line {
background-image: url("images/w-h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.v-dot-line {
background-image: url("images/v-dot-line.gif");
background-repeat : repeat-y;
background-position: center center;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.left-tile {
background-image: url("images/left-tile.jpg");
background-repeat : repeat-y;
}

.i-nav-back1 {
background-image: url("images/i-nav-back1.jpg");
background-repeat : no-repeat;
}

.i-nav-back {
background-image: url("images/i-nav-back.jpg");
background-repeat : no-repeat;
}


.i-footer {
background-image: url("images/i-footer.jpg");
background-repeat : no-repeat;
}

.i-top-tile {
background-image: url("images/i-top-tile.jpg");
background-repeat : repeat-y;
}

.i-top {
background-image: url("images/i-top.jpg");
background-repeat : no-repeat;
}
/* links */

.left-link a {
color: #4d5674;
font-size: 11px;
text-decoration: none;
display: block;
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: left bottom;
padding: 8 5 9 15;
}

.left-link a:hover{
color: #000;
}

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.yellow {
background-color: #dac9a3;
}

/* borders */


/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.red-txt {
color: #810d0c;
}

.yellow-txt {
color: #f5dda6;
}

.orange-txt {
color: #f7b834;
}

.gold-txt {
color: #91670b;
}

/* headings */

/* Heading */

h1 {
font-family: arial;
font-size: 18px;
margin: 0;
}

h2 {
font-family: arial;
font-size: 16px;
margin: 0;
}

h3 {
font-family: arial;
font-size: 14px;
margin: 0;
}

h4 {
font-family: arial;
font-size: 13px;
margin: 0;
}

.bullet {
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: left center;
padding-left: 10;
}