body {
	background-color: #000000;
	background-image: url("images/bkg.jpg");
	background-repeat: repeat-y;
	color: #D8D8D8;
	font-family: tahoma, arial, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: 12px;
	line-height: 18px;	
}
.left1 {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
}
.right1 {
	position: absolute;
	left: 500px;
	top: 0px;
	padding: 0px;
}
.left2 {
	position: absolute;
	left: 0px;
	top: 100px;
	padding: 0px;
}
.right2 {
	position: absolute;
	left: 500px;
	top: 100px;
	padding: 0px;
}
.left3 {
	position: absolute;
	left: 0px;
	top: 200px;
	padding: 0px;
}
.right3 {
	position: absolute;
	left: 500px;
	top: 200px;
	padding: 0px;
}
.left4 {
	position: absolute;
	left: 0px;
	top: 300px;
	padding: 0px;
}
.right4 {
	position: absolute;
	left: 500px;
	top: 300px;
	padding: 0px;
}
.left5 {
	position: absolute;
	left: 0px;
	top: 400px;
	padding: 0px;
}
.right5 {
	position: absolute;
	left: 500px;
	top: 400px;
	padding: 0px;
}
.main_page {
	position: absolute;
	top: 150px;
	left: 211px;
	padding: 4px;
	width: 778px;
	margin-right: 0px;
	padding-right: 0px;
}
.menu {
	position: fixed;
    top: 150px;
	left: 0px;
	width: 200px;
	padding: 4px;
	margin-right: 0px;
	padding-right: 0px;
}
.menu_fixed {
	position: absolute;
    top: 150px;
	left: 0px;
	width: 200px;
	padding: 4px;
	margin-right: 0px;
	padding-right: 0px;
}
.header {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 2px;
	width: 100%;
}
.new_prod_header {
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #696969;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 1px;
	width: 100%;
}
input, select {
	color: #D8D8D8;
	background-color: #2A2A33;
	width: 150px;
	border: 1px solid #cccccc;
	font-family: verdana, arial, serif;
	font-size: 10px;
}
select {
	width: auto;
}
optgroup {
	font-size: 10px;
	font-style: normal;
	font-family: verdana, arial, serif;
}
.submit {
	width: auto;
	background: url("images/button_bkg2.jpg");
}
textarea {
	color: #D8D8D8;
	background-color: #2A2A33;
	border: 1px solid #cccccc;
	font-family: verdana, arial, serif;
	font-size: 10px;
}
.men_a {
	color: #5858FA;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #5858FA;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #A9D0F5;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
label {
	clear: both;
	width: 180px;
	float: left;
}
.form_item {
	margin-bottom: 3px;
}
.checkbox {
	width: auto;
	border: none;
	position: relative;
	top: 2px;
	background-color: transparent;
}
.pound_offset {
	position: relative;
	left: -11px;
}
.notice {
	position: absolute;
	top: 30px;
	left: 100px;
	width: 600px;
	border: 3px solid #BBBB00;
	background-color: white;
	color: black;
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
}
.phone {
	position: absolute;
	top:65px;
	left: 0px;
	width: 208px;
	text-align: right;
}
.variant_button {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px;
	border: 2px solid #CCCCCC;
	background: url("images/red_button_bkg2.jpg");
	width: 340px;
}
#homepage_images * td {
	vertical-align: top;
}
#marqueecontainer
{
position: relative;
width: 750px; /*marquee width */
height: 100px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;

border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
postion: relative;
top: -200;
left: -150px; /*position where enlarged image should offset horizontally */
}
