* {	margin: 0;	padding: 0;	line-height: 1.4;	font-size: 13px;	font-weight: normal;	font-family: 'Trebuchet MS', sans-serif;	text-decoration: none;}body {	margin: 0;	background: url("images/bg_wrapper.png") no-repeat top left;}h1 {	font-size: 32px;	font-weight: bold;}h2 {	font-size: 24px;	font-weight: bold;}h2 a {	font-size: 24px;	font-weight: bold;}h3 {	font-size: 18px;	font-weight: bold;}p {	margin-bottom: 10px;}address {	font-style: normal;	font-size: 11px;}a {	color: #f26100;	text-decoration: none;}a:visited {	color: #f26100;}a:hover {	text-decoration: underline;}a.arrow {	padding-left: 10px;	background: url("images/arrow.png") no-repeat center left;}strong {	font-weight: bold;}img {	border: none;}.right {	text-align: right;}/* layout */#wrapper {	margin: 0;	padding: 0 50px;	width: 935px;}#sideColumn {	margin-top: 50px;	margin-bottom: 30px;	margin-right: 30px;	float: left;	width: 300px;}#sideColumn h1 {	margin-bottom: 15px;}ul.productsList {	margin-bottom: 30px;	padding: 10px;	list-style-type: none;	background-color: #e5e5e5;	-webkit-border-radius: 5px;        -moz-border-radius: 5px;}ul.productsList li span {	font-size: 80%;}#mainColumn {	margin-top: 50px;	margin-bottom: 30px;	float: left;	width: 605px;}	#mainColumn .productNumber {		margin-top: 15px;		margin-right: 15px;		float: left;		width: 70px;	}			#mainColumn .productNumber p {			padding: 12px 0;			color: #fff;			font-size: 24px;			font-weight: bold;			text-align: center;			background-color: #fff;			-webkit-border-radius: 10px;		        -moz-border-radius: 10px;		}				#mainColumn .productNumber p.argon  {			background-color: #14cce7;		}				#mainColumn .productNumber p.xenon  {			background-color: #ffcc00;		}			#mainColumn .productContents {		float: left;		width: 520px;	}	#mainColumn .productContents .section {		padding: 20px 35px;		-webkit-border-radius: 15px;		-moz-border-radius: 15px;	}		#mainColumn .productContents .argon {		background-color: #d5dbdb;	}		#mainColumn .productContents h2 {		margin-bottom: 15px;		padding-bottom: 10px;		line-height: 1.0;	}		#mainColumn .productContents .productIcon {		float: left;		width: 65px;	}	#mainColumn .productContents .productName {		float: left;		width: 370px;		font-size: 27px;		font-weight: bold;	}		#mainColumn .productContents h2 .productName span {		font-size: 13px;		color: #777;	}address {	margin-bottom: 30px;	text-align: right;}/* clearfix */.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}* html .clearfix             { zoom: 1; } /* IE6 */*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 