body {
	margin: 0;
	background: url('/images/bg-main.jpg') no-repeat top left fixed;
	background-size: 100% 100%;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 90%;
}
a {
	color: #B4B3B4;
}
a:hover {
	color: #BB8836;
}



.group:after {
	content: "";
	display: table;
	clear: both;
}

span.subhead {
	text-decoration: underline;
	margin-top: -20px;
	display:block;
}










#header {
	background-color: #1E1E1E;
	border-bottom: 6px solid #BB8836;
	padding: 15px 10px 10px 20px;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
#kandk {
	color: #F5F5F5;
	font-family: "Times New Roman";
	font-size: 2.5em;
	font-weight: bold;
	float: left;
}
#phoneno {
	font-weight: bold;
	font-family: Arial;
	font-size: 1.2em;
	float:right;
	margin: 10px;
	padding:0 20px;
}
#content {
	padding-bottom: 124px;
	padding-right:20px;
	position: absolute;
	top: 103px;
	font-size:1.4em;
}
@media only screen and (min-device-width: 480px) {
	#content {
		margin-left: 234px;
		min-width:600px;
	}
}
#content p {
	text-align: justify;
}
#footer {
	background-color: #1E1E1E;
	border-top: 2px solid #BB8836;
	text-align: center;
	line-height: 1.5em;
	color: #B4B3B4;
	padding: 10px 0 30px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:64px;
}
#footer > span {
	font-size: 1.1em;
}

@media only screen and (min-device-width: 480px) {

	#sidebar {
		border: 2px solid #BB8836;
		border-left: none;
		width: 184px;
		padding: 10px;
		position:fixed;
		top:120px;
		background-color: #1E1E1E;
	}
	#sidebar a {
		font-size: 1.05em;
		font-weight: bold;
		display: block;
		margin-top: 10px;
		padding-bottom: 10px;
		text-decoration: none;
		border-bottom: 1px solid #BB8836;
		text-transform: uppercase;
	}

	#sidebar a:last-of-type {
		border: none;
	}
	#sidebar a span {
		font-size: 0.8em;
	}

	#flag {
		color: #BB8836;
		font-family: Georgia;
		font-size: 1.5em;
		width: 225px;
		text-align: center;
		position: fixed;
		left: 0;
		top: 380px;
	}
	#flag img {
		width: 100%;
		margin-bottom: 10px;
	}

}

.gallery {
}

.gallery img {
	border: 2px solid #B4B3B4;
	margin: 5px 3px;
}

#home .gallery {
	width: 278px;
	float: right;
	margin: 0 0 0 60px;
}
#gallery .gallery {
	max-width: 750px;
}

#contact form div {
	margin: 10px 0 10px 0;
}

#contact label {
	width: 170px;
	text-align: right;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

#contact input[type=submit] {
	margin-left: 120px;
}

body#manufacture {
	background-image: url('/images/bg-main-manufacture.jpg');
}
body#embroidery {
	background-image: url('/images/bg-main-embroidery.jpg');
}
body#contact {
	background-image: url('/images/bg-main-contacts.jpg');
}
body#cmt {
	background-image: url('/images/bg-main-cut-make-trim.jpg');
}
body#cmt h1 {
	color: #BB8836;
}
body#contact p {
	font-size: 1.5em;
}


@media only screen and (max-device-width: 480px) {
	#flag {
		display:none;
	}

}
