/* CSS Document */

* {margin:0px; padding:0px;}

body  {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background: black;
	background-image:url(images/page_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	padding: 10px 0;
}

h1 {
	font-size: 16px;
	color: #af0e06;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: black;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

#container{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}



#header {
	height:175px;
	background: url(images/mci_header.jpg) no-repeat;
	}

#top_menu {
   /* height:30px; */
	background-image:url(images/top_button.jpg); 
	border-top: 1px solid black;
	border-bottom: 0px solid #000000;
	z-index: 1;
	}

.main_table {
	width: 100%; 
	border: 0; 
}

#main_content {
    background-color: #ffd87d;
    height: auto;
    display: block;
    z-index: 1000;

}

/* code below for body table */ 

.left_content {
	width:25%;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
	border-right: 1px solid black;
	padding: 6px;
}

.login_div {
	color:black;
	font-weight: bold;
}

.middle_content {
	width:75%;
	vertical-align:top;
	padding: 10px;
	height: 500px;
}

.main_content_div {
	padding: 5px;
	
}


.right_content { /* not used as of now */
	width:0%;
	vertical-align:top;
}

/* end body table */

/* code below is for don. use to make css body. remove if not used.

#main_content_left {
	float: left;
	width: 20%;
	background-color:blue;
	display:block;
}



#main_content_right {
	float: left;
	width: 80%;
	background-color:red;
	display:block;

}

*/

.product_links {
	text-transform: lowercase;
	line-height: 8px;
}

.table_align_right {
	text-align: right;
	}

.feild_width {
	width:100%;
}

#footer {
	/* height:25px; */
	background-color:#CCCCCC;
	background-image: url(images/footer.jpg);
 	border-top: 1px solid #000000;
 	color: white;

	}
	

#footer a:link {color: white}      /* unvisited link */
#footer a:visited {color: lightgrey}  /* visited link */
#footer a:hover {color: darkgrey}  /* mouse over link */
	
/* javascript form validation */
	
input.invalid {
	background-color: #FF8080;
	border: 2px red inset;
}

label.invalid {
	color: #F00;
}

.products_head {
	font-size: 14px;
	color: #af0e06;
	font-weight: bold;
	margin-top: 15px;
}

.scroll_div {
	overflow:auto;
 	width: 98%;
    height:400px; 
	border: 1px solid black;
	padding: 5px;
	margin-bottom:  25px;
	
}

/* start product page table */

.product_table {
	border: 0px solid black;
	width: 100%;
	
	
	
}

.product_table_header {
	border-bottom: 0px solid black;
	background-color: white;
	font-weight: bold;
}



.product_header_p {
	font-weight: bold;
	padding: 10px;
}


/* end product page table */


	