﻿@charset "utf-8";

html,body,div {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

a,div,span,label,legend {
	font: normal;
	font-family: sans-serif;
	font-size: 0.95em;
	color: #626262;
}

h3 {
	font-size: 1.2em;	
}

html {
	overflow: auto;
}

body {
	background-image: url(../GRAPHICS/flowers.jpg);
	background-attachment: fixed;
}

.top_row {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(../GRAPHICS/flowers.jpg);
}

.menu {
	position: relative;
	margin: auto;
	width: 75%;
	max-width: 1010px;
	height: 100%;
}

div.logo {
	position: absolute;
	top: 4px;
	left: 0;
	width: 87px;
	height: 70px;
	background-image: url(../GRAPHICS/logo.png);
	background-repeat: no-repeat;
	z-index: 4;
}

div.main {
	position: absolute;
	top: 31px;
	height: 28px;
	overflow: hidden;
}

div.main div {
	position: absolute;
	line-height: 28px;
	background-image: url(../GRAPHICS/main_navi_tile.png);
}

.main .left {
	left: 87px;
	width: 12px;
}

.main .mid {
	left: 99px;
}

.main .right {
	right: 0px;
	width: 12px;
	background-image: url(../GRAPHICS/main_navi_right_cap.png);
	background-repeat: no-repeat;
}

div.sub {
	position: absolute;
	top: 63px;
	height: 24px;
	overflow: hidden;
}

div.sub div {
	position: absolute;
	line-height: 24px;
}

.sub .left {
	left: 87px;
	width: 12px;
	background-image: url(../GRAPHICS/sub_navi_left_cap.png);
}

.sub .mid {
	left: 99px;
	background-image: url(../GRAPHICS/sub_navi_tile.png);
}

.sub .right {
	right: 0px;
	width: 12px;
	background-image: url(../GRAPHICS/sub_navi_right_cap.png);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	outline: none;
}

.menu a {
	color: #e30b22;
	margin-right: 10px;
}

.main a {
	font-size: 15px;
}

.sub a {
	font-size: 13px;
}

a.logo {
	display: block;
	width: 100%;
	height: 100%;
}

.main a.active {
	font-size: 18px;
}

.sub a.active {
	font-size: 16px;
}

.menu a.active {
	font-weight: bold;
}

.content_box {
	width: 75%;
	max-width: 1000px;
	min-height: 75%;
	height: auto;
	position: relative;
	z-index: 1;
	top: 100px;
	margin: 0 auto 0 auto;
	background-color: #ECC6CE;
	padding: 4px;
	overflow: hidden hidden;
}

.spacer {
	position: relative;
	bottom: -35px;
	height: 35px;
}

.top_border,.bottom_border,.left_border,.right_border {
	position: absolute;
	background-color: white;
}

.top_border,.bottom_border {
	height: 4px;
	width: 100%;
}

.left_border,.right_border {
	width: 4px;
}

.top_border,.left_border {
	left: 0;
	top: 0;
}

.right_border,.bottom_border {
	bottom: 0;
	right: 0;
}

.top_left,.top_right,.bottom_left,.bottom_right {
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

.top_left {
	top: 0;
	left: 0;
	background-image: url(../GRAPHICS/top_left_corner.png);
}

.top_right {
	top: 0;
	right: 0;
	background-image: url(../GRAPHICS/top_right_corner.png);
}

.bottom_left {
	bottom: 0;
	left: 0;
	background-image: url(../GRAPHICS/bottom_left_corner.png);
}

.bottom_right {
	bottom: 0;
	right: 0;
	background-image: url(../GRAPHICS/bottom_right_corner.png);
}

.shortcuts {
	width: 12%;
	height: auto;
	z-index: 3;
	position: fixed;
	right: 0;
	bottom: 5%;
}

.cart,.whishlist {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	color: #E30B22;
	
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.whishlist {
	width: 74px;
	height: 40px;
	padding: 30px 13px;
	background-image: url(../GRAPHICS/whishlist.png);
}

.cart {
	width: 50px;
	height: 52px;
	padding: 24px 25px;
	background-image: url(../GRAPHICS/cart.png);
}

whishlist a,cart a {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom_row {
	background-image: url(../GRAPHICS/flowers.jpg);
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	z-index: 3;
}

.bottom_row .links {
	position: relative;
	width: 75%;
	max-width: 1010px;
	margin: 0 auto;
	text-align: left;
}
