.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background: #667380 none repeat-x scroll left top;
	color: white;
	font-family: "MyriadProCond", "Arial Narrow", Tahoma, sans-serif;
	font-size:14pt;
	line-height: 1.2em;
}
table.ms-main-layout-table {
	border-collapse: collapse;
	border: none;
	width: 960px;
}
table.ms-layout-table {
	border-collapse: collapse;
	border: none;
}
table.ms-main-layout-table tr td{
	margin:0;
	padding:0;
	vertical-align:top;
}
table.ms-layout-table tr td{
	margin:0;
	padding:0;
	vertical-align:top;
}
.mt {
	margin-top: 10px;
}
.mr {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
#ms-home-banner-swf-wrapper {
	background:transparent url('../style/img/loading.gif') no-repeat scroll 50% 50%;
	width:960px;
	height:470px;
}
#ms-subpage-banner-swf-wrapper {
	background:transparent url('../style/img/loading.gif') no-repeat scroll 50% 50%;
	width:960px;
	height:205px;
}
#ms-main-wrapper {
	margin: 0 auto;
	padding:0;
	width:960px;
}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4, h5, h6 {
	font-size: 1em;
}
.ms-first-header {
	margin-top:0;
}
.ms-framed {
	border:10px solid #d7dbdf;
}

a:link {	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a {
	color: #cdf;
	text-decoration: none;
	outline:none;
}

a.active {
	color: #f70;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border:none;
	outline:none;
}
img {
	text-decoration: none;
}

img.ms-floatr {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.ms-floatl {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumb {
	position:relative;
	width:150px;
	height:150px;
}
.thumb-zoomed {
	position:relative;
	bottom:20px;
	right:20px;
	width:190px;
	height:190px;
}
.ms-product-thumbnail-block a {
	/*color: white;*/
}

.ms-styled-input {
	font-family: "MyriadProCond", "Arial Narrow", Tahoma, sans-serif;
	font-size:14pt;
	color: white;
	background: transparent url(img/input-bg.png);
	border: 1px solid white;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ms-styled-button-120 {
	font-family: "MyriadProCond", "Arial Narrow", Tahoma, sans-serif;
	font-size:18pt;
	font-style: italic;
	font-weight: bold;
	color: white;
	height:38px;
	width:120px;
	background: transparent url(img/buttonbg-120.png) scroll no-repeat center top;
	outline:none;
	border:none;
	padding-bottom: 2px;
}
.ms-styled-button-120:hover {
	background-position: center bottom;
}
