﻿@charset "utf-8";
/* CSS Document */

body							{
	background:#000000 url('../images/contact/sales_background1.jpg');
	background-position:top;
	background-repeat:no-repeat;
}

#column1						{
	position:absolute;
	display:inline-block;
	width:564px;
	height:auto;
	top:-60px;
	left:300px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	z-index:500;
	word-spacing:normal;
	padding:20px 20px 20px 40px;
	background-color:#000;
}

h1								{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	line-height: 38px;
	font-weight:lighter;
}

#location1							{
	position:absolute;
	display:inline-block;
	width:320px;
	height:240px;
	top:60px;
	left:680px;
	border:solid 2px #FFF;
}

#location2							{
	position:absolute;
	display:inline-block;
	width:320px;
	height:240px;
	top:340px;
	left:680px;
	border:solid 2px #FFF;
}

.bottom_container_sales		{
	position:absolute;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	border-top:1px;
	border-top-color:#333;
	border-top-style:solid;
	min-height:200px;
	margin-top:730px;
	margin-left:12px;
	z-index:10000;
}

#enter						{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:600px;
	z-index:1000;
}

#enter_button			    {
    /* display: block; */
	float:left;
    width: 300px;
    height: 120px;
    background:url(../images/backgrounds/enter1.jpg) no-repeat 0 0;
}

#enter_button:hover			    { 
    background:url(../images/backgrounds/enter2.jpg) no-repeat 0 0;
}