body { 
	margin: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.clearFloat {
	clear:both;
	line-height:0px;
	font-size:1px;
	}
.bold {
	font-weight:bold;
	}
.line {
	line-height:21px;
	}
#site {
	width:800px;
	margin:0px auto;
	}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:206px;
	}
#header h1 {
	padding-top:185px;
	padding-left:25px;
	font-size:14px;
	font-weight:normal;
	margin:0px auto;
	}
#menu {
	text-align:left;
	font-size:12px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:46px;
	}
#menuin {
	padding-left:25px;
	}
	
  /* menu links */	
.link1 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:65px;
	height:43px;
	}
.link2 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:105px;
	height:43px;
	}
.link3 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:140px;
	height:43px;
	}
.link4 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:115px;
	height:43px;
	}
.link5 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:115px;
	height:43px;
	}
.link6 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:85px;
	height:43px;
	}
.link7 {
	font-size:12px;
	margin-top:3px;
	padding-left:5px;
	float:left;
	width:109px;
	height:43px;
	}
	/* menu links end*/	
	
#menuin a {
	text-decoration:none;
	color:#000000;
	}
#menuin a:hover {
	text-decoration:none;
	color:#5a87c5;
	}
#content {
	width:800px;
	height:600px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	}
#content #left {
	float:left;
	padding-left:20px;
	width:685px;
	height:590px;
	overflow-y:scroll;
	}
#content #right {
	float:left;
	margin-top:25px;
	height:577px;
	width:95px;
	}
/* right buttons */
#content #right a#button1{
	background-image:url(images/product1.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button1:hover{
	background-image:url(images/product1.jpg);
	}
#content #right a#button2{
	background-image:url(images/product2.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button2:hover{
	background-image:url(images/product2.jpg);
	}
#content #right a#button3{
	background-image:url(images/product3.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button3:hover{
	background-image:url(images/product3.jpg);
	}
#content #right a#button4{
	background-image:url(images/product4.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button4:hover{
	background-image:url(images/product4.jpg);
	}
#content #right a#button5{
	background-image:url(images/product5.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button5:hover{
	background-image:url(images/product5.jpg);
	}
#content #right a#button6{
	background-image:url(images/product6.jpg);
	display:block;
	width:95px;
	height:95px;
	}
#content #right a#button6:hover{
	background-image:url(images/product6.jpg);
	}
/* end right buttons */

#menu a.curent {
	color: #5a87c5;
	}
#footer {
	font-size:14px;
	line-height:30px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:30px;
	}
#footer a {
	margin-left:20px;
	color:#000000;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}