/* ---------- main --------- */
.main_top_bg{
	background: url(/img/style/top_bg.jpg)
}
.main_bottom_bg{
	background: url(/img/style/bottom_bg.jpg) bottom no-repeat;
}

.main_bottom_line_bg{
	background-color: #F8C300;
}

a:link {
	color: #A70303;
	TEXT-DECORATION: none;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	TEXT-DECORATION: none;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	TEXT-DECORATION: underline;
}

a.lightlinks:link, a.lightlinks:visited{
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #808080;
}
a.lightlinks:hover{
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #A70303;
}

h1 {
	color: #A70303;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #A70303;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #A70303;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #A70303;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}


.list ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.list ul li{
	padding: 4px 0px 4px 0px;
}

.font9px {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 9px;
}

.font10px {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
}

.bg_gift{
	height: 70px;
	background: url(/img/style/gift.gif) no-repeat center;
}
.bg_to_know{
	height: 70px;
	background: url(/img/style/to_know.gif) no-repeat center;
}
.bg_about{
	height: 70px;
	background: url(/img/style/about.gif) no-repeat center;
}
.bg_aphorisms{
	height: 70px;
	background: url(/img/style/aphorisms.gif) no-repeat center;
}
.bg_services{
	height: 70px;
	background: url(/img/style/services.gif) no-repeat center;
}

.item{
	float: left;
	height: 16px;
	width: 25px;
	background: url(/img/style/item.gif) no-repeat center;
}
/* ---------- main menu --------- */
.suckertreemenu {
	display: block;
	margin: 0;
	height: 39px;
	width: 980px;
	background: url(/img/style/top_menu_bg.gif) repeat-x top left;
}

.suckertreemenu ul{
	position: relative;
	margin: 0;
	margin-left: 60px;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	background: url(/img/style/top_menu_bg.gif) repeat-x top left;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	background: url(/img/style/top_menu_item.gif) no-repeat center left;
	display: inline-block;
	padding: 12px 4px 11px 42px;
	text-decoration: none;
	color: #ffffff;
	outline: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	margin-left: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 140px; /*width of sub menu levels*/
	text-decoration: none;
}

.suckertreemenu ul li a:hover{
	color: yellow;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}

/* ---------- right menu --------- */
.rigthlistmenu{
	width: 200px; /*width of menu*/
	float:right;
}

.rigthlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.rigthlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/

}

.rigthlistmenu ul li a{
	color: #A70303;
	background: url(/img/style/right_item.gif) no-repeat center right; /*custom bullet list image*/
	display: block;
	padding: 10px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #dadada;
	outline: none;
}

.rigthlistmenu ul li a:visited{
	color: #A70303;
}

.rigthlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/* ---------- left menu --------- */
.leftlistmenu{
	width: 200px; /*width of menu*/
}

.leftlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.leftlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.leftlistmenu ul li a{
	color: #A70303;
	background: url(/img/style/left_item.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 10px 0;
	padding-left: 30px; /*link text is indented 19px*/
	text-decoration: none;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #dadada;
	outline: none;
}

.leftlistmenu ul li a:visited{
	color: #A70303;
}

.leftlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/* ---------- text menu --------- */
.textmenu {
	display: block;
	margin: 0;
	height: 26px;
	/*width: 550px;*/
	background: url(/img/style/text_menu_bg.gif) repeat-x top left;
}

.textmenu ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.textmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.textmenu ul li a{
	background: url(/img/style/text_menu_item.gif) no-repeat center left;
	display: inline-block;
	/*height: 30px;*/
	
	/*padding-top: 4px;*/
	/*padding-left: 33px;*/
	padding: 4px 6px 6px 25px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	/*text-decoration: none;*/
	color: #ffffff;
	outline: none;
	/*border: 1px solid black;*/
}
	
.textmenu ul li a:hover{
	background: url(/img/style/text_menu_item_hover.gif) no-repeat center left;
	color: yellow;
}
