/* ----         PepperDash Technology         ---- */
/* ---- Written by Synergema Consulting Group, in conjunction with PepperDash Creative Services ---- */
/* ----      http://www.synergema.com/        ---- */

/* ---- Primary Body & Standard Elements --------- */
body {
	font:12px Arial, Helvetica, sans-serif;
	
	color:#333;
	background:#FFF url(../images/internal/bg.gif) repeat-x;
	margin:0;
	padding:0;
}

body.home {
	background:url(../images/home/bg-home.gif) repeat-x;
}

body * {
	margin:0;
	padding:0;
}

/* ---- Wrappers & Containers -------------------- */
#wrapper {
	width:749px;
	margin:0 auto;
}

#header {} /* Not Used at the Moment */

#container {
	background: url(../images/internal/bg-body.gif) no-repeat bottom left;
	width:749px;

}

#container-long {
background: url(../images/internal/bg-body_long.gif) no-repeat bottom left;
	width:749px;

}

#container-code {
background: url(../images/internal/bg-body_code.gif) no-repeat bottom left;
	width:749px;

}


/* ---- Utilitiy Navigation ---------------------- */
#utility {
	font:10px Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	color:#888;
	text-align:right;
	margin-top:11px;
	height:13px;
}

#utility li {
	display:inline;
}

#utility a {
	color:#888;
	text-decoration:none;
}

#utility a:hover {
	color:#3059c9;
	text-decoration:underline;
}

/* ---- Logo ------------------------------------- */
#logo {
	margin-left:0px;
	float:left;
}

#logo h2 {
	display:none;
}

#logo a {
	display:block;
	width:179px;
	height:50px;
	border:0;
	background:url(../images/internal/pepperdash.gif) no-repeat;
}

/* ---- Drop Down Navigation --------------------- */
#menu {
	width:570px;
	float:right;
	margin-top:11px;
}

#nav {
	height:46px;
	/*left:0;
	position:absolute;
	top:0;*/
	width:570px;
}

#nav div {
	left:0;
	margin:0;
	/*position:absolute;
	right:8px;*/
	top:0;
}

#nav ul {
	background:url(../images/navigation/navigation.gif) no-repeat 0 -46px;
	height:46px;
	margin:0 auto;
	position:relative;
	width:568px;
	list-style:none;
}

#nav li {
	float:left;
	height:46px;
}


#n-home        { width:95px; }
#n-development { width:95px; }
#n-hosting     { width:95px; }
#n-products    { width:94px; }
#n-experience  { width:95px; }
#n-about       { width:94px; }



#nav a {
	border:none;
	color:#777;
	display:block;
	font-weight:normal;
	height:46px;
	padding:0 5px;
	text-indent: -9999px;
}

#nav a { background:url(../images/navigation/navigation.gif) no-repeat; }

#nav #n-home a        { background-position: 0 0; }
#nav #n-development a { background-position: -95px 0; }
#nav #n-hosting a     { background-position: -190px 0; }
#nav #n-products a    { background-position: -285px 0; }
#nav #n-experience a  { background-position: -379px 0; }
#nav #n-about a       { background-position: -474px 0; }

#nav a:hover, #nav li:hover a, #nav li.mnhover a { background: none !important; }

/*#sect-home #n-home a { background-position: 0 -94px; }
#sect-development #n-development a { background-position: -64px -94px; }
#sect-hosting #n-hosting a { background-position: -200px -94px; }
#sect-products #n-products a { background-position: -305px -94px; }
#sect-experience #n-experience a { background-position: -465px -94px; }
#sect-about #n-about a { background-position: -586px -94px; }*/

#nav li ul {
	background:url(../images/navigation/bgsubmenu-bgtop.gif) repeat-y top left;
	/*border-bottom:1px solid;
	/*border-top:1px solid;
	border-color:#d1d1d1;*/
	height:auto;
	left:-9999px;
	margin:0 0 0 0;
	padding:25px 0 0 0;
	position:absolute;
	z-index:3;
}

