* { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-color: #E6E3FE;
}

a img{ border: 0; }

h1, h2, h3, h4, h5, h6{ color: #000; font-weight: normal; padding: 0 0 20px 0; line-height: 140%;}

h1{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #F7941F;
	letter-spacing: normal;
	padding-top: 15px;
	padding-left: 17px;
	padding-bottom: 10px;
}
	
h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-right: 0px;
	margin: 0px;
}

h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 60px;
	margin: 0px;
	padding-left: 15px;
	text-align: left;
	text-transform: none;
}

h4{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 10px;
}

h5{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 43px;
	margin: 0px;
	padding-left: 15px;
	text-align: left;
	text-transform: none;
}

#container {
	margin:0 auto;
	width: 800px;
	position: relative;
	background-color: #2f2990;
}

#top {
	width: 800px;
	height:211px;
	background-image:url(images/top.jpg);

}

#nav ul {
	position: relative;
}

#nav a {
	display: block;
	width: auto;
	color:#FFFFFF;
	font: bold 12px/110% Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#nav li {
	float: left;
	width: auto;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	margin: 0;
	padding: 0;
}

#nav a#btn1{
	width:144px;
	height:33px;
	margin-left:228px;
	text-indent:-3000px;
	background-image:url(images/menu1.jpg);
}
#nav a#btn2{
	width:140px;
	height:33px;
	text-indent:-3000px;
	background-image:url(images/menu2.jpg);
}
#nav a#btn3{
	width:140px;
	height:33px;
	text-indent:-3000px;
	background-image:url(images/menu3.jpg);
}
#nav a#btn4{
	width:148px;
	height:33px;
	text-indent:-3000px;
	background-image:url(images/menu4.jpg);
}

#nav a:hover{
	background-position: 0 -33px;
}

#nav ul li{
	background-color:#2f2990;
	width: auto;
	list-style: none;
}

#nav ul li a {
	background: none;
	width: 150px;
	margin: 0;
	padding: 6px 12px;
	border-bottom: 1px solid #0F194A;
	font-weight: normal;
}
#nav ul li a:hover {
	background: #F7941F;
	width: 150px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	width: 760px;
	text-align:left;
	padding: 20px;
}

.item-home {
	width: 700px;
	background-image: url(images/item-bkg.jpg);
	background-repeat:repeat-x;
	text-align: left;
	padding:0;
	margin:0 0 0 30px;
}

.home {
	width: 160px;
	height: 326px;
	background-image: url(images/cube_bkg.jpg);
	background-position:bottom;
	float:left;
	margin-left:25px;
	margin-bottom: 25px;
	text-align: left;
}

#content img{
	margin:15px;
}


#content p{
	margin:0 35px 0 35px;
	font-size: 12px;
	color:#FFFFFF;
}

#content a{
	color:#FFFFFF;
}

#content table img{
	margin:15px 15px 5px 15px;
}

h3 a{
	text-decoration:none;
}

h3 a:hover{
	text-decoration: underline;
}

h4 a{
	text-decoration:none;
}

h4 a:hover{
	text-decoration: underline;
}

h5 a{
	text-decoration:none;
}

h5 a:hover{
	text-decoration: underline;
}
	
#footer {
	width: 800px;
	margin: 0 auto;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color:#F7941F;
	clear:both;
}

.highlight {
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
	padding-bottom: 10px;

}


.design {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	clear: both;
	color: #FFFFFF;
}

.design a {
	color: #FFFFFF;
	
}
.design a:hover {
	color: #FFFFFF;
}
