﻿/*********************** DECLARATORS START ************************/
html{}
head{}
body {
	font-family: Tahoma, Arial, sans-serif;
	background-color:#990000;
	margin:20px; padding:0px;
	
	font-size:12px; /*all tags which are not marked as <p>*/
	color:#fff099;
}
/*********************** DECLARATORS END *************************/

/*********************** LAYERS START ****************************/
#layout_layer{
	height:auto; width:820px; margin:auto;
	text-align:center;
	background-image:url('../images/layout/flowers.png');
	background-repeat:no-repeat;
	background-color:#831518;	
}
#menu_layer{
	height:auto; width:90%; margin:auto;
	padding-left:50px;
}
#content_layer{
	height:auto; width:auto; margin:auto;
	text-align:left;	
}
#footer_layer{
	height:auto; width:auto; margin:auto;
}
/*********************** LAYERS END ******************************/

/*********************** MENU START ******************************/
/* General link settings */
a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover, a.mainlevel:active{
	height:25px; width:125px;
	text-align:center; font-size:12px; font-weight:bold;
	color:#ffff99; text-decoration:none;
	background-repeat:no-repeat;
	display:block; float:left;
	padding-top:1px; padding-bottom:1px; padding-left:0px;
	margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;
}
/*Specific link settings */
a.mainlevel:link{
	background-image:url('../images/menu/hv_standard_normal.png');	
}
a.mainlevel:visited{
	background-image:url('../images/menu/hv_standard_normal.png');
}
a.mainlevel:hover{
	background-image:url('../images/menu/hv_standard_hover.png');
}
a.mainlevel:active{
	background-image:url('../images/menu/hv_standard_click.png');
}
/*********************** MENU END ********************************/

/*********************** LAYOUT START ****************************/
h1{
	font-size:16px;
	color:#eccc99;
}
h2{
	font-size:14px;
	color:#ecccb9;
}
h3{
	font-size:12px;
	color:#ecccc8;
	font-weight:bold;
}
p{
	font-size:12px;
	color:#fff099;
}

a{
	color:aqua;
}

#content_layer a:link, #content_layer a:visited, #content_layer a:active {
	background-image:url('../images/layout/arr.png');
	background-repeat:no-repeat;
	padding-left:20px;
}
#content_layer a:hover{
	color:#88aaff;
	text-decoration:underline;
}

.footer{
	font-size:9px;
	color:white;
}

.left{
	display:inline;
	text-align:left;
}
.right{
	display:inline;
	text-align:right;
}
.centered{
	text-align:center;
}

table.gallery{
	width:100%;
	text-align:center;
}
table.gallery td{
	vertical-align:top;
	height:400px;
	width:33%;
}

table.pricetable{
	background-color:#FFCC99;
	color:#333333;
}

table.pricetable tr, table.pricetable td{
	border:thin;
	border-style:dotted;
}
/*********************** LAYOUT END ***************************** */
