@charset "utf-8";

/* Global Styles */
body{
	background:url(../resources/bkg.jpg) repeat;
	font-family: sans-serif, Helvetica, Arial;
	font-size:12px;
	color:#253858;
	margin:0;
	padding:0;
	position:relative;
}

/* Title text */
h1{
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	}
/* Basic Text Paragraph */
p {
	margin:4px 0 4px 0;
	font-size:12px;
	letter-spacing:1px ;
	}
/* Basic Rules For Lists Used */
ul {
	margin:0;
	padding:0 0 0 30px;
	font-size:12px;
	letter-spacing:1px ;
	list-style-image:url(../resources/bullet.jpg);
	}

/* Container */
#container {
	width:800px;
	padding:0 0 0 20px;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
	}

/* Splitting the page into zones */
#top{
	width:780px;
	height:100px;
	text-align:right;
	color:#d92b12;
	background:url(../resources/bkg_top.gif) top left no-repeat;
	padding-top:10px;
	}
	#top a {
		color:#d92b12;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
		}
	#top a:hover {
		text-decoration:underline;
		}
#toplink{height:90px; width:250px; float:left; display:block; font-size:30px; text-decoration:none;}
#navigation {
	height:40px;
	}
	/**************** menu coding *****************/
	#menu {
		width: 780px;
		background: url(../resources/navBar.jpg) top no-repeat;
		height:38px;
		float: left;
		}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width:156px;
		float: left;
		}
	#menu p {
		margin:0;
		display:block;
		height:35px;
		text-align:center;
		}
	#menu p a {
		background:none;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
		border:0;
		padding:12px;	
		}
	#menu p a:hover{
		color: #253858;
		background:url(../resources/selected.jpg) top no-repeat;
		}
	
	#menu h2 {
		font: 12px sans-serif;
		font-weight:bold;
		color: #fff;
		margin: 0;
		padding: 12px 0;
		text-align:center;
		cursor:pointer;
		}

	#menu h2:hover{
		color: #253858;
		background:url(../resources/selected.jpg) top no-repeat;
		}

	#menu a {
		text-align:center;
		text-decoration: none;
		font-size:11px;
		font-weight:bold;
		font-family:sans-serif;
		display: block;
		padding:5px 0 5px 0;
		height:15px;
		color: #253858;
		background: #ffffff;
		border-left:1px #aa1c0d solid;
		border-right:1px #aa1c0d solid;
		}
	#menu li a.tworows {
		height:30px;
		}
	.last {
		border-bottom:1px #aa1c0d solid;
		}
	#menu h2.tworows {
		padding:0 0 10px 0;
		}
	#menu a:hover {
		color:#ffffff;
		background:#aa1c0d;
	}

	#menu li {position: relative;}

	#menu ul ul {
		position: absolute;
		z-index: 500;
	}
	
	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;}

	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul
	{display: block;}

/******end navigation menu*******/ 	
	
/* left vertical page title */ 
#category{
	float:left;
	width:90px;
	height:445px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow: hidden;
	}
	#category img{
		margin:0;
		padding:0;
		}

/* Main Content zone */
#content {
	float:left;
	width:665px;
	height:445px;
	margin:0 0 0 5px;
	background:url(../resources/bkg_content.jpg) no-repeat;
	background-position:right bottom;
	padding:0 0 0 20px;
	display:block;
	overflow:hidden;
	}
#content form td {
	padding:3px 10px 3px 0;
	}
/* Bottom part with flash slideshow and language navigation */
#bottom {
	clear:both;
	width:780px;
	height:215px;
	background:url(../resources/bkg_bottom.jpg) left top no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	display:block;
	}
	#bottomi {
	clear:both;
	width:780px;
	height:219px;
	background:url(../resources/bkg2_bottom.jpg) left top no-repeat;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	#bottom a {
		display:block;
		text-align:center;
		float:right;
		width:98px;
		height:16px;
		margin-top:4px;
		color:#FFFFFF;
		background:#aa1c0d;
		text-decoration:none;
		font-weight:bold;
		}
	#bottom a:hover {
		background:#204359;
		}
	#bottom h4 {
		padding:2px 0;
		margin:0;
		font-size:11px;
		}
	#bottom img{
		border:#FFFFFF solid 1px;
		margin:5px 0;
		}
	#flash {
		padding:5px 0 0 95px;
		margin:0 0 0 0;
		}
		#bottomNav a {
		display:block;
		text-align:center;
		float:right;
		width:86px;
		height:16px;
		margin-top:4px;
		color:#FFFFFF;
		background:#aa1c0d;
		text-decoration:none;
		font-weight:bold;
		}
	#bottomNav a:hover {
		background:#204359;
		}
	#bottomNav h4 {
		padding:2px 0;
		margin:0;
		font-size:11px;
		}
	#bottomNav img{
		border:#FFFFFF solid 1px;
		margin:2px 0;
		}
/* Copyright text */
#copy{
	font-size:10px;
	clear:both;
	}
	
.linkz a {
		color:#d92b12;
		font-weight:bold;
		font-size:11px;
		text-decoration:none;
		}
.linkz a:hover {
		text-decoration:underline;
		}