#nav li:hover ul, #nav li.mnhover ul {
	left:auto;
}

/*#nav li#n-about:hover ul, #nav li#n-about.mnhover ul {
	left:auto;
	right:15px;
}*/

#nav li ul li, #nav li ul li a {
	height:auto;
	margin:0;
	padding:0;
	text-indent:0;
}

#nav li ul li.menubottom {
	background:url(../images/navigation/bgsubmenu-bg.gif) no-repeat bottom left;
	padding-top:10px;
}

#nav li ul li a {
	/*border:1px #d1d1d1;*/
	/*border-style:none solid;*/
}

#nav li ul, #nav li ul li {
	width:197px;
}

#nav li:hover ul li a, #nav li.mnhover ul li a, #nav li ul li a {
	background:none;
	display:block;
	border-bottom:1px dashed #d1d1d1;
	font-size:11px;
	padding-bottom:10px;
	color:#d1d1d1;
	text-decoration:none;
	margin:3px 29px 6px 29px;
}

#nav li li { /* Arrow for Submenu items */
	/*background: url(../i/blsubmenu.gif) no-repeat 14px 50%;*/
}

/* for every LI tag the .mnhover is used in the JS to produce a hover event for IE. All other browsers properly display the LI:Hover */

#nav li li.mnhover, #nav li li:hover { /* Background Image on Hover of Submenu items */
	/*background: #5079C5 url(../i/bgsubmenu_h.gif) repeat-y 100% 0;*/
	text-decoration:underline;
}

#nav li ul li a:hover { /* Hover Arrow on Submenu items */
	/*background: url(../i/blsubmenu_h.gif) no-repeat 12px 50% !important;*/
	color: #fff;
	text-decoration:underline;
}



#nav li ul li ul { /*sub-subnav */
	background:none;
	height:auto;
	position:relative;
	font-size:8px;
	margin:0;
	padding:0;
}

#nav li ul li ul li { /*sub-subnav */
	height:auto;
	margin:0;
	padding:0 10px;
	width:187px;
}

#nav li ul li ul li a { /*sub-subnav */
	border-bottom:0;
}




/* ---- Home Banners ----------------------------- */
#home-banner {
	clear:both;
	height:202px;

	text-align:center;
}

/* ---- Banners ---------------------------------- */
#banner {
	clear:both;
	background:url(../images/internal/bg-banner.png) no-repeat;
	height:83px;
}

#banner span {
	display:none;
}

#banner h2.company    { background:url(../images/internal/bnnr-company.gif) no-repeat; width:749px; height:83px; }
#banner h2.services   { background:url(../images/internal/bnnr-services.gif) no-repeat; width:749px; height:83px; }
#banner h2.solutions  { background:url(../images/internal/bnnr-solutions.gif) no-repeat; width:749px; height:83px; }
#banner h2.news 	  { background:url(../images/internal/bnnr-news.gif) no-repeat; width:749px; height:83px; }
#banner h2.resources { background:url(../images/internal/bnnr-resources.gif) no-repeat; width:749px; height:83px; }

/* ---- Home Left Container ---------------------- */
#home-left {
	background:url(../images/home/bg-contenttop.gif) no-repeat top left;
	width:518px;

	padding-left:17px;
	padding-top:29px;
	padding-bottom:10px;
	float:left;
}

/* ---- Home Ads Containers ---------------------- */
#homeads-a {
	float:left;
	width:299px;
}

#homeads-b {
	float:left;
	width:208px;
	margin-left:8px;
}

/* ---- Home Left A Container -------------------- */
#homeleft-a {
	float:left;
	width:265px;
	color:#525252 ; /* other colors: ff6600, 525252, bc5115, 333366 */
	margin-left:9px;
	margin-bottom: 20px;
}	

#homeleft-a p {
	line-height:165%;
/*	font-weight:bold;*/
	
}

#homeleft-a h1 { height:25px; margin-bottom:16px; }
#homeleft-a h1 span { display:none; }

