/* CSS Document */
.transparent {

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/semi.png');
}
.banner {
	background-image: url(images/black-wall_trans.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.transparent[class] {
	background-image:url(images/semi.png);
}
.small {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;

	padding-bottom: 10px;
	padding-left: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 66CCFF;
}

a:hover {
	color: #FFCC00;

	text-decoration: none;
}


body {
	background-color: #000000;
	background-image: url(images/black-wall.jpg);
	background-repeat: repeat;
}
.style1 {
	padding-left: 15px;
}
.test {
	background: url(images/semi.png);
}


.picture {
	background-image: url(images/fitzroy2roll_14back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 0;
}
.picture1 {
	background-image: url(images/fitzroy2roll_toppicture.gif);
	background-repeat: no-repeat;
	background-position: top;
}.homeimage {
	margin-top: 45px;
	
	margin-left: 135px;
	border: 1px solid #666666;
}
.bodytexthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9E9E9;
	padding-top: 45px;
	padding-right: 130px;
	padding-left: 20px;
	text-align: justify;
}
.bammerimage {
	margin-top: -10px;
	margin-left: 5px;
	
	margin-top: -10px !important;

}
.mainimage_general {
	margin-right: 130px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	margin-left: 20px;
}
.bodytext_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9E9E9;
	margin-top: 40px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D5AA00;
	line-height: 13px;
	margin-top: 5px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D5AA00;
	line-height: 13px;
	margin-top: 5px;
}
.frame {
	border: 1px solid #666666;
}

.style3 {color: #FFFF00}


.style5 {font-size: 14}



.style7 {color: #66ccff}
.style8 {
	font-size: 16px;
	color: #D5AA00;
 }

.textgeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {border: none; } 