@charset "utf-8";
/* CSS Document */


.sectionContainerTop {
	background:url(../images/section-container-top.png) no-repeat;
	width:909px;
	height:23px;
	font-size:0;	
}

.sectionContainerMiddle {
 	background:url(../images/section-container-middle.png) repeat-y;
	width:849px;
	padding:12px 30px 9px 30px;
 	height:100%;
}

.sectionContainerBottom {
	background:url(../images/section-container-bottom.png) no-repeat;
	width:909px;
	height:22px;
}

.sectionContainerMiddle p {
	margin-bottom:0;
	text-align:justify;
}

.sectionContainerMiddle a:link {
}

.sectionContainerMiddle a:hover {
}

.sectionContainerTop2 {
	background:url(../images/section-container-top-2.png) no-repeat;
	width:910px;
	height:39px;
	font-size:0;	
}

.sectionContainerMiddle2 {
 	background:url(../images/section-container-middle-2.png) repeat-y;
	width:910px;
	padding:0px 30px 0px 30px;
 	height:100%;
	color:#FFFFFF;
}

.sectionContainerBottom2 {
	background:url(../images/section-container-bottom-2.png) no-repeat;
	width:910px;
	height:39px;
}


/* HOME PAGE */

.underline1 {
	background:url(../images/underline-1.png) no-repeat;
	width:605px;
	height:10px;
}

#usa {
	width:366px;
	height:233px;
}

#highlights {
	width:818px;
	margin:0 0 0 0px;
	padding:0 0 0 15px;
}


/* LOCATION */

ul.locations {
	text-align:left;
	list-style:none;
	width:900px;
	padding-left:0;
	margin-left:3px;
}

ul.locations h4 {
	width:260px;
	margin:0;
	padding:0;
	color:#FFFFFF;
}

ul.locations li {
	float:left;
	width:260px;
	height:6em;
	padding:7px;
	margin:0 5px 5px 0;
	background:url(../images/layout/location-box-background.jpg) repeat;
	border:#fff solid 2px;
	color:#fff;
}

#locationsNavContainer {
	position:relative;
	margin:0 auto;
	width:942px;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:16px;
	color:#ffd9b0;	
	text-align:left;
	line-height:2.2em;
}

#locationsNavContainer ul,
#locationsNavContainer p {
	padding:0 0 0 0px;
	margin:0 0 0 0;
}

#locationsNavContainer #navlist li {
	display: inline;
	list-style-type: none;
	padding-left:0;
	padding:0 5px 0px 0;
	margin:0;	
	/*text-decoration:underline;*/
	
}

#locations #navlist li a,
#locationsNavContainer #navlist li a:link,
#locationsNavContainer #navlist li a:hover,
#locationsNavContainer #navlist li a:visited {
	color:#e07400;
	font-weight:normal;
}

#locationsNavContainer #navlist li a:hover {
	color:#ffcc00;
}

.locations li a,
.locations li a:link,
.locations li a:hover,
.locations li a:visited {
	color:#FFFF00;
}

.locations li a:hover {
	color:#FF9900;
}


/* CONTACT */

#askbizdexLogo {
	width:330px;
	height:73px;
	background:url(../images/askbizdex-logo.png);
	background-repeat:no-repeat;
}

#askbizdexLogo a {
	display:block;
	width:330px;
	height:73px;
	background:url(../images/askbizdex_logo.png);
	background-repeat:no-repeat;
}

#askbizdexLogo a:hover {
	width:330px;
	height:73px;
	background:url(../images/askbizdex_logo.png);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

.underline2 {
	background:url(../images/underline-2.png) no-repeat;
	width:511px;
	height:10px;
}

form#requestPrintEstimate {
	color:#2a8298;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 27px;
	margin-top:7px;
}

form#requestPrintEstimate input,
form#requestPrintEstimate select,
form#requestPrintEstimate textarea {
	width:227px;
	margin:2px 0 10px 0;
}

form#requestPrintEstimate input:focus,
form#requestPrintEstimate select:focus,
form#requestPrintEstimate textarea:focus {
	background:#eaf1f8;
}

form#requestPrintEstimate .columnA,
form#requestPrintEstimate .columnB {
	float:left;
	width:290px;
}

#additionalInfo {
	width:225px;
}

form#requestPrintEstimate #readyToOrderYes,
form#requestPrintEstimate #readyToOrderNo,
form#requestPrintEstimate #needDesignYes, 
form#requestPrintEstimate #needDesignNo {
	width:20px;
	margin:3px 0 0 0;
	padding:0;
}

form#requestPrintEstimate #spryradio1,
form#requestPrintEstimate #spryradio2 {
	color:#000;
	font-weight:normal;
	font-size:14px;
}


/**
 * Slideshow
 */

#slideshow-abd {
    position:relative;
    height:220px;
}

#slideshow-abd DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 220px;
    background-color: #FFF;
}

#slideshow-abd DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow-abd DIV.last-active {
    z-index:9;
}

#slideshow-abd DIV IMG {
    height: 220px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
