@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	
}

.header{
	background: url(../images/header.gif) no-repeat left bottom;
	width:1000px;
	height:95px;
}

.menu{
	padding-bottom:0px;
}

.content{
	color:#262626;
	padding-top:29px;
	padding-right:29px;
	padding-bottom:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(../images/bg-pic.gif) no-repeat left bottom;	
}

.content_black{
	color:#ffffff;
	margin-top: 100px;
	padding-top:29px;
	padding-right:29px;
	padding-bottom:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background: #000000 url(../images/bg-pic_black.gif) no-repeat left bottom;	
}

.content_vid{
	color:#ffffff;
	margin-top: 100px;
	padding-top:25px;
	padding-right:0px;
	padding-bottom:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background: url(../images/bg-pic.gif) no-repeat left bottom;	
}



.content_black_vid{
	color:#ffffff;
	margin-top: 100px;
	padding-top:29px;
	padding-right:0px;
	padding-bottom:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background: #000000 url(../images/bg-pic_black.gif) no-repeat left bottom;	
}

.gallery{	
	padding-bottom:80px;
	background:url(../images/bg-pic.gif) no-repeat left bottom;	
}

.gallery_black{	
	padding-bottom:80px;
	background: #000000 url(../images/bg-pic_black.gif) no-repeat left bottom;	
}

.text{
	padding-left:80px;
	padding-top:10px;
}

.shops{
	padding-left:0px;
	padding-top:10px;
	padding-bottom:80px;
	vertical-align:top;
}

.video{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.gallery{
	padding-left:0px;
	padding-right:13px;
	padding-top:13px;
	padding-bottom:10px;
}

.news{
	padding-bottom:10px;
	padding-top:10px;
	color:#9fa1a4;
}

.news_top{
	font-size: 18px;
	font-weight:bold;
	color:#e2048b;
}
	
.title2{ 
	color:#262626;
	font-weight:bold;
}	

.dot{
	background:url(../images/dot.gif) right top repeat-x;
	width:1000px;
}


.sub{
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(../images/sub_shadow.gif) left top no-repeat;
	width:324px;
	vertical-align:top;
	padding-right: 20px;
	padding-bottom: 60px;
}

.sub_index{
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(../images/sub_shadow.gif) left top no-repeat;
	width:324px;
	vertical-align:top;
	padding-right: 0px;
}



.footer_btn{
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	
}

a:link {
	color:#262626;
	text-decoration:none;}     
a:visited {
	color:#262626;
	text-decoration:none;
} 
a:hover {
	color:#9fa1a4;
	text-decoration:none;
	}
	
a:active {
	color:#262626;
	text-decoration:none;
	}  
	
.sitemap {
	margin-top: 0px;
	margin-bottom:20px;
	margin-right: 30px;
}
	
	
.input_field {
	 width: 230px;
	 height: 18px;
	 border: 1px solid #cbced3;
	 color:#262626;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}

.input_textarea {
	 width: 230px;
	 /*height: 18px;*/
	 border: 1px solid #cbced3;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#262626;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 overflow:hidden;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}

.textAlart {
	width: 230px;
	 height: 18px;
	 border: 1px solid #cbced3;
	 color:#cc0200;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}


.input_field_black {
	 width: 230px;
	 height: 18px;
	 border: 1px solid #be066d;
	 background: #000000;
	 color:#ffffff;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}

.input_textarea_black {
	 width: 230px;
	 /*height: 18px;*/
	 border: 1px solid #be066d;
	 background: #000000;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#ffffff;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 overflow:hidden;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}

.textAlart_black {
	width: 230px;
	 height: 18px;
	 border: 1px solid #be066d;
	 background: #000000;
	 color:#cc0200;
	 padding-left:0px;
	 padding-right:8px;
	 padding-top: 4px;
	 /*background: url(../images/field_bg.gif) repeat-x top right;*/
}
	

.footer{
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	direction:rtl;
}