/*
Theme Name: Powerfusion.net Business Theme
Theme URI: http://powerfusion.net
Description: Powerfusion.net Business Theme for WordPress.
Version: 8.0
Author: Powerfusion Team
Author URI: http://powerfusion.net
*/
/*********************************************
		Standart Page Styles
*********************************************/
html, body { margin: 0; padding: 0; }
body * {margin: 0px; padding: 0px;}
body { 
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	padding: 0px; 
	background: #fff;
	color: #555555;
}

a {
	color: #555555;
	text-decoration: none;
}

a:visited {}
a:hover {}
a img {}

blockquote {
	margin-left: 10px;
	padding-left: 5px;
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

h4 {
	font-weight: normal;
	font-size: 13px;
}

h5 {
	font-weight: normal;
	font-size: 12px;
}

h6 {
	font-weight: normal;
	font-size: 11px;
}

	
	
img{
	border: none;
}
	
ol {
	padding: 0 0 0 25px;
	margin: 0;
}

ol li {
	margin: 0;
	padding: 0;
}
	
ul {
	padding: 0 0 0 25px;
	margin: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.blogroll {}

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.current_page_item {}
.current_page_parent {}

.entry {
	line-height: 1.5em;
	font-size: 15px;
}

.entry ul {
	padding-top: 5px;
   	padding-left: 10px;
   	padding-bottom: 15px;
}

.entry ul li {
	list-style-image:url(images/check.png);
 	margin: 10px 0px 5px 15px;
}

.linkcat{}

.navigation {}

.pagenav {}
.page_item {}
.postmetadata {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-style: italic;
}

.widget {}
.widget_text {}
.wp-caption {}
.wp-caption img {}
.wp-caption p.wp-caption-text {}

#contenttop_glidebox ul li{
	list-style-image:url(images/check.png);	
	margin: 10px 0px 10px 15px;
}

#contentbot_left h3{
	color: #99bdd2;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
}

#contentbot_left a:hover{
	text-decoration: underline;
	color: #53B1DF;
}

#contentbot_left p{
	line-height: 48px;
	margin-bottom: 10px;
}

#contentbot_main p{
	margin-bottom: 10px;
}

#contentbot_main a:hover{
	text-decoration: underline;
	color: #53B1DF;
}

#footerbox a{
	color: #555555;
}

#footerbox a:hover{
	text-decoration: none;
}
/*********************************************
		Page Styles
*********************************************/
#wrapper{
	width: 950px;
	height: 100%;
	text-align: center;
  	margin: 0px auto;
}

#header {
	display: block;
	margin: 0px auto;
	height: 237px;
	width: 950px;
	background: url(images/header.jpg);
}

#menubox {
	display: block;
	margin: 0px auto;
	height: 55px;
	width: 950px;
	background: url(images/menubox.png);
}

#contentbox_top{
	display: block;
	margin: 30px auto 0px auto;
	height: 253px;
	width: 950px;
}

#contenttop_left{
	float: left;
	display: block;
	margin: 0px auto;
	height: 253px;
	width: 264px;
}

#contenttop_right{
	float: right;
	display: block;
	margin: 0px auto;
	height: 253px;
	width: 683px;
	background: url(images/content_top.png);
}

#contenttop_glidebox{
	display: block;
	margin: 0px auto;
	height: 237px;
	width: 623px;
	text-align: left;
}

#contentbox_bot{
	display: block;
	margin: 15px auto 0px auto;
	height: 100%;
	width: 950px;
	/*border: 1px #0F0 solid;*/
}

#contentbot_left{
	float: left;
	display: block;
	margin: 0px auto;
	height: 100%;
	width: 265px;
	text-align: left;
}

#contentbot_right{
	float: right;
	display: block;
	margin: 0px auto;
	height: 100%;
	width: 683px;
}

#contentbot_main{
	display: block;
	margin: 0px auto;
	height: 100%;
	text-align: left;
	width: 683px;
}

#contentbotbox_news{
	display: block;
	margin: 15px auto 0px auto;
	height: 329px;
	width: 683px;
	background: url(images/contentbotbox_news.png);
	background-repeat:repeat-y;
}

.contentbot_newsentry{
	display: block;
	float: left; 
	margin: 0px auto 0px auto;
	height: 158px;
	width: 331px;
	overflow: hidden;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
}

#footerbox {
	display: block;
	margin: 15px auto 0px auto;
	height: 90px;
	width: 950px;
	background: url(images/footer.png);
}

#footercopyright {
	display: block;
	float: right; 
	margin: 23px auto 0px auto;
	height: 20px;
	width: 681px;
	text-align: left;
}

.verticalline {
	height: 5px;
	width: 683px;
	margin: 10px auto;
	background: url(images/verticalline.png);
}

.clear { 
	clear: both;
}
/*********************************************
		Menu Styles
*********************************************/
#menu{
	display: block;
	margin: 0px auto;
	padding-left: 0px; 
	height: 55px;
	text-align: left;
	line-height: 55px; 
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul{
	padding-left: 6px;
	padding-top: 7px;
}

#menu li{
	display:inline;
	height: 41px;
	float: left;
	line-height: 41px;
	padding-right: 5px;
	margin-left: 2px;
	text-align: left;
	background: url(images/menu_spacer.png) no-repeat right;
}

#menu li a{
	display: block;
	float: left;
	line-height: 39px; 	/* This value + 8px should equal height of button background (default is 31px) */
	height: 39px; 		/* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
	color: #ffffff;
	/*background: transparent url('images/menu_button2_left.png') no-repeat top left;*/ 
}

#menu li a span{
	/*background: transparent url('images/menu_button2_right.png') no-repeat top right;*/
	display: block;
	padding-right: 12px; 
}

#menu li a:hover{
	display: block;	
	color: #FFFFFF; 
	float: left;
	line-height: 39px; 	/* This value + 8px should equal height of button background (default is 31px) */
	height: 39px; 		/* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
	background: transparent url('images/menu_button3_left.png') no-repeat top left; 
}

#menu li a:hover span{
	background: transparent url('images/menu_button3_right.png') no-repeat top right;
	display: block;
	padding-right: 12px; 
}

#footermenu {
	display: block;
	float: right; 
	margin: 15px auto 0px auto;
	height: 20px;
	width: 681px;
	text-align: right;
}

#footermenu ul{
	padding: 0px;
}

#footermenu li{
	display:inline;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	text-align: left;
	background: url(images/footermenu_spacer.png) no-repeat right;
}

/*********************************************
		Content Glider Styles
*********************************************/
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	overflow: hidden;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding-top: 10px;
	visibility: hidden;
	color: #fff;
	font-size: 14px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
  	width: 264px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	font-weight: bold;
	text-decoration: none;
	background: url(images/bt_content.png) no-repeat;
	display: block;
	margin: 0 auto 3px auto;
	height: 48px;
	width: 264px;
	text-align: left;
	color: #fff;
	font-size: 18px;
  	padding-top: 13px;
}

.glidecontenttoggler a span{ /*style for every navigational link within toggler */
  padding-left: 30px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: url(images/bt_content_hv.png) no-repeat;
}

.glidecontenttoggler a:hover{
	background: url(images/bt_content_hv.png) no-repeat;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
}

.secline {
 font-size: 12px;
 font-weight:normal;
 padding-left: 30px;
}
