﻿body 
{
	background-image: url(img/bg.png);
	background-repeat: repeat;
}

body, html
{
	font-family: Verdana, arial;
	font-size: 12px;
	line-height:20px;
	margin:0;
	padding:0;

} 
div {font-family: Verdana, arial;}

h1, h2, h3
{
    color:#F68517;
    margin-bottom:0px;
}
h1
{
	font-size: 15px;
}

h2
{
	font-size: 12px;
}

p
{
    margin-top:0px;
}
address
{
    font-style:normal;
}
.content li
{
    margin-bottom:14px;
}

a img { border:none; }

th, td { vertical-align:top; }

.midden
{
	/* background-color: #ffffff; */
	overflow: auto;
	position: relative;
	background-image: url(img/bg_content_white.png);
	background-repeat: repeat-y;
}


.content   	
{
	background-color: #ffffff;
	float: right;
	overflow: auto;
	position: relative;
	margin-right: 8px;
	width: 630px;
	padding-right:40px;
	padding:0px 40px 20px 0px;
}


.contentheader
{
	height: 145px;
	width: 580px;
	margin-top: 20px;
	background-image: url(img/bg_contentheader.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding:8px 16px 16px 16px;
	
	
}

	
.menubar, .footer  
{
	padding-left: 110px; 
	background-image: url(img/bg_menu.png);
	clear: both; 
	height: 20px;
	background-repeat: repeat-y;
}

#submenu
{ 
	z-index: 999;
	position: absolute; 
	padding: 0;
	margin: 0;
	left: 110px;  
	top: 157px; 
	height: 200px; 
	width: 690px; 
	/* background-color: #F68517; */
	background-image: url(img/bg_submenu.png);
	background-repeat: no-repeat;
}

.leftmenu  
{
	float: left; 
	background-color: #ffffff;
	position: relative;
	overflow: auto;
}
.menuitem  
{
	background-image: url(img/doubleslash_black.png);
	background-repeat: no-repeat;
	color: white;
	padding-left: 20px;
	font-size: 13px;
	text-decoration: none;
	width: 150px;
	display: block;
	float: left;
}
.menuitem:hover
{
	color: black;
}

.submenubarcontainer
{
	width: 170px;
	float: left;
}

ul.submenuitems
{
	list-style-image: url(img/doubleslash_white_low.png);
	margin-left: 0px;
	padding-left: 24px; /* was 16 */
	padding-bottom: 5px;
}
.submenuitems a
{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.submenuitems a:hover
{
    color:Black;
}

.footer a
{
	background-image: url(img/doubleslash_white_low.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	color: #666;
	padding-left: 20px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
}
.footer a:hover
{
	color: White;
}


.column_casedescription
{
    float:left;
    width:390px;
    margin-right:20px;
}
.column_screenshots
{
    float:left;
    width:175px;
}
    .column_screenshots a img { border:none; }
.screenshot
{
    width:175px;
    cursor:pointer;
}
.screenshot_caption
{
    color:Gray;
    text-align:center;
    margin-bottom:30px;
}


#breadcrumb_container
{
    margin-top:8px;
}