/* Global properties ======================================================== */
html, body {
	width:100%;
	padding:0;
	margin:0;
}

body {
	font: 14px/24px Tahoma, Geneva, sans-serif;
	min-width:1264px;
	background-color: #CCC;
	background-image: url(http://www.buildexpousa.com/images/flag.jpg);
	background-repeat: repeat;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:1060px;
	margin:0 auto;
}
/***********************************************************************/
a {text-decoration:none; cursor:pointer; }
a:hover {
	text-decoration:none;
	color: #000;
	/*font-size: 14px;
	font-weight: 300;*/
}

.button {
	color:#fff;
	font-size:18px;
	line-height:24px;
	padding:4px 12px 10px 12px;
	display:inline-block;
	background-color: #FF102F;
}
.buttonsmall {
	color:#fff;
	font-size:13px;
	line-height:16px;
	display:inline-block;
	background-color: #FF102F;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: 500;
}
.button:hover {
	color:#fff;
	background:#636f6f;
	text-align: center;
	/*font-size: 13px;*/
	font-weight: 500;
}

.link {
	color:#F00;
	text-decoration:none;
}
.link:hover {text-decoration:underline;}

.clr-1 { color:#fff;}

.text-1 {color:#fff; font-size:18px; line-height:24px;}

h2 {
	font-size:26px;
	line-height:30px;
	color:#2B2C2A;
	font-weight:normal;
}
h3 { font-size:18px; line-height:24px; color:#fff; font-weight:normal;}

ul {margin:0; padding:0;list-style-image:none;}
ul.list-exhibitor li {padding:0px 0 10px 12px; list-style: circle;  }
ul.list-exhibitor li a { font-size:14px; color:#636f6f; }
ul.list-exhibitor li a:hover { font-weight: bold; color:#F00;
}
ul.list-1 li {padding:0px 0 0px 12px; line-height:24px; background:url(../images/marker-1.gif) 0 9px no-repeat;}
ul.list-1 li a { font-size:14px; color:#636f6f; line-height:24px;}
ul.list-1 li a:hover {
	color:#F00;
}

ul.list-2 li {padding:0px 0 6px 15px; line-height:24px; background:url(../images/marker-3.gif) 0 9px no-repeat;}
ul.list-2 li a { font-size:14px; color:#fff; line-height:24px;}
ul.list-2 li a:hover {
	color:#F00;
}

/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper {width:100%; overflow:hidden; position:relative}
.wrap {overflow:hidden; position:relative;}
.extra-wrap {
	overflow:hidden;
	width: 1020px;
	font-size: 24px;
}
.fleft {float:left;}
.fright {float:right;}
.img-indent {float:left; margin:3px 20px 0px 0;}	
.img-indent-2 {float:left; margin:8px 20px 0px 0;}	
.last {margin-right:0px !important; padding-right:0px !important;}

.top-1 {padding-top:38px;}
.top-2 {margin-top:14px;}
.top-3 {
	margin-top:11px;
}
.top-4 {padding-top:30px;}
.top-5 {padding-top:22px;}
.top-6 {padding-top:19px;}

.left-1 { margin-left:12px;}
.left-2 { margin-left:24px;}

.bot-0 {padding-bottom:0 !important; margin-bottom:0 !important;}

.pad-0 {padding:0px 0px 0px 0px;}
.pad-1 {margin:38px 0px 29px 0px;}
.pad-2 {margin:40px 0px 30px 0px;}

.p1 {padding-bottom:24px;}
.p2 {padding-bottom:17px;}
.p3 {padding-bottom:8px;}
.p4 {padding-bottom:14px;}
.p5 {padding-bottom:10px;}

/*********************************header*************************************/
header {
	width:100%;
	margin:0 auto;
	z-index:101;
	padding:7px 0 12px 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
}

h1 {display:inline-block; z-index:100; float:left; }
.social-icons {
	overflow:hidden;
	float:right;
	padding: 0px;
	color: #FC0036;
}
.social-icons span {display:block; font-size:13px; line-height:24px; color:#636f6f; letter-spacing:-1px; margin:-3px 5px 0 0;text-align:right; float:left;}
.social-icons>div {float:right; overflow:hidden;}
.social-icons a {display:inline-block; width:23px; height:23px; float:right;}
.icon-1 {background:url(../images/icon-1.png) 0 0 no-repeat; margin-left:6px;}
.icon-2 {background:url(../images/icon-2.png) 0 0 no-repeat; margin-left:6px;}
.icon-3 {background:url(../images/icon3-linkedin.png) 0 0 no-repeat; margin-left:6px;}
.icon-4 {background:url(../images/icon4-insta.png) 0 0 no-repeat; margin-left:6px;}
.social-icons a:hover {
	background-color:#F00;
}


nav {
	width: 1130px;
	z-index: 100;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	color: #333;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu {display:inline-block;}
ul.menu li {float:left; line-height:24px; margin:0px 28px 0px 4px; }
ul.menu li a {font-size:18px; line-height:24px; color:#fff; text-transform:uppercase; display:inline-block; letter-spacing:-1px; }
ul.menu li a:hover , ul.menu li.current a {
	color:#F00;
}



/*********************************content*************************************/
#content {
	width:1120px;
	position:relative;
	background-color: #EAEAEA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 55px;
	padding-left: 15px;
}


.box-1 a {
	background:url(../images/marker-2.gif) right 13px no-repeat #0c0c0c;
	font-size:22px;
	line-height:32px;
	color:#636f6f;
	letter-spacing:-1px;
	display:block;
	padding:5px 26px 12px 25px;
}
.box-1 a:hover {background-color:#2f2929;}

.line {background:url(../images/line.png) 0 0 repeat-x; height:5px;}

.box-2 {overflow:hidden;}
.number {background:url(../images/number.png) 0 0 no-repeat; width:45px; height:58px; font-size:30px; color:#fff; line-height:36px; text-align:center; float:left; margin: 0 16px 0 0; padding-top:5px;}
.border-bot-1 {border-bottom:#333333 1px dotted; padding-bottom:20px; margin-bottom:16px;}

.box-3>div {
	float:left;
	width:320px;
	margin-right:34px;
}
.box-8>div {
	float:left;
	width:465px;
	margin-right:56px;
}

.box-4 {overflow:hidden; padding:10px 0 8px 0;}
.box-4 img {float:left; margin:3px 20px 0 0;}

.box-5>div {float:left; width:171px; margin-right:47px; }

.lists {overflow:hidden;}
.lists ul {float:left; width:286px; margin-right:32px;}

/****************************footer************************/
footer {
	width:1160px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding:27px 0 20px 0;
	background-color: #595965;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: 0 0;
} 
footer h3 {
	padding-bottom:15px;
	font-size: 21px;
}
.footer-col-1 {
	float:left;
	width:425px;
	padding:0 20px 0 20px;
}
#form-search {margin:3px 0 0 0px; overflow:hidden; width:180px; background:#1a1a1a;}
#form-search span {display:block; margin-bottom:5px;}
#form-search input { width:140px; height:20px; font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#fff; border:none; background:transparent; vertical-align:top; padding:2px 5px 3px 10px; display: inline-block; float:left; }
#form-search a {float:right; background:url(../images/search.gif) 0 0 no-repeat #ef6f53; width:25px; height:25px; }
#form-search a:hover {background-color:#636f6f;}
.footer-col-2 {
	float:left;
	width:355px;
	padding:0 20px 0 0px;
}
.footer-col-3 {
	float:left;
	width:180px;
	padding:0 64px 0 0px;
}
dl.adrss { margin:0px 0 0px 0;}
dl.adrss dt {line-height:24px; margin-bottom:3px;}
dl.adrss dd span { width:52px; text-align:left; display:block; float:left; margin-right:12px; color:#fff;}
dl.adrss dd {}
dl.adrss dd a {}
dl.adrss dd a:hover {}
.footer-col-4 {
	float:left;
	width:286px;
	padding:3px 0px 0 0px;
}




/**********************form**********************/
.map {width:276px; height:200px; margin-top:17px; }
.map iframe {width:276px; height:200px; }
dl.adr { margin-top:13px;}
dl.adr dt {margin-bottom:6px;}
dl.adr dd span { width:80px; display:block; float:left; color:#fff;}
dl.adr dd {}
dl.adr dd a {}
dl.adr dd a:hover {}
#form { margin: 17px 0 0px 0px; width:607px; }
#form input {border:#1a1a1a 1px solid; background:#1a1a1a; font-size:14px; font-family: Tahoma, Geneva, sans-serif; color:#fff; padding:3px 10px 3px 10px;outline: medium none;width: 511px; height:17px; float:left;}
#form textarea {border:#1a1a1a 1px solid; background:#1a1a1a; font-size:14px; font-family: Tahoma, Geneva, sans-serif; color:#fff; height: 249px;outline: medium none;overflow: auto; padding: 4px 0px 0px 10px;width:521px;resize:none;margin:0px 0 0 0;float:left;}
#form label {position:relative;display: block; min-height:30px; overflow:hidden;}
.btns {text-align:right; overflow:hidden; width:607px; }
.btns a {display:inline-block; margin:20px 0px 0 10px; width:88px; text-align:center;}
#form label strong {float:left; display:block; padding-top:3px; line-height:15px; width:74px; font-weight:normal; white-space:nowrap;} 
.showheader {
	font-size: 18px;
	font-weight: 600;
	color: #0E0D26;
}
.showheaderunder {
	font-size: 16px;
	font-weight: 600;
	color: #F00;
	text-decoration: underline;
}
.FooterTexts {
	font-weight: 400;
	color: #FFF;
	font-size: 15px;
}
.footerpara {
	color: #000;
	font-size: 13px;
}
.blueheader {
	font-size: 26px;
	color: #009;
	line-height: 28px;
	font-weight: normal;
}
#halfpage {
	width: 450px;
	margin-right: 11px;
	margin-left: 11px;
	float: left;
}
#halfpage2 {
	width: 438px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}
#starbox {
	width: 37px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
.redheader {
	font-size: 32px;
	color: #F00;
	font-weight: 300;
	line-height: 32px;
}
/*.footerlinks a {
	color: #fff992;
	letter-spacing: 1px;
} */
a.footerlinks {
	color: #fff992;
	text-decoration: underline;
	line-height: 1.75em;
}
.registerheaders {
	font-size: 10px;
}
.PageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.targetaudience {
	font-weight: 700;
	color: #000;
}
