@charset "UTF-8";


/*The container wraps from "content" DIV to "latestproducts DIV */
h1
{
	color:#fff;
}

h2
{
	color:#fff;
	font-size:14px;
		font-weight:normal;

}

p
{
	color:#fff;
	font-size:10px;
}

body
{

	background-color:#62766d;
	font-family:Times New Roman;

}

.wrapper

{
	width:100%;
	height:100%;
}

.banner
{
	width:62.5em;
	height:6.25em;
	position:relative;
	margin:0px auto;
	text-align:left;
}

.content {
	width:700px;
	height:100%;
	margin:0px auto;
	background-color:#62766d;
	overflow:hidden;
	text-align:center;
	
}


.form
{
	margin-left:26em;
	margin-right:26em;
	font:"Times New Roman", Times, serif;
	text-align:center;

}


label
{
	color:#CCC;
	font-size:10px;
	font-weight:bold;

}

input
{
	height:14px;
	font-size:10px;
	background-color:#231f20;
	border:1px solid #937c55;
	color:#fff;
	margin:0.5em;

}



.form h1
{
	color:#937c55;
	font-size:10px;
}

.form h2
{
	color:#CCC;
	font-size:10px;
}


a
{
	color:#fff;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	font:"Times New Roman", Times, serif;
	width:160px;
	padding:20px;
		letter-spacing:2px;
	
}

a:hover
{
	color:#f2a264;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
  font:"Times New Roman", Times, serif;
  width:120px;
  padding:20px;
  	letter-spacing:2px;
  
}

img { border-style:none}

a:active { outline: none; }

a:visited { outline: none; }

active, :focus { outline: none; -moz-outline-style: none; }
