@charset "utf-8";
/* CSS Document */

<!--

/*--RESET ALL--*/

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}

/*--END RESET ALL--*/

/*--START Initiate--*/

html, body {
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595959;
	background-image:url(../../images/wrapperBg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#DAEBFB;
	direction:rtl;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	min-height: 100%;
	width: 772px;
	background-color:#FFFFFF;
	text-align: center;
}

/*--END Initiate--*/

h1{
	padding:0;
	margin:0 0 5px 0;
	color:#7d7d7d;
	font-size:16px;
	border-bottom:1px solid #ebebeb;
}
h2,
h3{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:12px;
}
h3{
	font-size:14px;
	color:#E73E21;
}

select,
option{
	margin:0;
	padding:0;
}
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	margin:0 auto;
	background:none;
	border: 1px solid #999999;
	width:310px;
}
input:hover
{
	border: 1px solid #CD1F28;
	background: #f4f4f4;
}
input:focus
{
	border: 1px solid #CD1F28;
	background: #f4f4f4;
}
textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	margin:0 auto;
	background:none;
	border: 1px solid #999999;
	overflow:auto;
	width:310px;
}
textarea:hover
{
	border: 1px solid #CD1F28;
	background: #f4f4f4;
}
textarea:focus
{
	border: 1px solid #CD1F28;
	background: #f4f4f4;
}
fieldset
{
	border: 0px dotted #222;
	width: 260px;
	padding:20px;
}
fieldset.contactForm
{
	border: 1px dotted #222;
	width: 253px;
	padding:0 10px 10px 0;
}
legend
{
	color: #fff;
	background: #080B0F;
	padding:0 8px 5px 8px;
}
.buttonFix{
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	color: #ffffff;
	margin:0 auto;
	background: #131313;
	border: 1px solid #232323;
	width:230px;
}
input.buttonFix:hover,
input.buttonFix:focus
{
	background: #232323;
	border: 1px solid #333333;
}

/*--START Main Elements--*/

