/* Uzume */

/*Palette
#54362c - body background
#793329 - content background
#e1784b - table border
#482a28 - link
*/

body
{
	font-size: 9pt; /* Needs to be relative for font sizing by the user */
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #54362c;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	border: 1px dashed #c7a956;
	margin: 20px 0px 0px 10px;
	width: 125px;
}

p 
{
	text-align: justify;
	padding: 0px 10px 0px 10px;
}

p.centred
{
 	text-align: center;
}

p.first
{
	padding-top: 15px;
}

p.product_detail
{
	padding-left: 45px;
	padding-right: 45px;
}

p.product_detail_info
{
	padding-left: 200px;
	padding-right: 0px;
	margin-top: -13px;
	font-size: 75%;
}

p.product_image
{
	text-align: center;
	padding-top: 15px;
}

a.menu_bar:link, a.menu_bar:visited, a.menu_bar:active
{
	color: #54362c;
	text-decoration: none;
}

a.menu_bar:hover 
{
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	color: #c7a956;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

table.inner
{
	background-color: #793329;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #c7a956;
}

#menu
{
	background-image: url(images/menu_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 725px; 
	height: 125px;
	padding: 0px;
	margin: 0px;
}

#menu_links
{
	background-color: #c7a956;
	color: #ffffff;
	text-align: right;
	font-size: 10pt;
	padding: 5px;
}

#maincontent 
{  
	height: 450px; 
	width: 332px;
	overflow: auto;
	background-image: url(images/butterfly_cutout.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#maincontent_no_image 
{  
	height: 450px; 
	width: 332px;
	overflow: auto;
}

#photo_thumbs
{  
	height: 450px; 
	width: 325px;
	overflow: auto;
	text-align: center;
}

#product_display
{  
	height: 450px; 
	width: 400px;
	overflow: auto;
}

.image
{
	padding: 5px;
	border: 1px dashed #c7a956;
}

.slideshow
{
	z-index: 1;
} 

.copyright
{
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #c7a956;
}

/* Custom Menus innit */

.skin0
{
	position: absolute;
	left: 43.5%;
	top: 50%;
	width: 165px;
	border: 1px solid black;
	background-color: menu;
	color: #000000;
	line-height: 20px;
	cursor: default;
	z-index: 100;
	visibility: hidden;
}

.menuitems
{
	padding: 5px 10px;
}
	