#homeleft-a h1.higher { background:url(../images/home/hdr-higherlevel.gif) no-repeat; }

/* ---- Home Left B Container -------------------- */
#homeleft-b {
	float:left;
	width:189px;
	margin-left:9px;
	margin-right:6px;
}

#homeleft-b dl {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:18px;
}

#homeleft-b dt {
	color:#ff6600; /* Oringal Green:009900*/
	font-size:18px;
	font-weight:bold;
	background:url(../images/home/arrow_orange.png) no-repeat 0 6px;
	padding-left:11px;
}

#homeleft-b dt a {color:#ff6600;}/* Links for content Text content adds Oringal Green:009900*/

#homeleft-b dd {
	color:#333366;
	font-size:10px;
	font-weight:bold;
	margin-bottom:12px;
	border-bottom:1px solid #a6a6a6;
	padding-bottom:17px;
	padding-left:11px;
}

#homeleft-b dd.last {
	border-bottom:none;
}


/* ---- Left Container --------------------------- */
#left {
	background: url(../images/internal/bg-content-top.gif) no-repeat top left;
	width:522px;
	color:#525252; /* color for main content text*/
	padding-left:13px;
	padding-top:7px;
	padding-bottom:20px;
	float:left;
}

#left a {color:#b74201;} 
#left h1 { height:52px; }
#left h1 span { display:none; }

#left h1.philosophy 		{ background:url(../images/internal/hdr-philosophy.gif) no-repeat; }



/* ---- Services Headers ---------------------------*/

#left h1.amxprogramming	 	 { background:url(../images/internal/hdr-amxprogramming.gif) no-repeat; }

#left h1.crestronprogramming { background:url(../images/internal/hdr-crestronprogramming.gif) no-repeat; }

#left h1.creativeservices	 { background:url(../images/internal/hdr-creativeservices.gif) no-repeat; }

#left h1.controlprogramming  { background:url(../images/internal/hdr-controlprogramming.gif) no-repeat; }

#left h1.technicalservices	 { background:url(../images/internal/hdr-technicalservices.gif) no-repeat; }

#left h1.services	 		 { background:url(../images/internal/hdr-services.gif) no-repeat; }

#left h1.partnership 		 { background:url(../images/internal/hdr-partnershipservice.gif) no-repeat; }

/* ---- Solutions Headers ---------------------------*/

#left h1.solutions	 	 	 { background:url(../images/internal/hdr-solutions.gif) no-repeat; }

#left h1.designconsultants   { background:url(../images/internal/hdr-designconsultants.gif) no-repeat; }

#left h1.integrators    	 { background:url(../images/internal/hdr-integrators.gif) no-repeat; }

#left h1.techmanagers		 { background:url(../images/internal/hdr-techmanagers.gif) no-repeat; }

#left h1.homeowners			 { background:url(../images/internal/hdr-homeowners.gif) no-repeat; }





/* -- Other Headers ----------------------------------*/
#left h1.contact			 { background:url(../images/internal/hdr-contact.gif) no-repeat; }

#left h1.overview			 { background:url(../images/internal/hdr-overview.gif) no-repeat; }

#left h1.clientlist			 { background:url(../images/internal/hdr-clientlist.gif) no-repeat; }

#left h1.news				 { background:url(../images/internal/hdr-news.gif) no-repeat; }

#left h1.resources		 	 { background:url(../images/internal/hdr-resources.gif) no-repeat; }

#left h1.runningCode		 { background:url(../images/internal/hdr-runningCode.gif) no-repeat; }

#left h1.careers			 { background:url(../images/internal/hdr-careers.gif) no-repeat; }

#left h1.infoRequest		 { background:url(../images/internal/hdr-infoRequest.gif) no-repeat; }



/* ---- Home Right Container --------------------- */
#home-right-container {
	margin-left:9px;
	float:left;
}

#home-right {
	width:205px;
	background:url(../images/home/bg-news.gif) no-repeat bottom left;

}

