@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* body Styles
---------------------------------*/
body {
	background:#dcd6d7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
	}
/* wrapper Styles
---------------------------------*/

.wrapper {
	background:#FFF;
	width:1000px;
	margin:0px auto;
	}
	
/* header Styles
---------------------------------*/

.header {
	position:relative;
	z-index:999;
	margin-bottom:5px;
	
	}
	
.header_top {
	padding:0 15px 0 15px;
	clear:both;
	overflow:hidden;
	}

.social_box  {
	width:108px;
	padding:10px 0 0 0;
	}
.social_box a  {
	width:32px;
	height:34px;
	display:block;
	float:left;
	margin-right:6px;
	margin-bottom:5px;
	}
.social_icon1
{
	background:url(../img/social_icon.jpg) no-repeat left top;
}
.social_icon2
{
	background:url(../img/social_icon.jpg) no-repeat -35px top;
}

.social_icon3
{
	background:url(../img/social_icon.jpg) no-repeat -69px top;
	margin-right:0px !important;
}

.social_icon4
{
	background:url(../img/social_icon.jpg) no-repeat left -40px;
}

.social_icon5
{
	background:url(../img/social_icon.jpg) no-repeat -36px -40px;
}

.social_icon6
{
	background:url(../img/social_icon.jpg) no-repeat -70px -40px;
	margin-right:0px !important;
}

.social_icon7
{
	background:url(../img/social_icon.jpg) no-repeat -100px top;
}
.social_icon8
{
	background:url(../img/social_icon.jpg) no-repeat -135px top;
}

.social_icon9
{
	background:url(../img/social_icon.jpg) no-repeat -169px top;
	margin-right:0px !important;
}

.social_icon10
{
	background:url(../img/social_icon.jpg) no-repeat -100px -40px;
}

.social_icon11
{
	background:url(../img/social_icon.jpg) no-repeat -136px -40px;
}

.social_icon12
{
	background:url(../img/social_icon.jpg) no-repeat -170px -40px;
	margin-right:0px !important;
}

.top_add
{
	width:728px;
	margin:0px auto;
}
.top_add_box
{
	width:728px;
	height:90px;
	padding-bottom:5px;
}
.top_add_bottom
{
	color:#000000;
	font-size:11px;
}

.top_add_bottom strong
{
	color:#000000;
	font-size:11px;
}
.top_add_bottom spam
{
	color:#000000;
	font-size:11px;
}

.header_content
{
	padding:10px 0 0 0px;
	margin-bottom:4px;
	height:101px;
	border-bottom:2px solid #ff0000;
}
.logo
{
	padding:2px 0 0 0;
}

.top_add2
{
	width:280px;
}

.top_add2 p
{
	color:#000000;
	font-size:18px;
	padding:15px 0 30px 0px;
}

