/* $Id: style.css 159 2009-01-25 03:36:33Z webb $ */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

html{
	height:100%;
}
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(images/bg.gif) no-repeat;
}

p{
	margin-top:5px;
	margin-bottom:10px;
}

#mainContainer{
	width:1024px;
	margin:10px auto 0 auto;
	text-align:left;
	background-color:#fff;
	background: url(images/border.gif) repeat-y; 
}

#wac_menu img{
	border:0px;
}

/* End general styles for this example page */
/* General configuration CSS */

#wac_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#wac_menu{
	visibility:hidden;	
	width:960px;
	margin: 0 auto;
	background-color:#7fbdce;
}
#wac_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
}
#wac_menu li{
	list-style-type:none;	/* No bullets */
}	
#wac_menu a{

	margin:0px;
	padding:0px;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
 	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#wac_menu ul{
	text-align:center;
}
	
#wac_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border:0px;
	background-color:#7fbdce;
	overflow:visible;
}
#wac_menu ul.menuBlock2{	/* Menu bar - main menu items */
	border:0px;
}

/***********************************************************************
	CSS - MENU ITEMS
 	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#wac_menu a{
	color: #fff;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-size:1.1em;
	width:124px;
}

/*
Main menu items 
*/
#wac_menu .currentDepth1{
	padding-left:5px;
	padding-right:5px;
	width:124px;
}
#wac_menu .currentDepth1over{
	padding-left:5px;
	padding-right:5px;
	width:124px;
}
#wac_menu .currentDepth1 a{
	font-weight:bold;
}
#wac_menu .currentDepth1over a{	/* Text rules */
	color:#333;
	font-weight:bold;
}

/* Sub menu depth 1 */
#wac_menu .currentDepth2{
	padding-right:2px; 
	background-color: #7fbdce;
	border:2px solid #7fbdce;
	width:124px;
	font-size:.9em;
}
#wac_menu .currentDepth2 a{
        font-weight:bold;
	font-size:.9em;
}
#wac_menu .currentDepth2over{
	padding-right:2px;
        background-color: #7fbdce;
        border:2px solid #7fbdce;
        width:124px;
        font-size:.9em;
}	
#wac_menu .currentDepth2over a{	/* Text rules */
	color:#333;
	font-weight:bold;
	font-size:.9em;
}	
/* Sub menu depth 2 */
#wac_menu .currentDepth3{
	padding-right:2px;
	border:1px solid #FFF;
}
#wac_menu .currentDepth3over{
	padding-right:2px;
	background-color:#EDE3EB;
	border:1px solid #000;
}
/* Sub menu depth 3 */
#wac_menu .currentDepth4{
	padding-right:2px;
	border:1px solid #FFF;
}
#wac_menu .currentDepth4over{
	padding-right:2px;
	background-color:#EBEDE3;
	border:1px solid #000;
}

#wac_main {
	background-color:#FFF;
        color:#222222;
        text-align:center;
        font-weight:bold;
	padding-bottom: 15px;
	width:960px;
	margin:0 auto;
}
#wac_main a{
        color:#000;
        text-align:center;
        font-weight:bold;
}
#wac_main p{
        text-align:left;
}
#wac_container {
	text-align:left; 
	margin:0 auto; 
	width:960px;
}
#wac_header {
	text-align:left;
	margin-left:375px;
	padding:10px 20px;
}
#wac_left {
	float:left; 
	width:350px; 
	font-weight:normal; 
	text-align:left; 
	display:inline; 
	margin:10px 0 10px 35px;
}
#wac_right {
	margin-left:375px; 
	margin-right:20px; 
	padding:10px 20px 20px 20px; 
	font-weight:normal;
}
#wac_blog {
        text-align:left;
        margin:0 auto;
        width:800px;
}
#wac_blog p {
	font-weight:normal;
}
#wac_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: blue;
	width:670px;
}
#wac_table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	font-size:1.2em;
}
#wac_table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#wac_table .category {
	width:150px;
}
#wac_table .description {
}

/* DETAIL STUFF */

#detailName {
        position: absolute;
/*        top: 20px; */
        left: 250px;
        text-align: center;
        vertical-align: bottom;
}

#detailMain {
        position: absolute;
/*        top: 95px; */
        left: 20px;
        width: 400px;
}

#detailMain img{
        border-style: solid;
        border-color:#000;
}

#detailDescription {
        position: absolute;
        line-height: 19px;
/*        top: 95px; */
        left: 435px;
        width: 250px;
}

#detailImages {
        position: absolute;
        width: 200px;
}

#detailImages img{
        border-style: solid;
        border-color:#000;
}
.gallery {
	font-weight:bold;
}
.gallery a img {
	border:0;
}
.vendors {
	margin-left:10px;
}
#copyright {
        width:960px;
        margin:0 auto;
        text-align:left;
	color:#000;
	font-size: 0.9em;
	background-color:#7ebcce;
	background: url(images/footer.jpg) no-repeat;
	padding-bottom:0;
	margin-bottom:0;
	clear:left;
}
#copyright a{
	color:#000;
}

#photowrap {
 margin: 0 auto 0 auto;
 padding: 2em;
 width: 300px;
 background-color:#fff;
}

#photodiv {
  background-repeat: no-repeat;
}

#wac_faqs {
	padding: 0 50px; 
	font-weight:normal
}
#wac_faqs h3 {
	text-decoration:underline;
}
#wac_faqs p {
	
}
