* {
	padding:0px;
	margin:0px;
}
body, html {
	font-family:Arial;
	font-size:13px;
	background:#6c1a88;
	color:#6c1a88;
	position:relative;
}
html {
	height:100%;
}
body {
	min-height:100%;
}
img {
	border:0px none;
}
fieldset {
	border:0px none;
}
ul, ol {
	list-style:none;
	list-style-image:none;
}
p {
	padding:10px 0px;
}
a:link,
a:visited {
	color:#6c1a88;
	text-decoration:underline;
}
a:hover {
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
small {
	font-size:11px;
}

/* Hx */
h2 {
	font-size:36px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:11px;
	font-weight:normal;
}
h2.sIFR-replaced object,
h3.sIFR-replaced object,
h4.sIFR-replaced object {
	vertical-align:bottom;
}

/* Background */
#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#background .inner {
	position:relative;
	margin:0px auto;
	height:100%;
	width:952px;
	background:url('../../images/body.png') repeat-y;
}
#background .inner .y {
	position:absolute;
	background:url('../../images/y.jpg') no-repeat;
	width:585px;
	height:443px;
	bottom:0px;
	right:14px;
}

/* Website */
#website {
	width:924px;
	padding:0px 14px;
	margin:0px auto;
	position:relative;
}

#website .y {
	display:none;
}

/* Header */
#header {
	position:relative;
	height:148px;
	background:url('../../images/header.jpg') no-repeat;
}
#header h1 {
	position:absolute;
	left:27px;
	top:4px;
}
#header h1 img {
	display:block;
}

/* Menu */
#menu {
	height:44px;
	background:url('../../images/menu.png') repeat-x;
	position:relative;
	border-bottom:1px solid #7d60ab;
}
#menu ul {
}
#menu ul li {
	float:left;
	padding:0px 10px;
	height:34px;
	border-left:2px solid #beaad2;
	position:relative;
	top:4px;
	line-height:34px;
}
#menu ul li.first {
	border-left:0px none;
}
#menu ul li:first-child {
	border-left:0px none;
}
#menu ul li a:link,
#menu ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
#menu .sIFR-replaced object {
	position:relative;
	top:4px;
}

/* Content */
#content {
	position:relative;
	padding-top:20px;
	padding-bottom:10px;
}

/* Content left */
#content-left {
	position:relative;
	float:left;
	width:200px;
	padding-left:16px;
	text-align:center;
}
#content-left .price {
	font-size:30px;
	display:block;
	padding-top:10px;
}
#content-left small {
	padding-bottom:10px;
	display:block;
}
#content-left .order {
	display:block;
	width:203px;
	height:72px;
	background:url('../../images/order.png') no-repeat;
	text-indent:-9999px;
}

/* Content left */
#content-right {
	float:left;
	width:630px;
	padding-left:40px;
	position:relative;
}

#content-admin {
	float:left;
	width:830px;
	padding-left:40px;
	position:relative;
}
#content-right .img-left {
	float:left;
	padding-right:10px;
}

/* Imgbox */
.imgbox {
	position:relative;
	width:198px;
}
.imgbox .imgbox-t {
	position:relative;
	background:url('../../images/imgbox-t.png') no-repeat;
	height:17px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
.imgbox .imgbox-i {
	position:relative;
	background:url('../../images/imgbox-c.png') repeat-y;
	text-align:center;
}
.imgbox .imgbox-i img {
	vertical-align:bottom;
}
.imgbox .imgbox-b {
	position:relative;
	background:url('../../images/imgbox-b.png') no-repeat;
	height:17px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}

.input-field {
 border:1px solid #6c1a88;
 padding:3px;
}
