@charset "UTF-8";
/* Base CSS Document - Computer Telephone, Inc. - Derderian Design & Development */

body
{
	font-family:"Arial",sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color: #08334c;
	background-color: #cfe6f3;
}

#wrapper {
	margin: 0 auto;
	background: #cfe6f3 url(../images/layout/wrapperBg.gif) repeat-x scroll 0 0;
}

a
{
	color: #4d7cc1;
	text-decoration: none;
}

a.doubleArrow
{
	font-weight: bold;
	padding: 4px 0 4px 8px;
	background: transparent url(../images/home/moreArrow.gif) no-repeat scroll left center;
}

hr
{
	height: 1px;
	color: #cfe6f3;
	border-top: solid 1px #cfe6f3;
	border-left: none;
	border-right: none;
	border-bottom: none;
	width:100%;
}


/**Headings**/

h1
{
	font: normal 22px Helvetica, sans-serif;
	color: #00b662;
	margin-bottom: 5px;
}

h1 span.breadcrumbNavy
{
	color: #08334c;
}

h2
{
	font: bold 11px Helvetica, sans-serif;
	color: #08334c;
	margin: 0 0 3px 0;
}

/**General UL**/
ul li
{
	background: transparent url(../images/icons/greenBullet.gif)  no-repeat scroll 10px 5px;
	padding: 0 0 0 18px;
	
}

#centerControl
{
	margin: 0 auto;
	width: 996px;
	
}

#header 
{
	background: transparent url(../images/layout/headerBg.gif) no-repeat scroll 0 0;
	height:117px;
}

#header.secondary 
{
	background: transparent url(../images/secondary/headerBg2.gif) no-repeat scroll 0 0;
}

#header #utility
{
	float: right;
	margin-top: 32px;
	font-weight: bold;
}


#header #utility ul li
{
	display: inline;
	background: none;
	padding: 0 10px 0 10px;
	border-right: solid 1px #ffffff;
}

#header #utility ul li.first
{
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}

