body {
	background-color: #747474;
	margin: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #EB8206;
}
li {
	list-style-image: url(../../Images/imgArrowOrange.gif);
	font-size: 12px;
	color: #9C9EAC;
	margin-left: 20px;
	padding: 0;
}
p, label {
	font-size: 12px;
	color: #9C9EAC;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9C9EAC;
	margin: 0;
	padding: 0;
}
/* table border */
.l {border-left: solid 1px #9C9EAC;}
.r {border-right: solid 1px #9C9EAC;}
.t {border-top: solid 1px #9C9EAC}
.b {border-bottom: solid 1px #9C9EAC}

/* left nav */
#left {
	background-color: #ECEDF1;
}
#left img {
	margin: 15px;
}


div.phone {
	color: #EB8206;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
}
/* foot */
#foot {
	width: 802px;
	margin: 5px auto;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}
#foot a:link, #foot a:visited, #foot a:hover {
	color: #FFF;
}
.zz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.zz_yellow {
	color: #FFCC00;
}
/* sign up box */
#signup {
	padding: 10px 15px 5px 15px;
	margin: 5px 10px 0 15px;
	border: solid 1px #A1A3B0;
	color: #A1A3B0; 
	font-size: 12px;
	font-weight: bold;
}
#signup td {
	padding: 2px;
}
#signup label {
	text-align: right;
	color: #A1A3B0;
	font-size: 12px;
	font-weight: bold;
}
#signup input {
	border: solid 1px #A1A3B0;
}

/* home style */ 
td.home_box p {
	font-size: 11px;
	color: #9C9EAC;
	padding: 0 25px;
	margin: 0;
}
td.home_box p.home_orange_txt {
	color: #EB8206;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0 25px;
}
a.home_btn {
	display: block;
	text-align: right;
	margin: 6px;
}
#home_foot {
	width: 802px;
	margin: 0 auto;
	border-top: solid 10px #747474;
	background-color: #8A8989;
}
#home_foot .ph
{
	padding: 15px;
}
#home_foot p {
	color: #FFF;
	font-size: 10px;
	margin: 0;
/*	padding-right: 380px*/
}
#orange_box_wrapper {
	position: relative;
}
#orange_box {
	position: absolute;
	left: 20px;
	width: 260px;
}
#orange_box img {
	margin: 10px;
}	
#orange_box p {
	margin: 0;
	color: #FFF;
	padding: 11px;
	padding-top: 0;
	font-size: 10px;
}
#orange_box div.phone {
	text-align: left;
}
/* product thumbs */
td.light_bar {
	background-color: #ECEDF1;
	padding: 2px 0 1px 10px;
}
td.dark_bar {
	background-color: #CACBCE;
	padding: 2px 0 1px 10px;
}
td.product_thumb {
	padding-top: 5px;
}

/* product detail */
p.product_detail, ul.product_detail li, td.product_detail, th.product_detail {
	color: #555558;
	font-weight: normal;
}
ul.grey_bull li {
	list-style-image: url(../../Images/product_detail/imgArrowOrangeGrey.gif);
}

#nav
{
	padding: 20px 15px 50px 0;
	text-align: right;
}

