/* CSS Document */

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		/* color: #505367; */
		/* background-color: #D6D6D6;*/
	}
	
	#container
	{
		margin: 1em auto;
		width: 794px;
		text-align: left;
		background-image: url(images/main_bck.jpg);
		background-repeat: repeat-x;
		border: 1px solid #c6d4e0;
	}
	
	#header
	{
		height: 50px;
		background-color: #ffffff;
	}
	
	#mainnav
	{
		height: 20px;
		background-color: #093194;
		overflow: hidden;
	}
	
	#secondnav
	{
		height: 91px;
		background-image:url(images/Inducomm_image_header.jpg);
		background-repeat: no-repeat;
		/* background-color:#00FFFF; */
		
	}

	#rightColumn
	{
		/* margin-right:10px; */
		float: right;
		width: 196px;
		height: 100px;
		background-color: transparent;
	}
	
	#contents
	{
		margin-right: 230px;
		margin-left: 20px;
		height: auto;/* take out for auto height
		 background-color:#66FF33; */
	}
	
	#contents img
	{
	padding-right: 10px;
	}
	
	#contents ul {
	margin-top: 0px;
	}
	
	#contents a {
	text-decoration: none;
	color: #093194;
	}
	
	#contents a:visited {
	color:#666666;
	}
	
	#contents a:hover {
	color: #990066;
	}
	

	
	/*                           Footer styling                              */
	#footer
	{
		padding-top: 5px;
		clear: both;
		height: 20px;
		background-color:#dcecfa;
		color: #99A5AF;
		font-size: 80%;
	}
	
	#footer a
	{
	padding-top: 5px;
	text-decoration: none;
	color: #99A5AF;
	}
	
	#footer a:hover
	{
	text-decoration: none;
	color: #666666;
	}

	/*                               Navigation styling                               */
	
	#navcontainer
	{
	margin: 0 0 0 30px;
	padding: 0;
	height: 20px;
	}

	#navcontainer ul
	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

	#navcontainer ul li
	{
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 0;
	}

	#navcontainer ul li a
	{
	background: #093194;
	width: 90px;
	height: 18px;
	border-top: 1px solid #093194;
	border-left: 1px solid #093194;
	border-bottom: 1px solid #093194;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 105%/* 10px/18px*/ arial, hevetica, sans-serif;;
	}

	#navcontainer ul li a:hover
	{
	color: #ffffff;
	background: #3C76C0;
	}

	#navcontainer a:active
	{
	background: #3C76C0;
	color: #ffffff;
	}

	#navcontainer li#active a
	{
	background: #3C76C0;
	border: 1px solid #093194;
	color: #ffffff;
	}
	
	
	
	/*                               Float styles                               */
	
	.floatRight
	{
	float: right;
	margin-right: 30px;
	}
	
	.floatLeft
	{
	float: left;
	}

	/*                               Type styling styles                               */
	
	.tag {
	font: 95% "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}
	
	/* Netflix box */ 

	.box {
  	width: 183px;
 	background: url(images/botBox.gif) no-repeat bottom left;
	/* padding: 10px; */
  	}
	
	.boxPad {
	margin-left: 40px;
	}
	
	.box#square {
  	width: 183px;
 	background: url(images/SquareBot.gif) no-repeat bottom left;
	/* padding: 10px; */
  	}
	
	.box#square img{
	border: 0;
  	}
	
	.box p {
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 10px; 
	padding-right: 10px; 
  	}
	
	.box#square p {
	margin-top: 0px;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px;
  	}
	
	.box h3 {
 	margin-bottom: 0px;
  	padding: 10px 8px 5px 40px;
  	font-size: 100%;
  	color: #093194;
  	/* border-bottom: 1px solid #6B2424; */
  	background: url(images/topBox.gif) no-repeat top left;
  	}
	
	.box#square h3 {
 	margin-bottom: 0px;
  	padding: 10px 8px 5px 0px; /*0px was 50px*/
  	font-size: 100%;
  	color: #093194;
  	/* border-bottom: 1px solid #6B2424; */
  	background: url(images/SquareTop.gif) no-repeat top left;
  	}
	
	.box h4 {	
 	margin-bottom: 0px;
  	padding: 10px 8px 5px 0px; /*0px was 40px*/
  	font-size: 100%;
  	color: #093194;
  	/* border-bottom: 1px solid #6B2424;
  	background: url(images/topBox.gif) no-repeat top left; */
  	}
	
	.box ul {
  	margin: 0px 0px 0px 30px;
  	padding: 5px 10px 0px 10px;
	list-style-image:url(images/bullet.gif);
  	}
	
	.box li {
  	margin:  0  0 6px 15px; 
  	padding: 0;
  	} 

	.box li a {
	font: 90% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1d3b8a;
		}
	
	.box li a:visited {
	color:#666666;
	}
	
	.box li a:hover{
	color: #3366CC;
	}
	
	#rightColumn div.inner
	{
	margin: 0;
	padding: 5px 0px 20px 0;
	}
	
	#rightColumn div.inner a {
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1d3b8a;
		}
	
	#rightColumn div.inner a:visited {
	color:#666666;
	}
	
	#rightColumn div.inner a:hover{
	color: #3366CC;
	}
	
	#subHeader {
	background-image: url(images/subHeader.gif);
	background-repeat: no-repeat;
	}
	
	#subHeader.white {
	background-image: url(images/subHeaderw.gif);
	background-repeat: no-repeat;
	}

	#subHeader h2{
	margin-bottom: 0px;
  	padding: 1px 8px 5px 20px;
	font: 130% arial, hevetica, sans-serif;
	color: #333333;
	}

	.blueBold {
	color: #1d3b8a;
	font-weight: bold;
	}
	
	.blue {
	color: #1d3b8a;
	}
	
	.bigblueBold {
	font-size: large;
	color: #1d3b8a;
	/* font-weight: bold;*/
	}
	
	.bigPurpBold {
	font-size: large;
	color: #990066;
	/* font-weight: bold;*/
	}
	
	.weePurpBold {
	font-size: 90%;
	color: #990066;
	 font-weight: bold;
	}

    /*                           Catalogue styling                              */
	
	#catText {

	}
	
	#catImg {
	float: left;
	}
	
	.textPad {
	margin-top: 0px;
	padding-left: 15px;
	}
	
	.center {
	text-align: center;
	}
	
	.centerlogo {
	text-align: center;
	padding:5px;
	
	}
	
	.floatLeft {
	float: left;
	}
	
	.floatBox{
	float:right;
	width: 250px;
	}
