* {
	margin: 0px;
	padding: 0px;
}
	
body {
	background: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


#flash_holder {
	background: #000 url(http://www.selfinvestedfashions.com/images/saigonBG.jpg) no-repeat;
	position:absolute;
	overflow: hidden;
	left:50%;
	width:1500px;
	margin-left:-750px;
	height: 1000px;
}
#flash {
	margin: 0 auto;
	height: 650px;
	width: 650px;
	color: #fff;
	padding: 127px 0 0 7px;
}

#wrapper {
	background: url(images/redesign/background.jpg) no-repeat;
	position:absolute;
	overflow: hidden;
	left:50%;
	width:1300px;
	margin-left:-650px;
}
	#innerwrapper {
		width: 890px;
		overflow: hidden;
		margin: 0 auto;
		padding: 22px 0 0 0;
	}
	#navigation {
		width: 882px;
		overflow: hidden;
		margin: 0 auto;
		padding: 100px 0 0 0;
		text-align: right;
		color: #fff;
	}
		#navigation ul li {
			list-style-type: none;
			display: inline;
			color: #cccccc;
		}
		#navigation a {
			color: #fff;
			text-decoration: none;
		}
			#navigation a:hover {
				color: #CC9900;
				text-decoration: underline;
			}
	#S3 {
		background: url(images/S3_bg.jpg) no-repeat;
		height: 300px;
		width: 500px;
		float: right;
	}
	label {
		cursor: pointer;
	}
	#catalog {
		width: 800px;
		margin: 0 auto;
		height: 700px;
	}
	#narrow_col {
		width: 285px;
		overflow: hidden;
		float: left;
		padding: 10px 0 0 0;
	}
		li {
			list-style-type: none;
			color: #FFFFFF;
		}
		.nav_store {
			float: left;
			padding-left: 110px;
		}
		#shopMens {
			float: left;
			width: 100%;
			background: url(images/shopMens.jpg) no-repeat;
			height: 280px;
		}
		#shopWomens {
			float: left;
			width: 100%;
			background: url(images/shopWomens.jpg) no-repeat;
			height: 280px;
		}
		
		
		
	#wide_col {
		width: 575px;
		margin-right: 5px;
		float: left;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
		.item_box {
			width: 170px;
			float: left;
			margin: 10px 10px 5px 10px;
			border-bottom: 1px solid #fff;
		}
		#wide_col p {
			font-size: 12px;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			padding: 0 0 15px 0;
			color: #fff;
		}
		#wide_col h1 {
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			padding: 0 0 15px 0;
		}
			#wide_col h2 {
				font-size: 14px;
				font-weight: bold;
				color: #fff;
			}
		#about {
			background: url(images/redesign/about_bg.jpg) no-repeat;
			width: 100%;
			overflow: hidden;
		}
			#wide_content {
				color: #000;
				width: 300px;
				overflow: hidden;
			}
				#wide_content p {
					color: #000;
					padding: 0 0 15px;
					font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				}
	#rotate {
		width: 889px;
		height: 351px;
	}
	a {
		border: 0px;
		outline: 0px;
	}
	img {
		border: 0px;
		outline: 0px;
	}
	#box1 {
		width: 285px;
		height: 175px;
		padding: 0 12px 0 0;
		float: left;
	}
	#box2 {
		width: 285px;
		height: 175;
		padding: 0 12px 0 0;
		float: left;
	}
	#box3 {
		width: 285px;
		height: 175;
		padding: 0 0 0 0;
		float: left;
	}
#footer {
	width: 900px;
	height: 100px;
	background: #000 url(images/redesign/footer_bg.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 50px;
	clear: both;
}
	#footer ul li {
		display: inline;
		list-style-type: none;
		color: #fff;
		font-size: 10px;
	}
	#footer a {
		color: #fff;
		text-decoration: none;
		font-size: 10px;
	}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
			font-size: 10px;
		} 
		
* html .largeimg img {
	border: 1px solid #000000;
	width: 400px;/* fallback value */
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1218 ? "400px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 570 ? "400px")); 
	border: 0px;
}

* html .mediumimg img {
	border: 1px solid #000000;
	width: 160px;/* fallback value */
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1218 ? "160px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 570 ? "160px")); 
	border: 0px;
}

* html .smallimg img {
	border: 1px solid #000000;
	width: 120px;/* fallback value */
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1218 ? "120px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 570 ? "120px")); 
	border: 0px;
}