body  {
	font: 100%/135% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/body_back.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
a:link, a:visited {
	color: #284786;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF8A00;
}
#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	position: relative;
} 

#header {
	margin-bottom: 37px;
}
#header form {
	padding: 0 15px 0 0;
	margin: 30px 0 0;
	float: right;
	width: 210px;
} 
#header label {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 2px;
}
#header table {
	border-collapse: collapse;
	margin: -5px 0 0;
	padding:0;
}
#header td {
	padding: 2px;
}
#header input#search {
	margin: 0;
	padding: 1px;
	background: #FFF;
	border: 1px solid #000;
	width: 120px;
}

/* Begin main nav */

#main_nav {
	position: absolute;
	top: 85px;
	margin:0;
	padding:0;
	width: 768px;
}
#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	/*top: 31px;*/
	top: auto;
	margin:0;
	padding:0;
	border: 1px solid #333333;
	z-index: 10000;
	background: #A6CAFE url(p7pm/img/p7PM_frost.jpg);
}
/*added this */
#p7PMnav ul ul {
	border-top: 1px solid #205798;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0 14px;
	font: 120% Arial, Helvetica, sans-serif;
	background: url(../images/main_menu.jpg) no-repeat;
	float: left;
	width: auto;/* added 
	position: relative;*/ 
}
#p7PMnav li.first {
	background: none;
	padding-left: 10px;
}
#p7PMnav ul li {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 120%;
	text-transform:none;
	padding: 0;
	margin: 0;
	background: url(none);/* added 
	position: relative;*/ 
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 9px 8px 8px;
	color: #FFF;
	line-height:1;
	text-transform: uppercase;
	letter-spacing: .03em;
	/*float: left;*/
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #205798;
}
#p7PMnav ul a {
	color: #205798;
	padding: 6px 5px 5px;
	float: none;
}
#p7PMnav ul ul a {
	line-height: 130%;
}
#p7PMnav ul a:hover {
	background: #205798;
	color: #FFF;
}
#p7PMnav ul ul li {
	font-size: 100%;
	/*width: 150px;*/
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background:  url(p7pm/img/p7PM_light_east.gif) no-repeat right center;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}

/* lower container */
#holder {
	border-left: 1px solid #D7E5F3;
	border-right: 1px solid #D7E5F3;
	
}

#feature h1 {
	margin-top: 0;
	padding: 50px 260px 0 0;
	font: bold 240% "Trebuchet MS", Arial, sans-serif;
	color: #2C4A8A;
}
#sidebar1 {
	float: left;
	width: 155px; /* total 210px */
	padding: 10px 15px 0px 20px;	
}
#threeCol #sidebar1, #twoCol #sidebar1 {
	background: url(images/project_price_box.jpg) no-repeat;
	
	padding-top: 230px;
}
#twoCol #sidebar2, #oneCol #sidebar2, #oneCol #sidebar1 {
	display: none;
}
#sidebar2 {
	float: right;
	width: 180px; /* total 200px */
	padding: 15px 10px 15px 10px;
}
#sidebar2 p, #sidebar1 p {
	font-size: 90%;
}
#sidebar2 h3, #sidebar1 h3 {
	margin: 0 0 10px;
	font: normal 120%/140% "Trebuchet MS", Arial, sans-serif;
}
#sidebar2 h4, #sidebar1 h4 {
	font: 110%/140% "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 10px;
}
#sidebar1 .news {
	border-top: 1px solid #205798;
	padding-top: 20px;
	margin-top: 8px;
}
#sidebar1 .subnav {
	margin: 20px 0;
	padding: 5px 5px 15px 0;
	list-style: none;
	border-bottom: 1px solid #205798;
	border-top: 1px solid #205798;
}
#sidebar1 .subnav ul {
	list-style: none;
	margin:0;
	padding: 5px 0 5px 10px;
}
.subnav a {
	text-decoration: none;
	color: #205798;
	font: bold 100% "Trebuchet MS", Arial, sans-serif;
}
.subnav a:visited {
	color: #758CB3;
}
.subnav a:hover, .subnav a:active, .subnav a:focus {
	color: #FF8A00;
	text-decoration: underline;
}