.top_add2 span
{
	display:block;
	color:#fe0000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.header_bottom
{
	border-top:1px solid #ff0000;
	padding:4px 7px 4px 8px;
	height:25px;
}

.link_box
{
	width:150px;
	height:20px;
	margin-right:70px;
}
.link_box a
{
	height:20px;
	display:block;
	line-height:20px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #ff0000;
	background: url(../img/link_bg1.jpg) repeat-x left top;
}

.link_box:hover .sub_link 
{
	padding:3px 5px;
	display:block;
}

.sub_link 
{
	padding:3px 5px;
	display:none;
}
.sub_link ul
{
}
.sub_link ul li
{
	display:block;
	height:20px;
	margin-bottom:3px;
}

.sub_link ul li a
{
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-size:14px;
	padding:0 5px;
	text-transform:uppercase;
	border:1px solid #ff0000;
	background: url(../img/link_hover.png) repeat-x left top;
}

.search_box 
{
	width:250px;
}

.search 
{
	background:url(../img/search_button.jpg) no-repeat left top;
	width:25px;
	height:25px;
	outline:0px;
	border:0px;
}

.search_field
{
	background: url(../img/search_field.jpg) no-repeat left top;
	width:164px;
	height:25px;
	line-height:25px;
	outline:0px;
	border:0px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	padding:0 15px;
}

.weather_area
{
	width:500px;
}

.weather_box
{
	background:#c50000;
	padding:2px 0px 2px 2px;
	margin-right:10px; 
}

.weather_info
{
	background:#ff3636;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:0px 5px;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	height:16px;
	position:relative;
	border-radius:3px 0 0 3px;
}
.box2
{	padding:2px 2px 2px 0px; 
}

.info
{
	border-right:1px solid #FFF;
	border-left:0px;
	border-radius: 0 3px 3px 0 ;
}
.weather_info img
{
	margin:0px 3px;
}

.weather_info strong
{
}

.weather_info span
{
	font-size:10px;
}

/* Heyder Styles
---------------------------------*/
.heyder_area
{
	border:2px solid #9d0412;
	padding:2px;
	background:#FFF;
	height:463px;
	width:977px;
	position:relative;
	margin:0px 7px 15px 8px;
}
.heyder_slider_area
{
	width:463px;
}
.heyder_slider_panel
{
}

.heyder_slider_cont
{
	width:149px;
	position: absolute;
	z-index:500;
	left:15px;
	top:12px;
}

.prev
{
	width:30px;
	height:15px;
	margin:0px auto 4px auto;
}

.prev a
{
	width:30px;
	height:15px;
	display:block;
	background:url(../img/arrow2.png) no-repeat left top;
}

.next
{
	width:30px;
	height:15px;
	margin:0px auto;
	padding:0px 0 0 0;
}

.next a
{
	width:30px;
	height:15px;
	display:block;
	background:url(../img/arrow2.png) no-repeat left -15px;
}

.heyder_img_slide
{
}

.heyder_img_panel
{
}

.heyder_img_panel ul
{
}


.heyder_img_panel ul li
{
	display:block;
	margin-bottom:5px;
}

.heyder_img_panel ul li a
{
	width:145px;
	height:94px;
	position:relative;
	display:block;
	color:#fefefe;
	font-size:14px;
	font-weight:bold;
	border:2px solid #584040;
}

.heyder_img_panel ul li a:hover, .heyder_img_panel ul li.activeSlide a
{
	border:2px solid #9d0412;
	display: block ;
}

.heyder_img_panel ul li a span
{
	width:135px;
	display: none;
	position:absolute;
	left:0px;
	bottom:0px;
	padding:10px 5px;
	background: url(../img/trans.png)  repeat;
}

.heyder_img_panel ul li.activeSlide span
{
	display: block !important;
}

.heyder_img_panel ul li:hover span
{
	display: block;
}

/* slider_area Styles
---------------------------------*/

.slider_area
{
	margin-bottom:15px;
}

.add_box
{
	width:296px;
	height:497px;
	margin-right:10px;
	position:relative;
	border:2px solid #463f46;
}

.pager
{
	position:absolute;
	left:5px;
	bottom:5px;
	z-index:500;
}
.pager a
{
	width:24px;
	height:23px;
	text-align:center;
	display:block;
	float:left;
	margin-right:2px;
	color:#584040;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url(../img/add_pager.png) no-repeat left top;
}
.pager a:hover, .pager a.activeSlide
{
	color:#FFF;
	background:url(../img/add_pager.png) no-repeat left -23px;
}
.play
{
	width:24px;
	height:23px;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:500;
}
.play a
{
	width:24px;
	height:23px;
	display:block;
	color:#FFF;
	cursor:pointer;
	background:url(../img/add_pager.png) no-repeat left -69px;
}

.play a.resume
{
	background:url(../img/add_pager.png) no-repeat left -46px;
}
.add_box_slider
{
	width:296px;
	height:497px;
}
.add_slider_panel
{

}

.add_box_info
{
	position: absolute;
	left:0px;
	bottom:0px;
	width:276px;
	color:#fefefe;
	font-size:14px;
	line-height: normal;
	background:url(../img/trans2.png) repeat;
	padding:10px 10px 60px 10px;
}

.add_box_info h2
{
	color:#000000;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding-bottom:25px;
}
.add_box_info p
{
	line-height:22px
}

.add_post
{
	width:290px;
}

.add_post h2
{
	background:url(../img/text_bg1.jpg) no-repeat left top;
	height:18px;
	line-height:18px;
	font-size:14px;
	padding:0 10px;
	font-weight:normal;
	color:#FFF;
}
.add_post_info_area
{
	border:2px solid #9d0412;
	width:286px !important;

}

.add_post_info
{
	border:1px solid #FFF;
	background:#dbdbdb url(../img/sep2.jpg) no-repeat center 2px;
	padding:3px;
	height:454px;
	width:278px;
}

.add_post_info_panel
{
	font-size:11px;
	line-height: normal;
}

.add_post_info_panel em
{
	font-style:normal;
}

.add_post_info_panel span
{
	display:block;
	font-size:9px;
	padding:5px 0 0 0;
}
.add_post_info ul
{
	width:132px;
}
.add_post_info ul li
{
	display:block;
	padding-bottom:4px;
	margin-bottom:5px;
	background:url(../img/sep1.jpg) no-repeat left bottom;
}

.add_post_info ul li.nobg3
{
	padding-bottom:3px;
	margin-bottom:0px;
	background: none;
}
.add_post_cont
{
	clear:both;
}
.add_post_cont img
{
	float: right;
}

.add_post2
{
}

.add_post2 span
{
	text-align:right;
	display:block;
}
.add_post2 img
{
	float: left;
	margin-right:8px;
	margin-left:0px;
}
.add_post_nav
{
	background:url(../img/text_bg2.jpg) no-repeat left top;
	height:18px;
	width:118px;
	line-height:18px;
	font-size:14px;
	padding:0 10px;
	font-weight:normal;
	color:#FFF;
	padding:  0 5px 0px 22px;
}

.pager2
{
	text-align:center;
}
.pager2 a
{
	color:#FFF;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:0 3px 0 3px;
	display:block;
	float:left

}
.pager2 a:hover, .pager2 a.activeSlide
{
	color:#3d3d3f;
}

.prev3
{
	width:9px;
	height:9px;
	margin:4px 5px 0 0;
}
.prev3 a
{
	width:9px;
	display:block;
	height:9px;
	background:url(../img/arrow3.jpg) no-repeat left top;
}
.next3
{
	width:9px;
	height:9px;
	margin:4px 0px 0 5px;
}
.next3 a
{
	width:9px;
	display:block;
	height:9px;
	background:url(../img/arrow3.jpg) no-repeat -9px top;
}

.baking_box
{
	width:383px;
	height:481px;
	padding:10px 3px;
	background:#584040;
}
.baking_box h2
{
	color:#ffffff;
	font-size:30px;
	font-weight: normal;
	margin-bottom:10px;
}
.baking_slider_area
{
	position:relative;
	margin-bottom:10px;
}

.baking_slider
{
	 height: 255px;
    position: relative;
    width: 383px;
}
.baking_slider_panel
{
	position:relative;
	height:255px;
}

.baking_slider_info
{
	width:363px;
	position: absolute;
	left:0px;
	bottom:0px;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	background:url(../img/trans4.png) repeat;
	padding:15px 10px 40px 10px;
}

.pager4_cont
{
	position: absolute;
	right:10px;
	bottom:10px;
	z-index:500;
	width:152px;
}
.pager4
{
}
.pager4 a
{
	display:block;
	float:left;
	height:15px;
	padding:0 2px;
	line-height:15px;
	color:#FFF;
	font-size:12px;
	border:1px solid #000;
	background:url(../img/pager4.png) repeat-x left top;
}

.pager4 a:hover, .pager4 a.activeSlide
{
	background:url(../img/pager4.png) repeat-x left -15px;
}

.play2
{
	display:block;
}
.play2 a
{
	display:block;
	float:left;
	height:15px;
	width:13px;
	color:#FFF;
	font-size:12px;
	border:1px solid #000;
	background: url(../img/play1.png)  left bottom;
}
.play2 a.resume2
{
	background: url(../img/play1.png)  left top;
}
.add_area1
{
	padding:0 0 0 2px;
}

.add_area1_panel
{
}

.add_area1_panel ul
{
}


.add_area1_panel ul li
{
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:5px
}

.add_area1_panel ul li.nomar3
{
	display:block;
	float:left;
	margin-right:0px
}

.add_area1_panel ul li a
{
	width:121px;
	height:84px;
	position:relative;
	display:block;
	color:#fefefe;
	font-size:14px;
	font-weight:bold;
	border:1px solid #FFF;
}

.add_area1_panel ul li a span
{
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	padding:5px 5px;
	z-index:200;
	font-size:11px;
	width:111px;
	font-weight:bold;
	background: url(../img/trans3.png) repeat;
}

.banner_add1 {
	width:970px;
	height:90px;
	margin:0px auto 15px auto;
	position:relative;
	}
.banner_add1 span{
	position: absolute;
	top:0px;
	left:0px;
	z-index:100;
	line-height:40px;
	text-align:center;
	font-size:30px;
	display:block;
	width:970px;
	color:#FFF;
	}
/* content_box Styles
---------------------------------*/

.content_box
{
	padding:0px 5px 15px 10px;
}

.content_box.add_mar
{
	margin-bottom:15px;
}

.content_box_left
{
	width:675px;
}

.tab_area
{
	margin-bottom:26px;
}

.tab_area.nomar8
{
	margin-bottom:0px;
}
.tab_nav
{
	padding:0  0 0 5px;
	height:1%;
	position:relative;
	z-index:9999;
}

.tab_nav h2
{
	text-align:right;
	color:#3e3e3e;
	font-size:38px;
	float:left;
	font-weight:normal;
}

.tab_nav ul
{
	float:right;
}


.tab_nav ul li
{
	display:block;
	float:left;
	height:38px;
	margin-left:5px;
	background: url(../img/tad_bg_left.png) no-repeat left top;
}
.tab_nav ul li:hover, .tab_nav ul li.activeSlide
{
	background: url(../img/hover_bg_left.jpg) no-repeat left top;
}

.tab_nav ul li a
{
	display:block;
	float:left;
	height:38px;
	line-height:38px;
	color:#FFF;
	font-size:14px;
	padding:0 8px;
	background: url(../img/tad_bg_right.png) no-repeat  right top;
} 
.tab_nav ul li a:hover, .tab_nav ul li.activeSlide a
{
	background: url(../img/hover_bg_right.jpg) no-repeat right top;
}

.tab_content_field
{
	background:#826262;
	border:2px solid #584040;
	padding:15px 15px 15px 15px;
	position:relative;
	border-radius:4px;
	top:-3px;
}

.tab_content_field.field2
{
	height:349px;
}
.tab_panel
{
}
.tab_info
{
	color:#FFF;
	font-size:12px;
	line-height:normal;
	position:relative;
	font-weight:bold;
}
.prev6
{
	width:10px;
	height:27px;
	position:absolute;
	left:-10px;
	top:87px;
}

.prev6 a
{
	width:10px;
	height:27px;
	display:block;
	background:url(../img/prev3.jpg) no-repeat left top;
}

.next6
{
	width:10px;
	height:27px;
	position:absolute;
	right:-8px;
	top:87px;
}

.next6 a
{
	width:10px;
	height:27px;
	display:block;
	background:url(../img/prev3.jpg) no-repeat right top;
}

.tab_info_slider
{
	width:637px !important;
	height:215px !important;
}

.slider
{

}
.tab_info ul
{
}

.tab_info ul li
{
	display:block;
	width:83px;
	float:left;
	margin:0 4px;
	font-size:12px;
}
.tab_info ul li img
{
	margin-bottom:3px;
}
.tab_info ul li.nomar4
{
}
.tab_info p
{
	padding-bottom:10px;
	height:85px;
}
.tab_info span
{
	display:block;
}


.project_area
{
}

.project_show
{
	width:312px;
	height:202px;
	position:relative;
	border:1px solid #FFF;
}

.project_show_cont
{
	width:312px;
	height:202px;
	display:block;
}
.project_show_info
{	
	width:292px;
	font-size:12px;
	color:#FFF;
	position: absolute;
	left:0px;
	bottom:0px;
	padding:5px 10px;
	line-height:normal;
	background:url(../img/trans4.png) repeat;
}
.project_show_info h3
{
	font-size:18px;
	padding-bottom:15px;
	
}

.project_display
{
	width:312px;	
}
.project_display ul
{
	
}
.project_display ul li
{
	width:147px;
	height:97px;
	display:block;
	float:left;
	margin:0 14px 6px 0px;
	position:relative;
	display:block;
	border:1px solid #000;	
}
.project_display ul li.nomar5
{
	margin:0 0px 6px 0px;

}
.project_display ul li.nomar6
{
	margin:0 14px 0px 0px;

}
.project_display ul li.nomar7
{
	margin:0 0px 0px 0px;

}
.project_display ul li:hover, .project_display ul li.activeSlide
{
	border:1px solid #FFF;
	color:#FFF	
}
.project_display ul li span
{
	width:137px;
	position:absolute;
	left:0px;
	height:30px;
	bottom:0px;
	line-height:normal;
	padding:5px;
	color: #FFF;
	font-size:11px;
	background:url(../img/trans4.png) repeat;	
	
}


.sidebar
{
	width:300px;
}
.sidebar h2
{
	text-align:right;
	color:#9d0412;
	font-weight:normal;
	font-size:40px;
}


.sidebar_cont
{
	position:relative;
	padding:2px 2px 10px 2px;
	background:#9d0412;
	border-radius:6px;
	margin-top:-4px;
}

.sidebar_cont h3
{
	color:#ffffff;
	font-size:24px;
	line-height:32px;
	padding:20px 0px;
}
.sidebar_img
{
	position:relative;
	background:#9d0412;
	margin-bottom:20px;
}

.sidebar_cont ul
{
	display:block;
	margin-bottom:43px;
}

.sidebar_cont ul li
{
	display:block;
	background:url(../img/dot2.jpg) no-repeat 8px  center;
	line-height:25px;
	color:#FFF;
	font-size:18px;
	line-height:26px;
	padding:0 20px 0 30px;
	margin-bottom:5px;
}
.sidebar_cont span
{
	display:block;
	line-height:25px;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	padding:0 10px;
}
.sidebar_cont span a
{
	color:#ffffff;
	line-height:26px;
}

.sidebar_add
{
	position:relative;
	padding:2px 2px 10px 2px;
	background:#9d0412;
	border-radius:6px;
	margin-top:-4px;
	text-align:center;
	padding:7px 0px;
	margin-bottom:10px;
}

.sidebar_add2
{
	width:300px;
	height:600px;
}


/*=======form_field start========*/
	
.form_field {
	width:298px;
	padding:0 6px 0 0;
	margin-bottom:18px;
}
	
.form_field h3 {
	font-size:14px;
	font-weight:normal;
	background:url(../img/qeydiyyathead.png) no-repeat right top;
	height:17px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	line-height:17px;
	padding:0 2px;
	text-align:right;
}
	
.form_field_cont {
	border:1px solid #624c4c;
	padding:10px 0 22px 0;
	text-align:center;
}
	
.login_1 {
	padding:0 0 18px 15px;
}
	
.text_field2 {
	width:137px;
	height:22px;
	border:1px solid #d3abab;
	font-size:16px;
	font-weight:bold;
	color:#451e1e;
	display: block;
	padding:0 5px;
	margin:10px 5px 0 0;
}
	
.form_button {
	background:url(../img/button_bg.png) no-repeat left top;
	width:114px;
	height:34px;
	border:none;
	line-height:34px;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin:4px 0 0 0;
}
	
.login_2 {
	padding:0 0 22px 0;
	height:1%;
}
	
.text_field3 {
	font-size:16px;
	font-weight:bold;
	width:215px;
	height:22px;
	color:#451e1e;
	padding:0 5px 0 5px;
	border:1px solid #d3abab;
}
	
.select3 {
	width:79px;
	height:23px;
	margin-right:8px;
	margin-left:4px;
}

.select4 {
	width:118px;
	height:23px;
	margin-right:8px;
}

.select5 {
	width:64px;
	height:23px;
}



/* content_box Styles
---------------------------------*/
/* content_box2 Styles
---------------------------------*/
.content_box2
{
	margin-bottom:15px;
}
.content_add
{
	width:488px;
	background:url(../img/cont_bg1.jpg) no-repeat left top;
}
.content_add_info
{
	background: url(../img/cont_bg2.jpg) no-repeat left bottom;
	padding:1px 0 10px 0px;
}
.content_box2 h3
{
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
.content_add_info p
{
	line-height:normal;
}
.add_box1
{
	width:181px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}
.add_box1 img
{
	padding-bottom:10px;
}

.content_add_right
{
	width:290px;
}
.content_add_right_top
{
}
.up
{
	width:15px;
	height:13px;
	margin:0 2px;
	background:url(../img/arrow4.jpg) no-repeat left top;
	display:block;
}
.down
{
	width:15px;
	height:13px;
	display:block;
	margin:2px;
	background:url(../img/arrow4.jpg) no-repeat right top;
}

.content_box2 h2
{
	font-size:14px;
	line-height:16px;
	color:#FFF;
	font-weight: normal;
	padding-bottom:10px;
	text-transform:uppercase;
}
.add_area2
{
	height:372px;
	
}
.add_area2_panel
{
	width:290px;
}
.add_area2 ul
{
}
.add_area2 ul li
{
	display:block;
	width:131px;
	float:left;
	height:180px;
	margin: 0 14px 10px 0px;
	border-bottom:1px solid #584040;
 }
 .add_area2 ul li img
{
	padding-bottom:5px;
 }
 .add_area2 ul li p
{
	padding-bottom:10px;
 }
/* content_box2 Styles
---------------------------------*/

/* video_product Styles
---------------------------------*/

.tab_content_field.video_area
{
	padding:8px;
	margin-bottom:29px;
	height:1%;
}
.tab_content_field.video_area2
{
	padding:8px;
}

.tab_content_field.video_area3
{
	padding:8px 8px 4px 8px; 
}
.video_pager
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.video_pager a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.video_pager a:hover, .video_pager a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}
.video_pager2
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.video_pager2 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.video_pager2 a:hover, .video_pager2 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.video_pager3
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.video_pager3 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.video_pager3 a:hover, .video_pager3 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.video_pager4
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.video_pager4 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.video_pager4 a:hover, .video_pager4 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.video_pager5
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.video_pager5 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.video_pager5 a:hover, .video_pager5 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}


