/* CSS Document */
body{
	display:block;
	width:750px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
#header{
	z-index: 1;
	width: 750px;
	position: relative;
	height: 40px;
}
div.show-logo{
	z-index: 2;
	position: absolute;
	width: 750;
	height: 40px;
}
div.next-2-logo{
	z-index: 3;
}

div.next-2-logo p{
	z-index: 4;
}
/*__________________________________________________________*/
/*Below logo*/
#show-below-logo{
	z-index: 5;
	position: relative;
	width: 748px;
	height: 25px;
	background-color: #EAF4FF;
	border-color: #9BCDFF;
	border-width: 1px;
	border-style: solid;
}

#show-below-logo p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 10px;
}


/*__________________________________________________________*/
/**/
#show-large-banner{
	z-index:6;
	position: relative;
	width: 750px;
	height: 300px;
	margin-top: 10px;
}

/*__________________________________________________________*/
/**/


div.show-left-side{
	z-index:7;
	width: 560px;
	height: 300px;
	position: absolute;
	background-color: #F8F8F8;
	left: 0px;
	top: 0px;
}

div.show-left-side img{
	z-index:8;
	margin: 10px 5px 10px 5px;
	}


div.show-right-side{
	z-index:11;
	position: absolute;
	width: 180px;
	height: 300px;
	left: 570px;
}

div.inside-right-side-menu-title{
	z-index:12;
	position: absolute;
	width: 156px;
	height: 18px;
	left: 15px;
	top: 5px;
	background-color: #9BCDFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;

}

div.inside-right-side-menu-links{
	z-index:13;
	position: absolute;
	width: 150px;
	height: auto;
	left: 15px;
	top: 28px;
	background-color: #C1E0FF;
	padding: 5px;
}


div.inside-right-side-menu-links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

div.inside-right-side-menu-links a:hover{
	text-decoration: underline;
}

/*__________________________________________________________*/
/**/
#item-description{
	z-index:14;
	position: relative;
	width: 750px;
	height: 600px;
	margin-top: 15px;
}

div.item-content{
	z-index:15;
	position: absolute;
	width: 550px;
	height: auto;
	left: 0px;
	top: 0px;
	background-color: #F8F8F8;
	border-top-color: #9BCDFF;
	border-top-style: solid;
	border-top-width: 2px;
}


div.item-content h1{
	z-index:17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

div.item-content h2{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}


div.item-content p{
	z-index:18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

/*__________________________________________________________*/
/**/
#footer{
	position: relative;
	width: 750px;
	height: 50px;
	margin-top: 10px;
	border-top-color: #9BCDFF;
	border-top-style: solid;
	border-top-width: 1px;
}
div.Contact-us a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
div.Contact-us a:hover{
	text-decoration: underline;
}
div.the-root{
}
div.the-root p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: right;
}
/*__________________________________________________________*/
/**/

