/*--------------------------------------------
© Copyright 2006 All Rights Reserved.

Colortone Audio Visual
http://www.colortone-av.com

Site development and maintenance
   Superior Computer Services, Inc.
   http://www.supercompserv.com

Photos and copy provided by
   Colortone Audio Visual
   http://www.colortone-av.com
---------------------------------------------/*


/*------------------------------------------------------------------------------------------------------------------
	GENERAL BODY/PAGE SETTINGS
------------------------------------------------------------------------------------------------------------------*/

body, html {
	background: #203B56 url("../images/background.jpg") 0 0 repeat-x;
	color: #000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 18px;
	height: 100%;
	margin: 0;
	padding: 0;	
	}


body {
	min-width: 750px;
	}


small {
	font-size: .9em;
	margin-top: -3px;
	margin-bottom: 10px;
	}
	
	
/*----------------------------------------------------------
    PARAGRAPHS, BLOCK QUOTES, SMALL TEXT 
----------------------------------------------------------*/


p {
	color: #000;
	margin: 10px 0 10px 0;
	}

/*----------------------------------------------------------
    LINKS 
----------------------------------------------------------*/


a, a:hover, a:visited {
	color: #983D41;
	text-decoration: none;
	}


a:hover {color: #6F983D;}
/*a:visited {color: #EF8B32}*/


a.callnow, a:hover.callnow {
	background: #fff url("../images/callnow.png") no-repeat;
	display: block;
	margin-left: 0px;
	width: 146px;
	height: 147px;
	}
	
	
a.callnow span {visibility:hidden;}


/*----------------------------------------------------------
    FORMS 
----------------------------------------------------------*/

#newsletter { margin-right: 30px; }

.hidden { border: none; }

span.required {
	background: transparent url('../images/required.gif') right 1px no-repeat;
	padding-right: 16px;
	}

#newsletter fieldset {
	background: transparent url('../images/form-bg.gif') left bottom repeat-x;
	border-top: 1px solid #586C80;
	border-bottom: 1px solid #586C80;
	border-left: none;
	border-right: none;
	padding: 2em;
	}

#newsletter legend {
	color: #586C80;
	font-weight: bold;
	font-size: 1.3em;
	margin-left: -5px;
	margin-bottom: .5em;
	}
	
ul#subscription {
	background: transparent url('../images/subscription-bg.gif') left top repeat-x;
	line-height: 24px;
	margin: 2em 0 2em 0em;
	width: 228px;
	}

#subscription li {
	display: inline;
	list-style-type: none;
	}

#subscription li a {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}

#subscription li a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
	}

textarea {
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #999999;
	width: 99%;
	height: 100px;
	}

input, select {
	font-size: 1em;
	line-height: 15px;
	border: 1px solid #999999;
	display: block;
	padding: 3px;
	}

input { height: 15px; }

input.submit { 
	display: inline;
	height: 2em;
	border: 1px solid #999999;
	display: block;
	font-size: 11px;
	}

label {
	color: #586C80;
	display: block;
	font-size: 1em;
	margin-top: 8px;
	}


table.form {
	margin: 0;
	background-color: #FFF;
	width: 394px;
	}
	
td.header {
	color: #fff;
	background: #586C80;
	font-weight:bold;
	text-transform: uppercase;
	}
	

td.r1 {
	background-color:#CCC;
	color: #000;
	}

td.r2 {
	background-color:#EEE;
	color: #0000;
	}

td span {
	margin-right: 20px;
	width: 110px;
	}
	
	
/*----------------------------------------------------------
	FORM VALIDATION 
----------------------------------------------------------*/


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	}

input.required, textarea.required {
	border: 1px solid #00A8E6;
	}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
	}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	}

	
/*----------------------------------------------------------
    HEADINGS 
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #983D41;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	}

/*----------------------------------------------------------
    LISTS 
----------------------------------------------------------*/
	

#main ul {
	color:#6F983D;
	list-style-position:outside;
	list-style-type: square;
	margin-right: 60px;
	}

#main li span{
	color: #40576E;
	font-size: 11px;
	line-height: 15px;
	}
	

#main ol {
	list-style-type: none;
	margin: 10px 0 0 0;
	}