#Header{
	position:relative;
	margin:0 auto;
	padding:0;
	background-image:url(../../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:772px;
	height:65px;
	text-align:left;
	color:#000000;
	z-index:20;
}
#mainContent{
	position:relative;
	margin:0 auto;
	padding:20px;
	top:0;
	right:0;
	text-align:right;
	width:732px;
}
#mainContent a{
	font-weight:normal;
	text-decoration:none;
	color:#0099FF;
}
#mainContent a:hover{
	background-color:#0099FF;
	color:#FFFFFF;
}
#col_a,
#col_b,
#col_c{
	position:relative;
	margin:0 auto;
	padding:0;
	width:135px;
	float:right;
}
#col_a{
	margin-left:20px;
}
#col_b{
	margin-left:20px;
	width:420px;
	text-align:justify;
}
#col_d{
	width:575px;
	float:left;
	text-align:justify;
}
#mainContent #col_b h1{
	padding:5px 0;
	font-size:16px;
	font-weight:normal;
}
#mainContent #col_b h1 a{
	font-weight:normal;
}
#col_d #Nav1,
#col_d #Nav2,
#col_d #Nav3,
#col_d #Nav4{
	margin-bottom:15px;
	width:575px;
	height:30px;
	line-height:30px;
}
#Nav1,
#Nav2,
#Nav3,
#Nav4{
	margin-bottom:15px;
	width:420px;
	height:30px;
	background-color:#9a3265;
	line-height:30px;
}
#Nav2{
	margin-bottom:15px;
	width:420px;
	height:30px;
	background-color:#0085DF;
	line-height:30px;
}
#Nav3{
	margin-bottom:15px;
	width:420px;
	height:30px;
	background-color:#BF3B17;
	line-height:30px;
}
#Nav4{
	margin-bottom:15px;
	width:420px;
	height:30px;
	background-color:#75bf02;
	line-height:30px;
}
#Nav1 h3,
#Nav2 h3,
#Nav3 h3,
#Nav4 h3{
	margin:0;
	padding:0;
	background:none;
	border:none;
	color:#FFFFFF;
}
#Nav_Left1,
#Nav_Left2,
#Nav_Left3,
#Nav_Left4{
	background-image:url(../../images/nav_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 10px;
	width:250px;
	height:30px;
	text-align:left;
	float:left;
}
#Nav_Right1,
#Nav_Right2,
#Nav_Right3,
#Nav_Right4{
	background-image:url(../../images/nav_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 10px 0 0;
	width:150px;
	height:30px;
	float:right;
}
#Nav_Left2{
	background-image:url(../../images/nav_left2.jpg);
}
#Nav_Left3{
	background-image:url(../../images/nav_left3.jpg);
}
#Nav_Left4{
	background-image:url(../../images/nav_left4.jpg);
}
#Nav_Right2{
	background-image:url(../../images/nav_right2.jpg);
}
#Nav_Right3{
	background-image:url(../../images/nav_right3.jpg);
}
#Nav_Right4{
	background-image:url(../../images/nav_right4.jpg);
}
#Nav_Left1 ul li,
#Nav_Left2 ul li,
#Nav_Left3 ul li,
#Nav_Left4 ul li,
#Nav_Right1 ul li,
#Nav_Right2 ul li,
#Nav_Right3 ul li,
#Nav_Right4 ul li{
	width:auto;
	display:block;
	margin-left:2px;
	text-align:center;
	float:left;
}
#Nav_Right1 ul li,
#Nav_Right2 ul li,
#Nav_Right3 ul li,
#Nav_Right4 ul li{
	margin-left:0px;
	float:right;
}
#Nav_Left1 ul li:hover,
#Nav_Left2 ul li:hover,
#Nav_Left3 ul li:hover,
#Nav_Left4 ul li:hover,
#Nav_Right1 ul li:hover,
#Nav_Right2 ul li:hover,
#Nav_Right3 ul li:hover,
#Nav_Right4 ul li:hover{
	background-image:url(../../images/nav_Top_Bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#Nav_Left1 ul li.selected,
#Nav_Left2 ul li.selected,
#Nav_Left3 ul li.selected,
#Nav_Left4 ul li.selected,
#Nav_Right1 ul li.selected,
#Nav_Right2 ul li.selected,
#Nav_Right3 ul li.selected,
#Nav_Right4 ul li.selected{
	background-image:url(../../images/nav_Top_Bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	color:#333333;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
}
#Nav_Right1 ul li.selected,
#Nav_Right2 ul li.selected,
#Nav_Right3 ul li.selected,
#Nav_Right4 ul li.selected{
	padding:0;
}
#Nav_Left1 ul li.selected:hover,
#Nav_Left2 ul li.selected:hover,
#Nav_Left3 ul li.selected:hover,
#Nav_Left4 ul li.selected:hover,
#Nav_Right1 ul li.selected:hover,
#Nav_Right2 ul li.selected:hover,
#Nav_Right3 ul li.selected:hover,
#Nav_Right4 ul li.selected:hover{
	background-color:transparent;
	color:#FFFFFF;
}
#Nav_Left1 ul li a,
#Nav_Left2 ul li a,
#Nav_Left3 ul li a,
#Nav_Left4 ul li a,
#Nav_Right1 ul li a,
#Nav_Right2 ul li a,
#Nav_Right3 ul li a,
#Nav_Right4 ul li a{
	padding:0 5px;
	font-size:14px;
	color:#CCCCCC;
	display:block;
}
#Nav_Right1 ul li a,
#Nav_Right2 ul li a,
#Nav_Right3 ul li a,
#Nav_Right4 ul li a{
	padding:0;
}
#Nav_Left1 a:hover,
#Nav_Left2 a:hover,
#Nav_Left3 a:hover,
#Nav_Left4 a:hover,
#Nav_Right1 a:hover,
#Nav_Right2 a:hover,
#Nav_Right3 a:hover,
#Nav_Right4 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}
#Nav_Left1 .menuSep,
#Nav_Left2 .menuSep,
#Nav_Left3 .menuSep,
#Nav_Left4 .menuSep{
	float:left;
}
#mainContent #Nav_Right1 .clear,
#mainContent #Nav_Right2 .clear,
#mainContent #Nav_Right3 .clear,
#mainContent #Nav_Right4 .clear,
#mainContent #Nav_Right1 .clear:hover,
#mainContent #Nav_Right2 .clear:hover,
#mainContent #Nav_Right3 .clear:hover,
#mainContent #Nav_Right4 .clear:hover{
	background:none;
	margin-left:3px;
}

