html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ED764E;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Helvetica, Arial, sans-serif;
}

#container {
	width: 951px;
	margin: 0px auto;
	padding:0;
	background-image: url(../images/paper_bkgd.jpg);
	background-repeat: repeat-y;
	background-position:center;
	border: 5px solid #372615;
}

#inner_1 {
	width: 951px;
	margin: 0;
	padding: 0;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top;
}

#inner_2 {
	width: 951px;
	margin: 0;
	padding: 1px 0 0 0;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* IE6 PNG Fix */

img, div, a { behavior: url(../iepngfix.htc) }

/* MENU */

#menu {
	padding: 0;
	margin: 167px 15px 0 0;
	text-align: right;
	cursor:default;
}

.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	cursor: pointer;
}

.nav a {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 22px;
	color: #FFF;
	text-decoration:none;
	display: inline;
}

.nav a:hover {
	color: #711b0e;
	text-decoration:none;
}

#home a.home {
	color: #711b0e;
}

#about a.about {
	color: #711b0e;
}

#press a.press {
	color: #711b0e;
}

#shop a.shop {
	color: #711b0e;
}

#contact a.contact {
	color: #711b0e;
}

/* CONTENT */

#content {
	width: 912px;
	padding: 20px 20px 20px 20px;
	margin: 0;
	cursor:default;
	font-size: 14px;
	line-height: 17px;
}

a {
	color: #711b0e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-align: center;
}

ul {
	list-style-image: url(../images/bullet.png);
}

/* INDEX PAGE */

#welcome {
	width: 223px;
	padding: 0px;
	float: left;
	margin: 2px 0 0 15px;
}

#welcome_header {
	background-image: url(../images/index/welcome_header.png);
	background-repeat: no-repeat;
	height: 44px;
	margin: 0;
	padding: 0;
}

#welcome_text {
	margin: 0;
	background-image: url(../images/index/welcome_background.png);
	background-repeat: repeat-y;
	padding: 1px 10px 6px 10px;
}

#welcome_text p {
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#welcome_bottom {
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url(../images/index/welcome_bottom.png);
	background-repeat: no-repeat;
}

#bigpic {
	height: 460px;
	width: 382px;
	background-image: url(../images/index/bigpic.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}

#threepics {
	height: 460px;
	width: 250px;
	float: right;
	background-image: url(../images/index/littlepics.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 20px 0;
}

/* ABOUT PAGE */

#aboutus {
	width: 650px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
}

#aboutus_header {
	margin: 0;
	padding: 0;
	height: 48px;
	background-attachment: scroll;
	background-image: url(../images/about/aboutus_header.png);
	background-repeat: no-repeat;
}

#aboutus_middle {
	margin: 0;
	background-image: url(../images/about/aboutus_background.png);
	background-repeat: repeat-y;
	padding: 1px 20px 1px 15px;
}

#aboutus_middle p {
	margin: 11px 0;
}

#staffpic {
	background-attachment: scroll;
	background-image: url(../images/about/staffpic.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 345px;
	float: right;
	margin: 0px;
	padding: 0;
	background-position: right bottom;
}

#aboutus_bottom {
	margin: 0;
	height: 17px;
	background-attachment: scroll;
	background-image: url(../images/about/aboutus_bottom.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 0;
}

#storepics {
	width: 242px;
	float: right;
	height: 431px;
	background-image: url(../images/about/storepics.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0;
	margin: 2px 0 0;
}

#mission {
	margin: 0 0 20px 11px;
	position: relative;
	clear: both;
	width: 898px;
	padding: 0px;
}

#mission_header {
	margin: 0;
	padding: 0;
	background-image: url(../images/about/mission_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 69px;
}

#mission_middle {
	margin: 0;
	background-attachment: scroll;
	background-image: url(../images/about/mission_background.png);
	background-repeat: repeat-y;
	padding: 1px 70px;
	font-size: 16px;
	font-style: italic;
	color: #2E2E2E;
}

#mission_middle p {
	padding: 0px;
	margin: 10px 0 0;
	line-height: 21px;
	text-align: center;
}

#mission_bottom {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/about/mission_bottom.png);
	background-repeat: no-repeat;
	height: 45px;
	background-position: bottom;
}

#faq {
	margin: 0 0 10px 15px;
	position: relative;
	width: 894px;
	padding: 0px;
}

#faq_header {
	margin: 0;
	padding: 0;
	background-image: url(../images/about/faq_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 52px;
}

#faq_middle {
	margin: 0;
	background-attachment: scroll;
	background-image: url(../images/about/faq_background.png);
	background-repeat: repeat-y;
	padding: 10px 20px 1px 15px;
}