#mainContent {
	margin: 0 210px 0 210px;
	padding: 0 10px;
} 
#twoCol #mainContent {
	margin-right: 20px;
	padding-top: 15px;
	margin-left: 250px;
}
#oneCol #mainContent {
	margin-right: 20px;
	margin-left: 30px;
	padding-top: 15px;
	/*padding-bottom: 80px;*/
}
#oneCol #holder {
	/*padding-bottom: 80px;*/
	background: url(none);
}


#mainContent p {
	margin: 0 0 12px 0;
}
#mainContent ul, #mainContent ol {
	margin-left: 20px;
}
#mainContent h1 {
	margin-top: 0;
	font: 150%/150% "Trebuchet MS", Arial, sans-serif;
	padding: 15px 0 0;
}
#mainContent h2 {
	font: 130% "Trebuchet MS", Arial, sans-serif;
	padding: 15px 0 0;
	color: #284786;
}
#mainContent h3 {
	font: 120% "Trebuchet MS", Arial, sans-serif;
	padding: 10px 0 0 15px;
	color: #000;
}
#mainContent h4 {
	font: 110% "Trebuchet MS", Arial, sans-serif;
	padding: 10px 0 0;
	color: #284786;
}
#mainContent h2 a, #mainContent a h3 {
	text-decoration: none;
}
#footer { 
	/*padding: 0 10px 0 20px;*/ 
	border: 1px solid #D7E5F3;
	border-top: none;
	background: #205798 url(images/foot_back.gif) repeat-x;
} 
#footer ul {
	margin:0;
	padding: 0;
	list-style: none;
	/*background: #FF8A00;*/
}
#footer li {
	float: left;
	margin: 0;
	padding: 0 14px;
	font: 120% Arial, Helvetica, sans-serif;
	background: url(images/foot_menu.gif) no-repeat;
}
#footer a {
	display: block;
	/*float: right;
	font-weight: bold;*/
	text-decoration: none;
	color: #FFF;
	padding: 6px 8px;
	text-transform: uppercase;
	letter-spacing: .03em;
}
#footer a:hover {
	color: #205798;
}
#footer li.first {
	background: url(none);
	padding-left: 14px;
}
#footer p {
	margin: 0; 
	padding: 2px 0; 
	text-align: center;
	color: #FFF;
	font-size: 85%;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltlft_no {
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
p.callout {
	font-size: 140%;
	color: #FF8A00;
	border-top: 1px solid #205798;
	border-bottom: 1px solid #205798;
	text-align: center;
	padding: 5px 0;
	/*margin: 5px 10px;
	font-weight: bold;*/
}
p.attention {
	color: #FE8802;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border: none;
}
td {
	padding: 2px 4px;
}

form.simple {
	margin: 10px 0 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid #333; /*#FE8802;*/
	width: 80%;
}
form.simple label {
	color: #758D2F;
	font-weight: bold; 
}
form.simple input, form.simple textarea, form.simple select {
	margin: 3px;
	padding: 2px;
	border: 1px solid #FE8802;
	background: #FFF;
	width: 200px;
	color: #758D2F;
	/*color: #205798;*/
}
form.simple textarea {
	width: 350px;
}
form.simple input:focus, form.simple textarea:focus {
	background: #fff;
	color: #000;
	border-color: #000;
}
form.simple input.submit {
	width: 12em;
	background: url(images/body_back.jpg) repeat-x 0px -85px;
	color: #FFF;
	border: 1px solid #D7E5F3;
}
form.formAlign .right {
	text-align: right;
}
form.formAlign label {
	font-weight: bold;
}
form.formAlign input, form.formAlign select {
	margin-left: 20px;
	width: 250px;
}
form.formAlign td {
	padding: 5px;
}
form.formAlign .required {
	color: #F00;
}

.OrderFormTableHeader {
	background-color:#FF9C52;
}
.OrderFormTable {
	background-color:#FFf;
}

.border {
	border: 1px solid #000000;
}

.orderTabBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
}

#download_form h1, h4 {
margin:0;
padding:0;
}

#pricing_form table {
bottom-border: 1 px solid #ccc;
}