#home-right-top {
	background:url(../images/home/bg-news-top.gif) no-repeat top left;
}


/* ---- Right Container ------=------------------- */
#right {
	width:205px;
	margin-left:9px;
	background:url(../images/internal/bg-news.gif) no-repeat bottom left;
	float:left;
}

#right-top {
	background:url(../images/internal/bg-news-top.gif) no-repeat top left;
}

/* ---- Right Container 2 ------=------------------- */
#right2 {
	width:205px;
	margin-left:9px;
	float:left;
}

#right-top2 {
	background:url(../images/internal/bg-news-top.gif) no-repeat top left;
}


/* ---- Content Ads NOT USED-------------------------- */
#contentAds {
	margin-top: 10px;

}

#contentAds h2 span { display:none; }

#contentAds h2.programming1 {
	background:url(../images/internal/contentAd_Work.gif) no-repeat bottom left;
	height: 185px;
}

#contentAds h2.programming2 {
	background:url(../images/internal/contentAd_csp2.gif) no-repeat bottom left;
	height: 185px;
}

#contentAds h2.creativeServices1 {
	background:url(../images/internal/contentAd_creativeServices1.gif) no-repeat bottom left;
	height: 185px;
}

#contentAds h2.bigLittle {
	background:url(../images/internal/contentAd_bigLittle.gif) no-repeat bottom left;
	height: 185px;
}

#contentAds h2.service {
	background:url(../images/internal/contentAd_service.gif) no-repeat bottom left;
	height: 185px;
}




/* ---- Breadcrumb ---------------------------------- */

#breadcrumb {
	margin: -5px 0 20px 15px;
		
}


#breadcrumb p {color:#BCBCBC;}
#breadcrumb a, 
#breadcrumb a:visited {color:#4269D9;}

#breadcrumb a:hover {color:#F87616;}



/* ---- Content ---------------------------------- */
#content {
	width:477px;
	line-height:150%;
	margin-left:16px;
}
#content img.left {
	float:left;
	padding:2px;
	border:1px solid #ababab;
	margin:3px 11px 11px 0;
	background:#FFF;
}

/* ---- Home Headlines --------------------------- */
#home-headlines {
	padding:7px 6px;
	color:#FFF;
}

#home-headlines h2 { height:43px; }
#home-headlines h2 span { display:none; }
#home-headlines h2.headline { background:url(../images/internal/hdl-headline.gif) no-repeat; }

#home-headlines dl {
	margin-bottom:10px;
}

#home-headlines dt {
	font-weight:bold;
/*	text-transform:uppercase;
	letter-spacing:1px;*/
	padding-left:7px;
}

#home-headlines dd {
	padding-left:7px;
	font-size:11px;
	color:#e1ddce;
}

#home-headlines dd a {
	color:#FFF;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:10px;
}

#home-headlines dd a:visited { color:#e5e5e5; text-decoration:underline }
#home-headlines dd a:hover { text-decoration:none; }

/* ---- Headlines -------------------------------- */
#headlines {
	padding:7px 6px;
	color:#FFF;
}

#headlines h2 { height:43px; }
#headlines h2 span { display:none; }
#headlines h2.headline { background:url(../images/internal/hdl-headline.gif) no-repeat; }

#headlines dl {
	margin-bottom:10px;
}

#headlines dt {
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url(../images/internal/hdl-arrow.gif) no-repeat 0 5px;
	padding-left:15px;
}

#headlines dd {
	padding-left:15px;
	font-size:11px;
	color:#e1ddce;
}

#headlines dd a {
	color:#ffea00;
	text-decoration:underline;
	text-transform:uppercase;
}

#headlines dd a:visited { color:#b8ae41; }
#headlines dd a:hover { text-decoration:none; }

/* ---- headlines 2 -------------------------- */
#headlineTop {
	width: 205px; 
	height: 40px; 
	background:url(../images/internal/hdl-headline-3.gif) no-repeat;
}
#headlineTop-home {
	width: 205px; 
	height: 40px; 
	background:url(../images/home/bg-news-top.gif) no-repeat top left;
}