.faq_title {
	margin: 0px;
	padding: 0px;
	width: 850px;
	font-weight: bold;
}

.faq_title p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#faq_bottom {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/about/faq_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: bottom;
}

/* PRESS PAGE */

#press_content {
	margin: 0 0 0 15px;
	clear: both;
	width: 894px;
	padding: 0;
}

#press_header {
	margin: 0;
	padding: 0;
	background-image: url(../images/press/press_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 49px;
}

#press_middle {
	margin: 0;
	background-attachment: scroll;
	background-image: url(../images/press/press_background.png);
	background-repeat: repeat-y;
	padding: 20px 20px 1px 15px;
}

.press_item {
	margin: 0;
	width: 780px;
	padding: 0 0 0 30px;
}

.press_title {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}

.press_title p {
	margin: 0;
	padding: 0;
}

.hyphen {
	margin: 0;
	padding: 0;
	float: left;
}

.hyphen p {
	margin: 0;
	padding: 0;
}

.press_date {
	font-style: italic;
	margin: 0;
	padding: 0;
	float: left;
}

.press_date p {
	margin: 0;
	padding: 0;
}

.press_link {
	margin: 0;
	padding: 0;
	clear: both;	
}

.press_link p {
	margin: 0;
	padding: 0;
}

.press_text {
	margin: 0;
	padding: 0;
}

.press_text p {
	margin: 10px 0px 0px 13px;
	padding: 0;
}

.press_article {
	margin: 0;
	padding: 0;
}

.press_article ul {
	margin: 0;
	padding: 0 0 25px 30px;
}

#press_bottom {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/press/press_bottom.png);
	background-repeat: no-repeat;
	height: 11px;
}

/* SHOP PAGE */

#shop_content {
	margin: 0;
	position: relative;
	clear: both;
	left: 15px;
	width: 894px;
	padding: 0;
}

#shop_header {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(../images/shop/shop_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 104px;
}

#shop_middle {
	margin: 0;
	background-image: url(../images/shop/shop_background.png);
	background-repeat: repeat-y;
	padding: 1px 20px 1px 15px;
}

#shop_middle p {
	text-align: center;
}

#shop_bottom {
	margin: 0;
	padding: 0;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/shop/shop_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
}

#shop_pics {
	margin: 0;
	padding: 0;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/shop/merchandise.png);
	background-repeat: no-repeat;
	height: 485px;
}

/* CONTACT PAGE */

#contact_content {
	clear: both;
	width: 894px;
	padding: 0px;
	margin: 0 0 0 11px;
}

#contact_header {
	margin: 0;
	padding: 0;
	background-image: url(../images/contact/contact_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 43px;
}

#contact_background {
	margin: 0;
	background-image: url(../images/contact/contact_background.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding: 20px 20px 1px 15px;
}

#contact_content form {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 45px;		
}

.textbox {
	width: 750px !important;
	border: 2px solid #6E2216 !important;	
}

#contact_content form textarea {
	width: 750px;
	overflow: auto;
	border: 2px solid #6E2216;
}

#button {
	font-size: 14px;
}

#contact_bottom {
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(../images/contact/contact_bottom.png);
	background-repeat: no-repeat;
	height: 23px;
}

/* FOOTER */

#footer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 125px;
}

#stores {
	color: #A2AB26;
	float: left;
	margin: 7px 0 0;
	padding: 0 0 0 38px;
	line-height: 18px;
	width: 450px;
}

.white {
	color: #FFF;
	letter-spacing: +.1em;
}

/* SOCIAL MEDIA BUTTONS */

#thechange {
	width: 200px;
	height: 60px;
	float: left;
	padding: 50px 0 0 55px;
}

#buttons {
	width:186px;
	float: right;
	margin: 53px 0 0 0;
	padding: 0 13px 0 0;
}

#buttons ul {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}

#buttons ul li {
	float:left;
	margin:0;
	padding:0;
}

#buttons ul li a {
	display:block;
	text-indent: -5000px;
}

#buttons ul li a.bl {
	width:61px;
	height:59px;
	background-image: url(../images/button_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#buttons ul li a.bl:hover {
	background-image: url(../images/button_bl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#buttons ul li a.fb {
	width:61px;
	height:59px;
	background-image: url(../images/button_fb.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#buttons ul li a.fb:hover {
	background-image: url(../images/button_fb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#buttons ul li a.tw {
	width:61px;
	height:59px;
	background-image: url(../images/button_tw.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#buttons ul li a.tw:hover {
	background-image: url(../images/button_tw.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p.modernlove {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
}
