body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	
}

img { behavior:url(/_includes/iepngfix.htc); }

strong, em h1 h2 h3{
    font-family: Arial, Helvetica, sans-serif;
}

h4{
	font-size:17px;
	margin:0;
	color:#22267D;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

a {	
	text-decoration: underline;
	color:#50381E;
}

a:hover{	
	text-decoration: none;
	color:#333333;
}

a:active{	
	text-decoration: underline;
	color:#013501;
}

/*wrapper*/

#wrapper {
	margin:0 auto;
	padding:0 4px;
	width:780px;
	background-color: #FFFFFF;
	background-image:url(images/std-shadow.gif);
	
}

/*header*/

#headertop{
	background-image:url(images/header-top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:29px;
	width:788px;
	margin:0 auto;
}

#header {
	height: 60px;
	width: 740px;
	text-align: left;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: right;
	padding:16px 20px 16px 20px;
}

.headsearch{
	float:right;
	padding-top:0;
	clear:right;
}

	.headsearch img{
	vertical-align: middle;
	margin-bottom:1px;
}

.headsearch input[type=text]{
	border:1px solid #FFFFFF;
	background:#000555;
	color:#FFFFFF;
	width:62px;
	height:17px;
}

.headsearchtext{ 
	font-size: 11px;
	color: #999999;
	width:auto;
	height:auto;
	}

/*navigation*/

#nav{
font-size:12px;
width: 100%; /*leave this value as is in most cases*/
}

	#nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 775px; /*width of menu*/
	background-image:url(images/nav-back.gif);
	padding-left:5px;
	}
	
	#nav ul li{
	display: inline;
	}
	
	#nav ul li a{
	float: left;
	color:#160A55; /*text color*/
	padding: 7px 15px;
	text-decoration: none;
	border-right:#FFFFFF solid 2px;
	font-weight:bold;
	text-transform:uppercase;
	}

	#nav ul li a:hover, .indentmenu ul li .current{
	color: #160A55; /*text color of selected and active item*/
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 6px; /*shift text down 1px for selected and active item*/
	background-image:url(images/nav-back-over.gif);
	}
	
	#nav img {
	float:right;
	margin:0 13px 0 0;
}
	
#dropmenudiv{
	position:absolute;
	border:1px solid #AD9A87;
	font-size:10px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	}

	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #AD9A87;
	padding: 3px 0px;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	}

	#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E4ECEF;
	}
	
/*Content*/



#contenthome{
	width:780px;
	background-image: url(images/home-back.gif);
	clear:both;
}

	#contenthome td{
	vertical-align:top;
}

#homesell{
	padding:20px 20px 5px 20px;
	font-size:12px;
	line-height:150%;
	width:416px;
	vertical-align:top;
}

	#homesell h1{
	font-size:14px;
	color:#50381E;
	margin:0;
	line-height:150%;
}

	#homesell a {
	color:#50381E;
}

	#homesell a:hover{
	text-decoration: none;
}

	#homesell a:active{
	text-decoration: underline;
}

.prodsol {
	width:304px;
	padding:10px;
	height:187px;
	clear:both;
}

.prodsoltitle {
	color:#FFFFFF;
	background-image:url(images/h1-back.gif);
	font-size:12px;
	text-transform:uppercase;
	display:block;
	padding:8px 7px 7px 7px;
	font-weight:bold;
	margin-bottom:10px;
}



.prodsolspecs {
	width:150px;
	float:right;
	font-size:12px;
	line-height:150%;
}

	.prodsolspecs ul{
	margin:0px;
	list-style-type: none;
	margin-left: 0;
	text-indent: -1em;
	padding:.75ex 0 .75ex 1em;
}

	.prodsolspecs h1{
	display:block;
	color:#50381E;
	border-bottom:#AD9A87 solid 1px;
	font-size:14px;
	margin:0;
}

.prodsolspecs h1 a{
	text-decoration:none;
	color:#50381E;
}

.prodsolimg {
	width:145px;
	float:left;
	background-image:
}

	.prodsolimg img{
	padding:3px 4px 5px 4px;
}

#contentinside{
	width:780px;
	clear:both;
}

	#contentinside td{
	vertical-align:top;
}

