html, body {
	height: 100%;
	min-width: 800px;
}
body {
	text-align: center;
	margin: 0; padding: 0;
	background: url(images/bg.gif) repeat-y center;
}
body, table {
	font: 11px/14px tahoma,verdana,arial,helvetica,"ludica sans",sans-serif; 
}
table.model-types {
	border-collapse: collapse;
	text-align: center;
	color: #666;
	border: solid 4px #CCC;
	width:100%;
}
table.model-types td {
	vertical-align: bottom;
	font-weight: bold;
	border-left: solid 1px #EEE;
}
table.model-types td div {
	font-weight: normal;
}
table.model-types th {
	vertical-align: top;
	color: #000;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	padding: 5px;
	background: #F5F5ED;
	border-left: solid 1px #EEE;
	border-bottom: solid 4px #CCC;
}
ul.model-futures {
	background: #F5F5ED;
	margin: 0;
	padding: 10px 10px 10px 30px;
	list-style-image: url(images/bull.gif);
	border: solid 4px #CCC;
}
div#content-container {
	position: absolute;
	z-index: 1;
	top: 0; left: 50%;
	left: expression(document.body.offsetWidth <= 800 ? 400 : '50%');
	margin-left: -232px !important;
	margin-left: -231px;
	width: 399px; height: auto !important;
	height: 100%; min-height: 100%;
}
div#content {
	color: #333;
	width: 383px;
	height: auto !important;
	height: 640px;
	min-height: 580px;
	margin: 20px auto 0;
	padding-bottom: 60px;
	text-align: left;
}
h1 {
	margin: 0; padding: 10px;
	color: #000;
	font: 17px/18px georgia,serif; 
}
h2 {
	margin: 10px;
	color: #999;
	font: bold 12px/14px georgia,serif; 
}
div.product-picture {
	position: relative;
}
div.product-picture img {
	width: 375px;
	border: solid 4px #CCC;
}
div#product-picture-text {
	
	position: absolute;
	top: 9px; right: 9px;
	width: 175px; height: 110px;
	background: url(images/white.png) !important;
	background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='images/white.png');
}
div#product-picture-text h2 {
	margin: 0; padding: 10px 10px 0;
	color: #333;
	font: bold 16px/18px georgia,serif; 
}
div#product-picture-text h2 span {
	display: block;
	color: #555;
	font: 11px/14px tahoma,verdana,arial,helvetica,"ludica sans",sans-serif; 
}
div#content p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

div#footer {
	position: absolute;
	left: -17px !important;
	left: -18px;
	bottom: 0;
	width: 431px; height: 48px;
	text-align: left;
	background: url(images/footer-bg.gif) no-repeat left bottom;
}
div#footer div {
	padding: 10px 0 0 30px;
	color: #999;
}
div#footer a:link,
div#footer a:visited,
div#footer a:active {
	margin: 0 5px;
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	color: #000;
}

div#top-container {
	background: url(images/top-container-bg.gif) repeat-x;
}
div#top-content-bg {
	background: url(images/top-content-bg.gif) repeat-y center;
}
div#top-content-bottom-bg {
	width: 800px !important;
	width: 801px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(images/top-content-bottom-bg.gif) no-repeat center bottom;
}
div#top-content-top-bg {
	position: relative;
	padding-top: 47px;
	background: url(images/top-content-top-bg.gif) no-repeat center top;
}
div#top-content-left-bg {
	background: url(images/top-content-left-bg.gif) no-repeat;
	background-position: left top !important;
	background-position: 1px top;
}
div#top-content-right-bg {
	padding: 0 19px 0 18px!important;
	padding: 0 19px;
	background: url(images/top-content-right-bg.gif) no-repeat right top;
}
div#top-left {
	float: left;
	width: 150px;
	text-align: right;
}
div#top-right {
	position: relative;
	float: right;
	width: 214px;
	text-align: left;
}
.clear {
	font-size: 1px;
	clear: both;
}

div#logo {
	padding-top: 10px;
}
ul#navigation {
	margin: 10px; padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
ul#navigation a:link,
ul#navigation a:visited,
ul#navigation a:active {
	color: #000;
	text-decoration: none;
}
ul#navigation a:hover {
	text-decoration: underline;
}

dl.models, dl#our-styles {
	margin: 0px 20px;
	padding: 0;
	font-size: 10px;
	font-family: verdana;
}
dl.models dt, dl#our-styles dt {
	padding-top: 20px;
	font-weight: bold;
}
dl.models dd, dl#our-styles dd {
	margin-left: 0;
}
dl#our-styles dt img {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -20px;
	border: 0;
}
dl.models dt {
	clear: left;
}
dl.models dt img {
	float: left;
	border: 0;
	margin-right: 10px;
}

dl.models a:link, dl#our-styles a:link,
dl.models a:visited, dl#our-styles a:visited,
dl.models a:active, dl#our-styles a:active {
	color: #000;
	text-decoration: none;
}
dl.models a:hover, dl#our-styles a:hover {
	position: relative;
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #666666;
	background: url("images/bgt.gif");
	padding: 1px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #666666;
	font-weight: bolder;
	background: url("images/bgt.gif");
}

textarea{
	margin: 2px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url("images/bgt.gif");
	border: 1px solid #666666;
}

table.materials {
	font-size: 10px;
	text-align: center;
	width: 100%;
}
table.materials td {
	width: 20%;
}
table.materials img {
	border: 0;
}
