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

body {
	background-color: #F8F8F8;
}

#rightbox a:hover img{
	opacity: 0.5;
-moz-opacity:0.5;}

#scroll a:hover img{
	opacity: 0.75;
-moz-opacity:0.75;}

#topbox a:hover{
	opacity: 0.2;
-moz-opacity:0.2;}

#nav a:hover img{
	opacity: 0.8;
-moz-opacity:0.8;}

#shopping a:hover{
	opacity: 0.8;
-moz-opacity:0.8;
	}

#topbox{
	top:1px;
	left:0;
	width: 1200px;
	height:180px;
	position:absolute;
	background-image:url(bg_images/bg_image_top.jpg);
	background-repeat:no-repeat;
	z-index: 2;
	overflow:visible;
}


#leftbox {
	background-image: url(bg_images/bg_image_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 620px;
	width: 960px;
	position: relative;
	top: 181px;
	z-index: 2;
}

#content ul li {line-height:normal; margin:10px;}
#content #paypal {
	position: absolute;
	height: 170px;
	width: 292px;
	right: 49px;
	bottom: 67px;
}

#leftbox #content {
	position: absolute;
	height: 520px;
	width: 760px;
	left: 75px;
	top: 100px;
	background-image: url(bg_images/content_right_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 40px;
}

#leftbox #infocontent {
	position: absolute;
	height: 520px;
	width: 775px;
	left: 75px;
	top: 100px;
	text-align:justify;
	background-image: url(bg_images/content_right_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:25px;
	overflow: auto;
}

#leftbox #infocontent_nobox {
	position: absolute;
	height: 520px;
	width: 780px;
	left: 75px;
	top: 100px;
	text-align:justify;
	padding-right:50px;
	overflow: auto;
}

#rightbox {
	background-image: url(bg_images/bg_image_right.gif);
	background-repeat: repeat-y;
	float: right;
	height: 619px;
	width: 239px;
	position: relative;
	top: 181px;
	margin-right: 1px;
	z-index: 3;
}

#wrapper {
	margin: auto;
	height: 800px;
	width: 1200px;
	position: relative;
	top: 50px;
	border: thin solid #2E005B;
}

#wrapper_index {
	margin: auto;
	height: 800px;
	width: 1200px;
	position: relative;
	top: 50px;
	border: thin solid #2E005B;
	background-image: url(bg_images/home-page.jpg);
	background-repeat: no-repeat;
}


#nav {
	position: absolute;
	height: 45px;
	width: 891px;
	left: 34px;
	top: 15px;
}

#leftbox #products_various {
	position: absolute;
	height: 523px;
	width: 890px;
	left: 35px;
	top: 76px;
}
#leftbox #products_various #scroll {
	position: absolute;
	height: 400px;
	width: 890px;
	left: 0px;
	top: 0px;
}
#leftbox #products_various #scroll #product1 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 13px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}

#leftbox #products_various #scroll #product2 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 159px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}

#leftbox #products_various #scroll #product3 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 305px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}
#leftbox #products_various #scroll #product4 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 451px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}

#leftbox #products_various #scroll #product5 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 597px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
}

#leftbox #products_various #scroll #product6 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 743px;
	top: 0px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}

#leftbox #products_various #scroll #product7 {
	position: absolute;
	height: 257px;
	width: 133px;
	left: 13px;
	top: 272px;
	background-image: url(bg_images/des-box.gif);
	background-repeat: no-repeat;
	background-position:center  bottom;
}

.product_des_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 25px;
}

.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #969;
	font-style: oblique;
}

.product_title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #969;
	margin:5px;
	text-align:center;
	font-style: oblique;
}

.product_des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
}


#shopping {
	height: 113px;
	width: 164px;
	position: absolute;
	top: -72px;
	left: 630px;
	background-color: #F6F1F7;
	z-index: 1;
	border: thin outset #DAD0E6;
	visibility: hidden;
}


#shopping a:link{color:#B39FCA;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;}

#shopping a:visited{color:#B39FCA;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;}

#shopping a:hover{color:#4F4480;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;}

#link_list{
	padding:0;
	margin:0;
	} 

#link_list li {
	padding:0;
	margin:0;	
	float: left;
	list-style:none;
	display:inline;
	}
	
#link_list li a {
	display:block;
	width:253px;
	padding:1px;
	}
