@charset "UTF-8";
/* CSS Document */

/* html tags */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url('../../img/page_parts/bg_lines.gif');
	background-repeat: repeat-x;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

a { 
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

td {
	text-align: left;
}

/* form styles */
.field {
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: thin;
	border-style: solid;
	border-color: #572600;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #572600;
}

textarea {
	width: 300px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: thin;
	border-style: solid;
	border-color: #572600;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #572600;
}

/* font styles */
.basic_font {
	font-family: 'Verdana', sans-serif;
	line-height: 30px;
}

.body {
	font-size: 11px;
	color: #572600;
	font-weight: normal;
	line-height: 24px;
}

.body a {
	color: #572600;
	text-decoration: none;
}

.body a:hover {
	color: #572600;
	text-decoration: underline;
}

.large {
	font-size: 14px;
	color: #572600;
	font-weight: normal;
	line-height: 24px;
}

.footer { 
	font-size: 10px;
	color: #572600;
	font-family: 'Verdana', sans-serif;
	font-weight: normal;
	line-height: 24px;
}

.footer a {
	color: #572600;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #572600;
	font-weight: bold;
	text-decoration: underline;
}

.header {
	font-size: 16px;
	color: #210E00;
	font-weight: bold;
	line-height: 24px;
}

.subheader {
	font-size: 12px;
	color: #572600;
	font-weight: bold;
	line-height: 24px;
}

.link a {
	font-size: 11px;
	font-weight: bold;
	color: #BE8B5E;
	line-height: 20px;
	text-decoration: none;
}

.link a:hover {
	color: #BE8B5E;
	text-decoration: underline;
}

.sublink a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
}

.sublink a:hover {
	color: #572600;
	text-decoration: none;
}

/* paragraph styles */

.body_content {
	position: relative;
	width: 640px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}

.shop_content {
	position: relative;
	width: 680px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}

/* layout styles */
div#background {
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-image: url('../../img/page_parts/bg_lines.gif');
	background-repeat: repeat;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 940px;
	height: auto !important; /* real browsers */
}

div#home {
	position: relative;
	width: 940px;
	height: 535px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#shop_flash {
	position: relative;
	width: 645px;
	height: 400px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

div#navbar {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#topbar {
	position: relative;
	width: 940px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

div#main_bottom {
	position: relative;
	width: 940px;
	height: 175px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

div#content {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* bottom padding for footer */
	background-color:#210E00;
	border: 1px;
	border-style: solid;
	border-color: #572600;
}

div#misc_content {
	position: relative;
	width: 938px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* bottom padding for footer */
	background-color:#FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #572600;
}

div#left_column {
	position: absolute;
	width: 315px;
	height: auto;
	float: left;
}

div#right_column {
	position: relative;
	width: 680px;
	height: auto;
	left: 250px;
	background-color: #FFFFFF;
	background-image: url('../../img/page_parts/silhouette.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	border-left: 8px solid #572600;
	overflow: auto;
}

div#fb_footer {
	position: relative;
	width: 940px;
	height: 40px;
	padding: 10px 0 10px 0;
}

div#footer {
	position: relative;
	width: 940px;
	height: 120px;
	padding-bottom: 20px;
}

#mainnav {
	position: relative;
	width: 940px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.home_main {
	position: relative;
	width: 940px;
	height: 355px;
	padding-bottom: 5px;
}

.home_left {
	position: relative;
	width: 310px;
	height: 175px;
	float: left;
}

.home_middle {
	position: relative;
	width: 310px;
	height: 175px;
	padding: 0 5px 0 5px;
	float: left;
}

.home_right {
	position: relative;
	width: 310px;
	height: 175px;
	float: left;
}

.section_image {
	position: absolute;
	width: 250px;
	height: 100%;
}

.section_links {
	position: absolute;
	width: 250px;
	height: auto;
	top: 280px;
}

.section_subtitle {
	position: relative;
	width: 678px;
	height: 70px;
}

.footer_left {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
}

.footer_right {
	position: relative;
	width: auto;
	height: 20px;
	float: right;
}

.dotted_line {
	position: relative;
	width: 940px;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-position: center left;
	background-image: url('../../img/page_parts/dotted_line.gif');
	background-repeat: repeat-x;
}

.dotted_line_2 {
	position: relative;
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	border-top: 1px dotted #DDDDDD;
}

.line {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #572600;
}

.vertical_line {
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: 1px solid #572600;
	left: 315px;
	float: left;
}

.gallery_container {
	position: relative;
	width: 545px;
	height: 135px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	left: 45px;
}

.gallery_box {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 0 0 5px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.gallery_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 10px;
	top: 110px;
}

.gallery_img {
	position: absolute;
	width: 130px;
	height: 130px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px;
	border-style: solid;
	border-color: #572600;
}

.press_container {
	position: relative;
	width: 530px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0px 0px 20px 0px;
	left: 50px;
}

.press_box {
	position: relative;
	width: 150px;
	height: 200px;
	margin: 0 0 20px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.press_box_celeb {
	position: relative;
	width: 150px;
	height: 220px;
	margin: 0 0 20px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.press_img {
	position: absolute;
	width: 150px;
	height: 200px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px;
	border-style: solid;
	border-color: #572600;
}

.press_txt {
	position: absolute;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 200px;
}

.celeb_full {
	position: relative;
	width: 500px;
	height: 405px;
	margin: 0 0 0 0;
	padding: 0px 0px 20px 0px;
	left: 70px;
}

.celeb_wide {
	position: relative;
	width: 500px;
	height: 315px;
	margin: 0 0 0 0;
	padding: 0px 0px 20px 0px;
	left: 70px;
}

.charity_box {
	position: relative;
	margin: 0 0 20px 0;
	height: 125px;
	padding: 0px 0px 0px 0px;
	border: 1px;
}

.charity_text {
	position: absolute;
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	left: 125px;
}

.charity_img {
	position: absolute;
	width: 125px;
	height: 125px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px;
	border-style: solid;
	border-color: #333333;
}

.fb {
	position: relative;
	height: 75px;
	width: 640px;
	margin: 0 0 20px 0;
	padding: 0px 0px 0px 0px;
}

.fb_text {
	position: absolute;
	font-size: 16px;
	width: 400px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	left: 190px;
	top: 24px;
}

.fb_img {
	position: absolute;
	width: 170px;
	height: 75px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.browse_container {
	position: relative;
	width: 643px;
	height: 215px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border: 1px;
	border-style: solid;
	border-color: #572600;
	left: 8px;
}

/*.browse_title_color {
	position: relative;
	width: 645px;
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('../../img/page_parts/browse_products.gif');
	background-repeat: no-repeat;
	background-position: center top;
}*/

.browse_column {
	position: relative;
	width: 160px;
	height: 215px;
	float: left;
}

.add_cart_btn {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.product_img_lg {
	position: relative;
	width: 680px;
	height: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: -20px;
	top: -20px;
}

.img_left {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: -20px;
	left: -20px;
}

.img_right {
	position: relative;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: -20px;
	right: -20px;
}

.nav_container {
	position: relative;
	float: left;
}

.body_container {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 20px 20px 20px 20px;
	border: solid;
	border-width: thin;
	border-color: #FFFFFF;
}
