/*
------------------------------------------------------------------------
Theme Name: Planerp
Author:Filia Dominica
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, table {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li {
	list-style:none
}
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
strong {
	font-weight:bold
}
em {
	font-style:italic
}
a img {
	border:none
}
/* 
-----------------------------------------
LAYOUT
----------------------------------------- 
*/ 
html {
}

body, td {
	padding:0;
	margin:0;
	color:#c6cbcb;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	
}
body {
	background: url(../images/headerBg.jpg) repeat-x top #001c2e;	
}
p {
	line-height:16px;
}
form, p, h1, h2, h3, h4, h5, ul, ol {
	margin:0;
	padding:0;
}
img a, a img {
	border:none;
}
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
h1 {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#c6cbcb;
}
h1.home {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#c6cbcb;
	text-align:center;
	background:url(../images/titleBg.jpg) no-repeat;
	height:29px;
	line-height:29px;
}
h1.page {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#c6cbcb;
	background:url(../images/titlepageBg.jpg) no-repeat;
	height:29px;
	line-height:29px;
	width:698px;
}
h2 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#d35700;
}
h3 {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#c6cbcb;
}
hr {
 	color:#c6cbcb;
 	height:1px;
 	width:100%;
}

/* 
-----------------------------------------
HEADER
----------------------------------------- 
*/
.wrap {
	width:981px;
	margin:0 auto;
}
.header {
	height:256px;
	width:981px;
	margin:0 auto;
}
.topnav {
	height:256px;
	width:516px;
	float:left;
}
/* 
-----------------------------------------
BANNER
----------------------------------------- 
*/
.banner {
	padding-top:15px;
	float:left;
}


/* 
-----------------------------------------
MAIN
----------------------------------------- 
*/
.main {
	width:981px;
	margin:0 auto;
}

/* 
-----------------------------------------
CONTENT
----------------------------------------- 
*/
.contentHome{
	padding:10px 0;
}
.content{
	width:698px;
	padding-left:18px;
	padding-bottom:15px;
	float:left;
}
.content a, .content a:visited{
	font-weight:bold;
	color:#034b76;
}
.content ul,
.content ol {
	margin:5px 0;
}
.content ul li {
	background:url(../images/bullets.gif) no-repeat top left;
	padding-left:20px;
	line-height:16px;
}
.content ol li {
	list-style-position: outside;
	margin-left:20px;
	list-style-type: decimal;
}

/* 
-----------------------------------------
RIGHT
----------------------------------------- 
*/
.right{
	width:240px;
	float:right;
	margin-bottom:15px;
}

/* 
-----------------------------------------
SUBMENU
----------------------------------------- 
*/
.submenuT {
	width:240px;
	height:28px;
	background:url(../images/subTitle.png) no-repeat;
}
.submenuB {
	width:240px;
	height:22px;
	background:url(../images/subB.png) no-repeat;
}
.submenu {
	width:240px;
	background:url(../images/subTitle.png) no-repeat;
	background:#314955;
}
.submenu ul {
	margin:0;
	padding:0;
	font:bold 12px Arial, Helvetica, sans-serif;
}
.submenu ul li {
	margin:0;
	list-style:none;
	display:block;
	position:relative;
	line-height:30px;
	border-bottom:solid 1px #213945;
	
}
.submenu a {
	color: #c6cbcb;
	padding:0 15px;
	text-decoration:none;
	display:block;
	line-height:30px;
}

.submenu a:hover {
	color:#9aa4a8;
}
.submenu ul ul {
	position: absolute;
	z-index: 500;
	padding:0px 10px;
	background:#FFFFFF;
	top:0;
	left:100%;
}


.submenu ul ul li {
	display:block;
	border:none;
}
.submenu ul ul li a {
	color:#034b76;
	background: url(../images/arrow.png) no-repeat left;
	text-decoration: none;
	display:block;
	line-height:24px;
	text-align:left;
	padding-left:20px;
}
.submenu ul ul li a:hover {
	color:#086da1;
}

.submenu ul ul,
.submenu ul li:hover ul ul,
.submenu ul ul li:hover ul ul
{display: none;}

.submenu ul li a:hover ul ul,
.submenu ul li a:hover ul ul li {
	display:none;
}

.submenu ul li:hover ul,
.submenu ul ul li:hover ul,
.submenu ul ul ul li:hover ul
{display: block;}

.submenu li:hover ul, li.over ul { display: block;}

/* 
-----------------------------------------
FOOTER
----------------------------------------- 
*/
.footerwrap {
	background:#213945;
	width:100%;
	margin:0 auto;
}
.footer {
	width:941px;
	padding:20px;
	margin:0 auto;
	text-align:right;
	color:#969f9f;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.footer a {
	color:#969f9f;
	text-decoration:none;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	padding:0 5px;
	line-height:24px;
}