.show_video
{
	border:2px solid #FFF;
	width:524px;
	height:350px;
	overflow:hidden;
	position:relative;
	border-radius:4px;
}
.show_video_box
{
	width:524px;
	height:350px;
}

.vaxt1
{
}


.vaxt1_paner1
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.vaxt1_paner1 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.vaxt1_paner1 a:hover, .vaxt1_paner1 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.vaxt1_paner2
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.vaxt1_paner2 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.vaxt1_paner2 a:hover, .vaxt1_paner2 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.vaxt1_paner3
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.vaxt1_paner3 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.vaxt1_paner3 a:hover, .vaxt1_paner3 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.vaxt1_paner4
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.vaxt1_paner4 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.vaxt1_paner4 a:hover, .vaxt1_paner4 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}


.vaxt1_paner5
{
	height:10px;
	padding:0px 0 0 41px;
	position:relative;
	z-index:9999;
}
.vaxt1_paner5 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.vaxt1_paner5 a:hover, .vaxt1_paner5 a.activeSlide
{
	background:url(../img/pager_bg.png) no-repeat left top;
}




.video_cont
{
	width:123px;
}


.video_cont_slider
{
	width:123px;
}

.video_panel
{
}

.caroufredsel_wrapper
{
	height:335px !important;
}
.video_cont ul
{
	width:123px;
}

