/* By : accieon.com  */
/* For : Flavor House  */
/* Date : 11th Nov. 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: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #565656;
}

.full-size-table {
width: 873px;
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;
}

/* images */

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

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

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

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

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

.v-dot-line {
background-image: url("images/v-dot-line.jpg");
background-repeat : repeat-y;
background-position: center center;
}

.img {
background-image: url("images/img9.jpg");
background-repeat : no-repeat;
background-position: right bottom;
padding-right: 100px;
}

.imga {
background-image: url("images/img8.jpg");
background-repeat : no-repeat;
background-position: right top;
}

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

/* links */

/* background colours */

.white {
background-color: #fff;
}

.gray {
background-color: #b2b2b2;
}

.green {
background-color: #90a619;
}

/* borders */

.border-left {
border-left : #b2b2b2 1px solid;
}

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #496100;
}

.blue-txt {
color: #153667;
}

.red-txt {
color: #d83616;
}

/* Heading */

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

h1 {
font-size: 16px;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 20px;
}