/*
KDL Web Site
Description: KDL Web Site
Version: 2.0
Author: Tony Frenzel, ee design studio www.eleven411.com
*/
@charset "utf-8";
* {
margin: 0 auto;
}
body {
	margin: 0 auto;
	-x-system-font:none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000;
	background-image: url(../media/home_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#wrapper {
	margin: 0 auto;
	width:890;
	height:544px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../media/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 17px;
}

.content {
	width:890px;
	height:543px;
}

.columnLeft {
	padding-top:27px;
	float:left;
	width:400px;
	
}

.columnLeft h2 {
	font-size: 14px;
	font-weight: 100;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}




/* NAVIGATION */

ul.catalogText {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul.catalogText li {
	background-image:url(../media/catalogArrow.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:13px;
}


ul.catalogText a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
}

ul.catalogText a:hover {
	text-decoration: underline;
}


ul.menu {
	padding:0px;
	margin:0px;
	font-size: 14px;
	font-weight: 100;
}

	ul.menu a {
	
	text-decoration: none;
	font-weight: 100;
	color: #FFF;
}

ul.menu a:hover {
	
	text-decoration: none;
	font-weight: 100;
	color: #bf261d;
}

ul.menu li {
	background-image:url(../media/menuLine.gif);
	background-position:0px 27px;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:0px;
	padding-top:12px;
	padding-bottom:2px;
}

ul.menu li.down {
	background-image:url(../media/menuLine.gif);
	background-position:0px 26px;
    background-repeat:no-repeat;
    list-style-type:none;
    padding-left:5px;
    padding-top:10px;
}

ul.menu li ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

ul.menu li ul li {
	list-style-type:none;
	background-image:url(../media/mini_arrow.gif);
	background-position:0px 15px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
	padding-right: 0px;
	padding-bottom: 0px;  
}
	
	
	
.littleLogos {
	padding-top:15px;
}
	
	



.columnRight {
	margin:0px;
	float:right;
	width:475px;
	z-index: 1;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.advantage {
	float:right;
	margin:0px;
	width:297px;
	height:30px;
	background-image: url(../media/gsa_logo.gif);
	background-repeat: no-repeat;
	padding-top:20px;
	text-align: right;
}

.capabilities {
	font-size: 12px;
	font-weight: bold;
	color: #FFB90F;
	text-align: right;
	padding-left:145px;
}
.gsaNumber {
	font-size: 10px;
	font-weight: 100;
	color: #333;
	text-align: left;
	padding-left:145px;
}
.phone {
	font-size: 14px;
	font-weight: 100;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.directions {
	font-size: 14px;
	font-weight: 100;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.signup {
	font-size: 14px;
	font-weight: 100;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.homeLinks {
	font-size: 13px;
	font-weight: 100;
	color: #FFF;
	text-decoration: underline;
}

.footer {
	padding-top:10px;
	width:890px;
	font-size: 12px;
	color: #7c7c7c;
	text-align: center;
}


