/* 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, Helvetica, sans-serif;
color: #79795f;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 951px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
}

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

a:hover{
color: #000;
}

.pad-left {
padding-left: 35px;
}

/* images */


.back {
background-color: #b7ad5d;
background-image: url("images/footer-tile.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.backa {
background-color: #5477ad;
background-image: url("images/footer-tile1.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

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

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

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

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

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

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

.blogs-archive-header {
background-image: url("images/blogs-archive-header.jpg");
background-repeat : no-repeat;
}

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

.bulleta {
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: left 5px;
padding: 2px 1px 3px 20px;
}

.bulletb {
background-image: url("images/bulleta.gif");
background-repeat : no-repeat;
background-position: left 5px;
padding: 2px 1px 3px 14px;
}

/* links */

.top-nav a {
color: #fff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 11px 20px 11px 20px;
display: block;
}

.top-nav a:hover{
color: #e3d578;
}

/* background colours */

/* borders */

/* text */

.white-txt {
color: #fff;
}

.black-txt {
color: #000;
}

.red-txt {
color: #a93229;
}

.title {
background-color: #f4efc9;
border-left: #ddd0a1 10px solid;
padding-left: 10px;
color: #7d742c;
font-size: 18px;
}

.titlea {
background-color: #d7edf7;
border-left: #c5dee8 10px solid;
padding-left: 10px;
color: #073f8e;
font-size: 14px;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}
