.container {
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #D3D3D3;
	position: relative;
}
.banner {
	background-color: #CC0000;
	height: 120px;
}
h1 {
	color: #CD0102;
	font-size: 16px;
}

.menu {
	height: 40px;
	background-image: url(images/pattern1.png);
	font-size: 13px;
	font-weight: normal;
}

.image {
	width: 410px;
}
#loading {
	width: 200px;
	float: right;
	position: relative;
}

#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
.scroll {
	float: right;
	width: 220px;
	color: #333;
	font-weight: bold;
	background-color: #CCC;
}
.slideshow {
	height: 500px;
}


.ad2 {
	width: 220px;
	color: #5E5E5E;
	font-weight: bold;
	left: 786px;
	top: 521px;
}
#ajax {

}


.ad {
	background-color: #F3F3F3;
	width: 240px;
	background-image: url(px/graypanel.gif);
	text-align: center;
}
.container .layout_wrap {
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 500px;
	background-image: url(images/back2.gif);
	background-repeat: no-repeat;
	}
.container .layout_wrap2 {
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 500px;
	background-color: #CE0000;
}

.footer {
	background-color: #D6D6D6;
	width: 990px;
	color: #C00;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C00;
	background-image: url(images/pattern11.png);
	height: 83px;
}
.container .banner img {
	font-size: 10px;
}

* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{
	width: 800px;
	margin: 25px auto;
} 
a									{ text-decoration: none; }

p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	z-index: 10;
	list-style-image: none;
	list-style-type: none;
}
ul.dropdown li                      {
	font-weight: bold;
	float: left;
	zoom: 1;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul.dropdown a:hover		            {
	color: #000;
}
ul.dropdown a:active                {
	color: #000;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #222;
}
ul.dropdown li:last-child a         {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: #000;
	position: relative;
	background-image: url(../images/pattern1.png);
}
ul.dropdown li.hover a              {
	color: #333333;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #333333;
	float: none;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{
	visibility: visible;
	width: 265px;
	position: absolute;
	z-index: 200;
}