#gallery img{
	border:5px solid #EBEBEB;
}
#gallery img:hover{
	border:5px solid #0099FF;
}
#Footer{
	position:absolute;
	bottom:0;
	right:0;
	margin:0 auto;
	padding:0;
	background-image:url(../../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#000000;
	height:30px;
	width:772px;
	z-index:10;
}
#Footer a{
	color:#666666;
	text-decoration:none;
}
#Footer a:hover{
	color:#000000;
	text-decoration:underline;
}
#FooterTop{
	margin:0 auto;
	padding:0;
	font-size:40px;
	line-height:40px;
	height:40px;
	z-index:10;
}
/*--END Main Elements--*/


/* -------------------------------------------- */
/* ------------- START Pagination -----------	*/
/* -------------------------------------------- */

#pagination li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination a           { border:solid 1px #9aafe5; margin-right:2px; }
#pagination .previous-off,
#pagination .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination .next a,
#pagination .previous a { font-weight:bold; }
#pagination .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination a:link,
#pagination a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination a:hover     { border:solid 1px #0e509e;	background:none; }

/* -------------------------------------------- */
/* ------------- END Pagination -----------	*/
/* -------------------------------------------- */



/*--START Forum--*/

.ForumTitle_tr{
	background-color:#EBEBEB;
	font-weight:bold;
}
.ForumTitle_tr td{
	padding:5px 0;
}
.bottomLine{
	border-bottom:#28374d solid 1px;

}
.openBg{
	padding:5px 0;
	border-bottom:0px solid #EBEBEB;
}
#mainContent #col_b .Forum a.msg{
	color:#666666;
}
#mainContent #col_b .Forum a.msg:hover{
	color:#FFFFFF;
}
.Forum .btnFix{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border: none;
	width:70px;
	cursor:pointer;
	float:left;
}
.Forum .btnFix:hover{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
.Forum .btnFix:focus{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
/*--END Forum--*/

/*--START Classes--*/

.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.clear{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.Stamp{
	position:absolute;
	top:8px;
	right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
}
.lower{
	position:relative;
	top:4px;
}
.sep{
	height:1px;
	line-height:1px;
	margin:5px 0;
}
.menuSep{
	position:relative;
	top:0px;
	float:right;
}
.topLinks{
	position:relative;
	top:0;
	left:0;
	font-size:13px;
	float:left;
}
.topLinks div.link a{
	line-height:40px;
	font-size:13px;
	text-decoration:none;
	color:#666666;
	display:block;
}
.topLinks div.link a:hover{
	color:#000000;
}
.topLinks div.link{
	background-image:none;
	background-repeat:repeat-x;
	background-position:top center;
	height:44px;
	line-height:40px;
	padding:0 4px;
	border:none;
	float:left;
}
.topLinks div.link:hover{
	background-repeat:no-repeat;
	background-image:url(../../images/topLinks-over.gif);
}
.topLinks div.overState{
	background-image:url(../../images/topLinks-over.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#666666;
	height:44px;
	line-height:40px;
	padding:0 4px;
	font-weight:bold;
	border:none;
	float:left;
}
.Box{
	text-align:justify;
}
.Box h2,
.Box h2.left_title{
	position:relative;
	top:0;
	right:0;
	width:135px;
	height:25px;
	line-height:25px;
	text-align:center;
	background-image:url(../../images/title_bg_right.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.Box h2.left_title{
	background-image:url(../../images/title_bg_left.jpg);
}

.Box input
{
	padding:5px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6f6f6;
	border: none;
	width:123px;
}
.Box input:hover
{
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0099FF;
	border: none;
}
.Box input:focus
{
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0099FF;
	border: none;
}
.Box fieldset
{
	border: none;
	width: 135px;
	padding:0;
}
.Box .btnFix{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border: none;
	width:70px;
	cursor:pointer;
	float:left;
}
.Box .btnFix:hover{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
.Box .btnFix:focus{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
.Box .opt ul{
	width:135px;
}
.Box .opt li{
	float:right;
	direction:ltr;
	padding:3px 0;
}
.Box .opt li input{
	position:relative;
	top:2px;
	right:0;
	background:none;
	border: none;
	display:inline;
	width:15px;
}
.Box .opt li label{
	padding:3px;
	cursor:pointer;
}
.Box .opt li label:hover{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0099FF;
}
.Link{
	text-align:center;
}
.dark{
	background-color:#f1f1f1;
}
.smallBr{
	height:5px;
	line-height:5px;
	font-size:5px;
}
.item,
.itemEditor{
	width:410px;
	padding:5px;
}
.item .pic,
.itemEditor .pic{
	width:125px;
	border:1px solid #CCCCCC;
	float:right;
}
.item .pic:hover,
.itemEditor .pic:hover{
	border:1px solid #0099FF;
}
.item .txt,
.itemEditor .txt{
	width:273px;
	padding:0 5px;
	float:right;
}
.itemEditor .txt{
	width:398px;
}
.item .txt p,
.itemEditor p{
	text-align:justify;
}
#mainContent #col_b .item .txt h3,
#mainContent #col_b .itemEditor .txt h3{
	padding:5px;
	font-size:14px;
	color:#666666;
	border-bottom:1px dotted #CCCCCC;
}
#mainContent #col_b .item .txt h3 a,
#mainContent #col_b .itemEditor .txt h3 a{
	color:#666666;
}
#mainContent #col_b .item .txt h3 a:hover,
#mainContent #col_b .itemEditor .txt h3 a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

fieldset.contactForm
{
	border: none;
	width: 420px;
	padding:0;
}
fieldset.contactForm input
{
	padding:5px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6f6f6;
	border: none;
	width:410px;
}
fieldset.contactForm input:hover
{
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0099FF;
	border: none;
}
fieldset.contactForm input:focus
{
	background-image:url(../../images/input_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0099FF;
	border: none;
}
fieldset.contactForm textarea
{
	padding:5px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#f6f6f6;
	border:1px solid #ffffff;
	width:408px;
}
fieldset.contactForm textarea:hover
{
	border:1px solid #0099FF;
}
fieldset.contactForm textarea:focus
{
	border:1px solid #CCCCCC;
}

fieldset.contactForm .btnFix{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border: none;
	width:120px;
	cursor:pointer;
	float:left;
}
fieldset.contactForm .btnFix:hover{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
fieldset.contactForm .btnFix:focus{
	background-image:url(../../images/input_btn_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ebebeb;
	border: none;
}
.sizeFix{
	width:100px;
}
.widthFix{
	border:1px solid #ebebeb;
}
.btnFix{
	font-weight:bold;
}
span.imgSmallBg{
	position:relative;
	background-image:url(../../images/picSmallBg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:58px;
	height:58px;
	float:right;
	margin-left:3px;
}
span.imgSmallBg img{
	position:absolute;
	top:6px;
	right:7px;
	width:44px;
	height:44px;
}
span.imgBigBg{
	position:relative;
	background-image:url(../../images/picBigBg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:189px;
	height:190px;
	float:right;
	margin-left:5px;
}
span.imgBigBg img{
	position:absolute;
	top:15px;
	right:15px;
	width:160px;
	height:160px;
	border:1px solid #999999;
}
span.imgMedBg{
	position:relative;
	background-image:url(../../images/picMedBg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:139px;
	height:140px;
	float:left;
	margin-right:5px;
}
span.imgMedBg img{
	position:absolute;
	top:9px;
	left:9px;
	width:120px;
	height:120px;
	border:1px solid #999999;
}
#mainContent .Box a.dark{
	color:#333;
	text-decoration:none;
	background:none;
}
#mainContent .Box a.dark:hover{
	color:#000000;
	text-decoration:underline;
	background:none;
}
span.fontS{
	font-size:13px;
	color:#000000;
}

/*--END Classes--*/

-->

