@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background: no-repeat center center fixed;
	background-image: url(../images/background_carpet.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#store_info {
	float: left;
	height: 314px;
	width: 389px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#wrapper {
	width:900px;
	margin:0 auto;
	height: 100%;
}

#inner_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#banner {
	margin-left:50px;
}

#navbar {
	margin-left:50px;
}
 
#content_about_us {
	width: 800px;
	margin-left: 50px;
}

#content_contact_us {
	width: 800px;
	margin-left: 50px;
	margin-top: 20px;
}

#content_home {
	width: 800px;
	margin-left: 50px;
	padding-bottom: 20px;
}

#store_overview {
	margin-top: 20px;
}

#footer, .push {
	margin-left:50px;
	height: 4em;
}

#store_info h2 {
	color: #081768;
}

#contact_us_details b {
	color: #b53415;
}

#store_bio {
	padding-top: 20px;
}

#selection {
	margin-top: 25px;
	width: 450px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#selection p {
	padding-bottom: 10px;
}

#selection_text {
	padding: 15px;
	}
	
#selection_text h2 {
	color: #b53415;
	padding-bottom: 5px;
}

#intro {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul {
	width:300px;
	margin-bottom:20px;
	overflow:hidden;
	padding-left:90px;
}

li {
	line-height:1.5em;
	float:left;
	display:inline;
}

#double li  { width:50%;}
#triple li  { width:33.333%;} 
#quad li    { width:25%; }
#six li     { width:16.666%; }