@charset "UTF-8";

/* Clear all styles completely */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background-color: #7f0f01;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
}
a:link, a:visited, a:active {
	color:#7f0f01;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
p {
	margin-bottom:10px;
}
#container {
	width: 1040px;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tanarea {
	background:#fffec8;
	margin:0px;
	padding-top:0px;
	padding-bottom:16px;
	padding-right: 8px;
	padding-left: 8px;
}
#news #header {
	background-image: url(images/header_news.jpg);
	height: 279px;
	width: 1024px;
	margin-bottom:10px;
}
#store #header {
	background-image: url(images/header_store.jpg);
	height: 279px;
	width: 1024px;
	margin-bottom:10px;	
}
h1, h2 {
	display:none;
}
#news #content {
	display:block;
	background-image: url(images/dots.jpg);
	width: 100%;
}
#store #content {
	display:block;
	background-image: url(images/dots_store.jpg);
	width: 100%;
}
.clear {
	clear:both;
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}

/* All Left Column Styles */

#leftcolumn {
	float: left;
	display:block;
	width: 248px;
	margin-right: 8px;
	padding-right: 8px;
}
#gallery {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9a8;
}
#gallery ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size: 8px;
	
}
#gallery ul li {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type: none;
	float: left;
}
#gallery a img {
	border:1px solid #fffec8;
	padding:0px;
}
#gallery a:hover img {
	border:1px solid #7f0f01;
	padding:0px;
}
a.button {
	background-color: #7F0F01;
	display: block;
	float: left;
	color: #FFFEC8;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 2px;
}
a:hover.button {
	background-color: #000000;
}
h3 {
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #000000;
	margin-bottom:4px;
}
#about {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9a8;
}
#about p {
	font-size: 11px;
	line-height: 12px;
}
#storeimage {
	float:left;
	display:block;
	width:387px;
	margin-right: 8px;
	padding-right: 8px;
}

/* All Main Column Styles */

#maincolumn {
	float:left;
	display:block;
	width:454px;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #7f0f01;	
}
#blog .date {
	display: block;
	margin-bottom: 8px;
	line-height: 18px;
	font-weight: bold;
}
#blog img {
	max-width:454px;
}
#storedescription {
	float:left;
	display:block;
	width:315px;
}

/* All Right Column Styles */

#rightcolumn {
	float: left;
	display:block;
	width: 290px;
	margin-left: 8px;
	padding-left: 8px;
}
#store {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9a8;
}
#store ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size: 8px;
	
}
#store ul li {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type: none;
	float: left;
}
#store a img {
	border:1px solid #fffec8;
	padding:0px;
}
#store a:hover img {
	border:1px solid #7f0f01;
	padding:0px;
}
#appearences {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9a8;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #7f0f01;	
}


#footer {
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
}
