/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6, pre { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* Standard HTML tag
*/
html
{
	height: 100%;

 
}
body
{
    background: #FFFFFF;
	color: #7e7e7e;
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
    height: 100%;
}

body.gradient-background
{
     background: transparent url(../image/background.gradient.jpg) repeat-x;
}

body.gradient-background-with-control
{
     background: transparent url(../image/background.gradient.jpg) repeat-x 0 68px;
}

a 
{
	color: #7e7e7e;
}
	a:hover 
	{
		color: #333333;
	}
h1
{
	line-height: 35px;
	font-size: 30px;
	font-family: georgia;
	font-weight: normal;
	color: #454545;
	padding: 9px 0 21px 0;
}
h2
{
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	font-family: georgia;
	color: #454545;
	padding: 0 0 0 0;
}	
h3
{
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #666666;
	padding: 0 0 0 0;
}
.clear
{
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.gradient-background #content-wrapper
{
}

.gradient-background #canvas-wrapper
{
    background: transparent url(../image/background.jpg) no-repeat top center;
    min-height: 680px;
    width: 100%;
}

/**
* Website Structure
*/
#canvas
{
	position: relative;
	margin: auto;
	width: 976px;
	padding: 0 0 20px 0;
	z-index: 60;
}
	#header
	{
		height: 83px;
	}

        #header img
        {
            margin-left: -4px;
        }

	#menu
	{
		height: 34px;
		color: #7a7a7a;
		font-size: 12px;
		padding: 14px 0 0 0;
		z-index: 90;
		position:relative;
	}
		a 
		{
			text-decoration:none;
		}
			a:hover 
			{
				color: #7a7a7a;
				text-decoration:underline;
			}
		
		#menu .elem
		{
			padding: 4px 0 0 0;
			height: 30px;
		}
		#menu .active
		{
			background: url(../image/menu.selected.gif) repeat-x;
		}
		
		#menu .left
		{
			position: relative;
			width: 488px;
			float: left;
		}
			#menu .left .elem
			{
				float: left;
				margin: 0 16px 0 0;
				cursor: pointer;
				z-index: 91;
			}
                #menu .name
                {
                    color: #333333;
                }

				#menu .left .hover .name
				{
					position: relative;
					z-index: 101;
					background: #d9d9d9 url(../image/menu.hover.gif) repeat-x;
					height: 30px;
				}
				#menu .left .elem .submenu
				{
					position: absolute;
					top:25px;
					left: -9px;
					z-index: 99;
					width: 330px;
					display: none;
				}
				#menu .left .hover .submenu
				{
					z-index: 99;
					/*display: block; */
				}				
					#menu .left .elem .submenu .top
					{
						z-index: 100;
						height: 22px;
						width: 330px;
						background: url(../image/submenu.bg.top.png) no-repeat;
					}
					#menu .left .elem .submenu .tile
					{
						z-index: 100;
						width: 330px;
						padding: 0 9px 0 9px;
						background: url(../image/submenu.bg.tile.png) repeat-y;
					}
					#menu .left .elem .submenu .bottom
					{
						z-index: 100;
						height: 22px;
						width: 330px;
						background: url(../image/submenu.bg.bottom.png) no-repeat;
					}
					#menu .left .elem .submenu .case
					{
						padding: 7px 0px 6px 20px;
						height: 35px;
						width: 292px;
						overflow: hidden;
						cursor: pointer;
					}
					#menu .left .elem .submenu .hover
					{
						background: url(../image/submenu.case.hover.png);
					}
						#menu .left .elem .submenu .thumbnail
						{
							float: left;
							width: 52px;
                            height: 35px;
							padding: 0 19px 0 0;
							overflow: hidden;
						}
						#menu .left .elem .submenu .info
						{
                            min-height: 35px;
							width: 200px;
							float: left;
							overflow: hidden;
                            vertical-align: middle;
						}
							#menu .left .elem .submenu .info .headline
							{
								color: #333333;
								font-size: 18px;
                                line-height: 18px;
								font-family: Georgia;
							}
							#menu .left .elem .submenu .info .type
							{
								font-size: 10px;
                                line-height: 14px;
								color: #333333;
							}
							#menu .left .elem .submenu .hover .info .headline
							{
								color: #FFFFFF;
							}
							#menu .left .elem .submenu .hover .info .type
							{
								color: #FFFFFF;
							}
						#menu .left .elem .submenu .id
						{
							display: none;
						}
			
		#menu .right
		{
			width: 488px;
			overflow: hidden;
			float: right;
		}
			#menu .right .elem
			{
				float: right;
				margin: 0 0 0 16px;
			}
			
	#content
	{
        padding-bottom: 20px;
		z-index: 20;
		position:relative;
	}
		
	#footer
	{
	}