@charset "UTF-8";
/* CSS Document */

/* Constant elements */

html, body {
    height: 100%;
	background-color: #fff;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 592px; /* For Mozilla/Opera/Safari */
	min-width: 888px;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 888px;
    height: 100%;
}

#viewport {
    position: absolute;
    width: 888px;
    height: 592px;
    top: 50%;
    margin-top: -296px; /* Half of viewport height */
	background-image: url(../images/bkg.png);
	background-repeat: repeat;
}

#nav {
	position:absolute;
	top: 138px;
	left: 0px;
	width: 888px;
	text-align: right;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: none;
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8a2166;
	text-decoration: none;
}

#nav table {
	margin-right: 4px;
}

#basket {
	position: absolute;
	left: 630px;
	top: 38px;
	width: 246px;
	height: 42px;
	background-image:url(../images/basket.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

#basket-items {
	position: relative;
	left: 56px;
	top: 3px;
}

.basket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;

}

.red {
	color: #8a2166;
}

.img-left {
	float: left;
	margin-right: 10px;
	border: none;
}

#title {
	position: absolute;
	left: 40px;
	top: 167px;
	width: 450px;
}

#shophome {
	position: absolute;
	left: 40px;
	top: 167px;
	width: 450px;
	text-align: right;
	z-index: 1000;
}

#content-full {
	position: absolute;
	left: 40px;
	top: 190px;
	width: 830px;
}

#content-left {
	position: absolute;
	left: 40px;
	top: 167px;
	width: 450px;
	height: 405px;
}

#content-image {
	position: absolute;
	left: 499px;
	top: 158px;
	width: 377px;
	height: 421px;
}

/* COPY & TEXT */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8a2166;
	margin-top: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-decoration:none;
}

#content-left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a2166;	
}

#content-left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a2166;
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8a2166;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8a2166;
	text-decoration: none;
}

/* SCROLLBAR ELEMENTS */

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

.Scrollbar-Up {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #626262;
	font-size: 0px;
}

.Scrollbar-Track {
	position: absolute;
	width: 10px;
	height: 340px;
	top: 20px;
	background-color: #D6D6D6;
}

.Scrollbar-Handle {
	position: absolute;
	width: 10px; 
	height: 30px;
	background-color: #626262;
}

.Scrollbar-Down {
	position: absolute;
	top: 369px;
	width: 10px; 
	height: 10px;
	background-color: #626262;
	font-size: 0px;
}

#Scrollbar-Container {
	position: absolute;
	top: 187px;
	left: 481px;
}

.Container {
 	position: absolute;
	left: 40px;
	top: 187px;
	width: 430px;
	height: 375px;
	z-index: 1000;
}

#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 430px;
	height: 375px;
	z-index: 1000;
}

.border {
	padding: 1px;
	margin-right: 10px;	
	border: 1px solid #333333;
	cursor: pointer;
}

.border-b {
	padding: 1px;
	margin-right: 10px;	
	border: 1px solid #ff0000;
	cursor: pointer;
}
