@charset "utf-8";

/* CSS Document */

/* body */

body {
	margin-left: 0;
	margin-top: 0;
	background-color: #23364c;
	background-image:url(Images/tile_bg_pattern.gif);
	background-repeat:repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	}
	

/* divs */


#wrapper  {
	width:760px;
	height:797px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(Images/wrapper_bga.jpg);
	background-repeat:no-repeat;
	background-position: center;
	border:solid;
	border-width:10px;
	border-color:#f8912f;
	}
	
#wrapper2  {
	width:760px;
	height:797px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image:url(Images/wrapper_bg1a.jpg);
	background-repeat:no-repeat;
	background-position: center;
	border:solid;
	border-width:10px;
	border-color:#f8912f;
	}
	

#header  {
	float: left;
	width:760px;
	height:205px;
	padding: 0px;
	}
	
#headerInnerUpper	{
	float: left;
	width: 760px;
	height: 175px;
}

#headerInnerLowerLeft	{
	float: left;
	width: 417px;
	height: 32px;
}


#headerInnerLowerRight	{
	float: left;
	width: 343px;
	height: 32px;
}	

#navbar	{
	float: left;
	width:360px;
	height: 32px;
	margin-left: 417px;
	margin-top: 175px;
	padding: 0px;
	}	

	
#index_nav_buttons	{
	float: left;
	margin-top:370px;
	margin-left: 260px;
	width: 181px;
	height: 42px;
	}
	
#header_flash  {
	float: left;
	width:246px;
	height:50px;
	margin-left:30px;
	margin-top:-39px;
	}
	
	
#title  {
	float: left;
	width: auto;
	height: 30px;
	margin-left: 25px;
	margin-top: 32px;
	z-index: 1;
	}

	
#content1  {
	float: left;
	width:280px;
	height:420px;
	margin-top:40px;
	margin-left:210px;
	margin-right:270px;
	top: 265px;

	}
	
#content2  {
	float: left;
	width: 550px;
	height: 460px;
	margin-left: 150px;
	margin-top: 0px;
	}
	
#disclaimer_text	{
	float: left;
	width: 450px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#contact_form  {
	margin-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#bongo_player  {
	float: left;
	width: 62px;
	height: 28px;
	margin-left: 320px;
	}
	
#footer	{
	float: left;
	width: 709px;
	height: 112px;
	padding-left: 24px;
	padding-right: 25px;
	margin-top: -8px;
}

#footer_flash  {
	float: left;
	width:89px;
	height:112px;
	margin-left:0px;
	margin-top:-0px;
	}
	
#footer_flash_index	{
	position: absolute;
	margin-top: -13px;
	width:89px;
	height:112px;
}
	
	
#footer_credits  {
	float: right;
	margin-top: 55px;
	}

#usage_image  {
	float: left;
	width: 126px;
	height: 60px;
	margin-left: -40px;
	}
	
#movie  {
	float: left;
	width: 320px;
	height:280px;
	margin-left: 110px;
	margin-top: 65px;

	}
	
#shop	{
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	width: 450px;
	height: 380px;
	}

#flash_download	{
	width: 760px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;

}	
	
/* classes */


		
.info_bg  {
	background-image:url(Images/large_text_bg.gif);
	background-position:top;
	width:550px;
	height:460px;
	margin-left: 150px;
	}
	
.promise  {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	}


p.info_text  {
	color:#000000;
	font-size:12px;
	text-align:left;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	}
	

		
p.faq_text  {
	color:#000000;
	font-size:12px;
	text-align:left;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	}

	
p.loc_comparison  {
	font-size:12px;
	color: #000000;
	padding:25px;
	}
	
.thankyou  {
	padding-left: 30px;
	padding-top: 15px;
	}
	
p.copyright_text  {
	font-weight:normal;
	font-size:11px;
	}
	
.image_left {
	float:left;
	padding:5px;
	}
	
.image_right {
	float:right;
	padding:5px;
	}
	



/* headings */


.h3_contact  {
	color:#000000;
	padding-left:30px;
	padding-top:15px;
	}
	
	
h3  {
	color:#f8912f;
	font-size:16px;
	}
		
h4  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:30px;
	}	
	
/* links */
a.download:link	{
	color: #f67b06;
	font-weight: bold;
	text-decoration: none;
}

a.download:visited	{
	color: #f67b06;
	font-weight: bold;
	text-decoration: none;
}

a.download:hover	{
	color: #649c17; /* green text */
	font-weight: bold;
	text-decoration: underline;
}

a.main:link	{
	color:#d5401c; /* orange text*/
	font-weight:bold;
	
	}
	
a.main:visited  {
	color:#d5401c; /* orange text */
	font-weight:bold;
	}
	
a.main:hover	{
	color:#649c17; /* orange text */
	font-weight:bold;
	text-decoration: underline;
	/* background-color: #d5401c; */
	}
	
a.main:active  {
	color:#d5401c; /* orange text */
	font-weight: bold;
	}
	

a.credit:link	{
	color:#f8912f;
	font-weight:bold;
}

a.credit:visited	{
	color:#f8912f;
	font-weight:bold;
}

a.credit:hover	{
	color:#f8912f;
	font-weight:bold;
	text-decoration: underline;
}

a.credit:active	{
	color:#f8912f;
	font-weight:bold;
}