/* 

Selective - CSS File

*/


/*** GLOBAL  ***/
body {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#838383;
	line-height:18px;
	background-color:#fff;
	background-image:url(../../images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
body#inner{
	background-image:url(../../images/bg-top-inner.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e7e7e7;
	background-color:#e7e7e7;
	background-repeat:repeat-x
}
hr.noclear{
	clear:none; width:auto;
	background: url(../../images/double-border.gif) bottom left repeat-x; height:2px;
}

hr.footernoclear{
	width: auto;
	background: url(../../images/double-border.gif) bottom left repeat-x; height:2px;
	margin:5px 0px !important;

}

input[type=text], textarea
{
	border:solid 1px #f3f3f3;
	margin:4px 4px 8px 0px; 
	padding:5px;
	color:#838383;
	vertical-align:middle; 
	font-size:11px;}
	


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2, h3, h4, h5, h6{margin-bottom:15px; font-family:Verdana, Arial;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:18px; line-height:20px;}
h3 {font-size:16px; line-height:16px;}
h4 {font-size:15px; line-height:17px;}
h5, h6 {font-size:14px; line-height:16px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#393939;}
.homepagetitle{font-size:18px; margin-bottom:30px;}
.pagetitle{font-size:18px; margin-bottom:30px; text-align:center;}

.headnomargin{margin-bottom:0px !important;}

/* links */
a, a:visited{color:#43788f; text-decoration:none; font-weight:normal; }
a.more, a.more:visited {color:#43788f !important; text-decoration:none; font-weight:normal; }
a:hover{color:#4091b4; text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone{
	margin-bottom: 12px;
}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
body p:last-child{margin-bottom:0;}
ul, ol {
	margin:10px 0 20px 20px;
}

li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	/*font-style:italic;*/
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 60px;
	background-image:url(../../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	color:#100001
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e7e7e7;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#outer-container{
	width:100%;
	background-image:url(../../images/bg-header-fp.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#outer-container-inner{
	width:100%;
	background-image:none;
}

#top-container{height:110px; background-image:url(../../images/top-glow.gif); background-repeat:no-repeat; background-position:top center; }
#middle-container{width:100%;}
#middle-container-center{width:940px; margin:0 auto;}
.centerposition{width:940px; margin:0 auto;}

#footer-container{
	width:100%;
	background-image:url(../../images/bg-footer.gif);
	background-repeat:repeat;
}
#footer-bgglow{
	width:100%;
	background-image:url(../../images/bg-footer-lighting.png);
	background-repeat:no-repeat;
	background-position:top center;
	 padding:37px 0 0px 0
}
#footer{width:940px; margin:0 auto;}
#footerbottom-container{
	text-align: center;
	background-color: #222;
	border-top:1px solid #454545;
}


/* TOP */
#topcontainer{height:110px; width:940px;}
#topleft{
	width:260px; height:110px; float:left;
}

#topright{width:680px; float:left; height:110px; }
/* TOP MENU */
#top-navigation{
	padding:45px 0 0 0;
	position:relative;
	z-index:200;
	float:right;
}
#menu{overflow:visible;}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
#menu a{
	display:block;
	padding:0px 0 10px 0;
	color:#c0c0c0;
	text-decoration:none;
}

#menu a.current{color:#fff}

#menu a:hover{
	color:#fff;
}

#menu li{
	float:left;
	position:relative;
	font-size:17px;
	padding:0 0px;
	margin-left:35px
	
}


#menu li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	width:240px;
	padding:0;
	margin:0;
	
}

#menu ul {
	position:absolute;
	display:none;
	width:230px;
	top:25px;
	left:0;
	padding:10px 0;
	background-image:url(../../images/bg-menu.png);
	background-repeat:repeat;
}


#menu li ul a{
	width:190px;
	height:auto;
	margin:0 10px;
	padding:10px 10px !important;
	line-height:normal;
	font-size:14px;
	display:inline-block;
	color:#fff;
	text-indent: 18px;
}

