/* CSS Document */


body {
	color: #FAFAFC;
	background-color: #000000;
	margin: 0;


	padding: 10px 0 0 0 \;
	background-image: url(../redesign/images/bodybg2.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	text-align: center;
	position: relative;
	overflow-y:auto;
	background-image: url(../images/bodybgNew.gif);
	padding: 20px 0 0 0;
}
#shell {
	padding: 0;
	margin: 0px auto;
	width: 794px;
	background-image: url(../redesign/images/mainbg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

/*#left {
	background-color: #000000;
	background-image: url(../redesign/images/bodybgRight.gif);
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	height: 100%;
	background-attachment: fixed;
}**/
#footer {
	text-align: center;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px 0 30px 0px;
	width: 794px;
	background-image: url(../images/footer.png);
	background-position: center bottom;
	margin: 0px auto;
}

/*#subLeft {
	background-image: url(../redesign/images/sub_bodybgLeft.gif);
	float: left;
	width: 106px;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
	height: 100%;
	background-repeat: repeat;
}
#subRight {
	background-image: url(../redesign/images/sub_bodybgRight.gif);
	float: right;
	width: 106px;
	padding: 0;
	margin: 0;
	height: 100%;
}*/
#banner{
	margin: 0 auto;
	padding: 0 0 30px;
	width: 740px;
	height: 176px;
	background-image: url(../images/navbg.gif);
	background-color: #000000;
	border-top: 20px solid #000000;
	border-right: 20px solid #000000;
	border-left: 20px solid #000000;
	}
#banner img {
	margin: 15px 0 0 0;
	padding: 0;
	border-style: none;
}


#main {
	margin: 0 auto;
	padding: 25px 15px 5px 25px;
	text-align: justify;
	width: 700px;
	color: #000000;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
}
#main p {
	width: 90%;
	margin: 10px 0 0 15px;
	padding: 0px;
}



h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	width: 95%;
	text-transform: uppercase;
	padding: 0px;
	letter-spacing: .3em;
}
h1{
	font-size: 20px;
	
}
h2{
	font-size: 18px;
	
}
h3{
	font-size: 16px;
	
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 10px;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}



#menuwrapper{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	height: 31px;
	background-color: #000000;
	width: 778px;
	clear: none;
	background-image: url(../images/navbg2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #222222;
}
/*Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #1764F0;
	background-color: #000000;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin: -1px 0 0 0;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #1764F0!important;
	color: #FFFFFF!important;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
#p7menubar li {
	display: inline;
	float: left;
	list-style-type: none;
}
#p7menubar li ul, #p7menubar ul li  {
}
#p7menubar li ul a, #p7menubar ul li a {
	width: 125px;
	border-style: none;
	text-align: left;
	font-size: 10px;
}
#p7menubar ul li a  {
	color: #FFFFFF;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #000000;
	border: 1px solid #000000;
	width: 153px;
}
#p7menubar a {
	display: block;
	margin: 0;
	padding: 10px 13px 11px 12px;
	width: 104px;
	text-decoration: none;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 10px;
}
form {
	margin: 10px 25px 0 50px;
	}
#comments {
	width: 400px;
}

#otherReason {
	width: 200px;
}
#name, #number, #contactTime, #email, #otherReason, #comments {
	background-image: url(../images/shadeform.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 300px;
}
legend {
	font-weight: bold;
	font-size: 16px;
}
.clientimg {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}
.clientimg img {
	border: 2px solid #666666;
}

.clienttxt {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 500px;
}
.shellport {
	display: block;
	height: 200px;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #3B3F39;
}
.click {
	font: 9px Arial, Helvetica, sans-serif;
}

#main table {
	margin: 5px 0 0 0;
	padding: 0px;
}
a.query:link, a.query:visited {
	font-size: 12px;
	color: #1F211E;
	text-decoration: none;
}
a.query:hover, a.query:active {
	color: #3B3F39;
	text-decoration: underline;
}
#main a:link,  #main a:visited {
	color: #000000;
	text-decoration: underline;
}
#main a:hover,  #main a:active {
	color: #000000;
	text-decoration: none;
}
img { behavior: url(http://www.lunawebdesign.com/css/iepngfix.htc); }