html {
}
body {
	margin:0px;
	padding:0px;
	background:#fff url(../images/layout/body.gif) repeat-y left;
	font-family:Georgia;
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
}
h1 {
	color:#00C6B9;
	letter-spacing:0.125em;
	font-weight:normal;
	font-size:2em;
	margin:0 1em 0 0;
}
h1:first-letter {
	float:left;
	color:#DECF4E;
	font-size:2.35em;
	margin:0 0 0 0;
	padding:0 0.125em 0 0;
}
hr {
	border:none;
	background:#F19130;
	margin:0.75em 0 0.75em 0em;
	padding:0px;
	height:1px;
}
h1 strong {
	clear:left;
	font-weight:normal;
	font-size:0.375em;
	line-height:1px;
	color:#000;
}
h2 {
	font-size:1.25em;
	font-weight:normal;
	margin:1em 0 0.25em 0;
}
h2 small {
	font-size:0.625em;
	font-style:italic;
}
h2 a {
	color:#00c6b9;
	text-decoration:none;
	background:url(../images/layout/h2a.gif) no-repeat left center;
	padding-left:20px;
}
h2 a:hover {
	background:url(../images/layout/h2a.gif) no-repeat 1px center;
}
h3 {
	font-weight:normal;
	color:#fff;
	margin:10px 0px 0px 0px;
}
p {
	font-size:0.875em;
	margin:0 0 0.5em 0;
	line-height:1.375em;
	color:#666;
}
p.headline {
	font-family:Verdana;
	letter-spacing:0.1em;
	font-size:0.8em;
	background:#f19130;
	color:#fff;
	padding:3px 0 3px 63px;
	padding:3px 0 3px 10px;
	border-left:solid 20px #decf4e;
}
img {
	border:none;
}
a {
	cursor:pointer;
}
p a {
	color:#00c6b9;
}
p strong {
	color:#000;
	font-weight:normal;
}
div#body {
	width:900px;
	padding:292px 0px 0px 0px;
}
div#header {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
}
div#slogen {
	position:absolute;
	top:27px;
	left:450px;
	color:#b9b9b9;
	font-style:italic;
}
div#slogen strong{
	color:#10C3B9;
	font-weight:normal;
	letter-spacing:0.1em;
}
div#logo {
	position:absolute;
	top:0px;
	width:369px;
	height:92px;
	background:url(../images/layout/logo.gif) no-repeat;
}
div#disc {
	position:absolute;
	top:92px;
	width:369px;
	height:150px;
	background:url(../images/layout/disc.jpg) no-repeat;
}
div#camera {
	position:absolute;
	top:0px;
	right:0px;
	width:531px;
	height:312px;
	background:url(../images/layout/camera1.jpg) no-repeat;
}
div#main {
	position:relative;
	width:802px;
	padding:0px 0px 0px 20px;
}
div#menu {
	position:absolute;
	top:200px;
	height:40px;
	background:url(../images/layout/menu.gif);
}
div#menu ul, div#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
div#menu li, div#menu li a, div#menu li strong {
	display:block;
	float:left;
	color:#fff;
}
div#menu li a, div#menu li strong {
	height:29px;
	line-height:29px;
	margin:5px 5px 0px 5px;
	text-decoration:none;
	font-size:0.75em;
	color:#000;
	font-weight:normal;
}
div#menu li span.mt{
	background:url(../images/layout/mt.jpg);
	padding:0px 3px 0px 3px;
}
div#menu li span.ml {
	background:url(../images/layout/ml.jpg);
}
div#menu li span.mr {
	background:url(../images/layout/mr.jpg);
}

div#menu li a:hover, div#menu li strong {
	color:#fff;
}
div#menu li a:hover span.mt, div#menu li strong span.mt {
	background:url(../images/layout/mt_h.jpg);
}
div#menu li a:hover span.ml, div#menu li strong span.ml {
	background:url(../images/layout/ml_h.jpg);
}
div#menu li a:hover span.mr, div#menu li strong span.mr {
	background:url(../images/layout/mr_h.jpg);
}
div#menu li span {
	display:block;
	float:left;	
	height:28px;
}
div#menu li a span {
	cursor:pointer;
}
div#menu li strong span {
	cursor:default;
}
span.mt {
	white-space:nowrap;
}
span.ml {
	width:10px;
}
span.mr {
	width:10px;
}


div#breadcrumb {
	position:absolute;
	top:-40px;
	left:10px;
}
div#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
}
div#breadcrumb ul li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
}
div#breadcrumb ul li a{
	float:left;
	display:block;
	font-size:0.6em;
	color:#7a7879;
	text-transform:none;
	border:none;
	text-decoration:underline;
	padding:0 12px 0 0;
	background:url(../images/layout/breadcrumb.gif) no-repeat right center;
}
div#breadcrumb ul li a.index{
	background:none;
	padding:0;
}
div#breadcrumb ul li strong{
	float:left;
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin-top:1px;
}

div#content {
	position:relative;
	float:left;
	width:440px;
	padding:0px 0px 60px 5px;
}
div#sidebar {
	width:300px;
	float:right;
	padding:0px 0px 10px 20px;
	margin:0px 0px 0px 0px;
	background:#DECF4E url(../images/layout/sidebar.gif) repeat-y right;
}
div#sidebar h2 {
	font-size:1.3em;
	margin:6px 0px 20px 0px;
}
div#sidebar h3 {
	font-size:1em;
	margin-top:0px;
	padding-top:10px;
	background:url(../images/layout/sidebarh3.jpg) no-repeat 120px top;
}
div#sidebar a img {
	float:left;
}
div#sidebar a {
	display:block;
	float:left;
	border:solid 4px #fff;
	border:solid 4px #EFE9AB;
	margin:0px 10px 10px 0px;
}
div#sidebar a:hover {
	border:solid 4px #fff;
}
div.clear {
	clear:both;
}
ul.basic{
	list-style:none;
	margin:0 0 0 0.1em;
	padding:0 0 0 0;
}
ul.basic li {
	padding:0 0 0 1em;
	margin:0 0 0 0;
	font-size:0.75em;
	background:url(../images/layout/ul_1.gif) no-repeat 0 0.375em;
}
strong.price {
	background:#00C6CD;
	color:#fff;
	font-size:0.75em;
	padding:0.125em 0.25em 0.125em 0.25em;
	border-left:0.25em solid #DECF4E;
}
i.comment {
	color:#F19130;
	font-size:0.75em;
}
label {
	display:block;
	font-size:0.75em;
	margin-top:1em;
}
fieldset {
	margin-top:20px;
	border:solid 1px #00C6CD;
}
legend {
	background:#00C6CD;
	color:#fff;
	padding:0.125em 0.25em 0.125em 0.25em;
	border-left:0.25em solid #DECF4E;
}
input#email, input#name {
	width:250px;
}
div#footer {
	position:relative;
	padding:10px;
	width:780px;
	background:#DDDCDC;
	color:#7B7A7A;
	font-size:0.75em;
}
div#design {
	position:absolute;
	top:10px;
	right:30px;
}