/*------------------------------------------------------------------------------------------------------------------
	SITE WRAPPER CONTAINER
------------------------------------------------------------------------------------------------------------------*/


#wrap {
	background: transparent url("../images/main_content_bg.jpg") 35px 0 repeat-y;
	bottom: 50px;
	min-height: 90%;
	margin: 0 auto;
	width: 750px;
	}


/*------------------------------------------------------------------------------------------------------------------
 	HEADER CONTAINER
/*-----------------------------------------------------------------------------------------------------------------*/


#header {
	background: transparent url("../images/menu_bg.jpg") 35px 0 no-repeat;
	height: 98px;
	width: 750px;
	}


#header h1 {
	padding: 0px;
	margin: 0;
	}


/*------------------------------------------------------------------------------------------------------------------
    TOP MENU
------------------------------------------------------------------------------------------------------------------*/


ul#menu {
	background-color:none;
	padding-top: 60px;
	margin-right: 25px;
	width: 650px;
	text-align: right;
	}


ul#menu li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #40576E;
	text-transform: uppercase;
	margin-left: 20px;
	}


ul#menu a, ul#menu a:link {
	color: #40576E;
	text-decoration: none;
	}


a#home {
	background-color: none;
	display: block;
	height: 47px;
	margin: 46px 0px 0px 54px;
	position: absolute;
	width: 133px;
	}


a#home span {visibility: hidden;}


ul#menu a:hover {
	color: #fff;
	text-decoration: underline;
	}


ul#menu a:active {
	color: #983D41;
	text-decoration: underline;
	}


/*------------------------------------------------------------------------------------------------------------------
    CONTENT PAGE HEADER IMAGE
------------------------------------------------------------------------------------------------------------------*/


#content-header{
	background: transparent url("../images/content_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#vcpage-header {
	background: transparent url("../images/vc_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#services-header {
	background: transparent url("../images/services_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#corp-header {
	background: transparent url("../images/corp_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}
	
#elem-header {
	background: transparent url("../images/elem_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#uni-header {
	background: transparent url("../images/uni_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#govt-header {
	background: transparent url("../images/govt_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#rental-header {
	background: transparent url("../images/rental_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}
	
#about-header {
	background: transparent url("../images/about_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}

#contact-header {
	background: transparent url("../images/contact_header.jpg") 44px 0 no-repeat;
	height: 255px;
	/*padding: 0px 54px 0 54px;*/
	}
	
	
/*----------------------------------------------------------
    FEATURES LINKS DIV 
----------------------------------------------------------*/





/*-----------------------------------------------------------------------------------
    SIDEBAR CONTENT DIV (SWAPPED POSITION W/ HOMEPAGE)
-----------------------------------------------------------------------------------*/


#sidebar {
	background: #fff;
	float: left;
	margin-left: 41px;
	padding-top: 40px;
	width: 222px;
	display: inline;
	}


html>body #sidebar {	/*hack for MOZ */
	background: #fff;
	float: left;
	margin-left: 41px;
	margin-top: 0px;
	width: 222px;
	}


#sidebar p {
	padding:0;
	margin-left: 20px;
	margin-right: -10px;
	}


#main h2, #sidebar h2 {
	margin: 15px -10px 10px 0px;
	}


#sidebar h2 {
	font-size: 15px;
	font-weight: bold;
	}


#sidebar h2#markets {
	background: transparent url("../images/markets_header.png") no-repeat;
	height: 35px;
	width: 176px;
	text-indent: -9999px;
	margin-top: -7px;
	margin-bottom: 26px;
	}


#sidebar h2#technology {
	background: transparent url("../images/technology.png") no-repeat;
	height: 35px;
	width: 260px;
	text-indent: -9999px;
	}


/*-----------------------------------------------
    VIDEO CONFERENCING HEADER TEXT
-----------------------------------------------*/


#sidebar h2#vc-services {
	background: transparent url("../images/vc-services_header.png") no-repeat;
	height: 35px;
	width: 183px;
	text-indent: -9999px;
	}



/*-----------------------------------------------------------------------------------
    SIDEBAR MENU
-----------------------------------------------------------------------------------*/


