/* Amerispan Tents */


* {
margin: 0;
padding: 0;
}

HTML {
background-image: url(images/bg_pattern.jpg);
background-repeat: repeat;
background-color:#fff;
}

.clear {
clear: both;
}

BODY {
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
width: 800px;
font size: 11px;
color: #fff;
margin: 0 auto;
}

#logo {
padding: 10px;
position: relative;
text-align: left;
margin: 0 auto;
}

#nav {
background-image: url(images/nav_bg.png);
width: 800px;
height: 43px;
}

#header {
display: inline;
font-size: 11px;
text-align: center;
padding: 0px;
margin-top: 5px;
list-style: none;
}

#header ul {
list-style: none;
}

#header ul li {
float: left;
margin: 7px 10px 0px 10px; 
}
			
#header ul li a {
color: #fff;
font-size: 1.3em;
display: block;
padding: 0 11px 15px 0;
text-decoration: none;
}

/*start content area*/

#content {
width: 800px;
height: auto;
background-color: #FFF;
}

h2 {
margin: 2px;
}

#lefta {
margin-right: auto;
float: left;
padding-bottom: 5px;
}

#righta {
width: 447px;
height: 304px;
float: right;
margin-right: 14px;
}

#content2 {
width: 800px;
height: auto;
background-color: #FFF;
}

#leftb {
display: block;
float: left;
margin: 0px 0 0 14px;
width: 525px;
height: auto;
font-size: 12px;
color: #000000;
padding-bottom: 10px;
}

#rightb {
float: right;
padding: 5px 14px 0 0;
width: 219px;
height: auto;
}

#contact {
float: right;
width: 219px;
margin-right: 0px;
margin-top: 50px;
color: #000000;
font-size: 12px;
padding-bottom: 14px;
list-style: none;
}

#contact ul {
list-style: none;
}

#contact ul li {
margin-left: 10px;
list-style: none;
}

#footer {
width: 800px;
height: 21px;
clear: both;
}

#logob {
padding: 1px;
float: left;
margin-left: 15px;
margin-top: 5px;
}

#equipment {
width: 350px;
margin: 14px;
color: #000;
font-size: 12px;
list-style: none;
}

#equipment ul {
list-style: none;
}

#equipment ul li {
margin-left: 25px;
list-style: none;
}

#equipment h3 {
font-size: 16px;
padding: 5px 0 5px 0;
}

#subgallery {
float: left;
display: inline;
padding: 2px;
margin-top: 10px;
}



/*****form*****/

#mainForm 
{
	position: relative;
	margin: auto;
	text-align: left;
	width: 400px;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;	
}

li.mainForm
{
	padding-bottom: 5px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 50%;
	background-color: #FFFFFF;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:14px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #010101;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #010101;
}

#formFields
{
	position: relative;
	width: 50%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}
