/* ****************************************************
Layout
**************************************************** */

*{
	margin:0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#f5f5f5;	
	background-image:url(../images/BgBody.jpg);
	background-repeat:repeat-x;
}


#container{
	position: absolute;
	left: 100px;
	width: 870px;
}

#main{
	float: left;
	width: 850px;
}

#eyecatcher{
	width: 860px;
	height: 220px;
}

#navigation{
	width: 830px;
	height: 35px;
	background-image:url(../images/BgNavi.jpg);
	background-repeat:no-repeat;
	padding: 12px 0 0 30px;

}

#breadcrumb{
	height: 25px;
	width: 830px;
	background-image:url(../images/BgBreadcrumb.jpg);
	background-repeat:no-repeat;
	padding: 15px 0 0 30px;;
}

#content{
	background-image:url(../images/BgContent.jpg);
	background-repeat: repeat-y;
	width: 780px;
	min-height: 350px;
	padding: 0px 50px 30px 30px;
}

#content .verticalSegment{
	padding: 20px 0 0px 0;
	border-bottom:1px solid #ccc; 
}

#footer{
	background-image:url(../images/BgFooter.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 800px;
	height: 75px;
	padding: 5px 30px 0px 30px ;
	position:relative;
	bottom: 0px;
}


img{
	border: 0px;
}

img.border{
	/*/padding: 3px;*/
	
	margin: 5px;
	border: 1px solid #333;
}

.postIt{
	background-image:url(../images/post-it.png);
	background-repeat:no-repeat;
	width: 250px;
	height: 225px;
	padding: 10px 25px 5px 25px;
	position:relative;
	float: right;
}


/* ****************************************************
Font Design
**************************************************** */
#navigation ul li{
	margin:0px;
	padding: 0px;
	list-style-type:none;
	float: left;
}

#navigation ul li a{
	padding-right: 30px;
	font-size:14px;
	color: #333;
	text-decoration: none;
	display:block;
}
#navigation ul li a:hover{
	text-decoration:underline;
}

#breadcrumb{
	font-size:10px;
	color:#333;
	text-decoration:none;
}

#breadcrumb table tr td{
	height:20px;
}


#breadcrumb a{
	text-decoration:none;
	border-bottom: 1px solid #f5f5f5;
	color:#333;
}

#breadcrumb a.active{
	border-bottom: 1px solid #900;
	color:#333;
}

#breadcrumb a:hover{
	color:#fff;
	background-color:#900;	
	text-decoration:none;
	border-bottom: 1px solid #333;

}

#content h1{
	font-weight:bold;
	font-size:16px;
	color:#333;
	padding: 18px 0 10px 0;
}

#content h2{
	font-weight:bold;
	font-size:12px;
	color:#900;
	padding: 15px 0 8px 0;
}

#content p, #content td{
	padding: 2px 0 4px 0;
	font-weight:normal;
	font-size:12px;
	color:#333;
	line-height:160%;
}
#content td, #content td input{
	font-size:10px;
	line-height:120%;
}

#content td input{
	width: 120px;
	height: 14px;
	vertical-align:middle;
}

#content p a, #content td a{
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px solid #f5f5f5;
	font-size:12px;
	color:#333;
}
#content p a:hover, #content td a:hover{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background-color:#900;	
	text-decoration:none;
	border-bottom: 1px solid #333;
}

#footer p{
	font-size:10px;
	padding-top:20px;
}
span.differentsomehow { unicode-bidi:bidi-override; direction: rtl; }