#contentin {
	width:530px;
	color:#333333;
	line-height:150%;
	font-size:12px;
	padding:10px;

}

	#contentin h1{
	font-size:13px;
	color:#FFFFFF;
	display:block;
	background-image:url(/images/h1-back.gif);
	margin:-10px -10px 10px -10px;
	padding:10px 10px 8px 10px;
	line-height:100%;
	text-transform:uppercase;
}

	#contentin h2{
	font-size:17px;
	margin:0 0 .5em 0;
	color:#50381E;

}

	#contentin h3{
	font-size:13px;
	margin:0;
	color:#22267D;
}

	#contentin a {
	color:#50381E;
}

	#contentin a:hover{
	text-decoration: none;
}

	#contentin a:active{
	text-decoration: underline;
}

.contentinback {
	background-color:#F7F7F7;
}


.intthumbs {
	background-color:#E1E1E0;
	font-size:10px;
	line-height:120%;
}

.intthumbs img{
	margin:0 0 10px 0;
}

.intfull {
	background-color:#E1E1E0;
	font-size:12px;
	line-height:120%;
}

.intfull img{
	margin:0 0 10px 0;
}

#nav2nd {
	font-size:11px;
	line-height:160%;
	color:#50381E;
	width:150px;
	padding:10px;

}

	#nav2nd a{
	color:#50381E;
	text-decoration: none;
	display:block;
}

	#nav2nd a:hover{
	text-decoration: underline;
}

	#nav2nd a:active{
	text-decoration: none;
}

	#nav2nd h1{
	font-size:12px;
	color:#FFFFFF;
	display:block;
	background-image:url(images/h1-back.gif);
	margin:-10px -10px 10px -10px;
	padding:10px 10px 9px 10px;
	line-height:100%;
	text-transform:capitalize;
}

	#nav2nd ul{
	list-style: none;
	margin: 0;
	padding:0;
	border: none;
}

	#nav2nd li  {
	margin: 0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:#AD9A87 solid 1px;
}

.nav2ndback {background-color:#E1E1E0;}


/*buttons*/

.bttn2col {
	font-size:10px;
	line-height:100%;
	color:#50381E;
	width:251px;
	height:109px;
	color:#333333;
	margin:20px 20px 0 0;
	padding:14px 0 0 14px;
	background-image:url(images/bttn-2-col-back.png);
}

.bttn2col ul{
	list-style: none;
	margin: 0;
	padding:0;
	border: none;
}

.bttn2col li  {
	margin: 7px 0 0 0;
	
}

/*forms*/

.stdform form div {
	margin: 0 0 2ex 0;
	clear: left;
}

.stdform label {
	width: 6em;
	display: block;
	float: left;
	font-weight: bold;
	padding: .75ex 1em 1ex 0;
	text-align:right;
}

.stdform input {
	height:20px;
	width:200px;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.stdform textarea {
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.stdform .secondary {
	float:left;
	width:auto;
	font-weight:normal;
	margin:0 1em 0 3.5em;
}

.stdform form div.actions {
	margin: 2em 0 0 5em;
	padding: 0 0 0 2em;
	color:#000000;
}


/* START OF CSS FOR MAP */
dl.map {
	position:relative;
	width:527px;
	height:352px;
	background:url(images/dt-map-us.gif) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}

dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:100px;
	padding:4px;
	border:#666666 2px solid;
	background:#F0F2F0;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:11px;
	color:#333333;
	line-height:1.5em
}

dl.map a {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/dt-up.png) no-repeat;
	width:12px;
	height:12px;
	outline:none;
	z-index:10;
	text-decoration:none;
	background-image: url(images/dt-up.png);
}

dl.map a:hover {
	background:url(images/dt-over.png) no-repeat;
}


/* START OF CSS FOR MAP POINTS U.S. */
dl.map a#al {
	top:222px;
	left:366px;
}

dl.map a#ak {
	top:199px;
	left:303px;
}

dl.map a#az {
	top:198px;
	left:104px;
}

dl.map a#ca {
	top:157px;
	left:28px;
}

dl.map a#co {
	top:150px;
	left:171px;
}

dl.map a#ct {
	top:106px;
	left:511px;
}

