body{
	background: url('../images/bg.jpg') repeat-x;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.header {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.bodytext {
	font-size: 12px;
	line-height: 18px;
}

.bodytextSmall {
	font-family: Arial;
	font-size: 10px;
}

.bodytextCaption {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.inlettext {
	font-size: 11px;
	color: #333333;
}

.f {
	color: #333333;
	text-decoration: none;
}

.f:hover {
	color: #333333;
	text-decoration: underline;
}

.sub {
	color: #0066ff;
	text-decoration: none;
}

.sub:hover {
	color: #418d26;
	text-decoration: none;
}

.specs{
	margin-left: 5px;
	list-style: none;
}

.specs li{
	/* background: url('../images/left.gif') repeat-y; */
	display: block;
	margin-bottom: 15px;
	padding-left: 0px;
}

.specs li .bodytextcaption {
	display: block;
	float: left;
	width: 120px;
	height: 300px;
	margin-bottom: 14px;
}

.specs li .bodytext {
	display: block;
	float: right;
	height: 300px;
	width: 350px;
	margin-bottom: 14px;
}


h2{
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
	color: #0066ff;
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 10px;
}

.photo{
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	width: 220px;
	margin-top: 22px;
	margin-left: 10px;
	float: right;
}

.photo img{
	margin-bottom: 5px;
}

.photo a{
	text-decoration: none;
}

.photo a:hover{
	text-decoration: underline;
}

.thumb{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}