@charset "utf-8";
/* CSS Document */

/*	DIVS	*/

#content	{
			margin:0 auto;
			width:1000px;
			background-color: #fff;
			margin-top:0px;
			height:100%;
}

#menu div	{
	z-index: 500;
}

#middleSection	{
	position:relative;
}

#pageContent	{
	margin-left:8px;
	margin-right:209px;
	margin-top:-24px;
}

#rightPannel	{
	position:absolute;
	width:200px;
	right:0px;
	top:0px;
	border: solid 1px #005128;
	border-top: 0px;
	border-right: 0px;
	margin-top:27px;
}

/* RIGHT PANNEL */
.rightPanel th	{
	background-color:#005128;
	color:#FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rightPanel td	{
	text-align:center;
	padding-bottom:0px;
}

/*	HEADINGS	*/

h1	{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#600;
	background:url(../images/design/h1bg.png) bottom left repeat-x;
	padding-left:8px;
	margin-left:-8px;
	padding-bottom:4px;
	margin-right:-209px;
}

h2	{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

h3	{
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}

img.gallery	{
	width:140px;
	border:1px solid #999; 
	padding:3px; 
	margin:3px;
}

a.paginate	{
		color: #333;
		font-size:11px;
		text-decoration:none;
}

#paginate{
		color: #CCC;
		font-size:11px;
		text-decoration:none;
}

a.news	{
		text-decoration:none;
		color:#036;
}

a.sale	{
		text-decoration:none;
		color:#036;
		font-size:13px;
}

a.normal	{
		color: #600;
		text-decoration:none;
		font-weight:bold;
}

a.normal:hover	{
		color:#036;
		text-decoration:underline;
}


body	{
		background: url(../images/design/bg_main.jpg) #005128 repeat-y top center;
		padding:0px;
		margin:0px;
		height:100%;
		font-family:Tahoma, Geneva, sans-serif;
		color:#333;
		font-size:13px;
}

table.menu	{
		background-image:url(../images/design/menu_bg.png);
		background-repeat:no-repeat;
		width:1000px;
		height:46px;
		font-family: Copperplate Gothic Light, Trebuchet MS, Georgia, garamond, times;
		font-size:13px;
		text-align:center;
		color: #fff;
}

td.menu	{
		background: url(../images/design/menu_item_bg.png) no-repeat right top;
		height:46px;
		vertical-align:top;
		padding-top:7px;
		padding-right:4px;
		text-align:center;
}

td.last_menu	{
		background: none;
		height:46px;
		vertical-align:top;
		padding-top:7px;
}



a.menu	{
	color:#CCC;
	text-decoration:none;
}

a.menu:hover	{
	color:#990;
}

a.subMenu	{
	color:#CCC;
	text-decoration:none;
}

a.subMenu:hover	{
	color:#fff;
}

td.subMenu		{
		text-align:left;
		white-space:nowrap;
		background-color:#333;
		border: 0px;
		padding:3px;
}

td.subMenu:hover	{
	background-color: #005128;
	border-bottom: 1px solid #fff;
	padding-bottom:2px;
	
}

table.subMenu	{
	background-color:#333;
}
