@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color:#fff;
/*	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;*/
	text-align: center;
	color: #000;
	}
	
/* main nav */

#main-nav {
  position:relative;
  top:95px;
  left:-5px;
  float:left;
  width:100%;
  font-size:100%;
  line-height:normal;
  }
#main-nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#main-nav li {
  float:left;
  background:url("../images/right.png") no-repeat right top;
  margin:0 2px 0 0;
  padding:0 10px 0 0;
  height: 30px;
  }
#main-nav a {
  float:left;
  display:block;
  background:url("../images/left.png") no-repeat left top;
  padding:5px 7px 4px 17px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  height: 30px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#main-nav a {float:none;}
/* End IE5-Mac hack */
#main-nav a:hover {
  color:#fff;
  }
#main-nav #current {
  background-image:url("../images/right_on.png");
  }
#main-nav #current a {
  background-image:url("../images/left_on.png");
  color:#333;
  padding-bottom:5px;
  }	
	
/**/	
	
	
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff7100;
	text-transform:capitalize;}	
	
	
#clear {
	clear:both;}

#content {
	margin: 0 auto;
	width:964px;
	background-color:#fff;
/*	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;*/
	text-align:left;
	padding: 10px;
	}

#testimonials {
	margin: 0 auto;
	width:990px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding: 5px;
	}

#main {
	margin: 0 auto;
	background: #fff;
	padding: 0px;
	width: 984px;
	height:787px;
	text-align:center;
	}
	
#main02 {
	margin: 0 auto;
	background-color:#fff;
	background-image:url(../images/top-with-mainnav.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0px;
	width: 984px;
	height:787px;
	text-align:center;
	}
	
#main03 {
	margin: 0 auto;
	background-color:#fff;
	background-image:url(../images/top-newsletter.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0px;
	width: 984px;
	height:787px;
	text-align:center;
	}

#main-french {
	margin: 0 auto;
	background-color:#fff;
	background-image:url(../images/top-french.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0px;
	width: 984px;
	height:787px;
	text-align:center;
	}
	
#footer {
	margin: 0 auto;
	width:984px;
	background:#fff;
	text-align:center;
	}
	
.footerlinks {font-size: 10px;color:#000000;text-decoration:none;}
.footerlinks:link {font-size: 10px;color:#000000;text-decoration:none;}
.footerlinks:visited {font-size: 10px;color:#000000;text-decoration:none;}
.footerlinks:hover {font-size: 10px;color:#000000;text-decoration:underline;}


#footer p {
	margin: 0;
	padding: 10px 0;
	}
	
.small {
	font-size: 10px;
	color: #000;
	padding-left:420px;
	margin-top: -17px; 
}

fieldset {
	border: 2px solid #ff7100;
	padding:10px;
	color: #000;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	}

legend {
	font-size: 28px;
	color: #ff7100;
}

/* video */

#video {
	position:relative;
	left:0px;
	top:3px;
	width:275px;
	height:209px;
	z-index:2;
}

.gecko #video{
	position:relative;
	left:374px;
	top:100px;
	width:275px;
	height:209px;
	z-index:2;
}

.webkit #video{
	position:relative;
	left:374px;
	top:-138px;
	width:275px;
	height:209px;
	z-index:2;
}

.chrome #video{
	position:relative;
	left:374px;
	top:-138px;
	width:275px;
	height:209px;
	z-index:2;
}

#order-form {
	position:relative;
	left:45px;
	top:15px;
	width:300px;
	height:209px;
	z-index:0;
}

/* Testimonials */


#world {
	background-image: url(../images/world.png);
	background-repeat:no-repeat;
	width: 940px;
	height: 485px;
	}
	
#world02 {
	background-image: url(../images/world02.png);
	background-repeat:no-repeat;
	width: 940px;
	height: 485px;
	}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;
}
.menu li {
	padding: 0;
	xmargin: 0 2px;
	xfloat: left;
	position: relative;
	text-align: center;
	list-style-type:none;
}	
.menu a {
	display: block;
	color: #fff;
	width: 61px;
	height: 48px;
	text-decoration: none;
	background-color: transparent;
	border: 0px solid #000;
	list-style-type:none;
}
.menu li em {
	background: url(../images/hover02.gif) no-repeat;
	width: 180px;
	height: 50px;
	position: absolute;
	xtop: 120px;
	left: 135px;
	text-align: left;	
	padding: 11px 12px 10px 13px;
	margin: -5px 0 0 -79px;
	font-style: normal;
	z-index: 2;
	display: none;
	list-style-type:none;
}

.menu li em img {padding-right: 4px;}

.hawaii {
	position: absolute;
	margin: 174px 0 0 57px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}

.new-york {	
	position: absolute;
	margin: 139px 0 0 281px;
	color: #000;
	padding: 0;
	z-index: 99;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.florida {
	position: absolute;
	margin: 260px 0 0 162px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.brazil {
	position: absolute;
	margin: 354px 0 0 345px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.scotland {
	position: absolute;
	margin: 85px 0 0 355px;
	color: #000;
	padding: 0;
	z-index: 11;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.england {
	position: absolute;
	margin: 109px 0 0 452px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.france {
	position: absolute;
	margin: 204px 0 0 367px;
	color: #000;
	padding: 0;
	z-index: 99;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.croatia {
	position: absolute;
	margin: 213px 0 0 503px;
	color: #000;
	padding: 0;
	z-index: 24;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.russia {
	position: absolute;
	margin: 63px 0 0 718px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
.china {
	position: absolute;
	margin: 162px 0 0 625px;
	color: #000;
	padding: 0;
	z-index: 14;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}	
	
.japan {
	position: absolute;
	margin: 151px 0 0 809px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}

.phillipines {
	position: absolute;
	margin: 299px 0 0 678px;
	color: #000;
	padding: 0;
	z-index: 11;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}


.australia {
	position: absolute;
	margin: 319px 0 0 791px;
	color: #000;
	padding: 0;
	z-index: 10;
	width: 61px;
	height: 48px;
	list-style-type:none;
	border: 1px solid #fff;
	}
	
	.broderR {
border-right:1px solid #FF6600;
padding:3px;
}	