@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS *********/

* {margin:0;padding:0}
body {font-family:Arial,SansSerif;font-size:.9em;}
a img,table {border:0}
dl,ol,ul {list-style:none}
button,select,textarea,input {font:100% serif}
table {border-collapse:collapse}
caption,th,td {}
h1,h2,h3,h4,h5,h6,p {margin:.35em 0;}
h1{font-size:1.8em;}h2{font-size:1.4em;}

/* colors */
a { text-decoration:none;color:white; }
a:hover { text-decoration:none;color:white; }
a:visited { text-decoration:none;color:white; }


/********* LAYOUT *********/

body {  margin:0; background: url(images/bg.jpg) top no-repeat #6d0019;
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	#wrap { width:977px; margin:0 auto; }
		#header { height:175px; background-color:Black; }
		#page { padding:0; background-color:#000; }
			#content { 	width:977px; float:left;background:url(images/mainBG.gif) bottom left no-repeat #000000; }
				.secondary { width:0px; margin-bottom:1px; }
				#menu { float:left; }
				#extras { float:right;width:279px; }
				#main { width:698px; float:left; padding-bottom:15px;direction:rtl;color:white}
		#footer {margin-top:10px;color:#ECAC00;}


/*box*/
.boxTitle,
.secondary h4 { background:#ecac00; margin:0; padding:5px 10px; color:#000; }
.secondary h4 a,
.secondary h4 a:visited {color:#000;}
.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; padding:0; }
#header .siteHeader a { color:#fff; }
#header .siteLogo { float:right; padding:0;}

/*secondary*/
.secondary .uc { margin-bottom:15px; }

/*menu*/
.topMenu { 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: #f7f7f7; }
.list { padding-bottom:6px;  }
.list .item {  float:right; padding-bottom:10px;width:150px;text-align:right; }


/* productList */
.articlesList .list {direction:rtl;}
.articlesList .title {direction:rtl;}
.articlesList .list .item { direction:rtl;width:100%;text-align:right;text-decoration:none; }
.articlesList .list .item a { text-decoration:none;direction:rtl;font-size:12pt;font-weight:bold; }

.articlesList .item #imgItem { float:right;padding-left:10px;}
.articlesList .item .intro { width:300px;direction:rtl;color:white; }


.articlesBox .box .inner .list .item img {display:none}
.articlesBox .box .inner .list .item .intro {display:none}

/* 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-left:20px; }

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/* date */
.date { font-size:x-small; color:#333; display:block; }

/*columns*/
.columns .left { float:left; width:245px; }
.columns .right { float:right; width:245px; }

/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.galleryList {text-align:center;}
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}

/* inputForm */
.form { border:none; padding-left:230px;text-align:center;width:220px;color:White; } 
.form .title { padding:10px; }
.form .list {  padding:10px; margin:0; margin-top:0; }

.inputForm {direction:rtl;float:right;width:250px }
.inputForm .row { margin-bottom:5px;text-align:right;float:right;width:100%}
.inputForm .label { width:130px;float:right; display:block;   }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm textarea { width:240px; height:120px;float:right }
.inputForm .tb { width:240px;float:right }

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
.selectedDay{color:red !important;background-color:black !important;}
table.calendar {
width:80%;
}
.calendarTeaser  h4
{
	display:none;
}
.calendarTeaser  .box
{
	background:transparent url(images/box02.gif) no-repeat scroll center top;
	height:245px;
	color:white;	
		line-height:150%;
}
.calendarTeaser  .box .inner
{
	padding-top:50px;
padding-left:35px;
}

