/* General styles */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	font-weight: normal;
	color: #444;
	margin: 0px;
	background-color: #fff;
	height: 101%;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}

h1 {
	margin: 0px;
	padding: 10px 0 20px 0;
	font-size: 210%;
	color: #333;
	font-weight: normal;
}


h2 {
	color: #333;
	font-size: 140%;
	font-weight: normal;
	padding:0;
	margin: 20px 0 10px 0;
}
.spaced {
	padding-bottom: 10px;
}
h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
a {
	color: #FF6600;
}
a:hover {
	color: #333;
}

.error {
	color: red;
	font-weight: bold;
}
/* layout */
.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
	height: 123px;
	background:url(../images/sloganNOMON.gif) no-repeat right top;
}
.header .logo {
	float: left;
	margin: 30px 0 0 20px;
}

#logo {
	height: 73px;
	width: 327px;
}

/* content */
.content {
	background: url(../images/layoutImg/repeatBg.gif) repeat-y left;
	float: left;
	display: inline;
	width: 980px;
}
/* menu */
.mainMenuList {
	margin: 0px;
	padding: 80px 40px 0 50px;
	list-style: none;
	width: 198px;
	float: left;
	display: inline;
	font-size: 150%;
	background: url(../images/layoutImg/leftTopBg.gif) no-repeat top left;
}
.mainMenuList a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 5px 0;
}
.mainMenuList .activeMain a {
	color: #ff6600;
}
.mainMenuList .activeMain .activeSub a {
	color: #333;
	background: #F9EED2 url(../images/arrow.gif) no-repeat 0 4px;
}
.mainMenuList .activeMain .activeSub .subMenuList2 .activeSub2 a {
	color: #333;
	background: #F6E6BF url(../images/arrow.gif) no-repeat 8px 4px;
}
.mainMenuList .activeMain ul a {
	color: #ff6600;
	background-color: transparent;
	background-image: none;
	border: none;
}
.mainMenuList .activeMain .subMenuList2 a {
	background-color: #F3DEAB;
	background-image: none;
	color: #B82937;
}
.mainMenuList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 94%;
}
.mainMenuList ul li {
	width: 190px;
	background-color: #F8EBC9;
}
.mainMenuList ul li a {
	width: 166px;
	padding: 5px 7px 5px 17px;
}
.mainMenuList ul ul li a {
	width: 156px;
	padding: 5px 7px 5px 27px;	
}
/* maincontent */
#maincontent {
	float: right;
	display: inline;
	width: 612px;
	padding: 70px 40px 50px 40px;
	background: url(../images/layoutImg/rightTopBg.gif) no-repeat top left;
}

/* footer */
.footer {
	float: left;
	padding: 20px 0 10px 0;
	width: 980px;
	background: #fff url(../images/layoutImg/footerBg.gif) no-repeat left top;	
}
.footer ul {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 0 325px;
	padding: 30px 0 0 0;
}
.footer ul li {
	float: left;
	padding: 5px;
	margin: 0;
}
.clear {
	height: 1px;
	font-size: 1px;
	clear: both;
}

input, textarea, select {
	border: 1px solid #ddd;
	background: #ffffff url(../images/inputBg.gif) repeat-x top;
	width: 350px;
}
textarea {
	height: 150px;
}
#send, .button {
	background: #ff6600;
	cursor: pointer;
	width: auto;
	border: 0;
	margin-top: 10px;
	color: #fff;
}

/* home */
.cart {
	display:block;
	position:absolute;
	right:20px;
	text-align:right;
	top:5px;
}
.cart img {
	margin: 10px;
}
.indexList {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
.indexList li {
	padding: 0 0 10px 20px;
	margin: 0;
	background: url(../images/layoutImg/bullet.gif) no-repeat 0 2px;
	color:#666;
}
.indexList span {
	display: block;
	font-size: 140%;
	color: #333;
}
.sepparation {
	background: url(../images/layoutImg/sepparation.gif) repeat-y left top;
	padding-left: 20px;
	margin-top: 15px;
	float: left;
	display: inline;
	width: 210px;
}
label {
	display: block;
	padding-top: 10px;
}
.mainColumn {
	width: 370px;
	float: left;
	display: inline;
}
.columned {
	width: 291px;
	float: left;
	display: inline;
}
.second {
	padding-left: 30px;
}
.contact {
	clear: left;
	padding-top: 20px;
}
.portofolio {
	float: left;
	display: inline;
	width: 200px;
	padding-bottom: 15px;
}

.portofolio span {
	display: block;
	padding-bottom: 7px;
}
.portofolio span {
	text-decoration: underline !important;
}
.portofolio {
	text-decoration: none !important;
}