/* CSS Document */

body {
	margin-top:0px;
}

#container {
	position: relative;
	width: 952px;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	position: relative;
	background-image:url(images/header.jpg);
	width: 952px;
	height: 120px;
}

#header_contact_info {
	position: relative;
	width: 600px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;	
	color:#000000;
	text-align:right;
	line-height:18px;
	margin-top:10px;		
}

#header_contact_info a:link {
	color:#000000;
	text-decoration:none;
}

#header_contact_info a:hover {
	color:#000000;
	text-decoration:none;
}

#header_contact_info a:visited {
	color:#000000;
	text-decoration:none;
}

#header_specials_button {
	position: relative;
	width: 156px;
	height: 34px;
	z-index:1;
	float:right;
}

#header_specials_button ul {
	list-style: none; margin: 0; padding: 0;
}

#header_specials_button li {
	float: left; margin: 0; display: block; position: relative;
}

a.specials {
  	display: block;
  	width: 156px;
  	height: 34px;
  	background: url("images/specials_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.specials { 
  background-position: 0 -34px;
}

a.specials span {
  display: none;
}


#nav {
	position: relative;
	width: 952px;
	height: 52px;
	margin-top:6px;
	z-index:1;
}

#nav ul {
	list-style: none; margin: 0; padding: 0;
}

#nav li {
	float: left; margin: 0; display: block; position: relative;
}

a.home {
  	display: block;
  	width: 169px;
  	height: 40px;
  	background: url("images/home_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.home { 
  background-position: 0 -40px;
}

a.home span {
  display: none;
}

a.sample_gallery {
  	display: block;
  	width: 224px;
  	height: 40px;
  	background: url("images/sample_gallery_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.sample_gallery { 
  background-position: 0 -40px;
}

a.sample_gallery span {
  display: none;
}

a.products {
  	display: block;
  	width: 179px;
  	height: 40px;
  	background: url("images/products_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.products { 
  background-position: 0 -40px;
}

a.products span {
  display: none;
}

a.how_to_order {
  	display: block;
  	width: 194px;
  	height: 40px;
  	background: url("images/how_to_order_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.how_to_order { 
  background-position: 0 -40px;
}

a.how_to_order span {
  display: none;
}

a.contact {
  	display: block;
  	width: 186px;
  	height: 40px;
  	background: url("images/contact_button.jpg") no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

a:hover.contact { 
  background-position: 0 -40px;
}

a.contact span {
  display: none;
}

ul#nav li ul#products
	{ position: absolute; top: 40px; left:48px; z-index: 10000; display: none; }
ul#nav li:hover ul#products
	{ display: block; }

ul#nav li ul li
	{ position: relative; }
ul#nav li ul li a
	{ display: block; background: #ffffff; padding: 8px; color: #000000; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; border: 1px solid #e1e1e1; border-bottom: 0; clear: both; width:155px; text-decoration:none;}
ul#nav li ul li:hover a
	{ display: block; background: #ffffff; padding: 8px; color: #cb549e; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; border: 1px solid #e1e1e1; border-bottom: 0; text-decoration:none;}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#index_categories {
	position: relative;
	width: 957px;
	height: 209px;
	margin: 20px 0px 10px 0px;
}

#index_bottom_buttons {
	position: relative;
	width: 957px;
	margin-top:40px;
}

#footer {
	position: relative;
	width: 957px;
	margin-top:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;		
	color:#000000;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cb549e;	
}

.category_margins {
	margin:5px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;	
	font-style:italic;
	
}

.category_margins a:link {
	text-decoration: none;
	color:#000000;	
	
}
.category_margins a:hover {
	text-decoration: none;
	color:#000000;	
	
}
.category_margins a:visited {
	text-decoration: none;
	color:#000000;	
	
}
