#container {
	background: #ffffff;
	margin: 10px; 
  min-height: 100%;
  /* box-model hack */
  height: 100%;
  width: 790px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  width: auto;
}

html>body #container {
  height: auto;
  width: auto;
}

#header{
	margin: 0px;
	padding: 0px;
  /* box-model hack */
  height: 105px;
  width: 790px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 105px;
  width: 100%;
}

html>body #header{
  height: 105px;
  width: 100%;
}

#content {
  width: 790px;
  height: auto;
  min-height: 600px;
}

body>#container #content #menu{
  height: auto;
  min-height: 400px;
}


#menu{
  width: 142px;
  float: left;
}
/* 152px for ie, 155px for all other browsers */
#frame{
	padding: 0px;
	margin: 0px;
  width: 550px;
	min-width:600px;
  margin-left: 145px;
	margin-bottom: 5px; 
	padding-top: 5px; 
	padding-left: 5px; 
}

html>body #frame{
  margin-left: 148px;
}

#footer{
	padding-top: 5px; 
  background: #ffffff;
	background-image:url('/images/orange-linear-thin.gif');
	background-repeat: repeat-x;
	background-position:50% 0%;
  height: 60px;
  white-space: nowrap;

  /* box-model hack */
  /* ie 5 seems not to understand the 100% here and
     ends at 800px which breaks the footer line */
  width: 780px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 100%;
	text-align:center; 
}

html>body #footer{
  width: 100%;
}


#clear
{
  clear: both;
}

.package {
	float: left; 
	margin: 0 10px 10px 10px;  
	width: 220px;
	padding: 0px 0px;
	border-bottom: 5px solid #425490;
}

.packagebox img {
	padding:0px;
	margin: 0px;
	border: none;
}

.package .body {
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #425490;
	border-right: 1px solid #425490;
}
.package .body ul{
	margin: 0px;
	padding: 5px 15px;
}

.package .footer {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	border-bottom: 5px solid #ff6600;
	border-right: 1px solid #425490;
	border-left: 1px solid #425490;
	height: 60px;
}
.package .footer img {
	float: right;
	text-align: right;
}

.packagebox .footer a.detail_link {
	margin: 10px;
	padding: 15px;
	text-align: center;
	width: 80px;
	font-weight: bold;
}

.order_button {
	float: right;
	padding: 5px;
	text-align: right;
}


.email_package {
	float: left; 
	margin: 0 10px 10px 10px;  
	width: 150px;
	padding: 0px 0px;
	border-bottom: 5px solid #425490;
}

.email_packagebox img {
	padding:0px;
	margin: 0px;
	border: none;
}

.email_package .body {
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #425490;
	border-right: 1px solid #425490;
}
.email_package .body ul{
	margin: 0px;
	padding: 5px 15px;
}

.email_package .footer {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	border-bottom: 5px solid #ff6600;
	border-right: 1px solid #425490;
	border-left: 1px solid #425490;
	height: 60px;
}
.email_package .footer img {
	float: right;
	text-align: right;
}

.email_packagebox .footer a.detail_link {
	margin: 10px;
	padding: 15px;
	text-align: center;
	width: 80px;
	font-weight: bold;
}
