/* CSS Document */

body {
	background-color: #7396C6;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
}

div.background {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 0px;
	height: 600px;
	z-index: 1;
}

div.background_rightside {
	position: absolute;
	width: 216px;
	left: 584px;
	top: 215px;
	height: 194px;
	z-index: 1;
}




/* top navigation layout */

div.top_nav {
	position: absolute;
	width: 630px;
	left: 8%;
	top: 10px;
	height: 20px;
}

div.circle_logo {
	position: absolute;
	width: 151px;
	left: 649px;
	top: 0px;
	height: 151px;
	z-index: 1;
}

div.nav_home {
	position: absolute;
	width: 164px;
	left: 0;
	top: 88px;
	height: 31px;
	z-index: 2;
}

div.nav_julia {
	position: absolute;
	width: 164px;
	left: 0;
	top: 119px;
	height: 31px;
	z-index: 2;
}

div.nav_series {
	position: absolute;
	width: 164px;
	left: 0;
	top: 150px;
	height: 31px;
	z-index: 2;
}

div.nav_pp_doctor {
	position: absolute;
	width: 164px;
	left: 0;
	top: 181px;
	height: 31px;
	z-index: 2;
}

div.nav_buy_online {
	position: absolute;
	width: 164px;
	left: 0;
	top: 212px;
	height: 31px;
	z-index: 2;
}

div.nav_view_basket {
	position: absolute;
	width: 164px;
	left: 0;
	top: 243px;
	height: 31px;
	z-index: 2;
}

div.nav_delivery_charges {
	position: absolute;
	width: 164px;
	left: 0;
	top: 274px;
	height: 31px;
	z-index: 2;
}

div.nav_series_samples {
	position: absolute;
	width: 164px;
	left: 0;
	top: 305px;
	height: 31px;
	z-index: 2;
}

div.nav_postal_orders{
	position: absolute;
	width: 164px;
	left: 0;
	top: 336px;
	height: 31px;
	z-index: 2;
}

div.nav_contact_us{
	position: absolute;
	width: 164px;
	left: 0;
	top: 367px;
	height: 31px;
	z-index: 2;
}

div.cat{
	position: absolute;
	width: 160px;
	left: 0;
	top: 400px;
	height: 243px;
	z-index: 2;
}

div.cat_text{
	position: absolute;
	width: 64px;
	left: 20px;
	top: 430px;
	height: 121px;
	z-index: 2;
}

/* Main display */

div.aBody {
	position: absolute;
	left: 164px;
	width: 646px;
	top: 88px;
	background-color: #FFFFFF;
	z-index: 1;
	font-size: 11px;
}


div.right_picture {
	position: absolute;
	width: 206px;
	left: 575px;
	top: 130px;
	height: 224px;
	z-index: 2;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF6767;
	text-decoration: none;
	line-height: 14px;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333399;
	text-decoration: none;
	line-height: 14px;
}
div.footer {
	position: absolute;
	left: 220px;
	width: 300px;
	bottom: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
}