/* all pages */img{	border:0;}body{	text-align:center;	/*background:url(images/bg-tile.jpg);*/	background-color:#000;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;}#footer {	color: #990000;	padding:10px;	clear:both;}/* home page */#wrapperhome{	width:979px;	margin:0 auto;}#home{	margin:0 4px;	height:611px;	background: url(/v2/images/bg-home.jpg) no-repeat;	text-align:left;}#home #header{	height:300px;	text-align:center;}#home #content{	width:967px;}#home #about{	margin:0 0 0 73px;	width:375px;}/* other pages */#wrapper{	width:975px;	margin:0 auto;	background: url(/v2/images/bg-wide.jpg) repeat-y;}#page{	margin:0 4px;	text-align:left;	background-color:#FFF;}#page #header{	width:967px;	height:168px;	background: url(/v2/images/header-bg.gif);	overflow:hidden;}#page #logo{	width:443px;	float:left;}#page #links{	float:right;	margin:15px 25px;	color:#FFF;}#page #links a{	color:#FFF;}#page #content{	background:url(/v2/images/border-bottom.gif) left bottom no-repeat;	padding:10px;}/* product listing */div.item{	float:left;	width:250px;	height:250px;	margin:30px;	text-align:center;	background-color:#FFF;}div.item img{	margin:15px;}div.item div.image{	height:205px;}div.item div.name a{	color:#900;}/* product info */div.product-image{	float:left;	padding:15px;	background-color:#FFF;	text-align:center;}div.product-image a{	color:#999;	text-decoration:none;}div.product-about{	float:left;	padding:0 50px;	width:350px;}div.product-buy{	float:left;}div.product-buy p{	margin:20px 0;}/* cart */table#cart{	background-color:#FFF;}table#cart td.productListing-heading{	color:#900;	font-weight:bold;	font-size:14px;	background-color:#CCC;}table#cart a{	color:#900;}#disclaimer{	font-size:12px;	color:#666;	padding:10px 0;}