body {
	padding: 0;
	margin: 0;
	background-image: url('imgs/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FAFBFC;
	
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;;
	font-size: 11px;
	text-align: center;
}

#main {
	width: 700px;
	text-align: left;
}

#header {
	height:64px;
	background-image: url('imgs/hdr.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}

#leftcol {
	width:550px;
	float:left;
}

#tab {
	width:100%;
}

#footer {
	background-image: url('imgs/tab.bott.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	height: 60px;
	position: relative;
}

.tops 
{
	background-image: url('imgs/tab.top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: transparent;
	padding:0 10px;
	line-height: 23px;
}

.item {
	border-top: 1px solid #EDEEEF;
	border-bottom: 1px solid #B7B9BB;
	background-image: url('imgs/item.bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DCDDDE;
}

a {
	text-decoration: none;
}	
.previewImage {
	border: 0px;
	width: 64px;
	height: 48px;
	margin-right: 9px;
	padding: 9px;

}

.text a {
	color: #222;
}

.text {
	font-size: 11px;
	margin: 0;
	color: #222;
}

.strong a {
	color: darkorange;
}

.strong {
	font-weight: bold;
	color: darkorange;
	text-transform: uppercase;
	font-size: 11px;
}

.price a {
	color: navy;
}

.price {
    font-weight: bold;
    color: navy;
	font-size: 11px;
}

.botts {
	background-image: url('imgs/tab.bottom.gif');
	//background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	padding:0 10px;
	line-height: 24px;
	color: darkorange;
}

.clr {
	clear: both;
	height: 9px;
	font-size: 0px;
	line-height: 0px;
	//padding: 0 !important;
	padding: 0;
	margin: 0;
}

#simg {
	position: absolute;
	top:-70px;
	left:350px;
	z-index:10;
    background-color: transparent;
}

.contact {
	margin: 0;
	padding: 10px;
	color: gray;
}

.contact b {
	font-family: Arial Black, Impact;
	font-size: 20px;
	color: navy;
}
