* {
	margin:0;
	padding:0;
}
body {
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width:auto
}
td {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808c30;
}

li {
	list-style-position: outside;
	list-style-type: circle;
}

/*TEXT STYLES*/

.text-size-8 {
	font-size: 8px;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.red-text {
	color: #FF3300;
}
.grey-text {
	color: #CCCCCC;
}
.name-text {
	color: #697327;
	font-size: 14px;
}

/*CONTENT BACKGROUNDS*/

#HEADER {
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 80px;
	margin: 0px;
}
#FOOTER {
	background-image: url(images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100px;
	#height: 69px;
	width: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 31px;
	padding-left: 220px;
}
#CONTACT {
	background-image: url(images/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 720px;
	margin: 0px;
}
#TERMS {
	background-image: url(images/terms_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 420px;
	margin: 0px;
}
#SENT {
	background-image: url(images/sent_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	height: 400px;
	margin: 0px;
}
#TIPBG {
	background-image: url(images/tip_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 760px;
	margin: 0px;
}
#TITLEBG {
	background-image: url(images/title_bg.png);
	background-position: left top;
	width: 760px;
	height: 70px;
	background-repeat: no-repeat;
}
#CONTENTBG {
	background-image: url(images/content_bg.png);
	background-position: left top;
	width: 760px;
	height: 500px;
	background-repeat: no-repeat;
}
#ENQUIRYTBG {
	background-image: url(images/enquiries_bg.png);
	background-position: left top;
	width: 760px;
	height: 500px;
	background-repeat: no-repeat;
}
#LEFTBG {
	background-image: url(images/left_bg.png);
	background-position: left top;
	width: 20px;
	height: 580px;
	background-repeat: no-repeat;
}
#RIGHTBG {
	background-image: url(images/right_bg.png);
	background-position: left top;
	width: 20px;
	height: 580px;
	background-repeat: no-repeat;
}
#BOTTOMBG {
	background-image: url(images/bottom_bg.png);
	background-position: left top;
	width: 760px;
	height: 20px;
	background-repeat: no-repeat;
}


/*NAVIGATION*/

#NAV a {
	color: #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#NAV a:hover {
	color: #ffffff;
}
#NAV a.selected {
	color: #00ff00;
	text-decoration: none;
	/*background-image: url(images/selected.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#FOOTER a {
	color: #808c30;
}
#FOOTER a:hover {
	color: #0099cc;
	text-decoration: none;
}
a {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #808c30;
}
a.pixelism {
	color: #BBBBBB;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.visitors {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #ffffff;
	text-decoration: none;
}


/*PADDING*/

#PRICES td {
	padding: 5px;
}
#ENQUIRY td {
	padding: 5px;
}
.pad-all-20 {
	padding: 20px;
}
.pad-top-20 {
	padding-top: 20px;
}
.pad-left-right-bottom-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-left-right-top-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.pad-left-right-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-top-left-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pad-top-right-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.pad-top-30 {
	padding-top: 30px;
}
.pad-top-left-30 {
	padding-top: 30px;
	padding-left: 30px;
}
.pad-all-40 {
	padding: 40px;
}
.pad-top-20-others-40 {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.pad-left-30-others-40 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 30px;
}
.pad-right-30-others-40 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 40px;
}

/*FORMS*/


input {
	font-size: 12px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
textarea {
	font-size: 12px;
	height: 50px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

form {
	display: inline;
}
