P {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

body {
  text-align: center;
  font-family: "trebuchet MS", arial;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

#container {
  width:  100%;
  position:  relative;
  top:  0px;
}

#rolldown {
  text-align: center;
  background-image: url(../../images/rolldown/rd_bg.jpg);
	background-repeat: repeat-x;
	height: 63px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#lhs_img {
  clear: left;
  float: left;
  margin-top: 2px;
  padding: 0px;
}

#install {
  margin-right: 350px;
  position: relative;
  top: 15px;
  text-align: center;
  color: white;
	font-family: "trebuchet MS";
	font-size: 18px;
	vertical-align: top;
}

#rhs_img {
  clear: left;
  position: absolute;
  right: 0px;
  margin-top: 2px;
  height: 63px;
  top: 0px;
  border: 0;
}

#outer {
  float: center;
  margin: auto;
  margin-top: 0px;
  background-image: url(../../images/hp/top_line_bg.gif);
	background-repeat: repeat-x;
}

#top_links {
	margin-top: 0px;
	padding: 0px;
	float: center;
	margin: auto;
	display: block;
	position: relative;
	width: 535px;
	text-align: center;
	
}

#top_links ul {
  margin-top: 0px;
  margin: auto;
  padding: 0px;
  margin: 0px;
}

#top_links li {
	float: left;
	display: block;
	position: relative;
	padding: 0px;
}

#toplink1 {
  position: absolute;
  left: 5px;
}

#toplink2 {
  position: absolute;
  right: 5px;
}

#homelink {
  cursor:hand; 
  color:#333333;
  visibility: hidden;
}

#bubble_outer {
  display: block;
  position: relative;
  top: 75px;
	width: 535px;
	padding: 0px;
	margin: auto;
}

#bubble_main {
	font-size: 11px;
	width: 535px;
	display: block;
	background: url('../../images/hp/bub_main_content_bg.gif');
	float: left;
	margin: auto;
}

#logo {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 25px;
}

#bubble_main_content input {
  vertical-align: middle;
}

#bubble_main_top {
    width: 535px;
    display: block;
    background: url('../../images/hp/bub_main_top_bg.gif') no-repeat top left;
}

#bubble_main_content {
    position: relative;
  	width: 535px;
    padding-top: 50px;
    padding-bottom: 30px;
}

#bubble_main_bot {
    width: 535px;
    display: block;
    background: url('../../images/hp/bub_main_bot_bg.gif') no-repeat bottom left;
}

#bubble_lower {
    width: 535px;
    display: block;
    height: 85px;
    background: url('../../images/hp/bub_bot_bg.gif') no-repeat bottom left;
    clear: left;
    position: relative;
    text-align: left;
}

#searchengines {
  width: 370px;
  position: relative;
  left: 130px;
  top: 2px;
  margin: 0px;
  padding: 0px;
}

#searchengines li {
	float: left;
	display: block;
	position: relative;
	margin-left: 28px;
}

#searchengines input {
  vertical-align: top;
}

#countryselect {
  position: relative;
  clear:left;
  left: 160px;
  top: 6px;
  font-size: 10px;
	color: #000000;
	width: 300px;
}

#bottom_links {
  position: relative;
  display: block;
  top: 63px;
}

.dropbox {
    font-family: "trebuchet MS", arial;
    font-size: 10px;
    color: #333333;
    width: 150px;
    background-color: rgb(255, 255, 160);
}

.inputboxsize {
	width: 300px;
}


