/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */


.clearBoth {
	clear: both;
}

body {
	text-align: center;
	font-family: Helvetica, arial, sans-serif;
	min-width: 920px;


}

#clientLoginContainer {
	width: 100%;
	background: #000;
	padding-bottom: 20px;
	display: none;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

#clientLoginWrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

#clientLoginWrapper p {
	color: #fff;
	font-size: 14px;
	letter-spacing: -1px;
}

#clientLoginWrapper a:link {
	color: #309ed8;
	text-decoration: none;
}

#clientLoginWrapper a:visited {
	color: #309ed8;
	text-decoration: none;
}

#clientLoginWrapper a:active {
	color: #309ed8;
	text-decoration: none;
}

#clientLoginWrapper a:hover {
	color: #309ed8;
	text-decoration: underline;
}

#clientLoginWrapper label {
	font-size: 14px;
	color: #E4E4E4;
	display: block;
	position: relative;
	left: 2px;
	margin-bottom: 2px;
}

#clientLoginWrapper input[type="text"], #clientLoginWrapper input[type="password"] {
/*	height: 28px; */
	border: 1px solid #a2a2a2;
	background: url(images/bg-textInputClientLogin.png) #797979 repeat-x;
	margin-bottom: 4px;
/*	line-height: 28px; */
	padding: 6px 0;
}

#clientLoginWrapper input[type="text"]:focus, #clientLoginWrapper input[type="password"]:focus {
	background: #fff;
}

#clientLoginWrapper input[type="image"] {
	position: relative;
	top: 38px;
	left: 4px;
	background: none;
}

#clientLoginToggleButtonContainer {
	width: 100%;
}

#clentLoginBlackBar {
	width: 100%;
	height: 6px;
	background: #000;
	cursor: pointer;
}

#clientLoginToggleButton {
	width: 100px;
	height: 24px;
	background: url(images/bg-clientLoginToggleButton.png) no-repeat;
	margin: 0 auto;
	position: relative;
	left: 390px;
}

#clientLoginToggleButton p {
	width: 100%;
	height: 100%;
}

#clientLoginToggleButton a {
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

#clientLoginToggleButton p a:link {
	color: #cfcfcf;
	text-decoration: none;
	
}

#clientLoginToggleButton p a:visited {
	color: #cfcfcf;
	text-decoration: none;	
}

#clientLoginToggleButton p a:active {
	color: #cfcfcf;
	text-decoration: none;	

}

#clientLoginToggleButton p a:hover {
	color: #ffffff;
	text-decoration: none;	
}

.wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#headerContainer {
	width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

#logoContainer {
	float: left;
}

#navContainer {
	float: right;
	margin-top: 26px;
	z-index: 200;
}

.navItem {
	float: left;
	height: 23px;
	position: relative;
}

.lastNavItem {
	margin-right: 0px;
}

.navItem a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px 40px 40px 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;	
	line-height: 22px;
}

.navItem a:link {
	color: #000;
	text-decoration: none;
	background: none;
}

.navItem a:visited {
	color: #000;
	text-decoration: none;
	background: none;
}

.navItem a:active {
	color: #000;
	text-decoration: none;
	background: none;
}

.navItem a:hover {
	color: #fff;
	text-decoration: none;	
}

.navItem:hover {
	background: #2d8bb1;
}

.navItem:hover a {
	color: #fff;
}

#ourServicesSubMenuContainer {
	width: 240px;
	background: #1a4e63 url(images/bg-navSubMenu.jpg) repeat-x top;
	z-index: 200;
	
	position: absolute;
	top: 23px;
	left: 0px;

	text-align: left;
	cursor: pointer;
	display: none;
}

.navSubItem {
	width: 240px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 500;
}

.navSubItemLastItem {
	height: 48px;
}
	
.navSubItem a {
	display: block;
	width: 240px;
	height: 100%;
	font-size: 12px;
	color: #fff;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	letter-spacing: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 50px;
}

.navSubItem a:link {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding-left: 20px;
}

.navSubItem a:visited {
	color: #fff;
}

.navSubItem a:active {
	color: #fff;
}