#menu li ul a:hover{
	color:#fff;
	background: url(http://www.interlacecommunications.com/images/white_icllc_diamonds.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	text-indent: 18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
#menu ul ul{
	top:-1px;
}	
#menu li ul ul {
	left:230px;
	margin:0;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
}


/* HEADER */
#header{ padding:24px 0 0px 0}
#header-inner{ padding:20px 0 0px 0}

/* SLIDER */

#slider {
	width:940px;
	height:402px;
	position:relative;
}
.nojs #slider {
	width:940px;
	height:402px;
	overflow:hidden
}

#slideshow{list-style-type:none; margin:0; padding:0; width:940px; height:402px;}
#slideshow li{list-style-type:none; margin:0; padding:0; width:940px; height:402px;}
#slideshow-navigation{position:absolute; bottom:13px; right:10px;  z-index:160; cursor:pointer}
#bg-slider{
	background-image:url(../../images/bg-slider.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:21px;
	margin-top:0px;
	display:block
}
.slide-text{ 
	position:absolute;
	bottom:0px;
	width:880px;
	height:41px;
	color:#fff;
   	background:url(../../images/bg-slider-title.png) repeat;
	padding:10px 30px 0px 30px;
}
.nojs .slide-text{visibility:hidden}

.slide-text h1{ font-size:15px; color:#ffffff; margin:0;}


#pager {
	width:940px;
	text-align:right;
	z-index:100;
	margin-right:7px;
}

#pager a{
	width:14px;
	height:13px;
	background-image:url(../../images/slider-nav-inactive.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:8px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;

}

@media screen and (-webkit-min-device-pixel-ratio:0){#pager a { text-indent:-9999px;}}

#pager a.activeSlide{
	width:14px;
	height:13px;
	background-image:url(../../images/slider-nav-active.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;

}
/* END SLIDER */


/* SMALLSLIDER */

#smallslider {
	width:690px;
	height:239px;
	position:relative;
}
.nojs #smallslider {
	width:690px;
	height:239px;
	overflow:hidden
}

#smallslideshow{list-style-type:none; margin:0; padding:0; width:690px; height:239px;}
#smallslideshow li{list-style-type:none; margin:0; padding:0; width:690px; height:239px;}
#smallslideshow-navigation{position:absolute; bottom:13px; right:10px;  z-index:160; cursor:pointer}
#bg-smallslider{
	background-image:url(../../images/bg-smallslider.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:21px;
	margin-top:0px;
	display:block
}
.smallslide-text{ 
	position:absolute;
	bottom:0px;
	width:500px;
	height:41px;
	color:#fff;
   	background:url(../../images/bg-slider-title.png) repeat;
	padding:10px 30px 0px 30px;
}
.nojs .smallslide-text{visibility:hidden}

.smallslide-text h1{ font-size:15px; color:#ffffff; margin:0;}


#smallpager {
	width:690px;
	text-align:right;
	z-index:100;
	margin-right:7px;
}

#smallpager a{
	width:14px;
	height:13px;
	background-image:url(../../images/slider-nav-inactive.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:8px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;

}

@media screen and (-webkit-min-device-pixel-ratio:0){#pager a { text-indent:-9999px;}}

#smallpager a.activeSlide{
	width:14px;
	height:13px;
	background-image:url(../../images/slider-nav-active.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;

}
/* END SMALLSLIDER */


/* HEADER TEXT*/
.headertext{font-size:20px; line-height:26px; text-align:center; padding:0 0 10px 0px; text-transform:uppercase;}
.headertext h3{ font-size:20px; line-height:28px;}

/* CONTENT */
#maincontent{ margin:45px 0 20px 0; padding:0px 0px 23px 0px;}
#maincontent-inner{ margin:20px 0 20px 0; padding:41px 0px 23px 0px;
background-image:url(../../images/glow-inner.png); background-repeat:no-repeat; background-position:
top center}
#content{
	float:left;
	width:675px;
	padding-left:30px
}
.small{font-size:10px;}
.titlesmall{font-size:11px;}

div.worksummary{margin-bottom:20px; font-size:11px; line-height:10px}
a.disptitle, a.disptitle:visited{font-weight:bold;}


