﻿/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	font-family: 'Roboto', sans-serif ;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: eliptical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
/* end reset browser styles */

body {
background-color: #eee;
}

.page-wrapper {
width: 960px;
margin: 0 auto;
background-color: #fff;
margin-top: 20px;
}

header {
background-color: #fff;
width: 960px;
height: 250px;
}

.logo {
color: #0C3573;
font-size: 49px;
padding: 10px 10px 0px;
float: left;
}

.sub-logo {
color: #000;
padding: 0px 12px 5px 12px;
font-size: 18px;
float: left;
margin-top: 0px;
}

.clearfix {
clear: both;
}

nav {
background-color: #0C3573;
width: 960px;
height: 50px;
text-align: center;
padding: 15px;
margin-top: 10px;
}

nav ul {
margin: 0;
padding: 0;
}

nav li {
color: #fff;
display: inline;
font-weight: bold;
list-style-type: none;
margin-left: 50px;
margin-right: 50px;
list-style-type: none;
}

nav li:hover {
background-color: red;
border-radius: 7px;
}

nav li a {
text-decoration: none;
color: #ffffff;
}

.main {
  margin-top: 20px;
  float: left;
  width: 70%;
  line-height: 20px;
  padding: 0 14px;
  border-left: dashed 1px rgb(153,153,153);
  border-right: dashed 1px rgb(153,153,153);
  
}

h1 {
font-size: 30px;
margin-bottom: 20px;
color: #0C3573;
}

h2 {
font-size: 22px;
margin-bottom: 20px;
color: red;
}

.main h3 {
color: red;
margin-bottom: 10px;
}

p {
text-align: justify;
}

.sidebar1 {
  float: right;
  width: 30%;	
  padding: 0 10px 0 20px;
  margin-top: 20px;
}

.sidebar1-image-kedai {
/*width: 170px;*/
margin: 0 auto;
padding-left: 25px;
}

.sidebar1-image-kedai {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

/* Untuk centerkan imej */
.sidebar1-image-container img {
display: block;
margin-left: auto;
margin-right: auto;
}

.sidebar1-image-container h3 {
text-align: center;
font-size: 15px;
margin-bottom: 20px;
}

input.button-red {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 auto; /* by setting this and below (display:block), it centers the button */
	display: block;
	text-align: center;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#eb0707 0%,
		#6b1010 50%,
		#6b1717 50%,
		#4d0808);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#eb0707),
		color-stop(0.50, #6b1010),
		color-stop(0.50, #6b1717),
		to(#4d0808));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2e1521;
	-moz-box-shadow:
		0px 1px 3px rgba(046,029,029,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(046,029,029,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(046,029,029,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

input.button-red:hover {
color: #ffffff;
text-shadow: 3px 3px 3px #000000;
}

.alamat {
	list-style-type: none;
	font-weight: bold;
}

footer {
background-color: rgb(50,50,50);
width: 960px;
height: 100px;
clear: both;
padding-top: 15px;
text-align: center;
}

footer ul {
margin: 0;
padding: 0;
}

footer li {
color: #fff;
display: inline;
font-size: 12px;
list-style-type: none;
margin-left: 50px;
margin-right: 50px;
}

footer li:hover {
background-color: red;
border-radius: 7px;
}

footer li a {
text-decoration: none;
color: #ffffff;
}

footer li:hover {
background-color: red;
}

footer h3 {
font-size: 14px;
color: #fff;
}

.subform {
font-size: 1em;
font-family: 'Lato', sans-serif;
margin-top: 30px;
margin-bottom: 30px;
width: 640px;
background-color: rgb(135,206,250);
border-radius: 10px;
}

.subform .label {
padding-top: 20px;
display: inline-block;
width: 200px;
color: #000000;
vertical-align: center;
text-align: right;
margin-right: 10px;
font-weight: bold;
height: 50px;
}

.subform input[type="submit"] {
margin-left: 275px;
width: 130px;
padding: 10px 25px;
font-size: 1em;
color: #fff;
background: #323232;
border: none;
border-radius: 5px;
box-shadow: 0 0 4px white;
margin-bottom: 30px;
}

.subform input[type="submit"]:hover {
color: red;
}

.subform input[type="reset"] {
margin: 10px 0px 0px 10px;
width: 130px;
padding: 10px 25px;
font-size: 1em;
color: #fff;
background: #323232;
border: none;
border-radius: 5px;
box-shadow: 0 0 4px white;
margin-bottom: 30px;
}

.subform input[type="reset"]:hover {
color: red;
}

.subform select {
font-size: 1.2em;
}

.subform input[type="text"], .subform textarea {
margin-top: 20px;
font-size: 1.2em;
border-radius: 5px;
border: none;
background-color: rgb(217,184,138);
color: #000000;
box-shadow: inset 0 0 10px rgba(255,255,255,.75);
width: 400px;
padding: 5px;
}

.subform input[type="text"]:focus, .subform textarea:focus {
background-color: white;
color: black;
}

#kuantiti1 {
width: 50px;
}

#kuantiti2 {
width: 50px;
}

#kuantiti3 {
width: 50px;
}

.nametag-biasa {
background-color: #7eb63c;
}

.nametag-epoxy {
background-color: #cdbc2b;
}

.nametag-warna {
background-color: #e376c3;
}

.container1 {
background-color: #7eb63c;
width: 640px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 40px;
}

.container2 {
background-color: #cdbc2b;
width: 640px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 40px;
}

.container3 {
background-color: #e376c3;
width: 640px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 40px;
}

.pic-nametag {
display: block;
margin-left: auto;
margin-right: auto;
}

.item {
	width: 700px;
    height: 435px;
    height: auto;
    float: left;
    margin: 3px;
    padding: 3px;
}