/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #cdc2b3 ; 
	text-align: right;
	font: 8pt 'Microsoft Sans Serif', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;                
	font-size: 12px;
	color: #4b362c;
    text-decoration:none !IMPORTANT;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B44480;
text-decoration:none;
}

a {
	color: #4b362c;
	text-decoration: none;
	text-align:right;
	
	
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 0px;
}

/** HEADER */

#header {
	width: 770px;
    height:150px;
	margin: 0px auto;
	padding: 0px 0px;
	background:  url(images/newline.gif) ;
}

#header h1 {
	margin: 0px;
	height:100px;
	padding: 0px;
	text-align: center;

}

#header p {
	margin: 0px;
	padding: 0px;
	text-align: left;

}

/** MENU */

#menu {
	width: 770px;
	margin: 5px auto;
	height:40px;
	padding:2px 0px 2px 0px;
		background: #cdc2b3 url(images/menubg.gif) no-repeat;

}

#menu ul {
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: right;
width:450px;
float:right;
}


#menu li {
	display: inline;
	margin: 0px auto;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #be9c75;
	
}
#noborder {
	border-right: none 0px !important;
}
#menu a {
	padding:0px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
	
}

#menu a:hover {
	color: #4c2c23;
}
#menu span {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;

}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	

}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
/**	line-height: 150%;*/
}

#left {
	float: left;
	width: 520px;
	padding: 0px 5px 0px 10px;
text-align: right;
}

#right {
	float: right;
	width: 200px;
padding: 0px 10px 0px 0px;
   text-decoration:none;
text-align: right;

}
#right ul, li{
text-decoration:none;
list-style:none
}
#right h2{
	background: #FFFBFD url(images/menubg.gif) repeat-x left top;
width: 200px;
color: #5f3a06;
text-align: center;

}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
   height:40px;
	margin: 0px auto;
		background:  url(images/footer.gif) ;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #d6b2ad;
   text-align: center;
}
#footer a {
	
	color: #d6b2ad;
	text-decoration:none;
}
/*
side meneu nav need nav.js
*/
ul#navmenu, ul#navmenu li, ul#navmenu ul {
margin: 0;
border: 0 none;
padding: 0;
padding-right: 10px !IMPORTANT;
width: 170px;
list-style: none;
}
ul#navmenu:after {
font: 1px/0px serif;
visibility: hidden;
display: block;
clear: both;
content: ".";
height: 0;
}
ul#navmenu li {
float: right; /*For IE 7*/
display: block !important; /*For good browsers*/
display: inline; /*For IE*/
position: relative;
}
/* Root Menu */
ul#navmenu a {
font: bold 14px/24px Geneva, Helvetica, sans-serif;
border: none;
border-collapse:collapse;
/*background-color: #96A96F;*/
padding: 0 8px;
display: block;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/

}
ul#navmenu a.popup {
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: left 7px;
}
/* Root Menu Hover */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
background-color: #fc6262;

}
/* 2nd level */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a {
border: 1px solid #FFF;

background-color: #fc6262;

}
/* 2nd level Hover */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a {
/*background-color: #A4DCA3
*/color: #333333;
}
/* 3rd level */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
/*background-color: #EBF7FF;
*/
color: #FF99CC;
}
/* 3rd level Hover */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
/*background-color: #CCE8FC;
*/
color: #FF99CC;
}
ul#navmenu ul,
ul#navmenu ul ul {
position: absolute;
display: none;
right: 170px;
top: 0;
}
ul#navmenu li:hover ul ul,
ul#navmenu li.iehover ul ul {
display: none;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul {
display: block;
}

/* my own add */

#tbl fieldset{
	direction:rtl;

	padding:0px 0px ;
	margin:0 20px 10px 0;
	overflow:hidden;
	border: none;


	text-align:right;
}
#tbl input{
	border: #FFE6FF 1px solid;
}

#tbl span{

	font-weight: bold;
	text-align:right;
}
#tbl h2{

	font-weight: bold;

}
#submit{
	padding: 3px;
	border: none;

	font-size: 13px;
	width:100px;
	
}
