/* general styles and layout tables */

body
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffcf;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	vertical-align: middle;
	background-color: #d4740b;
	line-height: 15pt;
}

.background
{
	background-color: #795f55;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #5d0000;
}

.footer
{
	font-family: Arial;
	font-size: 7pt;
	color: #AB8B77;
	text-decoration: none;
}

.footer a
{
	font-family: Arial;
	font-size: 7pt;
	color: #AB8B77;
	text-decoration: none;
}

h1
{
	font-size: 14pt;
	font-weight: bold; /*color: #735031;*/
	color: #ffffcf;
	font-family: 'Century Gothic' , Verdana;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #d4740b;
}

h2
{
	font-size: 14pt;
	color: #ffffcf;
	font-family: 'Century Gothic' , Verdana;
	background-color: #d4740b;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3
{
	font-size: 10pt;
	color: #5d0000;
	font-family: 'Century Gothic' , Verdana;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 a
{
	text-decoration: none;
	color: #5d0000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4
{
	font-size: 14pt;
	color: #735031;
	font-family: 'Century Gothic' , Verdana;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


tr
{
	vertical-align: top;
}

td
{
	font-size: 8pt;
	color: #ffffcf;
	font-family: Arial;
}

td a
{
}

td a:link
{
	text-decoration: none;
}

.button
{
	font-size: 10pt;
	color: #ffffcf;
	font-family: 'Century Gothic' , Verdana;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

.errorButton
{
	font-size: 10pt;
	color: #ffffcf;
	font-family: 'Century Gothic' , Verdana;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

.errorText
{
	font-size: 10pt;
	color: #ffffcf;
	font-family: 'Century Gothic' , Verdana;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

.infoPanel
{
	width: 100%;	
	background-color: #a9a9a9;	
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 5px;			
	color: White;
	font-weight: bold;
}

.infoPanel A
{
	color: White;
}

.mainTableLayout
{
	width: 800px;	
}

.logoArea
{
	width: 800px;	
	background-image: url(images/title.gif);
    background-repeat: repeat-x;
	color: White;
}

.logoAreaRight
{
	color: white;	
	text-align: right;
	font-weight: bold;
}

.logoAreaRight A
{
	color: white;	
	text-align: right;
	font-weight: bold;
}

.mainMenuBackground
{
}

.textColumn
{
	background: #d9dadc;	
	padding: 5px 5px 5px 5px;
}

/* edit mode controls */

.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.CMSPageManagerLabel
{
	text-align: right;
	color: #000000;
}
.CMSPageManagerTDlabel
{
	padding-left: 10px;
	color: #000000;
}
.CMSEditableRegion
{
	/*	background-color: white;*/
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	color: black;
	background-color: #d4740b;
	line-height: 15pt;
}


/* Navigation controls */

/* tree menu */

.CMSTreeMenuTable { width:180px;}
.CMSTreeMenuItem { BACKGROUND: #ff8f2e; padding: 3px; border: 1px solid white; color: black}
.CMSTreeMenuSelectedItem { BACKGROUND: #e87511; padding: 3px; border: 1px solid white; }
.CMSTreeMenuLink { COLOR: black; TEXT-DECORATION: none }
.CMSTreeMenuSelectedLink { COLOR: black; TEXT-DECORATION: none }

/* main menu */

.CMSMenu { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; }
.CMSMenuItem
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #5d0000;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuItemMouseUp
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuItemMouseOver
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	cursor: hand;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuItemMouseDown
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuHighlightedMenuItem
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuHighlightedMenuItemMouseUp
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	cursor: hand;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuHighlightedMenuItemMouseOver
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	color: #d4740b;
	cursor: hand;
	padding-top: 5px;
	font-family: Century Gothic;
}
.CMSMenuHighlightedMenuItemMouseDown
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
	cursor: hand;
	color: #d4740b;
	padding-top: 5px;
	font-family: Century Gothic;
}

.SubmenuCMSMenuItem { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; background-image: none; background: #ff8f2e}
.SubmenuCMSMenuItemMouseUp { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana }
.SubmenuCMSMenuItemMouseOver { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: white; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511 }
.SubmenuCMSMenuItemMouseDown { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511 }
.SubmenuCMSMenuHighlightedMenuItem { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511; color: White; }
.SubmenuCMSMenuHighlightedMenuItemMouseUp { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511; color: White; }
.SubmenuCMSMenuHighlightedMenuItemMouseOver { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511; color: White; }
.SubmenuCMSMenuHighlightedMenuItemMouseDown { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #e87511; color: White; }


/* Content styles */


/* Image Gallery */

.ImageGalleryPager
{
	border: solid 1 black;
	padding: 2;
	margin: 5 0 5 0;
	text-align: center;	
}
.ImageGalleryPager div
{
	display: inline;
}
.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
}
.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
}

.ImageGalleryPager
{
	background-color: #fec698;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	width: 600px;
}

.ImageGalleryPagerPrevious
{
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}

/* Shopping Cart */

.CommerceCartHeader
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

.textBox
{
	font-size: 7pt;
	color: #660901;
	font-family: Arial;
	border-right: #d4740b 1px solid;
	border-top: #d4740b 1px solid;
	border-left: #d4740b 1px solid;
	border-bottom: #d4740b 1px solid;
	background-color: #ffffcf;
}

.redirstyle	{
	position:absolute;
	left:50px;
	top:200px;
    width:600px;
    font-family:Arial;
    font-size:10pt;
	color:#000000;
}
.textstyle	{
	position:absolute;
	left:-2000px;
    width:300px;
}
.coverstyle	{
	position:absolute;
	left:-2000px;
}

