* {
	margin:0;
	padding:0;
}
#storefront a { color:#FFF; outline:none; text-decoration:none; text-align:center; }

a img {border:none;}

img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
background-color: #000;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
color:#FFF;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 570px;
} 
#inner {
	width: 850px;
	background: 000;
	height: 570px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}
#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	background:url(images/top_menu_bgtest.png) no-repeat center;behavior: url(iepngfix.htc);
}

}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #000 no-repeat;
	
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#mainMargin {margin-top:15px}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height:25px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
}

.logo{
padding:0 0 0 0;
float:left;
}
/*---------------- menu tab----------------------*/
#menu_tab{
	width:430px;
	float:left;
	padding:0px;
}

ul.menu {
	list-style-type:none;
	display:block;
	width:450px;
	margin: 0;
	background:none;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul.menu li {
	display:inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:lighter;
}
a.nav:link, a.nav:visited {
	display:block;
	float:left;
	padding:0px;
	margin:0;
	width: auto;
	text-align:center;
	text-decoration:none;
	background:none;
	color:#fff;
}

a.nav_selected:link, a.nav_selected:visited {
	display:block;
	float:left;
	padding:0px;
	margin:0;
	width: auto;
	text-align:center;
	text-decoration:none;
	color: #FFF;
}

a.nav:hover {
	text-decoration:none;
}

.divider {color:#F00}

#outer #container #inner #footer a {
	color: #666;
}
#collection {background: url(images/collectionbg.png);

}
#outer #container #inner #mainContent center #mainMargin #storefront {
	text-decoration: none;
}
#outer #container #inner #mainContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
}