.video_box
{
	padding:2px;
}
.video_cont ul li
{
	display:block;
	background:#584040;
	color:#ffffff;
	font-size:12px;
	border:1px solid #000;
	position:relative;
	border-radius:6px;
	margin-bottom:18px;
	width:121px;
}

.video_cont2 ul li
{
	margin-bottom:13px;

}
.video_cont ul li:hover, .video_cont ul li.activeSlide
{
	display:block;
	background:#9d0412;
	border:1px solid #FFF;
}

.video_cont ul li a
{
	color:#ffffff;
	font-size:12px;
}
.video_cont ul li span
{
	line-height:normal;
	display:block;
}

.video_cont p
{
	line-height:13px;
}

.product_area2
{

}


.product_show_box
{
	border:2px solid #FFF;
	width:393px;
	position:relative;
	border-radius:0px 0px 4px 4px;
	height: 344px;
    width: 393px;
}

.product_show_slider
{
 	height: 343px;
    position: relative;
    width: 393px;
}
.product_slider_cont
{

}
.show_panel
{
}
.show_cont
{
	padding:5px;
	height:85px;
	width:383px;
	background:#9d0412;
	line-height:normal;
	border-top:2px solid #FFF;
}

.show_cont h3
{
	color:#FFF;
	font-size:28px;
	padding-bottom:5px;
	font-weight:bold;
}

