@charset "utf-8";
/* PowerVoice CSS */

/* Main Body */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:780px;
}


a, a:link, a:visited, a:active {
	text-decoration: none;
}

#main_container {
	width:780px;
	height:3500px;
}

/* Header */
#main_header {
	width:952px;
	height:424px;
}

#powerconnex_logo {
	width:780px;
	height:83px;
}

#menu_tabs {
	width:780px;
	height:41px;
}

.menus {
	height:41px;
	float:left;
}

#flash_logo {
	width:780px;
	height:239px;
}

#flash_logo div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

#flash {
	float:left;
}

#logo {
	float:left;
	padding-left:5px;
	padding-top:10px;
}

#title {
	width:780px;
	height:60px;
}

/* Body */
#main_body {
	height:3250px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-top:thin;
	border-top-style:solid;
	border-left:thin;
	border-left-style:solid;
	border-right:thin;
	border-right-style:solid;
	border-color:#CCCCCC;
}

#left_panel{
	float:left;
	width:500px;
	height:2000px;
	padding: 10px 10px 10px 10px;
	text-align:justify;
}

#left_center{
	width:600px;
}
#left_panel p {
	text-align:justify;
}

#title_main{
	width:500px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#right_panel{
	float:left;
	width:226px;
	height:800px;
	padding: 10px 10px 10px 10px;
}

#title_right{
	width:225px;
	height:300px;
}

#title_right div {
	background-image:url(images/bckground.jpg);
	padding-bottom:5px;
	padding-left:5px;
}

#spacer_right {
	height:20px;
}

#spacer_body{
	float:left;
	width:10px;
}

#spacer {
	width:780px;
	height:5px;
}

/* Footer */
#main_footer {
	width:780px;
	height:100px;
	background-image:url(images/footer_main.jpg);
}

.footer_menu_one {
	padding-left:150px;
	padding-top:13px;
}

.footer_menu_second {
	padding-left:120px;
	padding-top:5px;
}
	
.footer_menu_third {
	padding-left:150px;
	padding-top:5px;
}

.footer_menu_fourth {
	padding-left:190px;
	padding-top:5px;
}

.application {
	background-color:#000066;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
}

.contact_form {
	background-image:url(images/contact_us1.jpg);
	width:210px;
	height:280px;
}

.contact_form div {
	padding-left:5px;
}

.contact_form_name {
	padding-top:30px;
}

.contactus {
	text-align:right;
}