.navSubItem a:hover {
	background: url(images/bg-navSubMenu-over.jpg) repeat-x top;
	color: #fff;
	display: block;
	width: 220px;
	height: 100%;
	text-decoration: underline;
}
	




#mainImageContainer {
	width: 100%;
	height: 450px;
	background: url(images/bg-mainImageContainer.jpg) repeat-x bottom center;
	position: relative;
	z-index: 2;
}

/*#mainImageContainer img {
	position: relative;
	top: 30px;
}*/



#homeBeltContainer {
	width: 100%;
	height: 230px;
	background: url(images/bg-homeBelt.jpg) repeat-x;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

#beltContainer {
	width: 100%;
	background: #fff;
}

#beltContainerTopShadow {
	width: 100%;
	height: 10px;
	background: url(images/bg-beltTopShadow.jpg) repeat-x;
}

#beltContainerBottomShadow {
	width: 100%;
	height: 10px;
	background: url(images/bg-beltBottomShadow.jpg) repeat-x;
}

#beltWrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}



#homeBeltWrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

#homeAboutBlurb {
	width: 410px;
	padding-top: 25px;
	float: left;
}

#homeAboutBlurb p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}

#homeAboutBlurb p a {
	color: #fff;
	font-size: 14px;
}

#homeAboutBlurb p a:link {
	
}

#homeAboutBlurb p a:visited {
	color: #fff;
	text-decoration: underline;
}

#homeAboutBlurb p a:active {
	color: #fff;
}

#homeAboutBlurb p a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#homeTestimonialContainer {
	height: 230px;
}

.homeTestimonial {
	padding-top: 25px;
	width: 410px;
	float: right;
	position: relative;
}

.homeTestimonialText {
	margin: 10px 0 0 10px;
	width: 320px;
	color: #e4e4e4;
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, Times New Roman, serif;
	float: left;
	position: relative;
	height: 130px;
	overflow: hidden;
}

.homeTestimonial p {
	position: relative;
}

.homeTestimonialNameAndCompany {
	color: #e4e4e4;
	font-size: 14px;
	position: absolute;
	left: 200px;
	top: 180px;
}


#cu3edShadowContainer {
/*	width: 1200px; */
/*	width: 100%; */
	height: 450px;
	background: url(images/bg-cu3edShadow.png) no-repeat bottom center;
	z-index: 50;
}

#cu3edContainer {
	width: 880px;
	height: 360px;
	position: relative;
	margin: 0 auto;
	top: 30px;
	z-index: 50;
}


#fatFooterBackground {
	width: 100%;
	background: #bfdbe6;
}

#fatFooterContainer {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#fatFooterContainer h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #282b33;
	margin-bottom: 15px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

#fatFooterContainer h2 {
	font-size: 14px;
	font-weight: bold;
	color: #282b33;
	margin-bottom: 15px;
}

#fatFooterLeftColumn {
	width: 260px;
	float: left;
	margin-top: 30px;
}

#fatFooterContainer p {
	font-size: 14px;
	color: #4d4d4d;
	font-family: Georgia, Times New Roman, serif;
	line-height: 21px;
	margin-bottom: 20px;
}

#fatFooterContainer p a:link {
	color: #309ed8;
	text-decoration: none;
}

#fatFooterContainer p a:visited {
	color: #309ed8;
	text-decoration: none;
}

#fatFooterContainer p a:active {
	color: #309ed8;
	text-decoration: none;
}

#fatFooterContainer p a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#fatFooterCenterColumn {
	width: 260px;
	margin-left: 50px;
	margin-top: 30px;
	float: left;	
}

#fatFooterRightColumn {
	width: 260px;
	margin-left: 50px;
	margin-top: 30px;
	float: left;
}

#fatFooterContainer label {
	font-size: 14px;
	color: #4d4d4d;
	display: block;
	position: relative;
	left: 2px;
	margin-bottom: 2px;
}

#fatFooterContainer input[type="text"] {

	border: 1px solid #919191;
	background: url(images/bg-textInput.png) #e8e8e8 repeat-x;
	margin-bottom: 12px;
	position: relative;
	padding: 6px 0;
}

