html,body {
	behavior: url("../js/csshover.htc");
}
html {
	direction: rtl;
}
body {
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	color: #000000;
	background: #FFFFFF url(../images/background.jpg) center repeat-y;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.bold {
	font-weight: bold;
}

.sky {
	color: #40b0fb;
}

.sky2 {
	color: #26a6cd;
}

.bordo {
	color: #cc0000;
}

.clear {

	clear: both;
}

input.contact {
	border: 0px;
	background: url(../images/input.jpg) no-repeat;
	width: 165px;
	height: 22px;
}

input.contact2 {
	border: 0px;
	background: url(../images/input2.jpg) no-repeat;
	width: 123px;
	height: 22px;
}

input.contactSubmit {
	border: 0px;
	background: url(../images/submit.jpg) no-repeat;
	width: 67px;
	height: 69px;
	float: right;
}
input.contactSubmit2 {
	border: 0px;
	background: url(../images/submit2.jpg) no-repeat;
	width: 67px;
	height: 28px;
}

#topbg {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/topbg.jpg) repeat;
	width: 1024px;
	height: 14px;
}

#header {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/headerbg2.jpg) center center no-repeat;
	clear: both;
	width: 1024px;
	height: 174px;
}

#header .logo {
	margin-right: auto;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 200px;
	height: 174px;
}

#header .right {
	margin-right: auto;
	margin-left: auto;
	float: right;
	width: 780px;
	height: 174px;
}

#header .right .phones {
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}
#header .right .phones img {
	vertical-align: top;
}

#header .right ul.cats {
	margin: 0px;
	padding: 0px;
}
#header .right ul.cats li {
	list-style: none;
	float: right;
	margin-left: 10px;
}
#header .right ul.cats li.title {
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	float: right;
}

#header .right ul.cats li ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header .right ul.cats li ul li {
	list-style: none;
	display: block;
	float: none;
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color: #999999;
}
#header .right ul.cats li ul li a {
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

ul.links {
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
}
ul.links li {
	list-style: none;
	float: right;
	width: 210px;
}

ul.links li.sep {
	margin-right: 0px;
	margin-left: 35px;
	margin-top: 20px;
	background: url(../images/linkSep.jpg) center center no-repeat;
	width: 1px;
	height: 138px;
}

ul.links li h1 {
	font-size: 18px;
}

ul.links li ul {
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 15px;
}

ul.links li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	padding-bottom: 5px;
	list-style-type: disc;
	float: none;
	vertical-align: middle;
}

ul.links li ul li a {
	font-size: 12px;
	color: #9a9a9a;
	font-family: arial;
	text-decoration: none;
}
ul.links li ul li a:hover {
	text-decoration: underline;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	clear: both;
}

.footer .seperator {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background: url(../images/footerBlueSep.jpg) no-repeat;
	width: 799px;
	height: 2px;
}

.footer .right {
	float: left;
	margin-left: 130px;
	padding-top: 5px;
	color: #666666;
	font-size: 14px;
	font-family: arial;
	text-align: center;
}
.footer .left {
	float: left;
	margin-left: 10px;
}














#slider {

	/* You MUST specify the width and height */
	width:453px;
	height:227px;
	position:relative;	
	overflow:hidden; 
background:url(../images/wide_top_leader.png) no-repeat;
	
}

#mask-gallery {
	
	overflow:hidden;
	color:#33CC66;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
width: 378px;
height: 182px;
position: relative;
/*right: 20px;*/
margin-right: 20px;
}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
}

	#gallery li {

		/* float left, so that the items are arrangged horizontally */
		float:left;
		
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	height: 182px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}