@charset "UTF-8";
/* CSS Document */

/* SITE STYLES */
html, body{
	margin: 0;
	padding: 0;
	
}

body, h1, h3, form {
	font: 11px Tahoma, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

body {background: url(../images/header_bg.jpg) repeat-x;}

#header_body {
	z-index: 12;
	width: 900px;
	height: 100px;
	margin-top: 0px;
}




img {border: 0;}

div {position: relative;}

a {text-decoration: underline; color: #ff8003;}
a:hover {text-decoration: none;}

.class1 a:link {text-decoration: none; color:white;}
.class1 a:visited {text-decoration: none; color:white;}
.class1 a:active {text-decoration: none}
.class1 a:hover {text-decoration: underline; color: white;}

.class2 a:link {text-decoration: none;}
.class2 a:visited {text-decoration: none;}
.class2 a:active {text-decoration: none}
.class2 a:hover {text-decoration: underline;}

#seriessub a {text-decoration: none; color: #1b0714;}
#seriessub a:hover {text-decoration: underline;}

#seriesmain a {text-decoration: underline; color: white;}
#seriesmain a:hover {text-decoration: none;}

#logo_main {
	z-index: 20;
	position: absolute;
	left: 20px;
	top: 15px;
}

#contact_us {
	z-index: 21;
	position: absolute;
	width: 200px;
	top: 16px;
	right: 10px;
}

#quicksearch {
	z-index: 23;
	position: absolute;
	width:350px; 
	height:25px;
	top: 30px;
	right: 10px;
}

#mainmenu {
	z-index: 19;
	padding-left:470px; 
	padding-top:80px; 
}

#footer {
	color: #FFFFFF;
	background:  url(http://www.usled.com/web10/images/footer_bg2.jpg) repeat-x;
	padding: 6px 0 5px 0;
}

#pcm{display:none;}


/* ESTIMATOR */
/* MAIN CONTAINER DIV */
#mainContainer {
	margin:0 auto;
	width:700px;
	height:620px;
	border:1px solid #000;
	text-align:left;
	background-color:#f1f1f1;
}
/* TOP MENU AND DROP DOWNS */
#topMenu {
	background-color:#8c8178;
	height:60px;
	border-bottom:1px solid #000;
	
}
	#topMenu li {
		float:left;
		list-style-type:none;
		text-indent:5px;
	}
	
	#calcButton {
		margin-left:5px;
		width:70px;
		font-family:Calibri;
		font-size:12px;
	}
	
/* LEFT SECTION OF MAIN CONTAINER */
#leftContainer {
	width:340px;
	float:left;
}
#keyStats {
	width:150px;
	margin-left:50px;
	margin-top:25px;
	float:left;
}
	#keyStats li {
		list-style-type:none;
		text-align:right;
	}
#keyStatsValues {
	width:100px;
	margin-top:25px;
	margin-left:20px;
	float:left;
}
	#keyStatsValues li {
		list-style-type:none;
	}
#costAnalysis {
	width:150px;
	margin-left:50px;
	margin-top:25px;
	float:left;
}
	#costAnalysis li {
		list-style-type:none;
		text-align:right;
		padding:1px 0 6px 0;
	}
#costAnalysisValues {
	width:100px;
	margin-top:25px;
	margin-left:20px;
	float:left;
}
	#costAnalysisValues li {
		list-style-type:none;
		text-align:center;
		height:19px;
	}
	.costInput {
		height:10px;
		line-height:10px;
	}
	/* cost analysis values simulated table */
	.liHeader {
		background-color:#8c8178;
		border:1px solid #000;
	}
	.liRow {
		border:1px solid #000; border-top:0;
		background-color:#FFF;
	}
	
/* RIGHT SECTION OF MAIN CONTAINER */
.charTableHeader {
	background-color:#8c8178;
}

#rightContainer {
	float:right;
	margin-top:25px;
	margin-right:25px;
}

	/* table borders */
	#rightContainer table {
		border-color: #000;
    	border-width: 0 0 1px 1px;
    	border-style: solid;
		background-color:#FFF;
	}
	#rightContainer td {
		border-color: #000;
		border-width: 1px 1px 0 0;
		border-style: solid;
		margin: 0;
		background-color:#FFF;
	}


.characters {
	font-weight:bold;
}
	

/* Error message */
#ErrorMessage {
	display:none;
	color:#F00;
	margin-left:10px;
	margin-top:10px;
}
#ErrorMessage2 {
	display:none;
	color:#F00;
	margin-left:10px;
	margin-top:10px;
}

