/* CSS Document */

.PictureHolder {
	float: right;
	margin: -45px 0 5px 5px;
	padding: 0 8px 0 10px;
	}
	
/* Features, Company & Support Heading */
#FeaturesHeading, #CompanyHeading, #SupportHeading, #ContactHeading, #CustomHeading {
	margin-left: 10em;
	padding: 0 .5em 0 1.5em;
	color: #666;
	background-color: #fff;
	background-image: url("../images/Shadow.png"); background-repeat: repeat-y;
	}	

#CompanyHeading, #SupportHeading, #CustomHeading {
	height: 500px;
}

#ContactHeading {
	height: 535px;
}

	#FeaturesHeading h1, #CompanyHeading h1, #SupportHeading h1, #ContactHeading h1, #CustomHeading h1 {
		padding: 1.3em .5em 1em 0;
		margin: 0;
		color: #333;
		font: bold 18px Georgia, Arial;
		font-style: italic;
	}
	
	#FeaturesHeading ul, #CompanyHeading ul {
		list-style-type: disc;
		padding-left: 30px;
		margin: 0;
	}
	
	#FeaturesHeading ul li, #CompanyHeading ul li {
		display: list-item;
	}		
	
.FeaturesText, .CompanyText {
	display: block;
	margin: 0;
	padding: 0 3px 5px 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#CustomForm {
	width: 650px;
}

#CustomTextWrapper {
	float: left;
	width: 300px;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 150%;
	
}

#FormWrapper {
	float:right;
	width:345px;
	border-left:1px solid #e1e1e1;
}

/* forms
----------------------------------------------- */
form {
width:300px;
margin:0 0 0 20px;
padding:6px 0 5px 0;
}

form.div.name {
width:292px;
}

form div.Fname {
float:left;
width:146px;
}

form div.Lname {
float:right;
width:146px;
}

label {
display:block;
color:#333;
margin:0 0 2px 0;
}

label span {
color:#a00;
}

input, select, textarea {
display:block;
margin:0 0 5px 0;
padding:0;
border:1px solid #ccc;
font-family:tahoma, verdana, sans-serif;
font-size:11px;
color:#444;
}

input.submit {border:none;}

.subject {
margin-bottom:8px;
}

input, textarea {padding:2px 0 0 0;}

textarea {
width:288px;
height:90px;
margin:0 0 8px 0;
}

input.fldUserProofError { background:#D70000; color:#fff; }


/* hide from IE5-Mac \*/
* html #contact form textarea {width:285px;}
/* stop hiding from IE5-mac */

input#fldFirstName {width:120px;}
input#fldLastName {width:120px;}
input#fldPhoneNumber {width:120px;}
input#fldEmailAddress {width:170px;}
input#lisCountry {width:170px;}
select#lisTopic {width:170px;}

input.hidden {display:none;}

/* Features Enlarge Picture */

#ImagePopup {
	font: 13px Arial, Helvetica, sans-serif; margin-top: 150px;
}

a.TextImagePopup {
	position: relative;
	z-index: 20;
	color: #333333;
	text-decoration: none;
}

a.TextImagePopup:hover {
display: inline;
z-index: 50;
color: #333;
}

a.TextImagePopup span {
	display: none;
}

a.TextImagePopup:hover span { /*CSS for enlarged image on hover*/
	position: absolute;
	display: block;
	bottom: 20px;
	left: 5px;
	background-color: #ffffff;
	border: 1px solid #333333;
	width: 500px;
	height: 400px;
}

/* Box Section */
/*
#GeneralHeading{
	vertical-align: top;
	float: left;
	margin: 10px 0 0 3px;
	border: 1px solid #cccccc;
	width: 350px;
	}
	
	#GeneralHeading h1 {
		margin: 0;
		padding: 4px 0 4px 5px;
		background: #F8DCC0;
		text-decoration: none;
		font: bold 13px Arial, Helvetica, sans-serif;
		}	

#GeneralInformation {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #342F45;
	text-decoration: none;
}
		
	#GeneralInformation h1 {
		background: #fff;
		font: bold 12px Arial, Helvetica, sans-serif;
	}

	#GeneralInformation h2 {
		margin: 5px 0 0 5px;
		padding-top: 5px;
		border-width: 1px 0 0 0;
		border-style: dotted;
		border-color: #cccccc;
		font: bold 12px Arial, Helvetica;
	}
*/
.SupportText a {
		margin: 0 0 0 .5em;
		color: #333333;
		text-decoration: none;
		font: 12px Arial, Helvetica, sans-serif;
	}

.SupportText a:hover {
		text-decoration: underline;
		color: #333333;
	}

.SupportText {
	display: block;
	margin: 0 0 0 .5em;
	font: 12px Arial, Helvetica, sans-serif;
}

/*Demo*/
#FlashHolder {
	position: relative;
	z-index: 5;
	bottom: 170px;
	left: 5px;
}

