/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Review Riches  */
/* Date : 24th June 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;
color: #000000;
font-size: 11pt;
line-height: 1.25em;
}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat-x;
background-color: #d5d6d1;
}

.full-size-table {
width: 754px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #136b9e;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration: underline;
}

b, strong {
font-family: verdana;
}

i {
font-size: 11pt;
}

.pad {
padding-left: 20px;
padding-right: 20px;
}


/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.but-back {
background-image: url("images/but.jpg");
background-repeat : no-repeat;
background-position: center center;
}


.box {
background-image: url("images/box.jpg");
background-repeat : no-repeat;
background-position: center center;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-y;
}

.testi-tile {
background-image: url("images/testi-tile.jpg");
background-repeat : repeat-y;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
}

.guarantee-back {
background-image: url("images/guarantee-back.jpg");
background-repeat : no-repeat;
padding: 20px;
padding-left: 30px;
background-position: center center;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.bullet {
background-image: url('images/bullet.jpg');
background-repeat : no-repeat;
background-position: 30px 8px;
color: #136B9E;
line-height: 1.25em; 
padding-left:42px; 
padding-right:10px; 
padding-top:2px; 
padding-bottom:15px
}


.left-img {
margin-right: 15px;
margin-bottom: 10px;
}

/* links */

.bot-nav a {
color: #136b9e;
font-size: 11px;
text-decoration: none;
padding: 1px 2px 2px 2px;
}

.bot-nav a:hover{
color: #000;
}

.but a {
color: #136b9e;
text-decoration: none;
}

.but a:hover{
color: #000;
text-decoration: underline;
}

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #dcdde1;
}

.graya {
background-color: #bfc1c8;
}

.blue {
background-color: #f1f2f6;
}

.brown {
background-color: #bf6b10;
}

.yellow {
background-color: #fefef8;
}

.yellowa {
background-color: #efefd5;
}

/* borders */

.border {
border : #ccc 1px solid;
}

.g-top {
border-top : #bfc1c8 1px solid;
}

.g-bot {
border-bottom : #bfc1c8 1px solid;
}

.g-lr {
border-left: #bfc1c8 1px solid;
border-right: #bfc1c8 1px solid;
}

.testi-border {
border: #bf6b10 3px dashed;
padding: 25px;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.brown-txt {
color: #bf6b10;
}

.blue-txt {
color: #136b9e;
font-size: 13 pt;
}

.orange-txt {
color: #d96701;
}

.small-txt {
font-size: 11px;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}


h1 {
font-size: 22pt; 
font-weight:bold;
margin-bottom: 20px; 
line-height:100%
}

h2 {
font-size: 18pt;
}

h3 {
font-size: 14pt;
}

h4 {
font-size: 13pt;
}