@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS *********/

* {margin:0;padding:0;}
body {font-family:Arial;font-size:12px;color:#5e5e56}
button,select,textarea,input {font:100% serif}
table {border-collapse:collapse}
caption,th,td {text-align:right}

/* colors */
a
{
	text-decoration:none;
	color: #5e5e56;
}

h1
{
	padding:5px;
}


/********* LAYOUT *********/

body { margin:0; background:url(images/bg.jpg) repeat-x top center; }
	#wrap { width:992px; margin:0 auto; }
		#header { height:210px; }
		#page { }
			#content { 	width:992px; float:right; }
				.secondary { margin-bottom:1px; }
				#menu { float:left; display:none; }
				#extras { float:right; }
				#main { width:992px; float:left; direction:rtl; background:#fff ;}
		#footer {height:56px; background:url(images/index_0555.jpg) repeat-x; padding:10px;text-align:center;}
		
/*box*/
.boxTitle,
.secondary h4 { background:#ecac00; margin:0; padding:5px 10px; color:#fff; }
.secondary h4 a,
.secondary h4 a:visited {color:#fff;}
.secondary .box { background:#f0f0f0; _height:1px; padding-bottom:10px; }
.secondary .box .inner { background:transparent; padding:10px 10px 0 10px; }

/*top*/
#header { position:relative; }
#header .siteHeader { margin:0;  }
#header .siteHeader a { color:#fff; }
#header .siteLogo { float:right; }

/*secondary*/
.secondary .uc { margin-bottom:15px; }

/*menu*/
.topMenu { position:absolute; bottom:0px; left:20px;display:none; }
	.topMenu li { float:left; }
	.topMenu a,
	.topMenu a:visited { color:#fff; display:block; padding:5px; }
	.topMenu .current a,
	.topMenu .trail a,
	.topMenu .current a:visited,
	.topMenu .trail a:visited { font-weight:bold; background-color:#fff; color:#333; margin:0 5px; padding:5px 10px; }

.languageMenu { position:absolute; bottom:5px; right:20px; }
	.languageMenu a { opacity:.4;}
	.languageMenu .current { cursor:default; opacity:1;}
	.languageMenu a:hover { opacity:1;}

.subMenu{}
	.subMenu a { display:block; padding:2px 0; _height:1px; color:#333; }
	.subMenu ul { margin:0 0 5px 15px; }
	.subMenu .trail > a { color:#0096DB; }
	.subMenu .current > a { color:#0096DB; font-weight:bold; }

/* lists */
.list .a0 { background: #f4f8ed; }
.list { padding-bottom:6px; }
.list .item { padding:5px; }

/* path */
.path { margin-bottom:10px; }
.path .current { color:#333; }
.path a.current:hover { cursor:default; text-decoration:none; }

/* sitemap */
#main ul { list-style:circle; margin-right:20px; }

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/* date */
.date { font-size:x-small; color:#333; display:block; }

/*columns*/
.twoColumns  .left { float:left; width:785px;}
.twoColumns  .right { float:right; width:205px;}
.twoColumns {background:#fff }
/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.thumbnail { opacity:.9; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text {  display:none; }
.thumbnail {}
.thumbnail img { margin:5px;}

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
.form { width:340px;float:right;padding-right:30px;}
.inputForm .row { margin-bottom:5px;direction:rtl; }
.inputForm .label { width:120px; float:right; }
.inputForm .alternatives * { vertical-align:middle; border: 1px solid #999999;}
.inputForm .alternatives label {
	margin-right:10px;
	border: 1px solid #999999;
}
.inputForm textarea { width:340px; height:120px;  border: 1px solid #999999;}
.inputForm .tb { width:240px;  border: 1px solid #999999;}
.inputForm .butSend {
	border:solid 1px #C5BE9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666666
}
.galleryList { display:inline-block; }
.galleryItem { width:700px;margin:0 auto;text-align:right; }
.galleryItem .title { padding-bottom:15px; }
.galleryItem .image { float:right; }
.galleryItem .text { text-align:right;float:right;padding-right:10px;direction:rtl; }

