html {
	font-family: Palatino Linotype, "Book Antiqua";  
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-image: url("../images/main-all.png");
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a { 
	text-decoration: none;
}

a:visited, a:active, a:link {
	color: #AF578A;
}

a:hover {
	color: #AB176A
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	height: 100%;
	width: 920px;
}

p, span {
	color: #555;
	font-size: 13px;
	line-height: 16px;
}

h1 {
	position: relative;
	color: #AB176A;
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 10px;
	font-size: 26px;
}

h2 {
	position: relative;
	color: #AB176A;
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 0;
	font-size: 20px;
}

h3 {
	font-size: 15px;
	color: #AB176A;
	position: relative;
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 0;
	top: 7px;
}

h4, h5 {
	color: #AB176A;
}

hr {
	border:0;
	border-bottom: 1px solid #AB176A;
	
}

#logo {
	display: block;
	position: relative;
	margin-top: 16px;
	float: left;
	margin-left: 36px;
}

#menu{
	position: relative;
	clear: both;
	top: -15px;
}

#menu ul {
	position: relative;
	list-style: none;
	padding: 0;
	padding-left:240px;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0 5px 0 0;
}

#menu li a {
	color: white;
	height: 20px;
	line-height: 18px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	padding:3px 7px 1px 7px;
	display: block;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#menu li a {
	float: none
}

/* End hide */

#menu li a:hover {
	float: none;
	background-color:#AB176A;
}

#menu li a.active {
	background-color:#AF578A;
}

#panel {
	position: relative;
	text-align: center;
}

#lower {
	margin-top: 50px;
	position: relative;
	width:100%;
}

#machine {
	float: left;
}

#info{
	position: relative;
	width:800px;
	padding-top:10px;
	left: 50px;
}

#news {
	position: relative;
}

#about{
	position: relative;
	margin-top: 40px;
}

#footer {
	position: relative;
	height: 100px;
	background-color: #f8f8f8;
	width: 100%;
	border-top: 1px solid silver;
	margin-top:100px;
	
}

#footer span {
	margin-left:20px;
	color: #999;
}

#maintext, #maintextfull {
	border-top:1px solid #AB176A;
	position:relative;
	padding:10px 10px 10px 10px;
	float:left;
	margin-top:20px;
	width:600px;
	background-color:white;
	min-height:600px;
}

#maintextfull {
	width:880px;
	min-height:500px;
}

#main-image{
	border-top:1px solid #AB176A;
	position:relative;
	margin-top:20px;
	float:left;
}

#products {
	padding-left:30px;
	margin-left:30px; 
}

#products ul li{
	display:inline;
}

address {
	font-style:normal;
	color:black;
}

* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
	}

	#slider2{margin-top:1em;}

	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:366px;
		overflow:hidden; 
	}	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
	}	

	#nextBtn, #slider1next{ 
		left:950px;
	}														

	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	

	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	
	#selMachine {
		padding-top:16px;
	}



