@charset "UTF-8";
/* CSS Document */

a {
}
a:link {color: #336699;}
a:active {color: #ea6e00;}
a:visited {
	color: #999;
}
a:hover {
	color: #666;
	text-decoration: none;
}
h2{
	font-size: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
h4{
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}
h5{
	color: #666;
}
#nav, #nav ul {
	padding: 0;
	list-style: none;
	float: right;
	margin-top: 67;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#nav a {
	display: block;
	width: 100px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/menubuttton.jpg);
	font-size: 13px;
	color: #369;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover{
	background-image: url(images/menudown.jpg);
	color: #369;
	background-color: #E5E8EE;
}
#nav li {
	float: left;
	width: 100px;
}
#nav li:hover {background-position: 0 0;}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 108px;
	background-image: url(../images/test.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
	margin: 0px;
}
#nav li ul li a{
	background-image: none;
	line-height: 15px;
	text-align: left;
	padding-left: 15px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	width: 85px;
}
#nav li ul li a:hover{
	background-color: #E5E8EE;
	background-image: none;
	color: #000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.headingtitle1 {
	font-size: 14px;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}

.headingtitle {
	font-size: 12px;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {font-size: 9px}

.price {color: #FF0000}

BODY { 
  background: #ffffff url("../images/bg111.jpg");
  background-repeat: repeat-y;
  background-position: center;

}
.imgright{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgcenter{
	margin-left: 75px;
}
.columnleft{
	float: left;
	width: 480px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.columnright{
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
}
.black{
	color: #000;
	font-weight: bold;
}
.halfleft{
	float: left;
	width: 45%;
}
.halfright{
	float: right;
	width: 45%;
}
#footer{
	text-align: center;
	padding: 15px;
	clear: both;
}
.logo{
	float: left;
}