#sidebar ul#sectors {
	margin-left: 21px;
	margin-top: 10px;
	width: 180px;
	padding-top: 10px;
	}

html>body #sidebar ul#sectors {
	margin-left: -20px;
	}

#sidebar ul#sectors li.a {
	background: transparent url("../images/list_top_bg.png") top right no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-top: -10px;
	height: 53px;
	padding: 0px 5px 5px 0px;*/
	}


#sidebar ul#sectors li.b {
	background: transparent url("../images/list_bottom_bg.png") top right no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-top: -10px;
	height: 53px;
	padding: 0px 5px 5px 0px;
	}


#sidebar ul#sectors li a {
	color: #983D41;
	line-height: 51px;
	text-transform: capitalize;
	text-decoration: none;
	}


#sidebar ul#sectors li a:hover {color: #6F983D;}


#sidebar ul#sectors li a.active {
	border-bottom: 1px dashed #6F983D;
	color: #6F983D;
	font-weight: bold;
	}


/*-----------------------------------------------------------------------------------
    MAIN DIV (SWAPPED WITH HOMEPAGE) 
-----------------------------------------------------------------------------------*/


#main {
	background: #fff;
	float: right;
	margin-right: 46px;
	padding-top: 40px;
	display: inline;
	width: 425px;
	}


html>body #main {	/* hack for MOZ */
	background: #fff;
	float: right;
	width: 425px;
	margin-right: 46px;
	min-height: 100%;
	}


#main ul {
	margin-bottom: 0;
	}


#main p { text-align: left; }


#main p {				/* properties shared by p and h2 only */
	padding: 0;
	margin: 15px 30px 15px 0;
	}
	

#main h2 {						/* properties shared by all h2 header */
	color: #983D41;
	font-weight: 900;
	font-size: 15px;
	margin: 15px 0 -20px 0;
	text-transform: capitalize;
	}
	
html>body #main h2 {			/* hack for MOZ alignment */
	margin: 10px 30px 0px 0;
	}


#manufacturers, #services_header, #vc-equipment, #vc-affordable,			/* hide the html text so that the image displays nicely */
#vc-forefront, #elmsford, #nyc, #vc-pricing, #about-us, #history,
#stability, #team, #executive, #av-people, #benefits, #services-page,
#duplication, #rentals-page, #corp-photogallery, #elem-photogallery,
#uni-photogallery,#govt-photogallery {
	text-indent: -9999px;
	}

#main h2#integration {
	background: transparent url("../images/integration_header.png") no-repeat;
	height: 35px;
	width: 300px;
	text-indent: -9999px;
	}

#main h2#join_newsletter {
	background: transparent url("../images/join_newsletter.png") no-repeat;
	height: 35px;
	width: 300px;
	text-indent: -9999px;
	}


#main h2#manufacturers {
	background: transparent url("../images/manufacturer_heading.png") no-repeat;
	width: 125px;
	}
	
	
#main h2#services_header {
	background: transparent url("../images/services_header.png") no-repeat;
	width: 272px;
	}
	

/*-----------------------------------------------
    PHOTO GALLERY PARAGRAPH HEADER TEXT
-----------------------------------------------*/


#main h2#corp-photogallery {
	background: transparent url("../images/corp-photogallery_header.png") no-repeat;
	width: 272px;
	}

#main h2#elem-photogallery {
	background: transparent url("../images/elem-photogallery_header.png") no-repeat;
	width: 272px;
	}

#main h2#uni-photogallery {
	background: transparent url("../images/uni-photogallery_header.png") no-repeat;
	width: 272px;
	}

#main h2#govt-photogallery {
	background: transparent url("../images/govt-photogallery_header.png") no-repeat;
	width: 272px;
	}


/*-----------------------------------------------
    VIDEO CONFERENCING PARAGRAPH HEADER TEXT
-----------------------------------------------*/


#main h2#vc-equipment {
	background: transparent url("../images/vc-equipment.png") no-repeat;
	width: 231px;
	}


#main h2#vc-affordable {
	background: transparent url("../images/vc-affordable.png") no-repeat;
	width: 231px;
	}

#main h2#vc-forefront {
	background: transparent url("../images/vc-forefront.png") no-repeat;
	width: 250px;
	}


