/*LAYOUT*/
body {
	background-image: url(images/background.jpg);
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	float: none;
	width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#header {
	float: left;
	width:880px;
	height:150px;
	margin: 0 auto;
	padding: 0;
	z-index:1;
	background-image: url(images/banner.jpg);
}

/* -------- Phone Number */
#phone {
	float:right;
	width:317px;
	height:44px;
	text-align: right;
	font-size: 18px;	
	color: #c6c7d7;
	margin-top:36px;
	margin-right:20px;
}
/* -------- Phone Number */
#nav_bar {
	float: left;
	margin: 0 auto;
	width:880px;
	height:25px;
	z-index:2;
	background-image: url(images/nav_bar.jpg);
}
#main_content {
	float: left;
	width:800px;
/*	height:550px; */
	z-index:3;
	background-image: url(images/main_content.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding: 10px 40px 40px 40px;
	text-align: left;
	vertical-align: text-bottom;
}
#footer {
	float: left;
	margin: 0 auto;
	width:880px;
	height:25px;
	z-index:4;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.flash {
width: 700px;
height: 205px;
}
/*LAYOUT*/
	
h1 {font-size: 20px; line-height: 30px; color: #000066; margin: 6px;border-bottom: .09em solid #ACA899;width: 310px; }
h2 {font-size: 18px; color: #000066; }
h1 {font-size: 16px; color: #000066; }
.blue12 {font-size: 12px; color: #000066;text-align: right; }
.blue16 {font-size: 16px;color: #000066;font-weight: bold;}
.gray18 {font-size: 18px; color: #666666; }
.gray12L {font-size: 12px;color: #666666;text-align: left;}
.gray12 {font-size: 12px;color: #666666;text-align: right;}
.gray10 {font-size: 10px; color: #666666;}
.white18 {	font-size: 18px;color: #FFFFFF;}
.para_heading {	font-size: 14px;color: #333333;	font-weight: bold;}
.para {	font-size: 12px;color: #333333;	font-weight: bold;}
.product_table {font-size: 12px;color: #666666;	text-align: right;}
.footertext {font-size: 11px;color: #666666; text-align: center;border-top: 1px solid #ccc;margin: 0 40px 2px 40px;line-height:11px;}
.click {font-size: 11px; color: #003399;text-align: left; }
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}


/*--------  Drop Down Menu  ----------*/
#menu {
	float: left;
	position: relative;
	margin: -25px 0 0 4px!important;
	margin: -25px 0 0 2px;
	width:870px;
	height:23px;
	z-index:1000;
	
}
#ddmenu {
	margin: 0;
	padding: 0;
	z-index: 30}

#ddmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 14px;
}

#ddmenu li a {
	display: block;
	width: 78px;
/*-------- height: 20px;   height interferes with sublevel items!----------*/ 
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0!important;
	margin-left: -2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#ddmenu li a:hover {
	background-color: #C6C7d7;
	color: #000066;

}
#ddmenu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #999999
}
#ddmenu div a {

	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #eeeeee;
	color: #666666;
	font: 11px arial}

#ddmenu div a:hover	{
	background: #999999;
	color: #FFF
}

/* -------- POP UP Images */
a.popup b {
	position:relative;
	visibility:hidden; /* hide the image */
	width:300px; /* give it a width */
	height:0px; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
	border:0px solid #000; /* add a border */
	float: right;
	font-size: 18px;
	color: #c6c7d7;
}

a.popup_d1 b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:205px; /* give it a width */
	height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
	border:0px solid #000; /* add a border */
	left:530px; /* position:the image */
	top:15px;
	z-index: -1000;
}

a.popup_d2 b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:205px; /* give it a width */
	height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
	border:0px solid #000; /* add a border */
	left:290px; /* position:the image */
	top:15px;
}
a.popup:link,a.popup_d1:link,a.popup_d2:link {
	font-size: 14px;
	color: #333333;
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
}
a.popup:hover, a.popup_d1:hover,a.popup_d2:hover{
	font-size: 14px;
	color: #333333;
	text-decoration:underline;
	border:0; /* needed for this to work in IE */
	z-index:1000;
}

a.popup:visited,a.popup_d1:visited,a.popup_d2:visited {
	font-size: 14px;
	color: #333333;
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
}
a.popup:hover b,a.popup_d1:hover b,a.popup_d2:hover b {
	visibility:visible; /* make the image visible */
	height:650px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500; 
}
a.popup:hover b img,a.popup_d1:hover b img,a.popup_d2:hover b img {
	border:0; /* remove the link border */
}


/* ------ Category and Designer Pages --------------*/
#designers_page {
	float: left;
	width:415px;
}
#subcontent_d1 {
	position: relative;
	left: 20px;
	top: 20px;
	width:205px;
	height:335px;
	z-index:10;
	text-align: right;
}
#subcontent_d2 {
	position: relative;
	left: 255px;
	top: -315px;
	width:205px;
	height:332px;
	z-index:10;
	text-align: right;
}

.subcontent_d1 {
	float:left;
	width:205px;
	margin-bottom:10px;
	text-align: right;
}
.subcontent_d2 {
	float:right;
	width:205px;
	text-align: right;
}

#designerImages {
	float:right;
	width:250px;
	text-align:left;
	border:0px solid #000; /* add a border */
	height:300px;
}

.ListItemStyle {
	height:140px;
	overflow:hidden;
	text-align:center;
	border:1px solid #EBEBEB;
	padding:2px;
	margin:1px;
}
