@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1D2642;
}
h2{font-family: Georgia, "Times New Roman", Times, serif;color: #1D2642;}
h3{font-family: Georgia, "Times New Roman", Times, serif;color: #1D2642;}

/********************************************************************************************/

#header {
	position: relative;
	top: 0px;
	left: 0px;
}
#headerTopRight {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
}

#headerTopPhone {
	position: absolute;
	top: 58px;
	left: 270px;
	font-size: 16px;
	font-weight: bold;
}

/********************************************************************************************/


#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/**********************************************************************/

#topNavigation {
	position: absolute;
	right: 0px;
	top: 55px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#topNavigation ul {
	margin:0;
	list-style-type:none;
	padding: 0;
	height: 30px;
	background-color: #1D2642;
}
#topNavigation li {
	margin:0;
	padding:0;
	line-height: 30px;
	height: 30px;
	float: left;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#topNavigation li a:link, #topNavigation li a:visited {
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	display:block;
}
#topNavigation li a:hover {
	color: #F08691;
}
#homeTab {
	width: 65px;
}
#aboutTab {
	width: 65px;
}
#requestTab {
	width: 240px;
}
#contactTab {
	width: 82px;
}
body#home li#homeTab a:link, body#home li#homeTab a:visited,
body#about li#aboutTab a:link, body#about li#aboutTab a:visited,
body#request li#requestTab a:link, body#request li#requestTab a:visited,
body#contact li#contactTab a:link, body#contact li#contactTab a:visited {
	color:#FFF;
	background-color: #7A2544;
}



/********************************************************************************************/


ul#verticalNavigation {
	padding: 0px;
	list-style-type: none;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	
}

ul#verticalNavigation li {
	background-color: #1D2642;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	
}

ul#verticalNavigation li a{
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
	
}


ul#verticalNavigation li a:hover {
	color: #F08691;
}



/*************************************************************/
body#switches li#switchesTab a:link, body#switches li#switchesTab a:visited,
body#overlays li#overlaysTab a:link, body#overlays li#overlaysTab a:visited,
body#keypads li#keypadsTab a:link, body#keypads li#keypadsTab a:visited,
body#ito li#itoTab a:link, body#ito li#itoTab a:visited,
body#cables li#cablesTab a:link, body#cables li#cablesTab a:visited,
body#assembly li#assemblyTab a:link, body#assembly li#assemblyTab a:visited{
	color:#FFF;
	background-color: #7A2544;
}



/*************************************************************/


#middleBlock {
	border: 1px solid #1D2642;
	background-image: url(pageBackground.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#pageBanner {
	height: 185px;
}
#pageContent {
	clear: both;
}
#pageContentLeft {
	float: left;
	width: 200px;
	height: 420px;
}
#pageContentLeft p {
	margin: 0px;
	font-size: 14px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#pageContentRight {
	margin-left: 200px;
	padding: 20px;
}


#pageContentRight  h1 {
	margin: 0px;
	padding: 0px;
}
.getMoreInfo {
	background-color: #1D2642;
	border: 1px solid #1D2642;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 275px;
	text-align: center;
	margin-top: 30px;
}

.getMoreInfo a:link, .getMoreInfo a:visited{
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.getMoreInfo a:hover{
	text-decoration: none;
	background-color: #7A2544;
}


.hrDiv {
	background-color: #1D2642;
	height: 1px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}


label.error {
	float: none;
	color: red;
	margin-left: 5px;
}

input[type="text"].error, select.error, textarea.error  {
	border: 2px solid #F00;
	background-color: #FFF4F4;
}
#pageContentLeft #quickForm {
	padding-left: 15px;
}
#pageContentLeft #quickForm label {
	display: block;
	padding-top: 10px;
}
#pageContentLeft #quickForm span {
	font-weight: bold;
}
#quickForm textarea {
	width: 150px;
}






/**********************************************************************/

*.float-divider {
	clear:both;
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
}
