/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : LowCarbSuccess  */
/* Date : 23rd 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: verdana, helvetica, tahoma, "ms sans serif", arial, ;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 780px;
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: #358bb2;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

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

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

/* links */

.nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 11px;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 9px 25px 10px 25px;
display: block;
}

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

.bot-nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 1px 10px 2px 10px;
}

.bot-nav a:hover{
color: #fff;
text-decoration: underline;
}

/* background colours */

.blue {
background-color: #a2c5d7;
}

/* borders */

.border {
border : #ccc 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.blue-txt {
color: #297aa3;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}