@charset "UTF-8";
/* CSS Document */
body {
	background-color: #352b21;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

B {
	visibility: hidden;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 787px;
}

#header {
	margin: 0px;
	height: 77px;
}
#header a {
	background-image: url(images/logo_andyshufly.png);
	background-repeat: no-repeat;
	display: block;
	height: 77px;
	margin: 0px;
	padding: 0px;
}

#side-a {
	float: left;
	width: 155px;
	height: 631px;
}

#side-b {
	margin: 0;
	float: left;
	width: 632px;
	height: 631px;
	background-image: url(images/bk_pnl.png);
}

#SubHdr {
	margin: 0;
	background-image: url(images/bk_pnlCt.png);
	background-repeat: no-repeat;
	height: 77px;
}

#SubCnt {
	background-image: url(images/bk_pnlCt.png);
	background-repeat: no-repeat;
	height: 554px;
	background-position: 0px -77px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#footer {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #F49D00;
	text-align: center;
	display: block;
	padding-left: 155px;
}
 
#footer a:hover, #footer a:link, #footer a:visited {
	color: #F49D00;

}

#NavPanel {
	width: 155px;
	height: 631px;
	margin: 0px;
	padding: 0;
	position: relative;
	background-image: url(images/btns.png);
}

#NavPanel li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
}

#NavPanel li, #NavPanel a {
	width: 155px;
	height: 155px;
	display: block;
}

#navBtn3D { top:   0px;}
#navBtn2D { top: 156px;}
#navBtnRS { top: 311px;}
#navBtnCt { top: 467px;}

#navBtn3D a:active, navBtn3D a:focus { outline:none;}
#navBtn2D a:active, navBtn2D a:focus { outline:none;}
#navBtnRS a:active, navBtnRS a:focus { outline:none;}
#navBtnCt a:active, navBtnCt a:focus { outline:none;}

#navBtn3D a:hover {
	background-color: transparent;
	background-image: url(images/btns.png);
	background-repeat: no-repeat;
	background-position: -155px 0px;
}

#navBtn2D a:hover {
	background-color: transparent;
	background-image: url(images/btns.png);
	background-repeat: no-repeat;
	background-position: -155px -156px;
}

#navBtnRS a:hover {
	background-color: transparent;
	background-image: url(images/btns.png);
	background-repeat: no-repeat;
	background-position: -155px -311px;
}

#navBtnCT a:hover {
	background-color: transparent;
	background-image: url(images/btns.png);
	background-repeat: no-repeat;
	background-position: -155px -467px;
}
#hrd3D {
	background-image: url(images/shd_3D.png);
	background-repeat: no-repeat;
	height: 77px;
}
#hrd2D  {
	background-image: url(images/shd_2D.png);
	background-repeat: no-repeat;
	height: 77px;}
#hrdRS  {
	background-image: url(images/shd_RS.png);
	background-repeat: no-repeat;
	height: 77px;
}
#hrdCT  {
	background-image: url(images/shd_CT.png);
	background-repeat: no-repeat;
	height: 77px;
}
#hrdEr {
	background-image: url(images/shd_Er.png);
	background-repeat: no-repeat;
	height: 77px;
}

.SecHdr {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
#CntPnl {
	height: 468px;
	width: 621px;
	color: #FFFFFF;
	overflow: auto;
	position: relative;
}
.ContactLabel {
	vertical-align: middle;
	display: block;
	color: #FFFFFF;
	clear: both;
	border: thin solid #669933;
	background-color: #669933;
	text-indent: 10px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
}
.ContactInfo {
	vertical-align: middle;
	display: block;
	color: #FFFFFF;
	clear: both;
	border: thin solid #669933;
	padding: 10px;
	height: auto;
}
.asFormLabel {
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4F5011;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #64652B;
	border-right-color: #303105;
	border-bottom-color: #303105;
	border-left-color: #64652B;
	vertical-align: middle;
}
.asForm {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #252604;
	border-right-color: #66672C;
	border-bottom-color: #63642B;
	border-left-color: #3C3B13;
	color: #F9C400;
	font-weight: bold;
}

.padding {
	padding: 10px;
}