.show_cont p
{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

.product_show_right
{
	width:250px;
}

.show_project
{
	height:345px;
}
.show_project_panel
{
}
.show_project ul
{
}

.project_box
{
	padding:2px;
}
.show_project ul li
{
	display:block;
	background:#584040;
	color:#ffffff;
	font-size:12px;
	border:1px solid #000;
	position:relative;
	border-radius:6px;
	margin-bottom:10px;
	width:121px;
	float:left;
	line-height:normal;
	margin-right:4px;
}

.show_project ul li.monar9
{
	margin-right:0px;
}
.show_project ul li:hover, .show_project ul li.activeSlide 
{
	display:block;
	background:#9d0412;
	border:1px solid #FFF;
}

.show_project ul li.nomar10
{
	margin-bottom:0px;
}
.show_project ul li a
{
	color:#ffffff;
	font-size:12px;
}

.pager3
{
	height:10px;
	padding:0 0 0 100px;
}
.pager3 a
{
	width:12px;
	display:block;
	float:left;
	height:10px;
	font-size:1px;
	text-indent:-9999px;
	margin-right:3px;
	background:url(../img/pager_bg.png) no-repeat left bottom;
}

.pager3 a:hover
{
	background:url(../img/pager_bg.png) no-repeat left top;
}

.foto_box
{
	border:2px solid #FFF;
	width:524px;
	height:348px;
	border-radius:4px;
	position:relative;
}

.prev5
{
	width:25px;
	height:25px;
	position:absolute;
	left:5px;
	top:150px;
	z-index:500;
}

.prev5 a
{
	width:25px;
	height:25px;
	display:block;
	background:url(../img/arrow5.png) no-repeat left top;
}

.next5
{
	width:25px;
	height:25px;
	position:absolute;
	right:5px;
	top:150px;
	z-index:500;
}

.next5 a
{
	width:25px;
	height:25px;
	display:block;
	background:url(../img/arrow5.png) no-repeat right top;
}

.prev7
{
	width:25px;
	height:25px;
	position:absolute;
	left:5px;
	top:120px;
	z-index:500;
}

.prev7 a
{
	width:25px;
	height:25px;
	display:block;
	background:url(../img/arrow5.png) no-repeat left top;
}

.next7
{
	width:25px;
	height:25px;
	position:absolute;
	right:5px;
	top:120px;
	z-index:500;
}

.next7 a
{
	width:25px;
	height:25px;
	display:block;
	background:url(../img/arrow5.png) no-repeat right top;
}
.foto_box_slider
{
	width:524px;
	height:348px;
}

.foto_box_panel
{
	position:relative;
	height:348px;
}
.foto_box_panel span
{
	position:absolute;
	width:504px;
	left:0px;
	bottom:0px;
	padding:10px;
	line-height:22px;
	font-size:18px;
	color:#FFF;
	background:url(../img/trans4.png)  repeat;
	
}
/* content_bottom Styles
---------------------------------*/
.content_bottom {
	padding:0px 0 25px 9px;
	}
	
.social_area {
	width:294px;
	border-bottom:1px solid #896b6b;
	margin:0 24px 0px 0;
	}
	
.social_area img {
	margin:0 0 7px 0;
}
	
.select_type {
	padding:10px 0 5px 5px;
	margin:0 0 10px 0;
	height:21px;
	line-height:21px;
	background:url(../img/sep6.jpg) repeat-x left top;
}

.select_type em {
	width:97px;
	padding:0 5px 0 0 ;
	display:block;
	font-size:16px;
	line-height:20px;
	color:#584040;
	font-weight:bold;
	font-style:normal;
}

.select1 {
	width:132px;
	height:19px;
}
	
.social_box2 {
	width:249px;
	padding:0 0 16px 3px;
}

.bayanir_pic {
	width:120px;
}

.bayanir_pic img {
	padding:0 6px 0 0;
	width:112px;
	height:27px;
}

.bayanir_text {
	width:128px;
	font-size:12px;
	line-height:16px;
	color:#584040;
}

.bayanir_text p {
	margin:0;
	padding:0;
}

.bayanir_text p a {
	color:#584040;
}

.bayanir_text p a:hover {
	text-decoration:none;
}

	
.select_up {
	width:360px;
	background:url(../img/content_bottom_bg.jpg) repeat-x left top;
	border-bottom:1px solid #896b6b;
	}
	
.select2 {
	width:88px;
    height:20px;
}
	

.select_type label {
	float:left;
	font-size:16px;
	color:#584040;
	font-weight:bold;
	padding:0 0px 0 8px ;
}

.erzinda_list {
	width:331px;
	padding:0 0 10px 16px;
}

.erzinda_list ul {
	margin:0;
	padding:0;
	list-style:none;
}

.erzinda_list ul li {
	padding:0 0 0 20px;
	background:url(../img/bullet.png) no-repeat left 5px;
	font-size:12px;
	line-height:17px;
}

.erzinda_list ul li a {
	text-decoration:none;
	color:#584040;
}

.onlayn {
	width:297px;
	background:url(../img/content_bottom_bg.jpg) repeat-x left top;
	border-bottom:1px solid #896b6b;
	margin:0 0 0 10px;
	height:278px;
}


.onlayn h2 {
	font-size:16px;
	color:#584040;
	line-height:18px;
	font-weight:bold;
	padding:11px 6px 5px 3px;
	border-bottom:1px solid #896b6b;
}
	
.login_3 {
	padding:0 5px;
	}
	
/* footer Styles
---------------------------------*/

.footer
{
	background:#9d0412;
	padding:10px 20px 0 0;
	height:1%;
}
.footer_left
{
	width:224px;
}
.footer_leftTop img
{
	margin:0px 0px 20px 5px;
}
.footer_leftBottom img
{
	margin:0 0 0 10px;
} 
.footer_right
{
	width:750px;
}
.footer_nav
{
	padding:0 0 25px 0;
}
.footer_nav ul
{
	float:left;
	padding:0px 0 0 0;
	margin:0px;
	list-style:none;
}
.footer_nav ul li
{
	font-size:12px;
	line-height:15px;
	padding:0px 13px;
	margin:0px;
	text-align:center;
}
.footer_nav ul li.top
{
	font-size:15px;
	background:url(../img/sep5.png) no-repeat left  2px;
	padding:0 13px 7px 13px;
}
.footer_nav ul li a.top2
{
	padding:0 14px 0 0;
	background:url(../img/sep5.png) no-repeat right  2px;
}
.footer_nav ul li a
{
	text-align:center;
	display:block;
	color:#ffffff;
}

.footer_nav ul li span
{
	color:#ffffff;
}
.footer_nav ul li a:hover
{
	text-decoration:underline;
}

#padme {
	padding:15px 5px 0;
	}
	

#padme .tab_panel{
	width:645px;
	padding-left:10px;
	padding-right:10px;
	}
	
#padme .project_area, #padme .tab_panel {
	width:645px;
	padding-left:10px;
	}
	
#padme {
	height:224px;
	width:661px;
	}