#main h2#elmsford {
	background: transparent url("../images/elmsford_directions.png") no-repeat;
	width: 250px;
	height: 16px;
	}
	

#main h2#nyc {
	background: transparent url("../images/nyc_directions.png") no-repeat;
	width: 270px;
	height: 16px;
	}

#main h2#vc-pricing {
	background: transparent url("../images/vc-pricing.png") no-repeat;
	width: 135px;
	height: 16px;
	}
	

/*-----------------------------------------------
    ABOUT US PARAGRAPH HEADER TEXT
-----------------------------------------------*/


#main h2#about-us {
	background: transparent url("../images/about.png") no-repeat;
	width: 100px;
	}

#main h2#history {
	background: transparent url("../images/history.png") no-repeat;
	width: 100px;
	}

#main h2#stability {
	background: transparent url("../images/stability.png") no-repeat;
	width: 150px;
	height: 16px;
	}

#main h2#team {
	background: transparent url("../images/team.png") no-repeat;
	width: 160px;
	}

#main h2#executive {
	background: transparent url("../images/executive.png") no-repeat;
	width: 180px;
	}

#main h2#av-people {
	background: transparent url("../images/dedicated-people.png") no-repeat;
	width: 250px;
	}

#main h2#benefits {
	background: transparent url("../images/benefits.png") no-repeat;
	width: 320px;
	}

/*-----------------------------------------------
    'EXECUTIVE TEAM' TABLE STYLING
-----------------------------------------------*/

table#management-team {
	background: #fff;
	color:#666;
	margin-right: 30px;
	table-layout: fixed;
	width: 394px;
	}

#management-team th {
	background: #203B56 ;
	color:#fff;
	padding:3px;
	text-align: left;
	}

#management-team td {
	line-height: 12px;
	padding:5px 5px 5px 3px;
	text-align: left;
	vertical-align:top;
	}

#management-team tr.gray {
	background: #f7f7f7;
	padding:2px;
	text-align: left;
	vertical-align:top;
	}
	
#management-team p {
	text-align: left;
	margin: 0px 0 5px 0;
	}

#management-team small {
	font-size:9px;
	font-style:italic;
	margin-top: 5px 0 5px 0;
	}

/*-----------------------------------------------
    SERVICES PARAGRAPH HEADER TEXT
-----------------------------------------------*/

#main h2#services-page {
	background: transparent url("../images/services.png") no-repeat;
	width: 160px;
	}

#main h2#duplication {
	background: transparent url("../images/duplication.png") no-repeat;
	width: 320px;
	}
	

/*-----------------------------------------------
    RENTALS PARAGRAPH HEADER TEXT
-----------------------------------------------*/
	
#main h2#rentals-page {
	background: transparent url("../images/rentals.png") no-repeat;
	width: 150px;
	}
	
	
/*----------------------------------------------------------
    SIDEBAR >> FEATURED PRODUCTS AND VIDEO CONFERENCE LISTS 
----------------------------------------------------------*/


#main ul#vclocations li.b {
	background: transparent url("../images/list_bottom_bg.png") no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-top: -10px;
	height: 53px;
	width: 269px;
	padding: 5px 5px 5px 0px;
	}


/*-----------------------------------------------------------------------------------
   FOOTER DIV 
-----------------------------------------------------------------------------------*/
 
 
#footer table {
	background: transparent url(../images/footer_bg.jpg) -6px 0 no-repeat;
	bottom: 0;
	clear: both;
	height: 101px;
	margin-top: 50px;
	width: 760px;
	}


html>body #footer table {		/* hack for MOZ */
	padding-top: 0px;
	height: 101px;
	}


#footer td {
	vertical-align: top;
	width: 50%;
	}


#footer td#left {padding-left: 60px;}
#footer td#right {padding-right: 75px;}


#footer table p {
	color: #3D6F98;
	}

/*-----------------------------------------------------------------------------------
   CRESTRON GUI GALLERY
-----------------------------------------------------------------------------------*/


.gui-gallery {
	margin: 0;
	padding: 0;
	}

.gui {
	margin: 10px 20px 10px 0;
	position: relative;
	width: 80px;
	float: left;
	}
.gui img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gui span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.gui a {
	text-decoration: none;
}