#header #utility ul li a
{
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#header #utility ul li.selected a
{
	color: #00b662;
}


#header img.logo
{
	position: absolute;
	top: 6px;
}

div#container
{
	min-height: 583px;
}


/**SIDE A - Structure**/
#side-a 
{
	float: left;
	width: 170px;
	height: 100%;
	font: bold 12px Helvetica, sans-serif;
	background-color: none;
}

#side-a .topNav
{
	background: #cee8f4 url(../images/layout/leftNavBg.gif) no-repeat scroll 0 0;
	min-height: 150px;
}

#side-a .middleNav
{
	min-height:32px;
	background: url(../images/layout/leftNavmiddle.gif) no-repeat scroll bottom 0;
}


#side-a .bottomNav
{
	background: #cee8f4 url(../images/layout/leftNavBottom.gif) repeat-y bottom right;
	width: 153px;
	height: 250px;
	position: relative;
	left: 17px;
	padding: 0;
	margin-bottom: 20px;
}



/**SIDE A - Left Navigation**/
#side-a ul li
{
	background: url(../images/layout/leftNavUl.gif) bottom right no-repeat;
	text-align: right;
	margin: 0;
	padding: 20px 0px 10px 0;
}

#side-a ul li a
{
	color: #08334c;
	text-decoration:none;
	margin-right: 18px;
}

#side-a ul li a.arrowActive
{
	color: #007c49;
}

#side-a ul li a.arrow
{
	/**cursor: default;*/
}

#side-a ul li.selected
{
	background: transparent url(../images/secondary/downArrow.gif) no-repeat scroll 60px 23px;
	
}

#side-a ul li.selected a
{
	color: #007c49;
	margin: 0 18px 0 0;
}

#side-a ul li.selected ul li a
{
	color: #ffffff;
	margin: 0;
}

#side-a ul li.childSelected
{
	background: transparent url(../images/secondary/downArrow.gif) no-repeat scroll 60px 23px;
	padding: 20px 0px 10px 0;
}

#side-a ul li.childSelected a
{
	color: #4d7cc1;
	margin: 0 18px 0 0;
}

#side-a ul li.childSelected ul li a
{
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#side-a ul li ul
{
	margin: 5px 0 0 0;
	background: #5e90cc url(../images/secondary/secondNav.gif) no-repeat scroll 0 0;
}

#side-a ul li ul li
{	
	background-image: none;
	text-align: right;
	margin: 0;
	padding: 7px 18px 7px 10px;
}

#side-a ul li ul li.selected
{
	background: none;
	color: #08334c;
	font-weight: bold;
	list-style: square;
	list-style-position: inside;
}

#side-a ul li ul li.selected a
{
	color: #08334c;
	font-weight:bold;
}

#side-a ul li ul li a
{
	color: #ffffff;
	text-decoration:none;
	font: normal 11px Helvetica, sans-serif;
}



/**SIDE B (News home, secondary placeholder)**/
#side-b 
{
	float: right;
	width: 189px;
	min-height: 583px;
	padding: 0 5px 0 7px;
	background: #cfe6f3 url(../images/layout/newsBg.gif) no-repeat scroll 0 0;
}

#side-b.secondary 
{
	width: 10px;
	padding: 0px;
}

#side-b h1
{
	color: #ffffff;
	height: 11px;
	padding: 4px 5px 4px 5px;
	margin: 1px 0 20px 0;
	background: url(../images/home/newsH1.gif) no-repeat scroll 0 0;
	font: bold 12px Helvetica, sans-serif;
}

#side-b div.newsItem
{
	margin: 0px 10px 20px 10px;
}

#side-b a.moreArrow
{
	padding-right: 8px;
	background: transparent url(../images/home/moreArrow.gif) no-repeat scroll right center;
}

#side-b a.title
{
	font-weight: bold;
	font-size: 11px;
}



/**CONTENT AREA**/

#content 
{ 
	float: left;
	width: 605px;
	background: #f0f8fc;
	padding: 10px;
	min-height:563px;

}

div#content.secondary
{
	width: 776px;
	padding: 20px 20px 75px 20px;
	/**height: auto;**/
	/**min-height: 585px;**/
}


#content p.home
{
	font: bold 11px/19pt Arial, sans-serif;
	color:  #08334c;
	margin: 30px 0 0 0;
	text-align: justify;
}

#content.secondary .fullCallout .calloutContent p
{
	font: normal 13px/11pt Arial, sans-serif;
	color:  #08334c;
	margin: 0 0 5px 0;
	text-align: justify;
}

#content.secondary p
{
	font: normal 11px/11pt Arial, sans-serif;
	color:  #000000;
	margin: 4px 10px 10px 0px;
	text-align: justify;
}

#content.secondary table#products p
{
	margin: 0 10px 0 100px;
}

#footer 
{
	clear: both;
	padding: 40px 0 0 170px;
	color: #4d7cc1;
	margin: 0 0 100px 0;
background: transparent url(../images/layout/footerBg.gif) no-repeat top left;
}

/**Home Page Rollovers**/

div.spotlightBanner
{
	background: transparent url(../images/layout/spotlight.gif) repeat-x scroll left top;
	width: 567px;
	height: 165px;
	min-height: 165px;
	margin: 0 0 0 -33px;
	padding: 20px 20px 20px 50px;
}

.spotlightBanner table tr td
{
	width: 50%;
}

.spotlightBanner table tr td.left
{
	padding-right: 25px;
}

.spotlightBanner h1
{
	color: #ffffff;
	height: 11px;
	padding: 4px 5px 5px 5px;
	margin: 1px 0 10px 0;
	background: #007c49 url(../images/home/newsH1.gif) no-repeat scroll 0 0;
	font: bold 12px Helvetica, sans-serif;
}

.spotlightBanner p
{
	margin: 5px 0 10px 0;
}

.spotlightBanner a
{
	font-weight: bold;
}

.spotlightBanner a.arrow
{
	padding-left: 8px;
	background: transparent url(../images/home/moreArrow.gif) no-repeat scroll left center;
	font-size: 11px;
}


/**Callouts**/

div.fullCallout
{
	background: transparent url(../images/callouts/fullBg.gif) repeat-x scroll left top;
	padding: 20px; 
}

div.fullCallout div.calloutContent
{
	width: 480px;
	float: left;
}

div.fullCallout div#contact
{
	float: right;
	border-left: solid 1px #00b662;
	padding: 0 34px 20px 34px;
}

div.clear
{
	clear: both;
}

p.callout
{
	font: bold 12px/10pt Arial, sans-serif;
	color:  red /**#08334c**/;
	margin: 0px 0 0 0;
	text-align: justify;
}


/**Products**/

table#products tr td
{
	width: 399px;
	padding: 20px 20px 0 0;
	vertical-align: top;
}

table#products tr td img
{
	float: left;
	margin: 0 10px 0 0;
	background-color: #ffffff;
	position:relative;
}

/**Products - Second Level Listing**/
div.border
{
	border: solid 1px #cfe6f3;
	padding: 2px;
	margin: 20px 0 0 0;
	color: #08334c;
}

div.moreInfo
{
	border-right: solid 1px #cfe6f3;
	border-bottom: solid 1px #cfe6f3;
	border-left: solid 1px #cfe6f3;
	padding: 25px 10px 25px 20px;
	margin: 0px 0 0 0px;
}

div.moreInfo table.moreInfo tr td
{
	padding: 0 15px 0 15px;
	vertical-align: top;
}

div.moreInfo table.moreInfo tr td.borderRight
{
	border-right: solid 1px #00b662;
	width: 544px;
	padding:0;
}

span.closeDetails
{
	float: right;
	background: transparent url(../images/secondary/upArrow.gif) no-repeat scroll 0px 12px;
	padding: 8px 10px 0 12px;
	font-size: 12px;
}

div.bottomBorder
{
	border-right: solid 1px #cfe6f3;
	border-bottom: solid 1px #cfe6f3;
	border-left: solid 1px #cfe6f3;
	padding: 5px 10px 5px 20px;
	margin-bottom: 10px;
	width: 744px;
}

div.productBg
{
	background: transparent url(../images/callouts/productBg.gif) repeat-x scroll left top;
	padding: 14px 20px 15px 5px; 
}

div.productBg h2
{
	padding-left: 175px;
	margin: 0 0 15px 0;
}

div.productBg h2.noMarg
{
	padding-left: 0px;
	margin: 0;
}

div.productBg img
{
	float:left;
	margin:0 10px 20px 5px;
	padding:0px;
	position:relative;
}

div.productBg img.pdf
{
	margin:0 10px 0px 5px;
}

div.productBg div.pdf
{
	margin: 0 0 5px 0;
}

div.productBg img.border
{
	border: solid 1px #cfe6f3;
}

#content.secondary div.productBg p
{
	margin:0 0 5px 0;
	padding-left: 175px;
} 

#content.secondary div.productBg ul
{
	margin: 0;
	padding-left: 175px;
	
}

div.price
{
	float: left;
}

span.price
{
	font-size: 24px;
	font-weight: bold;
	vertical-align:middle;
	margin-left: 4px;
}

div.order
{
	float: right;
	border-left: solid 1px #00b662;
	padding: 8px 34px 8px 34px;
	margin: 8px 0 8px 10px;
	width: 120px;
	
}
div.proorder
{
	float: right;
	border-left: solid 1px #00b662;
	padding: 8px 34px 8px 34px;
	margin: 8px 0 8px 10px;
	width: 140px;
	
}

span.details
{
	float: right;
	background: transparent url(../images/secondary/downArrow.gif) no-repeat scroll 0px 12px;
	padding: 8px 10px 0 12px;
	font-size: 12px;
}

/**Client Login**/
div#login
{
	background: transparent url(../images/callouts/fullBg.gif) repeat-x scroll left top;
	padding: 20px;
}

div.loginBorder
{
	border: solid 1px #cfe6f3;
	padding: 2px;
	color: #08334c;
	width: 400px;
	margin: 30px auto;
}

div.loginBorderCart
{
	border: solid 1px #cfe6f3;
	padding: 2px;
	color: #08334c;
	width: 400px;
	margin: 20px 0 0 0;
}

div#login table#form
{
	width: 360px;
}

div#login table#form.full
{
	width: 100%;
}

div#login table#form tr td
{
	padding: 3px;
	vertical-align:middle;
}

div#login table#form tr td.top
{
	vertical-align:top;
}

div#login table#form tr td.right
{
	text-align: right;
	padding-right: 71px;
}

div#login table#form tr td.buttons
{ 
	padding-top: 20px;
}

div#login table#form tr td.label
{
	width: 75px;
	padding: 5px 10px 5px 0;
}

div#login table#form tr td.line
{
	border-bottom: solid 1px #cfe6f3;
	padding: 15px 0 20px 0; 
}


/**Our Team - People and Partners**/
div.teamCallout
{
	background: transparent url(../images/callouts/fullBg.gif) repeat-x scroll left top;
	padding: 0px; 
}

div.teamCallout div.intro
{
	padding: 15px;
}

div.teamCallout div.peopleList
{
	background: transparent url(../images/callouts/peopleList.gif) repeat-x scroll left top;
	padding: 15px;
}

table#people tr th
{
	border-left: solid 1px #00b662;
	font-weight: bold;
	color: #08334c;
	padding: 0 10px 9px 10px; 
}

table#people tr td
{
	border-left: solid 1px #00b662;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
}

table#people tr td a.selected
{
	color: #00b662;
}

table#people tr td.first
{
	border: none;
}

table#people tr th.first
{
	border: none;
}

div.employee
{
	margin: 30px 0 10px 0;
	clear: both;
}

#content.secondary p.employee
{
	margin-left: 98px;
}

#content.secondary p.partner
{
	margin-left: 161px;
}

#content.secondary p.partner a
{
	display: block;
	margin: 10px 0 0 0;
}

div.employee img
{
	float: left;
	padding: 2px;
	margin: 0 10px 25px 0;
	border: solid 1px #aec9d7;
	background-color: #ffffff;
	position:relative;
}

div.employee img
{
	float: left;
	padding: 0px;
	margin: 0 10px 25px 0;
	border: solid 1px #CFE6F3;
	background-color: none;
	position:relative;
}


/**Back to Top**/
div.backToTop
{
	float: right;
	background: transparent url(../images/icons/top.gif) no-repeat right center;
	padding: 0 37px 0 80px;
	margin: 10px 10px 10px 0;
}

/**Services**/
div#login table#form.full tr td h2
{
	display: inline;
}

/**Forms**/
select
{
	border: solid 1px #cfe6f3;
	width: 278px;
	height: 107px;
}

select.adminProd
{
	border: solid 1px #cfe6f3;
	width: 278px;
	height: 22px;
	margin-top: 10px;
}

select.state
{
	width: 203px;
	height: 25px;
	padding: 3px 1px 1px 2px;
}

textarea
{
	border: solid 1px #cfe6f3;
	width: 278px;
	height: 100px;
	padding: 6px 1px 1px 5px;
}

textarea.adminEdit
{
	border: solid 1px #cfe6f3;
	width: 270px;
	margin-left: 9px;
	height: 200px;
}

textarea.editMore
{
	width: 520px;
}

input
{
	border: solid 1px #cfe6f3;
	width: 195px;
	height: 18px;
	padding: 6px 1px 1px 5px;
}

input.edit
{
	border: solid 1px #cfe6f3;
	width: 55px;
	height: 20px;
	padding: 0px;
}

input.website
{
	width: 145px;
}


input.zip
{
	width: 60px;
}

input.radio
{
	margin: 0 5px 0 1px;
	vertical-align: middle;
	width: 15px;
	padding: 0;
}


/**Shopping/Retail**/
table.shopList
{
	width: 100%;
}

table.shopList tr th
{
	background-color: #4d7cc1;
	color: #ffffff;
	font-weight: bold;
}

table.shopList tr td a
{
	text-decoration: underline;
}

table.shopList tr th a
{
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}

table.shopList tr th, table.shopList tr td
{
	border: solid 1px #cfe6f3;
	padding: 6px;
	vertical-align: middle;
}

table.shopList tr td.name
{
	width: 230px;
}

table.shopList tr.odd
{
	background-color: #f0f8fc;
}

table.shopList tr.even
{
	background-color: #ffffff;
}

div.border div.search
{
	background:transparent url(../images/callouts/searchBg.gif) repeat-x scroll left top;
	padding: 0px 10px 0px 7px;
}

div.border div.search h2
{
	display: inline;
}

div.border div.search input.search
{
	width: 300px;
	margin: 2px 20px 8px 10px;
	height: 17px;
	color: #4d7cc1;
}

div.border div.search a img
{
	vertical-align: middle;
}

div.pagination
{
	text-align: right;
	width: 100%;
}

div.pagination a
{
	margin: 0 5px 0 5px;
}

div.pagination a.previous
{
	background:transparent url(../images/icons/previous.gif) no-repeat scroll left center;
	padding-left:12px;
}

div.pagination a.next
{
	background:transparent url(../images/icons/next.gif) no-repeat scroll right center;
	padding-right:12px;
}

input.qty
{
	width: 21px;
	height: 14px;
	margin: 0px 5px 0 0;
}

/**Shopping Cart**/
table.shopList  tr.total
{
	background-color: #c8e6f7;
}

table.shopList tr.total td
{
	color: #184159;
	text-align: right;
	font-weight: bold;
}

input.ext
{
	width: 40px;
}

input.name
{
	width: 260px;
}

input.email
{
	width: 260px;
}

td.ext
{
	text-align:left;
	width: 50px;
}

input.phone
{
	width: 130px;
}


/**Shopping Cart Pop-Up**/
div.addToCart
{
	width: 420px;
	height: 215px;
	border: solid 1px #4d7cc1;
	background-color: #eff8fc;
}

div.addToCart div.productBg p
{
	padding-left:175px;
	margin: 0 0 10px 0;
}

div.closeWindow
{
	border-bottom: solid 1px #4d7cc1;
	background-color: #d0e7f3;
	text-align: right;
	padding: 10px;
}

div.closeWindow a.close
{
	text-decoration: underline;
	font-size: 10px;
	padding: 2px 24px 2px 0;
	background:transparent url(../images/buttons/closeWindow.gif) no-repeat scroll right center;
}

div.add
{
	border-top: solid 1px #4d7cc1;
	padding: 10px;
}

div.add div.left
{
	float: left;
	margin-left: 165px;
}

div.addToCart h1
{
	font-size: 14px;
	margin-bottom: 10px;
}

div.add div.leftNoMargin
{
	float: left;
	margin: 0;
}

div.add div.right
{
	float: right;
}

div.addToCart table
{
	width: 400px;
	margin: 5px 5px 5px 0px;
}

div.addToCart table tr td
{
	
	font-weight: bold;
	padding: 5px;
}

div.addToCart table tr td.right
{
	text-align:right;
}


/**Thank You Confirmations**/
div.contactThanks
{
	padding: 25px;
	text-align: center;
}

/**Errors**/
div.auth-error
{
    color:Red;
}