/*== image & shadow ==*/
.imgborder{padding:3px; border:solid 1px #e7e7e7; display:block}
.imglarge{display:block;}
.shadow-img220{
	display:block;
	background-image:url(../../images/shadow-img220.png); 
	background-repeat:no-repeat;
	height:7px;
	width:220px;
	margin-bottom:7px
}
.shadow-img122{
	display:block;
	background-image:url(../../images/shadow-img122.png); 
	background-repeat:no-repeat;
	height:7px;
	width:122px;
	margin-bottom:7px
}
.shadow-img690{
	display:block;
	background-image:url(../../images/shadow-img690.png); 
	background-repeat:no-repeat;
	height:21px;
	width:690px;
	margin-bottom:7px
}
.shadow-img690-post{
	display:block;
	background-image:url(../../images/shadow-img690-2.png); 
	background-repeat:no-repeat;
	height:10px;
	width:690px;
	margin-bottom:7px
}




/*==== Bulleted List ====*/
.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(../../images/check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-arrow{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-arrow li{
	background: transparent url(../../images/arrow2.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(../../images/star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(../../images/plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(../../images/circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	

ul.list-border li{border-bottom:solid 1px #e9e9e9;}

/*== button ==*/
.button{
	border:solid 2px #e1e0e0;
	text-align:center;
	padding:0px 10px;
	color:#fff !important;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	line-height:23px;
	background-image:url(../../images/bg-button.gif);
	background-repeat:repeat-x;

 }
.button:hover{color:#fff; text-decoration:none; background-position:0 -26px}

.vendorbutton{
	border:solid 2px #e1e0e0;
	text-align:center;
	padding:0px 10px;
	color:#fff !important;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	width: 500px;
	height:50px;
	line-height:23px;
	background-image:url(../../images/bg-button.gif);
	background-repeat:repeat-x;

 }
.vendorbutton:hover{color:#000 !important; text-decoration:none; background-position:0 -56px}

#contactsubmitbutton { width: 690px; text-align: left; }

/*== sideleft & widget ==*/
#sidebar{float:left; width:235px;}
#sidebar .widget-title{font-size:18px; line-height:26px; margin-bottom:15px;}
#sidebar ul{list-style-type:none; padding:0 ; margin:0; list-style-position:outside}
#sidebar  ul li{list-style-type:none; padding:0 ; margin:0}
#sidebar ul li .nav-big-font li{
	border-bottom:solid 1px #e9e9e9;
	padding:0 0 5px 25px;
	margin-bottom:5px;
	background-image:url(http://www.interlacecommunications.com/images/arrow-square.gif);
	background-repeat:no-repeat;
	background-position:7px 14px;
}
	

/*#sidebar ul li a, #sidebar ul li a:visited{color:#393939;}
#sidebar ul li a:hover{color:#4a4a4a;}*/

#sidebar ul li .liselected a, #sidebar ul li .liselected a:visited {font-weight: bold;}
#sidebar ul li .liselected a:hover{font-weight: bold;}

#sidebar .smalldate{color:#bdbdbd; font-size:10px;}

#sidebar #latest-post li{background-image:none; border:0; padding:0 0 35px 0;}

.socialmediatexttop {
	padding-left: 2px;
}

.socialmediatext {
	padding-left: 6px;
}


.widget-container {margin-bottom:40px !important;}

.widget-container .nav-big-font {font-size:14px; line-height: 36px;}
.widget-container .nav-lil-font {font-size:12px; line-height: 24px;}

/* FOOTER */
.footerwidgetcontainer1, .footerwidgetcontainer2 {
	width:340px;
	float:left;
	margin-right:15px;
}
.footerwidgetcontainer3, .footerwidgetcontainer4{
	width:230px;
	float:left;
	margin-right:20px;
}

#footer-container h1, #footer-container h2, #footer-container h3, #footer-container h4, #footer-container h5, #footer-container h6{color:#fff; }
#footer-container, #footer-container p{color:#ffffff; font-size:11px}
#footer-container .widget-title{ margin-bottom:10px !important; text-align:left !important; font-size:16px; line-height:16px; font-weight:bold; color:#ffffff; text-transform:uppercase}
#footer-container ul{ list-style-type:none; padding:0px; margin:0; list-style-position:outside; font-size:11px}
#footer-container ul li li{
	color:#ffffff;
	padding:0px 0px 12px 0px;
	margin-bottom:12px;
	background: url(../../images/double-border.gif) bottom left repeat-x;

}

#footer-container ul li a, #footer-container ul li a:visited{color:#ffffff;}
#footer-container ul li a:hover{text-decoration:underline; color:#ffffff;}

#footer-container ul li.footergallery li{
	width:107px;
	float:left;
	margin:0px 6px 6px 0px;
	padding:0px;
	background-image:none;
}
#footer-container ul li.footergallery a{
	display:block;
	height:76px;
}
#footer-container ul li.footergallery img{
	width:97px;
	height:66px;
	padding:4px;
	border:1px solid #3f3f3f;
}

#footer-container #copyright{
	display:block; 
	width:940px; 
	padding:15px 0; 
	color:#bfbfbf;
}
#footer-container #copyright a{}
#footer-container #copyright a:hover{text-decoration:underline;}
/* END FOOTER */


/* column list */
.five-column{list-style-type:none; margin:0px; padding:0px;}
.five-column li{list-style-type:none;width:16.8%; margin-right:4%; float:left;}
.five-column p{margin-bottom:18px;}


.four-column{list-style-type:none; margin:0px; padding:0px;}
.four-column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four-column p{margin-bottom:10px;}

.three-column{list-style-type:none; margin:0px; padding:0px;}
.three-column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three-column p{margin-bottom:10px;}

.two-column{list-style-type:none; margin:0px; padding:0px;}
.two-column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two-column p{margin-bottom:10px;}

.three-four-column{list-style-type:none; margin:0px; padding:0px;}
.three-four-column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three-four-column p{margin-bottom:10px;}

.two-column li li, .three-column li li, .four-column li li, .three-four-column li li{margin:0px; width:auto !important; float:none;}



/* column */
.one_half{ width:48%;}
.one_third{ width:30.6%;}
.one_fourth{width:22%;}
.two_third{ width:65%;}
.three_fourth{width:74%;}
.one_half, .one_third, .one_fourth, .three_fourth, .two_third{margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }




/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#989898
}
.dropcap2{
	background: transparent url(../../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	

/*==== Bulleted List ====*/
.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(../../images/check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-arrow{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-arrow li{
	background: transparent url(../../images/arrow2.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(../../images/star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(../../images/plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(../../images/circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
	padding: 20px 20px;
	margin: 0 0 25px 0;
	padding-left: 60px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.download-box {
	background: #dde2aa url(../../images/download.png) no-repeat scroll 20px 18px;
	border: 1px solid #a2c058;
	color: #7b9244;
	padding-left:60px
}

.note-box {
	background: #fdebae url(../../images/note.png) no-repeat scroll 20px 15px;
	border: 1px solid #e6c555;
	color: #b28c0b;
	padding-left:65px
}
.error-box {
	background: #ffcccc url(../../images/error.png) no-repeat scroll 20px 15px;
	border: 1px solid #ff9999;
	color: #fb1414;
	padding-left:60px
}

.info-box {
	background: #bde3f9 url(../../images/info.png) no-repeat scroll 20px 15px;
	border: 1px solid #8bb5cd;
	color: #1d97db;
	padding-left:65px
}




/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:10px 20px;
	background-color:#f5f5f5;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:25px;
	margin:10px 2px 20px 20px;
	width:33%;
	font-family:Georgia, Arial
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #ececec;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

.calendarpicker th, .calendarpicker td { padding: 0px; border-top: none;} 
.calendarpicker th, .calendarpicker tr:hover { background-color: inherit; }



/* TABLE LIST */
.table-box-container{ width:730px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #e5e5e5; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:8px 0px; line-height:normal; color:#444 !important; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:335px; padding-left:20px;}
.table-box-container ul li.two{ width:110px; text-align:center; border-left:1px dotted #e5e5e5; background-color: #999; background-image: url(http://www.interlacecommunications.com/images/bg-silverpkg.jpg); background-repeat: repeat-y;}
.table-box-container ul li.three{ width:110px; text-align:center; border-left:1px dotted #e5e5e5; background-color:#d2a518; background-image: url(http://www.interlacecommunications.com/images/bg-goldpkg.jpg); background-repeat: repeat-y;}
.table-box-container ul li.four{ width:110px; text-align:center; border-left:1px dotted #e5e5e5; background-color:#DDD; background-image: url(http://www.interlacecommunications.com/images/bg-platinumpkg.jpg); background-repeat: repeat-y;}
ul.table_header li h3 { margin: 6px 0;}

/* WEDDING PACKAGES TABLE LIST */
.table-box-container ul li.wedd_one{ height: 18px; width:315px; padding-left:20px;}
.table-box-container ul li.wedd_two{ height: 18px; width:85px; text-align:center; border-left:1px dotted #e5e5e5; background-color: #999; background-image: url(http://www.interlacecommunications.com/images/bg-bronzepkg.jpg); background-repeat: repeat-y;}
.table-box-container ul li.wedd_three{ height: 18px; width:85px; text-align:center; border-left:1px dotted #e5e5e5; background-color:#d2a518; background-image: url(http://www.interlacecommunications.com/images/bg-silverpkg.jpg); background-repeat: repeat-y;}
.table-box-container ul li.wedd_four{ height: 18px; width:85px; text-align:center; border-left:1px dotted #e5e5e5; background-color:#d2a518; background-image: url(http://www.interlacecommunications.com/images/bg-goldpkg.jpg); background-repeat: repeat-y;}
.table-box-container ul li.wedd_five{ height: 18px; width:85px; text-align:center; border-left:1px dotted #e5e5e5; background-color:#DDD; background-image: url(http://www.interlacecommunications.com/images/bg-platinumpkg.jpg); background-repeat: repeat-y;}
ul.wedd_table_header li h3 { margin: 6px 0;}
.table-box-container ul li.spanpackages{ width:324px; padding-left:20px; background-color:#f0f0f0; }
#weddingpackage_alc { padding-left: 35px; }
#weddingpackage_alc ul { padding-top: 8px; }
#weddingpackage_alc ul li {
	float: none;
	padding: 2px 0 2px 0;
	margin: 0;
	list-style-type: disc;
}

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:345px; padding-left:10px; }
ul.tbl-even{ background-color:#f0f0f0}
ul.tbl-even li.one{ width:345px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px; background-color:#f7f7f7;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}


.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}



/* TABS */

/* tab with arrow */
.tabcontainer-arrow{margin:20px 0px 0px 0px;}

ul.tabs-arrow {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	height: 30px;
	background-image:url(../../images/bg-tab-body.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}

ul.tabs-arrow li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 4px 0;
	height: 26px;
	line-height:18px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs-arrow li:hover{background-image:url(../../images/arrow-tab-active.gif); background-position:bottom; background-repeat:no-repeat;}
ul.tabs-arrow li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 15px;
	outline: none;
}

ul.tabs-arrow li a:hover {
	color:#646464;
}

ul.tabs-arrow li.active{border-bottom:solid 1px #f8f8f8;background-image:url(../../images/arrow-tab-active.gif); background-position:bottom; background-repeat:no-repeat; }
html ul.tabs-arrow li.active, html ul.tabs-arrow li.active a:hover  {color:#989898}
html ul.tabs-arrow li.active a{ color:#646464; }
#tab-body-content{
}
.tab-content-arrow {padding: 20px 0}



/* tab with frame */
.tabcontainer{margin:20px 0px 0px 0px; color:#828282}

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-width:1px 1px 1px 1px !important;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	border-top-left-radius: 3px; /* CSS3 */
	border-top-right-radius: 3px; /* CSS3 */
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs li:hover{border-bottom:solid 1px #f8f8f8;}
ul.tabs li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f8f8f8;
	text-decoration:none;
	-moz-border-radius-topleft: 5px; /* Firefox */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-top-left-radius: 5px; /* CSS3 */
	border-top-right-radius: 5px; /* CSS3 */
}
ul.tabs	 li.active{border-bottom:solid 1px #f8f8f8; }
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #f8f8f8; color:#989898}
html ul.tabs li.active a{ color:#646464; }
#tab-body{
	border:solid 1px #e7e7e7;
	border-width:1px 1px 1px 1px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	background-color:#f8f8f8;
}
.tab-content {padding: 30px 25px}

/* TESTIMONIAL  */
.ts-thinkbox{}
.ts-thinkbox blockquote{color:#838383;}
.ts-thinkbox-list{
	padding-left:0px;
	clear:both;
	margin:0;
	list-style-position:outside;
}
.ts-thinkbox-list li{
	list-style-type:none;
	position:relative;
	margin-bottom:20px;
	padding:0px;
	width:690px;
}
.ts-thinkbox-thumb{
	width:100px;
	height:100px;
	padding:3px;
	top:0;
	left:0;
	border:1px solid #cacaca;
	position:absolute;
	margin-right:28px;
}
.ts-thinkbox-leftpointer{
	background-image:url(http://www.interlacecommunications.com/images/leftpointer.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:13px;
	height:23px;
	position:absolute;
	left:120px;
	top:42px;
	z-index:200;	
}
.ts-thinkbox-textinfo{
	margin:0;
	padding:0px;
}
.ts-thinkbox-name{
	font-size: 14px; 
	padding: 6px 0 10px 0;
}

.ts-thinkbox-author{
	font-size:14px;
	font-variant: small-caps; 
	text-align: right;
	width: 320px;
	display: inline-block; 
}

.ts-thinkbox-video{
	text-align: left; 
	width: 200px;
	display: inline-block;
	line-height:20px;
	font-size:11px ;
	font-family:Verdana, Arial;
	font-style:normal;
}

.ts-thinkbox-video  img {
	padding-right: 7px;
	padding-top: 0;
	margin-top: 0;
}
.ts-thinkbox-quote{
	border:1px solid #e7e7e7;
	padding:5px 18px;
	margin-left:132px;
	line-height:18px;
	background-color:#fff;
}
.ts-thinkbox-quote blockquote{
	margin:0px 0px 0px 0px !important;
	padding:10px 0 0 0 !important;
	line-height:20px;
	background:none;
	clear:none;
	font-size:11px ;
	font-family:Verdana, Arial;
	font-style:normal;
}
.ts-thinkbox-quote blockquote p{font-size:11px;}


/* JQUERY TOGGLE */
h2.trigger {
	padding: 9px 10px;
	margin: 0 0 5px 0;
	line-height: 20px;
	width:540px;
	font-size:11px;
	font-weight: normal;
	border:solid 1px #e0e0e0;
	background-color:#fff;
}
h2.trigger a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color:#838383;
	background: url(http://www.interlacecommunications.com/images/h2_trigger_a.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:30px;
}
h2.active{background-color:#f8f8f8;}
h2.active a{background-position:0px -62px !important;}
h2.trigger a:hover {
	color:#838383;
}
h2.active {background-position: left bottom;}
.toggle_container, .donttoggle_container  {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 530px;
	clear: both;
}
.toggle_container .block p, .donttoggle_container .block p {
	padding: 5px 0 15px 30px;
	margin: 5px 0;
}

#vendorvideoupload .input-container .redtext {
	color: #F00 !important;
	font-weight: bold;
}

#vendorvideoupload .input-container .redborder {
	border: 1px solid #F00 !important;
}

#sitemap li {
	font-size: 1.6em;
	padding-top: 15px;
}

#sitemap li li {
	font-size: .8em;
	padding-top: 8px;
}

#mgmt-left, #mgmt-right {
	line-height: 20px;
	font-size: 1.2em;
}

.pretext {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#838383;
	line-height:18px;
	background-color:#fff;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 22px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word; 
}
