@charset "utf-8";
/* CSS Document */

.mainTopHeader {
	width:1000px;
	margin: 0 auto;
	height: 132px;
}

.logoSG {
	margin-top: 20px;
	margin-left: 10px;
	width: 340px;
	float: left;
	
	}

.distri_boxTop {
	margin-top: 20px;
	margin-left: 5px;
	width: 335px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F6062;

	}

.distri_Image {	float: left;}

.distri_Info {
	margin-left: 10px;
	float: left;
	}
	
.distri_Name {
	font-size: 12px;
	font-weight: bold;
	color: #862633;
}

.ReorderTop {
	margin-top: 15px;
	margin-left: 6px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	}
	
.TimetoOrder {
	font-size: 16px;
	font-weight: bold;
	color: #862633;
}
.TimetoOrder A {
	font-size: 16px;
	font-weight: bold;
	color: #862633;

}
.TimetoOrder A:hover {
         text-decoration:underline;
}

.register {
	font-size: 14px;
	/* [disabled]font-weight: bold; */
	color:#5F6062;
	padding-bottom: 5px;
	}
.formTopHead {
	width:300px;
	float: right;
	position: relative;
}
.cartTop {
	float: right;
	margin-left: 10px;
	width: 90px;
}
.valueCart {
	float: left;
	font-weight: normal;
	color: #5F6062;
	margin-top: 5px;
	margin-left: 5px;
}

.imageCart {
		float: left;
		}


/*top nav css*/
	#nav2 {
	margin:0;
	padding:0;
	list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav2 li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	margin:0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #510708;
	padding-left: 13px;
	padding-right: 12px;
	/* [disabled]height: 40px; */
		}
		
		/* this is the parent menu */
		#nav2 li a {
	display:block;
	padding:10px 5px 15px 5px;
	/* [disabled]font-weight:700; */
	/* [disabled]height:23px; */
	text-decoration:none;
	color:#fff;
	text-align:left;
	color:#fff;
		}

		#nav2 li a:hover {
	color:#fff;
	/* [disabled]text-decoration: underline; */
		}
	
		/* you can make a different style for default selected value */
		#nav2 a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav2 ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
	font-size: 11px;
	text-align: left;
		}
		
		#nav2 ul li {
	width:140px;
	float:left;
	background-color: #b1b3b3;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	text-align: left;
	border-right-width: none;
	border-right-style: none;
	border-right-color: #b1b3b3;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav2 ul a {
	display:block;
	/* [disabled]height:15px; */
	padding: 8px 5px;
	color:#333;
		}
		
		#nav2 ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

	.NavBoxNew {
	width: 1000px;
	/* [disabled]background-color: #FEBE10; */
	height: 40px;
	/* [disabled]border-top-width: thin; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #FFF; */
	clear: both;
	}
	
	.SpaceMenu {
	width: 10px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 31px;
	}


	.PosNavBoxNew {
	width: 932px;
	padding-top: 128px;
	margin:0 auto;
	}

	/*top nav ends&*/

.BreadCrumbNew {
	float: left;
	padding-left:20px;
	padding-top:10px;
	color:#862633;
	font-size: 11px;
	
	}