#fatFooterContainer textarea {
	height: 90px;
	width: 100%;
	border: 1px solid #919191;
	background: url(images/bg-textArea.png) #f7f7f7 repeat-x;
	margin-bottom: 10px;
	position: relative;
}

#fatFooterContainer input[type="checkbox"] {
	float: left;
	clear: both;
	position: relative;
	margin: 0 5px 10px 10px;
}

#fatFooterContainer label.checkBoxLabel {
	font-size: 12px;
	margin-bottom: 11px;
}

#fatFooterContainer input[type="text"]:focus {
	background: #fff;
}

#rfpSupplyMoreInfoContainer {
	border-top: 1px dashed #2FB2E1;
	border-bottom: 1px dashed #2FB2E1;
	height: 27px;
	padding-top: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}


#rfpSupplyMoreInfoContainer p {
	font-family: Helvetica, arial, sans-serif;
}

#rfpSupplyMoreInfoContainer span {
	color: #2FB2E1;
}

#rfpSupplyMoreInfoContainer:hover span {
	background: #000;
	color: #fff;
}

#rfpAdditonalFieldsContainer {
	display: none;
}

#footerContainer {
	width: 100%;
	background: #282b33;
	padding: 40px 0;
}

#footerContainer p {
	text-align: center;
	color: #d1d1d1;
	font-size: 11px;
	line-height: 14px;
	margin-top: 40px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

.fatFooterItem {
	padding-top: 20px;
}

.fatFooterItem h1 {
	
}

#fatFooterTwitter {
	width: 100%;
	background: url(images/icon-twitter.png) right top no-repeat;
}

#fatFooterBlog {
	width: 100%;
/*	background: url(images/icon-blog.png) right top no-repeat; */
}

#fatFooterNewsletter {
	width: 100%;
/*	background: url(images/icon-newsletter.png) top 80% no-repeat; */
}

#fatFooterRFP {
	width: 100%;
/*	background: url(images/icon-rfp.png) right top no-repeat; */
}





#sliderViewPort {
	width: 880px;
	height: 230px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	position: relative;
}

#sliderSlideContainer {
	height: 230px;
	width: 20000px;
	position: relative;
}

.sliderSlide {
	width: 880px;
	height: 230px;
	float: left;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
	position: relative;
}

.sliderSlide h1, .sliderSlide h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #282b33;
	margin-top: 20px;
	margin-bottom: 15px;
}

.sliderSlide p {
	font-size: 14px;
	line-height: 21px;
	color: #333;
	width: 430px;
}

.sliderSlide img {
	position: absolute;
	bottom: 0;
	right: 0;
}


#sliderNavContainer {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: 1px solid #c4c4c4;
}

.sliderNavItem {
	background: transparent;
	float: left;
	position: relative;
	height: 40px;
	margin-right: 20px;
}

.sliderNavItemArrow {
	background: url(images/bg-sliderNavArrow.png) top center no-repeat;
}

.sliderNavItem p {
	color: #2eb1e0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	top: 10px;
	padding: 0 10px;
	cursor: pointer;
}

.sliderNavItem p:hover {
	color: #fff;
	background: #2eb1e0;
}

.sliderNavItem p.sliderNavItemSelected {
	color: #fff;
	background: #2eb1e0;
	cursor: default;
}









#ourServicesContainer {
	margin: 40px auto;
}

.ourServicesItem {
	width: 280px;
	height: 280px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	z-index: 20;
	background-position: 0px 0px;
}

.ourServicesItem .link {
	width: 280px;
	height: 280px;
	position: absolute;
	z-index: 50;
	background: transparent;
}

.ourServicesItem img {
	position: absolute;
	z-index: 20;
	display: none;
}

.ourServicesItem a {
	padding: 10px 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	display: block;
	width: 280px;
	height: 280px;
	text-shadow:rgba(0,0,0,.01) 0 0 1px;
}

.ourServicesItem a:link {
	color: #fff;
	text-decoration: none;
}

.ourServicesItem a:visited {
	color: #fff;
	text-decoration: none;
}

.ourServicesItem a:active {
	color: #fff;
	text-decoration: none;
}