#nav a.menu_parent_off
{
	clear: right;
	font-size: 12px;
	color: #A1A3B0;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	margin: 5px 0;
	text-align: right;
	background-image: url(../../Images/imgArrowGreyDown.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}
#nav a.menu_parent_on
{
	clear: right;
	font-size: 12px;
	color: #EB8206;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	margin: 5px 0;
	text-align: right;
	background-image: url(../../Images/imgArrowOrangeDown.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}

#nav a.menu_child
{
	clear: right;
	font-size: 11px;
	color: #9FA1AE;
	text-decoration: none;
	text-transform: lowercase;
	margin: 2px 0;
	text-align: right;
	background-color: White;
	display: block;
	width: 115px;
	padding: 2px 12px 2px;
	float: right;
}

div.MenuSpacer
{
	clear: right;
	display: block;
	height: 5px;
	font-size: 1px;
}

.Normal h1
{
	color: #9C9EAC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/imgBlueArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 30px 0px 30px;
}

.Normal h2
{
	color: #9C9EAC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/imgBlueArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 30px 0px 30px;
}

.Normal p
{
	padding: 0px 30px 0px 30px;
}

.Normal li
{
	padding: 0px 30px 0px 10px;
}

.Normal a
{
	color: #EB8206;
}

.message
{
	padding: 0px 30px 0px 30px;
	color: Red;
}
.Normal div.ZZ_EditButtons
{
	padding: 0px 30px 0px 30px;
}

input
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.ProductImage
{
	padding: 0px 30px 0px 30px;
}

.ProductTitle
{
	padding: 0px 30px 0px 30px;
	text-transform: lowercase;
	font-weight: bold;
	border-bottom: solid 1px #ECE9F1;
    position: relative;
    top: 15px;
    margin-bottom: 40px;
    height: 80px;
}
.ProductTitle em {
	text-transform: uppercase;
	font-style: normal;
}
.ProductTitle h2
{
	font-size: 26px;
	width: 350px;
}
.ProductTitle p
{
	font-size: 14px;
	font-weight: bold;
	width: 350px;
	height: 34px;
}

.ProductSpec
{
	background-color: #F1F2F5;
	padding: 10px 30px 8px 30px;
}
.ProductSpec h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	padding-bottom: 8px;
}
.ProductSpec table
{
	font-size: 10px;
	color: black;
	border-bottom: solid 1px #9C9EAC;
}
.ProductSpec td.Header
{
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #9C9EAC;
	border-top: solid 1px #9C9EAC;
}

.ProductHead
{
	position: relative;
	top:0px;
	left:401px;
	height: 440px;
	border-left: solid 1px #ECE9F1;
}

td.ProductHeader
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgVectorDetail.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.BlankProductHeader
{
	width: 200px;
	height: 190px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}

.ProdCatg
{
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #9C9EAC;
	padding: 2px 0px 2px 13px;
	display:block;
}

td.ProdDet
{
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #9C9EAC;
	padding: 13px 13px 2px 13px;
}

.Subtitle
{
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	color: #9C9EAC;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/imgBlueArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 30px 0px 30px;
}

.InsideTitle
{
	color: #9C9EAC;
	font-size: 42px;
	text-transform: lowercase;
	position: relative;
	top:-68px;
	left:9px;
}

td.ProductHeaderAncillary
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgVectorExcluderCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderLocking
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgExcluderCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderMultiPoint
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/MasterlockHead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderVision
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgVisionHandleCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderVirage
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgVirageHandleCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderDefenderEgress
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgDefenderEgressCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderParallel
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgParallelCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderSterling
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgSterlingCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderStorm
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgStormCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderStormEgress
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgStormEgressCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderStormBalanced
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgStormBalancedCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderDetachableRestrictor
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgDetachableRestrictorCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderCavityFitRestrictor
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgCavityFitRestrictorCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderDefenderLock
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/imgDefenderLockCloseUp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderCylinderGuard
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/CylinderGuardSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderFrenchDoorLock
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/FrenchDoorlockSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderLeverSets
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/HandleGoldSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderDoorHinges
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/HingesSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderSpyHole
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/SpyholeSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderNumerals
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/NumeralsSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderKnockers
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/KnockerSpyHoleSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}
td.ProductHeaderLetterPlates
{
	width: 200px;
	height: 190px;
	text-align: right;
	background-image: url(../../Images/LetterboxSml.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ECE9F1;
	font-size: 12px;
	font-weight: bold;
	color: #9C9EAC;
	padding: 10px 10px 0px 0px;
	vertical-align: top;
}



.Centered
{
	text-align:center;
}
.Centered h2
{
	color: #9C9EAC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/imgBlueArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 30px 0px 30px;
	text-align: left;
}