/* Font Name Select Box Styles */
.styledSelect { width: 150px; height: 22px; margin: 0 0 0 5px; padding: 0; position: relative; background: #FFF url(http://www.usled.com/web10/estimator/selectBox.gif) top left no-repeat; font-weight:normal; font-size:13px; }
.styledSelect ul { list-style: none; margin: 0; padding: 0; position: absolute; top: 0; left: 0; width: 100%; }
.styledSelect ul li {	margin: 0; padding: 3px 3px 2px 3px; display: block; width:144px; }
.styledSelect ul li.closed { width:144px; }
.styledSelect ul li.closed:hover { cursor:pointer; }
.styledSelect.open ul { border:1px solid #333; }
.styledSelect.open ul li { width:144px; background-color:#FFFFFF; }
.styledSelect.open ul li.first { background: #FFF url(http://www.usled.com/web10/estimator/selectBox.gif) top left no-repeat; }
.styledSelect.open ul li:hover { cursor:pointer; }
.styledSelect.open ul li.first:hover { background: #FFF url(http://www.usled.com/web10/estimator/selectBox.gif) top left no-repeat; color:#000000; }

/* END ESTIMATOR */



/* SITE MENU */
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	background-color:#ffffff;
	background-repeat:repeat;
	border-color:#A6A6A6;
	border-width:0px;
	border-style:solid;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:170.1px;
}
ul.pureCssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#4C4840;
	border-width:0px;
	border-color:#FCEEB0;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:5px;
	padding-left:5;
	font:bold 11px Arial;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	
	background-image:none;
}

ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
/*ul.pureCssMenu li:hover>a{
	background-color:#91ba3e ;
	border-color:#4C99AB;
	border-style:solid;
	font:bold 11px Arial;
	color: #FFFFFF;
	text-decoration:none;
}*/
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#91ba3e ;
	border-color:#4C99AB;
	border-style:solid;
	font:bold 11px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:5px;width:16px;height:16px;
}
ul.pureCssMenu ul img {width:16px;height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul,ul.pureCssMenu a:hover a:hover ul ul,ul.pureCssMenu a:hover a:hover a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arrv_white_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arrv_white_2.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arrv_white_2.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arr_white_2.gif)}
ul.pureCssMenu ul li:hover > a span{	background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arr_white_2.gif);}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span,ul.pureCssMenu table a:hover a:hover a:hover span,ul.pureCssMenu table a:hover a:hover a:hover a:hover span{background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arr_white_2.gif)}
ul.pureCssMenu table a:hover table span,ul.pureCssMenu table a:hover a:hover table span,ul.pureCssMenu table a:hover a:hover a:hover table span{background-image:url(http://www.usled.com/web10/images/navigation/mainmenu/arr_white_2.gif)}
ul.pureCssMenu li a.pureCssMenui0{
font:n;
}
ul.pureCssMenu li a.pureCssMenui0:hover{
font:o;
}


/*HOMEPAGE */

.container img{
	border-style:none;
	vertical-align:top;
}
.container a{
	color:#010101;
	text-decoration:underline;
}
.container a:hover{text-decoration:none;}
.container{
	width:978px;
	overflow:hidden;
	border:1px solid #b6b6b5;
	background:#e7e7e6;
	margin:0 auto;
	padding:0 0 20px;
	color:#010101;
	font:12px/14px Helvetica, Arial, sans-serif;
}
.container .container-box{
	width:937px;
	padding:12px 0 10px 41px;
	overflow:hidden;
}
.container .aside{
	float:left;
	width:268px;
	margin:32px 0 10px;
}
.container h1{
	color:#90857c;
	font:50px/52px Impact, Charcoal, Arial, sans-serif;
	margin:0 0 14px;
}
.container h1.heading{
	background:url(../images/text-heading.png) no-repeat;
	width:268px;
	height:128px;
	text-indent:-9999px;
	margin:0 0 42px;
}
.container .aside-menu{
	padding:0;
	margin:0 0 0 12px;
	list-style:none;
	overflow:hidden;
	width:250px;
}
.container .aside-menu li{
	width:100%;
	margin:0 0 9px;
	float:left;
}
.container .aside-menu a{
	float:left;
	width:244px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
}
.text-free{background:url(../images/btn-orange01.png) no-repeat;}
.text-buy{background:url(../images/btn-orange02.png) no-repeat;}
.text-speak{background:url(../images/btn-orange03.png) no-repeat;}
.container .visual{
	float:right;
	width:602px;
	margin:0 0 15px;
}
.container .logos-holder{
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100%;
	margin:0 0 16px;
	background:#fff;
	padding:6px 0 9px 0;
	border:1px solid #b6b6b5;
	border-width:1px 0 1px 0;
}
.container .logos-section,
.container .logos-area{
	float:left;
	position:relative;
	left:50%;
}
.container .logos-area{left:-50%;}
.container .logos{
	list-style:none;
	margin:0;
	float:left;
	padding:0;
}
.container .logos a{display:block;}
.container .logos li{
	float:left;
	padding:0 19px;
}
.container .columns{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
	font-size:12px;
	line-height:15px;
}
.container .column{
	width:294px;
	float:left;
	margin:0 9px 0 0;
	padding:0 0 0 23px;
}
.container .title-holder{
	border-bottom:1px solid #b6b6b5;
	width:307px;
	overflow:hidden;
	padding:0 0 0 10px;
	margin:0 0 20px -23px;
}
.container .title-holder h2{
	font:12px/15px Helvetica, Arial, sans-serif;
	color:#fff;
	background:#348a3e;
	margin:0;
	float:left;
	padding:5px 12px 2px;
}
.container .columns ul{
	padding:0;
	margin:0;
	list-style:none;
	color:#010101;
	text-align:left;
}
.container .columns li{
	width:100%;
	overflow:hidden;
	padding:0 0 9px;
	text-align:left;
}
.container .columns a{
	color:#010101;
	text-decoration:none;
}
.container .columns a:hover{text-decoration:underline;}


/* END SITE MENU */