.ourServicesItem a:hover {
	color: #fff;
	text-decoration: none;
}




#ourWorkBeltContainer {
	width: 100%;
	background: #606060 url(images/bg-metal.jpg);
}

#ourWorkBeltContainerTopShadow {
	width: 100%;
	height: 10px;
	background: url(images/bg-ourWorkBeltTopShadow.png) repeat-x;
}

#ourWorkBeltContainerBottomShadow {
	width: 100%;
	height: 10px;
	background: url(images/bg-ourWorkBeltBottomShadow.png) repeat-x;
}

#ourWorkContainer {
	width: 920px;
	margin: 30px auto;
}

.largeCardContainer {
	width: 460px;
	height: 460px;
	float: left;
}

.largeCardTopCap {
	width: 460px;
	height: 40px;
	background: url(images/cards/bg-largeCardTopCap.png) no-repeat;
}

.largeCardBottomCap {
	width: 460px;
	height: 40px;
	background: url(images/cards/bg-largeCardBottomCap.png) no-repeat;
}

.largeCardContentContainer {
	width: 460px;
	height: 380px;
	overflow: hidden;
	text-align: center;
	background: url(images/cards/bg-largeCard.png) repeat-y;
}

.largeCardContent {
	width: 380px;
	margin: 0 auto;
	text-align: left;
}

.largeCardContent h2 {
	font-size: 14px;
	color: #282b33;
}

.largeCardThumb {
	width: 378px;
	height: 218px;
	margin: 20px 0;
	border: 1px solid #999;
	overflow: hidden;
}

.largeCardContent p {
	font-size: 12px;
	color: #797979;
	line-height: normal;
	height: 70px;
}

.largeCardViewLiveSiteLink {
	width: 380px;
	height: 30px;
	text-align: center;
}

.largeCardViewLiveSiteLink a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #309ed8;
	background: #eee;
	font-size: 14px;
	line-height: 30px;
}

.largeCardViewLiveSiteLink a:link {

}

.largeCardViewLiveSiteLink a:visited {

}

.largeCardViewLiveSiteLink a:active {

}

.largeCardViewLiveSiteLink a:hover {
	color: #fff;
	background: #309ed8;
}






.smallCardContainer {
	width: 230px;
	height: 230px;
	float: left;
}

.smallCardTopCap {
	width: 230px;
	height: 40px;
	background: url(images/cards/bg-smallCardTopCap.png) no-repeat;
}

.smallCardBottomCap {
	width: 230px;
	height: 40px;
	background: url(images/cards/bg-smallCardBottomCap.png) no-repeat;
}

.smallCardContentContainer {
	width: 230px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	background: url(images/cards/bg-smallCard.png) repeat-y;
}

.smallCardContent {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.smallCardContent h2 {
	color: #282b33;
	font-size: 14px;
}

.smallCardThumb {
	width: 148px;
	height: 118px;
	position: absolute;
	bottom: 0px;
	border: 1px solid #999;
	overflow: hidden;
}

#contactMap {
	width: 100%;
	height: 360px;
	border: 1px solid black;
	margin-bottom: 40px;
}

#normalContent h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #282b33;
	margin-top: 20px;
	margin-bottom: 15px;
}

#normalContent p {
	font-size: 14px;
	line-height: 21px;
	color: #333;
	margin-bottom: 20px;
}

#normalContent p a:link {
	color: #309ed8;
	text-decoration: none;
}

#normalContent p a:visited {
	color: #309ed8;
	text-decoration: none;
}

#normalContent p a:active {
	color: #309ed8;
	text-decoration: none;
}

#normalContent p a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#workWithUsSticker {
	width: 107px;
	height: 107px;
	background: url(images/img-workWithUsSticker.png);
	position: absolute;
	top: -45px;
	right: -35px;
	z-index: 2;
}

#rfpResponseContainer {
	display: none;
	border: 1px solid #4e5b60;
	background: #daeaf0;
	padding: 10px 0;
	width: 260px;
	margin-bottom: 20px;
}

#rfpResponse {
	color: #000;
	width: 240px;
	margin: 10px auto;
	font-size: 12px;
	line-height: 1.5em;
	
}