body.app{
	color:#303030;
	background:#e8eaec;
	font-family: Verdana;
	margin:auto;
	height:100%;
	width:800px;
	
}
img {	
	border:none;
	vertical-align:middle;	
}
h5 {
	padding-top:10px;
	padding-bottom:10px;
}
hr.thin {
	margin-bottom:0;
}
#main_container{
	width:100%;
	float:left;
	margin:4px 0 10px 0;
	background:#ffffff;
	color:#303030;
}
#logo_area {
	float:left;
	width:100%;
	height:140px;
	background-image:url(/images/logo_strip.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#content {
	float:left;
	width:796px;
	background-color:white;
	border-left:2px solid #5F72BA;
	border-right:2px solid #5F72BA;
}

#left_nav {
	padding-top:8px;
	float:left;
	width:180px;
	height:100%;
	background-color:white;
}

#left_nav  .item{
	width:100%;
	float:left;
	height:40px;
	padding-left:10px;
}

#left_nav  #about{
	background:url(/images/button_bg.gif) no-repeat;
}

#left_nav  #services{
	background:url(/images/button_bg.gif) no-repeat -10px 0;
}

#left_nav  #tools{
	background:url(/images/button_bg.gif) no-repeat -20px 0;
}

#left_nav  #products{
	background:url(/images/button_bg.gif) no-repeat -30px 0;
}

#left_nav  #clients{
	background:url(/images/button_bg.gif) no-repeat -40px 0;
}

#left_nav  #contact{
	background:url(/images/button_bg.gif) no-repeat -50px 0;
}


#left_nav a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
}

#left_nav a:hover {
	color:black;
}

#content_wrapper {
	float:left;
	width:594px;
	padding-left:10px;
	padding-right:10px;
	height:100%;
	background-color:white;
	font-size:.8em;
}

#footer {
	padding-top: 10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:.8em;
	float:left;
	text-align:center;
	width:100%;
	color:white;
	background-color:#5F72BA;	
}


#title_bar {
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-image:url(/images/title_bar_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:4px;
}

#page_title {
	float:left;
	font-size:1.2em;
}

#title_contextual {
	float:right;
	padding-right:4px;
}
#title_contextual a{
	text-decoration:none;
	font-size:.8em;
	color:white;
}

#page_content {
	min-height:400px;
	overflow:auto;
	width:100%;
	float:left;
	padding-bottom:20px;
}

body.popup{
	font-family: Verdana;
}
body.popup table tr td{
	font-size: .8em;
}

ul.error_msg li span{
	color:red;
}

