body {
	/*margin: 0px auto;*/
	background-attachment: fixed;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
hr {
	height: 1px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.text-subtitle {
	font-size: 12px;
	font-weight: bold;
}
.price {
	font-size: 12px;
	font-weight: bold;
}


/*CONTENT BACKGROUNDS*/


#BASE {
	background-color: #333333;
	margin: 0 auto;
}
#NAV {
	padding-left: 2px;
	margin: 0px;
	background-image: url(images/nav_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#NAV a{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	padding-right: 9px;
	padding-left: 8px;
}
#NAV a:hover{
	color: #FFFFFF;
}
#HEADER {
	background-image: url(images/head/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 10px;
	height: 60px;
	margin: 0px;
}
#CONTENT {
	/*background-color: #333333;
	background-image: url(images/content_bg/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#FOOTER {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#BULLETS {
	background-image: url(images/backgrounds/bullets_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#LINKS {
	background-image: url(images/backgrounds/links_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#LINKS a{
	color: #666666;
	text-decoration: none;
}
#LINKS a:hover{
	color: #000000;
}

#FORMBG {
	background-image: url(images/backgrounds/form_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#SEND {
	background-image: url(images/backgrounds/send_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}


/*NAVIGATION*/


a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a.pixelism {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #660088;
	text-decoration: none;
}
a.visitors {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*PADDING*/



.pad-left-10-right-bottom-20 {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-top-right-10-left-bottom-20 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-left-bottom-20-right-10 {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.pad-right-bottom-20-left-10 {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
}.pad-all-10 {
	padding: 10px;
}
.pad-left-right-bottom-10 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.pad-top-right-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.pad-top-left-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pad-all-20 {
	padding: 20px;
}
.pad-left-right-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-left-right-bottom-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-top-left-bottom-20-right-10 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.pad-top-right-bottom-20-left-10 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
.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-10-right-bottom-left-20 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.pad-top-10-right-bottom-20-left-10 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
.pad-all-30 {
	padding: 30px;
}


/*TEXT SIZES COLOURS*/


.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;
}
.text-red {
	color: #FF3300;
}
.text-grey {
	color: #999999;
}


/*FORMS*/


input {
	font-size: 12px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-size: 12px;
	height: 100px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	display: inline;
}

