
.dnnActionMenuBody ul li
{
    direction:rtl !important;
    float: right !important;
    text-align: right !important;
    color: #666 !important;
    background-color: #fff !important;
    border:0px !important;
}
.dnnActionMenuBody ul
{
    direction:rtl !important;
    float: right !important;
    text-align: right !important;
    color: #666 !important;
    background-color: #fff !important;

}
ul.dnnActionMenuBody
{
    direction:rtl !important;
    float: right !important;
    text-align: right !important;
    color: #666 !important;
    background-color: #fff !important;
    background-image:none !important;

}
.dnnActionMenuBody span
{
    direction:rtl !important;
    float: right !important;
    text-align: right !important;
    color: #666 !important;
    background-color: #fff !important;

}
.dnnActionMenuBody a
{
        direction:rtl !important;
    float: right !important;
    text-align: right !important;
    color: #666 !important;
    background-color: #fff !important;

}
.dnnActionMenuBody img
{
        direction:rtl !important;
    float: right !important;
    text-align: right !important;


}
        /* Moving Tag When Mouse Hover */
        .dnnActionMenuBody a
        {
            -moz-transition: margin 0.3s ease-in-out 0s;
            -webkit-transition: margin 0.3s ease-in-out 0s;
            -o-transition: margin 0.3s ease-in-out 0s;
            -ms-transition: margin 0.3s ease-in-out 0s;
            transition: margin 0.3s ease-in-out 0s;
            text-decoration:none;

        }
        .dnnActionMenuBody a:hover
        {
            background-position: 100% -15px;
            margin: 0 7px 0 0;
            color:red !important;

        }
        
        #tooltip {
	border: 1px solid #444;
	font-size: 11px;
	max-width: 205px;
	padding:5px;
	position: absolute;
	text-shadow:1px 1px #000;
	z-index:2000;
	text-shadow:none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
        
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF url('images/body.png') -10% 0 repeat-x;
	color: #333;
	font-family: Tahoma;
	direction:rtl;
	font-size:11px;
	
}
a, images {
	border: 0;
}

p {
	margin:0px;
	margin:0px;
}
.clear {
	clear: both;
}
#main .outer {
	background: transparent url('images/vines-mid.png') 70% 0 repeat-x;
}
#main .inner {
	background: transparent url('images/vines-front.png') 300% 0 repeat-x;
}
#main .content {
	width: 838px;
	margin: 0 auto;
	padding: 80px 0;
}

.top_menu{
	width:530px;
	height:56px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.top_menu #leftTop{
	float:left;
	width:180px;
	margin-left:20px;
	text-align:left;
	color:#FFFFFF;
	height:25px;
	line-height:25px;
}

.top_menu #rightTop
{
margin-right:20px;
	float:right;
	width:150px;
	text-align:right;
	color:#FFFFFF;
	height:25px;
	line-height:25px;
}

.slideshow{
	background-image:url(images/bac_slideshow.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:-3px;
	text-align:center;
	vertical-align:top;

}
.slide
{
    position:relative;
	height:110px;
	width:815px;
	top:-15px;
	

}
ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
	padding:0px;
	margin:0px;
}
.icon div img{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #996633;
	padding:2px;
	background-color:#FFFFFF;
	margin-top:9px;
	margin-bottom:0px;
	box-shadow:0px 0px 1px #000;
}
.icon div a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
	text-shadow:0px 0px 3px #FFF;
}
.roundabout-holder {
	padding: 0;
	height: 110px;
	width: 65%;
	margin:0;
	list-style: none;
}
.roundabout-moveable-item {
	height: 115px;
	width: 120px;
	cursor: pointer;
	background-image:url(images/uploads.png);
	background-repeat:no-repeat;
	background-position:center center;
	border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border: 1px solid #993300;
	overflow: hidden;
	text-align: center;
	box-shadow:0px 0px 2px #000;
}
.roundabout-in-focus {
	cursor: auto;
}
img{
	border:none;
}

.mail a:link, .mail a:visited{
	display:block;
	width:24px;
	height:21px;
	background-repeat:no-repeat;
	background-position:center center;
	float:right;
	margin-left:4px;
	background-image:url(images/Circle_Grey.png);
	text-align:center;
	padding-top:3px;
	
}
.mail a:hover{
	background-image:url(images/Circle_Orange.png);
}
.footer
{
	height:209px;
	background-image:url(images/bac_footer.png);
	background-repeat:repeat-x;
	background-position:left top;
	top:20px;
	position:relative;
}
#footer
{

	width:1005px;
	background-image:url(images/footer1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:100%;
}

.box
{
    margin-top:30px;
    margin-left:2px;
    margin-right:2px;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:218px;
	height:156px;
	float:right;


}
.box ul{
	padding:10px;
	text-align:right;
	line-height:300% !important;
}

.box ul li a:link, .box ul li a:visited{
	text-decoration:none;
	color:#FFF;
	text-shadow:1px 1px #000;
	line-height:200% !important;
}
.divider{
	height:136px;
	float:right;
	width:110px;
	padding-top:20px;
}
.bottom{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#212121;
	height:50px;
	
}
.footer_content{
	width:1005px;
	font-size: 11px;
	font-weight:normal;
}
.footer_content a:link, .footer_content a:visited{
	color:#FFFFFF;
	text-shadow:1px 1px #000;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
}
.footer_content a:hover{
	text-decoration:underline;
	color:#FFFF00;
	
}
.left_footer{
	width:400px;
	float:left;
	height:30px;
	margin-top:5px;
	margin-left:7px;
	text-align:left;
	color:#FFFFFF;
	text-shadow:1px 1px #000;

}

.right_footer{
	width:400px;
	float:right;
	height:30px;
	margin-top:5px;
	margin-right:7px;
	text-align:right;
	color:#FFFFFF;
	text-shadow:1px 1px #000;

}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 273px;
	margin: 0 auto;
}

#ContentPane
{
    position: relative;
	width: 100%;
	max-width: 700px;
	height: 673px;
	margin: 0 auto;
	overflow: hidden;
	background-color:Red;
}

.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 0;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 20px;
	line-height: 20px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
}
.ei-title h3{
	font-size: 30px;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-right:-70px;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
	padding-top:-30px;
}
.wrapper p{
	clear: both;
	font-size: 11px;
	font-weight:normal;
}
.reference{
	padding-top: 40px;
}

.CustomSearchTextBox {
    width: 120px;
	height:20px !important;
	max-height:20px !important;
    background-color: #444;
    border: 0 none;
    font: normal 10px Tahoma;
    color: #FFF;
    float: left;
    padding-right:5px;
	
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.CustomSearchTextBox:focus {
    width: 140px;
    }
.CustomSearchButton
    {
        width:25px;
        height:15px;
        max-height:15px;
        background-image: url(images/search-dark.png);
        background-position:top;
        background-repeat:no-repeat;
        vertical-align:top;
        text-decoration:none;
		
			border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

    }
a:hover{ text-decoration:none; color:Black}