/* CSS Document */

#outermost {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/v1/back-base.jpg);
	background-repeat: repeat-y;
	background-position: top center
}

#outer {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

/* navigation bar */

#nav {
	height: 39px;
}

a#nav1 {
	width: 133px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-home.jpg);
}

a:hover#nav1 {
	background-image: url(../../images/v1/button-home-o.jpg);
}

a#nav2 {
	width: 73px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-product.jpg);
}

a:hover#nav2 {
	background-image: url(../../images/v1/button-product-o.jpg);
}

a#nav3 {
	width: 120px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-shopcart.jpg);
}

a:hover#nav3 {
	background-image: url(../../images/v1/button-shopcart-o.jpg);
}

a#nav4 {
	width: 137px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-howtobuy.jpg);
}

a:hover#nav4 {
	background-image: url(../../images/v1/button-howtobuy-o.jpg);
}

a#nav5 {
	width: 54px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-faq.jpg);
}

a:hover#nav5 {
	background-image: url(../../images/v1/button-faq-o.jpg);
}

a#nav6 {
	width: 105px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-testi.jpg);
}

a:hover#nav6 {
	background-image: url(../../images/v1/button-testi-o.jpg);
}

a#nav7 {
	width: 118px;
	height: 39px;
	display: block;	
	background-image: url(../../images/v1/button-contact.jpg);
}

a:hover#nav7 {
	background-image: url(../../images/v1/button-contact-o.jpg);
}

/* end of navigation */

#toplogo {
	background-image: url(../../images/v1/back-logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #971745; 
}

#topshopcart {
	float: right; 
	margin-right: 10px; 
	text-align: left; 
	width: 190px; 
	margin-top: 12px; 
	line-height: 14px;
	text-decoration: blink
}

#cs {
	background-color:#C494EB; 
	height: 23px; 
	padding: 5px; 
	padding-top: 7px; 
	padding-right: 20px; 
	color: #971745; 
	text-align: right
}

#container {
	overflow: auto;
	height: 100%;
	padding-top: 5px
}

#left
{
	float: left;
	width: 205px;
}

#right
{
	float: right;
	width: 200px;
	margin-right: 0px;
}

#content
{
	margin-left: 215px;
	margin-right: 210px;
	line-height: 18px;
	color: #454545;
}

#content2 {
	margin-left: 215px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #454545;
	_margin-left: 212px;
}

#greet {
	background-color:#E8C5FA; 
	padding: 10px; 
	border: 1px solid #b39190; 
	color: #C494EB;  
}

#footer {
	height: 43px;
	background-image: url(../../images/v1/back-footer.jpg);
	font-size: 10px;
	padding-top: 15px;
	padding-left: 20px;
	color: #971745;
	margin-top: 20px
}
