html {
	background-color: #c8c8c8;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/body_fill.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #ed2429;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	float: left;
	width: 100%;
}
h2 {
	font-size: 1.2em;
	color: #333333;
}
h3 {
	font-size: 1em;
	color: #333333;
}
ul {
	list-style-type: square;
}
a, a:visited, a:active {
	color: #ed2429;
}
a:hover {
	text-decoration: none;
}
#container {
	background-image: url(images/footer_fill.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
}

#header {
	width: 750px;
	height: 283px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/light_bulb.gif);
	background-position: right 58px;
	background-repeat: no-repeat;
}
#logo {
	height: 47px;
	padding-top: 38px;
	padding-right: 23px;
	padding-left: 23px;
	background-image: url(images/logo_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	float: left;
}
#menu {
	background-image: url(images/logo_botttom.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 100%;
	float: left;
}
#menu ul {
	height: 140px;
	padding: 0px;
	margin-left: 19px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #af1b1e;
	list-style-type: none;
	margin-top: 20px;
	width: 10em;
}
#menu ul li {
	display: inline;
}
#menu a, #menu a:visited, #menu a:active {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #af1b1e;
	list-style-type: none;
}
#menu a:hover {
	background-color: #2e2e2e;
}
#main {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#sidebar {
	width: 170px;
	float: right;
	padding: 10px;
	margin: 20px 0;
	border: 1px solid #DEDDDB;
	border-top: 2px solid #1A1A1A;
	background: url(images/sidebar_fill.jpg) repeat-x left top;
}
#sidebar h2 {
	font-size: 1em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar form {
	display: none;
}
#sidebar ul li ul {
}
#content {
	width: 550px;
	float: left;
	margin-bottom: 20px;
}
#content .post {
	font-size: 1.05em;
}
#content .post div.wpcf7 span input {
	width: 200px;
	margin-top: 5px;
}
#content .post div.wpcf7 span textarea {
	width: 350px;
	height: 100px;
	margin-top: 5px;
}
.portofolio {
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
	width: 750px;
}
.portofolio img {
	float: left;
	margin-right: 10px;
	border: 1px solid #AF1B1E;
	margin-bottom: 10px;
}
#contact_address {
	float: left;
	text-align: right;
}
#contact_form {
	background-color: #EBE9E8;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #2C2C2C;
}
#product_box {
	background-color: #EBE9E8;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #2C2C2C;
}
#footer {
	clear: both;
	width: 700px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.8em;
	font-weight: bold;
	color: #2A2A2A;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	background-image: url(images/footer_logo.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-left: 130px;
	float: left;
}
#footlinks {
	padding-top: 3px;
	float: right;
}
#footlinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footlinks ul li {
	display: block;
	float: left;
}
#footlinks a, #footlinks a:active, #footlinks a:visited {
	display: block;
	float: left;
	color: #2A2A2A;
	line-height: 15px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A2A2A;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footlinks a:hover {
	background-color: #AFAFAF;
	color: #000000;
}
