/* Author : accieon  */

/* 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;
font-size: 12px;
color: #000;
line-height: 1.5em;
}

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

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

br {
line-height: 0.6em;
}

/* images */

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

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


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



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

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.gred {
background-image: url("images/gred.jpg");
background-repeat : repeat-x;
background-color: #232428;
}

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

/* links */

.top-nav a {
color: #cbcbcb;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-image: url("images/spacer.gif");
background-repeat : repeat-x;
padding: 17px 40px 17px 40px;
display: block;
}

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

.current a {
color: #000;
font-size: 13px;
font-weight: bold;
text-decoration: none;
background-image: url("images/nav-over.jpg");
background-repeat : repeat-x;
padding: 17px 40px 17px 40px;
display: block;
}

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

/* background colours */

.black {
background-color: #000;
}

.white {
background-color: #fff;
}

.gray {
background-color: #9b9b9b;
}

.gold {
background-color: #d7ce95;
}

/* borders */

.border-lr {
border-left : #bbb49b 1px solid;
border-right : #bbb49b 1px solid;
}

/* text */

.gold-txt {
color: #7a7555;
}

.yellow-txt {
color: #fac800;
}

.red-txt {
color: #cc4821;
}

/* 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: 22px;
padding-top: 15px;
}


#listingArea {
	width:100%;
	padding:0;
	margin:0;
}

#listingArea ul {
	margin:0;
	padding:15px 0 0 0;
	list-style:none
}

#listingArea ul li {
	background:url(images/list.jpg) no-repeat 0 6px;
	padding:0 0 0 15px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	line-height:23px;
}