dl.map a#de {
	top:146px;
	left:511px;
}

dl.map a#fl {
	top:280px;
	left:435px;
}

dl.map a#fl-2 {
	top:254px;
	left:390px;
}

dl.map a#ga {
	top:219px;
	left:402px;
}

dl.map a#id {
	top:76px;
	left:93px;
}

dl.map a#il {
	top:129px;
	left:332px;
}

dl.map a#in {
	top:128px;
	left:360px;
}

dl.map a#ia {
	top:107px;
	left:288px;
}

dl.map a#ks {
	top:156px;
	left:243px;
}

dl.map a#ky {
	top:158px;
	left:377px;
}

dl.map a#la {
	top:244px;
	left:305px;
}

dl.map a#me {
	top:22px;
	left:500px;
}

dl.map a#md {
	top:167px;
	left:511px;
}

dl.map a#ma {
	top:58px;
	left:511px;
}

dl.map a#mi {
	top:86px;
	left:368px;
}

dl.map a#mn {
	top:56px;
	left:275px;
}

dl.map a#ms {
	top:224px;
	left:335px;
}

dl.map a#mo {
	top:151px;
	left:296px;
}

dl.map a#mt {
	top:38px;
	left:146px;
}

dl.map a#ne {
	top:116px;
	left:230px;
}

dl.map a#nv {
	top:135px;
	left:62px;
}

dl.map a#nh {
	top:10px;
	left:467px;
}

dl.map a#nj {
	top:129px;
	left:511px;
}

dl.map a#nm {
	top:206px;
	left:164px;
}

dl.map a#ny {
	top:70px;
	left:453px;
}

dl.map a#nc {
	top:172px;
	left:445px;
}

dl.map a#nd {
	top:40px;
	left:224px;
}

dl.map a#oh {
	top:122px;
	left:393px;
}

dl.map a#ok {
	top:195px;
	left:254px;
}

dl.map a#or {
	top:62px;
	left:39px;
}

dl.map a#pa {
	top:103px;
	left:437px;
}

dl.map a#ri {
	top:85px;
	left:511px;
}

dl.map a#sc {
	top:197px;
	left:425px;
}

dl.map a#sd {
	top:77px;
	left:226px;
}

dl.map a#tn {
	top:182px;
	left:358px;
}

dl.map a#tx {
	top:243px;
	left:234px;
}

dl.map a#ut {
	top:142px;
	left:115px;
}

dl.map a#vt {
	top:11px;
	left:443px;
}

dl.map a#va {
	top:147px;
	left:441px;
}

dl.map a#wa {
	top:21px;
	left:53px;
}

dl.map a#wv {
	top:141px;
	left:414px;
}

dl.map a#wi {
	top:70px;
	left:318px;
}

dl.map a#wy {
	top:91px;
	left:157px;
}

/* START OF CSS FOR MAP POINTS Canada*/

dl.map a#qc {
	top:281px;
	left:374px;
}

dl.map a#on {
	top:304px;
	left:280px;
}

dl.map a#mb-n {
	top:258px;
	left:212px;
}

dl.map a#mb-s {
	top:305px;
	left:205px;
}

dl.map a#sk {
	top:275px;
	left:160px;
}

dl.map a#ab {
	top:265px;
	left:105px;
}

dl.map a#bc {
	top:220px;
	left:47px;
}

dl.map a#bc {
	top:248px;
	left:47px;
}


/* Footer */

#footer {
	text-align:left;
	font-size:9px;
	color:#FFFFFF;
	width: 740px;
	padding:20px 20px 0 20px;
	line-height:150%;
	background: url(images/footer-back.jpg) top no-repeat #000555;
	clear:both;
}

	#footer a{
	color:#FFFFFF;
	margin:0 0.5em 0 0;
	text-decoration:none;
}

	#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

	#footer a:active{
	color:#FFFFFF;
	text-decoration:none;
}
	#footer img{
	float:right;

}

#footer td {padding:30px 10px 0 0;}

#footershadow{
	background-image:url(images/footer-bttm.gif);
	background-repeat:no-repeat;
	height:9px;
	width:788px;
	margin:0 auto;
}