#headlines2 {
	padding:7px 6px;
	background:url(../images/internal/bg-news.gif) no-repeat bottom left;
	color:#FFF;
}

#headlines2 h2 { height:43px;  }
#headlines2 h2 span { display:none; }
#headlines2 h2.headline2 { background:url(../images/internal/hdl-headline-2.gif) no-repeat;}

#headlines2 dl {
	margin-bottom:20px;
}
#headlines2 dt {
	font-weight:bold;
	font-size:12px;
	/*text-transform:uppercase;
	letter-spacing:1px;*/
	background:url(../images/internal/hdl-arrow.gif) no-repeat 0 5px;
	padding-left:15px;
}

#headlines2 dd {
	padding-left:15px;
	font-size:10px;
	color:#e1ddce;
}

#headlines2 dd a {
	color:#ffea00;
	text-decoration:underline;
	text-transform:uppercase;
}

#headlines2 dd a:visited { color:#b8ae41; }
#headlines2 dd a:hover { text-decoration:none; }



/* ---- Running Code/Client List ---------------------------------- */
#clientlist {
	padding:0 30px 20px 30px;
}

#clientlist p {
	font-weight:bold;
	margin:0px 0px; 
	font-size: 12px; 
	color:#444444; 
}

#clientlist a {
	color:#4672EB;
	text-decoration:underline;
}
#clienteven {
	padding: 8px 25px;
	border-top:  1px solid #A3A3A3 ;

	}
	

#clientodd {
	padding: 8px 25px;
	border-top: 1px solid #A3A3A3; 
	background: #E6F6FE ;
	}
	
#clientheader{
	padding: 8px 5px;
	border-top: 1px solid #A3A3A3; 
	background: #E6F6FE ;
	}

/* ---- NEWS ---------------------------------- */
#newslist {
	padding:20px 30px;
	
}

#newslist h2.title {font-size: 12px; color: #4672EB; text-decoration: underline;}	

#newslist h2.date {font-size: 12px; color:#A3A3A3;}

#newslist p {font-size: 11px; color:#565656; margin-top: 3px;}

#newslist a {color:#b74201;} 

#newslist a.title {color:#4672EB;}

#even {
	padding: 15px 25px;
	border-top:  1px solid #A3A3A3 
	}
	

#odd {
	padding: 15px 25px;
	border-top: 1px solid #A3A3A3; 

	background: #E6F6FE ;
	}

#month {
	padding:2px 15px;
	font-size:10px;
	color: #fff;
	background:#565656;
}
/* ---- SITEMAP ---------------------------------- */
#sitemap {font-size: 11px;}
#sitemap h2 {border-bottom: 1px dotted #a1a5a9; padding-bottom: 3px; padding-top: 15px; color: #4672EB; margin-bottom: .5em;}
#header {text-align: left;}
#sitemap ul.square li {margin-left:25px;}
#sitemap ul.square li.more {margin-left: 10px; list-style-type: disc;}
#sitemap ul a {text-decoration: none; color:#b74201;}
#sitemap ul a:hover {text-decoration: underline;}

/* ---- Microsoft ISV ----------------------------------- */
#isv {
	width:749px;
	margin:0 auto;
	margin-top:10px;
	text-align: center;
	line-height:175%;
	color:#000000;
	font-size:9px;

}


/* ---- Footer ----------------------------------- */
#footer {
	width:749px;
	margin:0 auto;
	margin-top:10px;
	text-align: center;
	line-height:175%;
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
}

#footer p.links {
	color:#4672eb;
	font-size:10px;
}

#footer a {
	color:#4672eb;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a.legal {
	color:#000000;
	text-decoration:none;
}

#footer a.legal:hover {
	text-decoration:underline;
}

/* ---- Partners --------------------------------- */
#partners {
	text-align:center;
	margin-top:30px;
}

#partners a {
	border:0;
	margin-right:0px;
}
