/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET */

body{
	background:#283c17;
	margin:0 auto;
	text-align:center;
	font-family:arial;
	padding:1px;
}
h1{
	position:absolute;
	left:-1000px;
}
td{
	margin:0;
	padding:0;
}
#homepage{
	margin:0 auto;
	border-top:solid 160px #283c17;
	width:897px; 
	text-align:left;
}
#homepage h2{
	font-family:arial;
	font-size:11pt;
	text-transform:uppercase;
	margin:5px 0;
	padding:0;
	color:#fff;
	font-weight:normal;
}
#homepage h2 span{
	color:#889c2d;
}
#homewrapper{
	background:#889c2d;
}
#homekiri{
	float:left;
}
#hometengah{
	float:left;
	background:#889c2d;
	width:125px;
	text-align:center;
	margin:0 auto;
	padding:0;
	height:255px;
}
#hometengah ul{
	margin:0;
	padding:10px;
	list-style:none;
	text-align:left;
}
#hometengah ul li{
	margin:0;
	padding:0;
	line-height:13px;
}
#hometengah ul li a{
	color:#f0f0f0;
	font-size:8pt;
	text-decoration:none;
}
#hometengah ul li a:hover{
	text-decoration:underline;
	color:#fff;
}
#hometengah ul li ul{
	margin:0;
	padding:0 7px;
}

#hometengah ul li ul li:before {
	content: "\00BB \0020";
	color:#f0f0f0;
	font-size:9pt;
}
#hometengah p{
	margin:10px;
	padding:0;
}
#homekanan{
	float:right;
}
#container{
	width:898px;
	border-top:solid 50px #283c17;
	margin:0 auto;
	text-align:left;
	background-color:#889c2d;
	background-image:url('assets/logo.jpg');
	background-repeat:no-repeat;
	background-position:40px 420px;
}
#left{
	float:left;	
	width:170px;
	height:640px;
	background-repeat:no-repeat;
	background-position:100% 100%;
}
#left ul{
	margin:20px;
}
#left ul li{
	font-size:8pt;
	line-height:15px;
}
#left ul li ul{
	margin:0 10px;
}
#left ul li ul li:before {
	content: "\00BB \0020";
	color:#f0f0f0;
	font-size:9pt;
}
#left ul li a{
	color:#f0f0f0;
	text-decoration:none;
}
#left ul li a:hover{
	text-decoration:underline;
	color:#fff;
}
#right{
	float:right;
	width:728px;
	height:640px;
	background-image:url(assets/bgmain.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-color:#d5d9c2;
}
#footer{
	clear:both;
	text-align:right;
	background:#283c17;
	color:#889c2d;
	font-size:7pt;
	line-height:20px;
	font-family:verdana;
	border-bottom:solid 50px #283c17;
}
#footer a{
	color:#889c2d;
	text-decoration:none;
}
#footer a:hover{
	color:#006600;
	text-decoration:none;
}
#title{
	margin:30px 20px 10px 25px;
	color:#889c2d;
	padding:0 0 4px 0;
	font-size:14pt;
	font-weight:bold;
	border-bottom:solid 1px #889c2d;
}
#content{
	height:420px;
	overflow:auto;
	margin:0 20px 20px 15px;
	font-size:9pt;
	padding:10px;
	color:#283c17;
	line-height:15px;
	
	scrollbar-3dlight-color:#889c2d;
	scrollbar-arrow-color:#283c17;
	scrollbar-base-color:#889c2d;
	scrollbar-darkshadow-color:#283c17;
	scrollbar-face-color:#889c2d;
	scrollbar-highlight-color:#889c2d;
	scrollbar-shadow-color:#283c17;
}
#content p{
	margin:0 0 10px 0;
}
#form td{
	padding:3px;
	font-weight:bold;
	vertical-align:top;
}
#catalog{
	margin:0;
	list-style:none;
}
#catalog li{
	display:inline;
}
#product-image{
	float:left;
}
#product-image img{
	max-width:450px;
}
#product-description td{
	padding:3px;
}
#product-description{
	float:left;
	margin-left:20px;
}
#mycarousel a{
	color:#283c17;
	text-decoration:none;
}
#mycarousel a:hover{
	text-decoration:underline;
}
#fake{
	width:728px;
	height:508px;
}
#bottomfoo{
	background:#283c17;
	clear:both;
}
.cls{
	clear:both;
}
