/* SITE-WIDE PAGE MARGINS, BACKGROUND COLOUR & TEXT FORMATTING */
/*----------------
       start
----------------*/
body {
	/*background-color: #3B201D;*/
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/bgfull.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;*/
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #ffffff;
}
/*----------------
       end
----------------*/



/* SITE-WIDE TAGS */
/*----------------
       start
----------------*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 110%;
	display: inline;
	font-weight: normal;
	color: #F9B20A;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 100%;
	display: inline;
	font-weight: normal;
	color: #F9B20A;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 100%;
	display: inline;
	font-weight: bold;
	color: #F9B20A;
}

input, select, textarea {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9B20A;
	background-color: #000000;
}
/*----------------
       end
----------------*/



/* ID's FOR LAYOUT & FORMATTING OF INCLUDED ITEMS AND CONTENT */
/*----------------
       start
----------------*/
#content {
	padding: 15px 20px 0 21px;
	background-attachment: scroll;
}
/*----------------
       end
----------------*/



/* HYPERLINK STYLES */
/*----------------
       start
----------------*/
a.smalllink:link { font-size:10px; color:#F9B20A; text-decoration:underline}
a.smalllink:visited { font-size:10px; color:#F9B20A; text-decoration:underline}
a.smalllink:hover { font-size:10px; color:#ffffff; text-decoration:underline}
a.smalllink:active { font-size:10px; color:#F9B20A; text-decoration:underline}

a.smallblacklink:link { font-size:10px; color:#000000; text-decoration:underline}
a.smallblacklink:visited { font-size:10px; color:#000000; text-decoration:underline}
a.smallblacklink:hover { font-size:10px; color:#ffffff; text-decoration:underline}
a.smallblacklink:active { font-size:10px; color:#000000; text-decoration:underline}

a:link { color:#F9B20A; text-decoration:underline}
a:visited { color:#F9B20A; text-decoration:underline}
a:hover { color:#ffffff; text-decoration:underline}
a:active { color:#F9B20A; text-decoration:underline}

a.footer:link { font-size:10px; font-weight:bold; color:#E7AC1F; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.footer:visited { font-size:10px; font-weight:bold; color:#E7AC1F; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.footer:hover { font-size:10px; font-weight:bold; color:#FFFDEB; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.footer:active { font-size:10px; font-weight:bold; color:#E7AC1F; text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif;}
/*----------------
       end
----------------*/



/* COLOURS */
/*----------------
       start
----------------*/
.blue {
	color: #648CC8;
}
.black {
	color: #000000;
}
/*----------------
       end
----------------*/



/* OTHER ELEMENTS */
/*----------------
       start
----------------*/
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 100%;
	font-weight: normal;
	color: #ffffff;
}

.content-area-gradient {
	background-image: url(../images/core/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #8D2016;
}

.txtsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 110%;
	font-weight: normal;
	color: #ffffff;
}

.rightinner-map {
	background-attachment: scroll;
	background-image: url(../images/rightinner-map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightinner {
	background-attachment: scroll;
	background-image: url(../images/rightinner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightinner2 {
	background-attachment: scroll;
	background-image: url(../images/rightinner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 130%;
	padding-left: 20px;
	height: 35px;
}
/*----------------
       end
----------------*/