/*
#############################################################
#															#
#			main.css - Main Site Stlye Sheet File			#
#															#
#############################################################
*/
@charset "utf-8";
/* CSS Document */

/*\ Body \*/
body {
	margin:0;
	padding:0;
	text-align:center;
}
/*\ Divs \*/
div {
	/*border:1px #CCCCCC solid;*/
}
/*\ Header \*/
#header {
	width:100%;
}

/*\ Navigation \*/
#leftnav {
	position:relative;
	width:12%;
	float:left;
	white-space:nowrap;
}



/*\ Content \*/
#content {
	position:relative;
	white-space:nowrap;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#admincontent {
	position:relative;
	white-space:nowrap;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:20px;
	font-size:0.6875em;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

/*\ Cart \*/
#rightnav {
	float:left;
	position:relative;
	width:17%;
	white-space:nowrap;
}

/*\ Footer \*/
#footer {
	width:100%;
	height:100px;
}
#footeradmin {
   width:100%;
   height:54px;   /* Height of the footer */
   left:0;
}

/*\ Clear Class \*/
.clear {
	clear:both;
}

#search_bar{
	padding:4px 0 0 5px;
	height:37px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background: url(../images/search_bar_bg.gif) repeat-x;
}

/*\ Container For Page \*/
#container {
	width:900px;
	text-align:left;
	margin:0 auto;
}
/*\ Expiration Out Of Date \*/
.bad_expiration {
	background:#FF0000;
}

#LeadData{
	width:100%;
	color:#333333;
}
#LeadData tr th {
	background:url(../../images/LeadTableHead.gif);
	height:40px;
	text-align:left;
	padding-left: 7px;
}
#LeadData .data {
	background: url(../../images/td_txt_bg.gif) no-repeat;
	background-position:top;
	text-align:right;
	width:145px;
	height:26px;
}
#LeadData .input{
	background-color:#FFFFFF;
	padding-left:7px;
	border: 1px solid #dedede;
	/*width: 200px;*/
}
#LeadData .input input {
	width:188px;
	height:18px;
}
#LeadData .input input[type="button"] {
	width:195px;
}
#LeadData .input select {
	width:195px;
}
#LeadData .input1{
	background-color:#FFFFFF;
	padding-left:7px;
	border-top: 1px solid #dedede;
	width: 200px;
}
#LeadData tr .td {
	font-size:0.6875em;
	line-height:0.9em; 
	font-family:Tahoma;
}