@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.9285%;
	padding-left: 0.5357%;
	padding-right: 0.5357%;
	background-image: url(images/header_bg.png);
	background-repeat: repeat;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_moble {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_mobile_tagline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#scarves_btn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#jewelry_btn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#leathercraft_btn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#category_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#category_description {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#return_to_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600) {
.gridContainer {
	width: 89.5238%;
	padding-left: 0.238%;
	padding-right: 0.238%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_moble {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#header_mobile_tagline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#scarves_btn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.9787%;
	display: block;
}
#jewelry_btn {
	clear: none;
	float: left;
	margin-left: 0.5319%;
	width: 32.9787%;
	display: block;
}
#leathercraft_btn {
	clear: none;
	float: left;
	margin-left: 0.5319%;
	width: 32.9787%;
	display: block;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#category_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#category_description {
	clear: none;
	float: left;
	margin-left: 0.5319%;
	width: 100%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#return_to_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.6428%;
	max-width: 1232px;
	padding-left: 0.1785%;
	padding-right: 0.1785%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header_moble {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#header_mobile_tagline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#scarves_btn {
	clear: both;
	float: left;
	margin-left: 0;
	width: 33.0677%;
	display: block;
}
#jewelry_btn {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 33.0677%;
	display: block;
}
#leathercraft_btn {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 33.0677%;
	display: block;
}
#contact {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#category_header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 41.4342%;
	display: block;
}
#category_description {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 49.8007%;
	display: block;
}
#gallery {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#return_to_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
