@charset "utf-8";
/* CSS Document */
body	{
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	color:#000;
	line-height:1.5em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
div, img	{
	margin:0;
	padding:0;
	border:0;
}
p	{
	margin:10px 0;
	padding:0;
}
a	{
	text-decoration:none;
	color:#333;
}
a:hover	{
	text-decoration:underline;
}

h1, h2	{
	margin:0;
	padding:0;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h2.product	{
	margin:15px 0;
}
#container	{
	width:970px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/bg-page.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#top	{
	height:381px;
	position:relative;
}
#banner	{
	position:absolute;
	bottom:-10px;
	left:0;
}
#logo	{
	margin:10px 0 0 25px;
}
#top_right	{
	float:right;
	margin:2px 25px 0 0;
	width:300px;
}
#top_right a 	{
	color:#00ABD6;
}
#top_middle	{
	float:right;
	width:150px;
	margin-right:100px;
}
#left	{
	width:291px;
	float:left;
	background-image:url(../images/semicircle.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding:17px 0 0 28px;
	
}
#right	{
	width:595px;
	float:left;
	background-image:url(../images/semicircle.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding:17px 28px;
}
#footer	{
	height:40px;
	border-bottom:13px solid #2d2d2d;
	line-height:30px;
	padding:0 25px;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#credit	{
	float:right;
}
.clear	{
	clear:both;
}
.pic	{
	border:1px solid #d3d3d3;
	padding:6px;
	background-color:#FFF;
	clear:both;
}
.right_pic	{
	float:right;
	margin:0 0 20px 20px;
}
.left-img	{
	margin:20px 20px 20px 40px;
}
.success-message {
	display:none;
}
/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */

#maincontactform {
  margin: 20px 0;
}
#maincontactform label {
  font-size: 12px;
  color: #7d7d7d;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #7d7d7d;
  width: 500px;
  height: 18px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #7d7d7d;
  width: 500px;
  height: 150px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 15px;
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}

#map {
  width: 260px;
  height: 246px;
  margin-bottom: 10px;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}
