﻿/* SIMLPE CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/*- -*/

/*- GENERIC BODY STYLES -*/
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
body {
	font: 12px/8px  tahoma,Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	height: 40px;
}
p { margin-bottom: 18px; }

/*-a { text-decoration: underline; }
a:hover { text-decoration: none; }-*/

/*-  #banner{
margin: 0 auto; 
height:30px; 
background-color: #FF5B00;	}
background:url("../images/newLogoMenuMini.png") no-repeat scroll center center / 70px auto transparent; 
-*/


#container { width: 780px; margin: 0 auto; }
/*- -*/




/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 800px;
	height: 40px;
	margin: 10px 0 0 10px;
	overflow: hidden;
		
	
	
	
	
}
ul#filterOptions li {
 height: 52px; 
 margin-left:5px;
 display: inline-block;
 float:left;
  }
  

ul#filterOptions li a {
	height: 30px;
	padding: 0 20px;
	border: 1px solid #999;
	background: #ff9900;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	display: block;
	border-radius:10px;
	
}

/*-  بک گراند منو-*/
ul#filterOptions li a:hover { background: #c9c9c9;}

ul#filterOptions li.active a { background: #999; }
/*- -*/


/*- OUR DATA HOLDER -*/
ul.ourHolder {
	width: 800px;
	height: auto;
	overflow: hidden;
}

ul.ourHolder li.item {
    border: 1px silver solid;
    border-top-right-radius:1.2em;
    border-top-left-radius:1.2em;
    margin:5px;
	width:144px;
	height:120px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.item img{
	width:100px;
	height: auto;
	
}


ul.ourHolder li.item a:link
{
	text-decoration:none;
}


ul.ourHolder li.item a:hover
{
 
    
 	border-top-right-radius:1.2em;
    border-top-left-radius:1.2em;
    margin:0px;
    padding: 0px;
	width: 150px;
	height:120px;
	float:inherit;
	text-align: center;
	overflow: hidden;
	text-decoration:none;
	border: 2px orange solid;
	
	
}



ul.ourHolder li.item h3 { margin-top: 10px; font-size: 14px; line-height: 20px; }










/*- -*/
