/* ----------------------------- */
/*        TECH, INC. CSS         */
/* ----------------------------- */

body
{
    margin: 0 0 10px 0;
    padding: 0px;
    background-color: #FFFFFF;
}

*
{
    font-family: Arial;
}

form
{
    margin: 0;
    padding: 0;
}

p, b, font, h3, h4, table
{
    font-family: Arial;
    font-size: 12px;
}

img.left {
  float: left;
  margin: 0 10px 10px 0;
}

p.left {
  float: left;
}

h3.left {
  float: left;
}

a
{
    color: #3675DD;
}
a:hover, .navLinkBox a:hover, .footerTextRight a:hover
{
    color: #ff5b00;
    text-decoration: underline;
}

a[href$=".pdf"] {
  background:transparent url(../images/icon_pdf.gif) no-repeat scroll right center;
  padding-right:18px;
}

.pageContent
{
    position: relative;
    width: 1000px;
    margin: 0 auto 0 auto;
}

body.home .pageContent {
	width: 763px;
}

.postHeader
{
    margin-top: 0px;
}
.headerText
{
    margin-bottom: 0px;
    font-weight: bold;
}

/* ----------------------------- */
/*        Header Section         */
/* ----------------------------- */
.topLogoArea
{
    background: url(../images/top-logo-bg.gif) repeat-x;
    width: 100%;
    height: 56px;
    vertical-align: middle;
}

.topLogoArea a.toplogo
{
    background: url(../images/top-logo.gif) no-repeat;
    width: 409px;
    height: 44px;
    position:absolute;
    left:0;
    top:4px;
}

body.home .topLogoArea a.toplogo
{
    background: url(../images/top-logo.png) no-repeat;
    width: 536px;
    height: 44px;
    position:absolute;
    left:0;
    top:4px;
}

.topLogoAreaInternalWrap {
	width:778px;
	height:30px;
	margin:0 auto;
}

.newsHomeWrapper {
	display:none;
}

body.home .newsHomeWrapper {
	display:inline;
	width:500px;
	background:#0066CC;
}

.navLinkBox
{
    width: 1005px;
    text-align: center;
    padding-top: 3px;
}

.navLinkBox a
{
    font-weight: bold;
    font-size: 9px;
    font-family: Verdana;
    text-align: justify;
    color: #000000;
    padding-right: 9px;
    padding-left: 14px;
    text-decoration: none;
    border-left: solid 1px #000;
    float: left;
}

/* ----------------------------- */
/*        Homepage Content       */
/* ----------------------------- */

.mainDisplayWrapper {
    float: left;
    margin-left: 2px;
    margin-right: 3px;
    margin-top: 14px;
}

.contentDisplay
{
    background: url(../images/content-display-bg.gif) no-repeat;
    width: 428px;
    height: 266px;
    margin-top: 14px;
    float: left;
}

.contentDisplay a
{
    color: #3675DD;
}

.contentDisplayTitle
{
    margin-top: 17px;
    margin-left: 4px;
    float: left;
}

.contentDisplayText
{
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    font-family: Arial;
    font-size: 12px;
    float: left;
}

.quoteDisplay
{
    background: url(../images/get-a-quote.gif) no-repeat;
    width: 227px;
    height: 266px;
    margin-left: 6px;
    margin-top: 14px;
    float: left;
}

.learnMore
{
}
.learnMore:hover
{
    background-position: top right;
}

a.learnMore
{
    display: block;
    float: right;
    margin-right: 16px;
    margin-top: 8px;
    border: 0px;
    width: 72px;
    height: 7px;
    background: url(../images/learn-more.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.learnMore
{
    background-position: -72px 0;
    text-decoration: none;
}


/* ----------------------------- */
/*          Services             */
/* ----------------------------- */


.servicesBox
{
    width: 100%;
    height: 12px;
    margin-top: 17px;
    background: url(../images/services-bg.gif) repeat-x;
}

.servicesBox img
{
    float: left;
    width: 114px;
    height: 12px;
}

.productBG,
.productBGLast
{
    width: 105px;
    height: 219px;
    margin-right: 26px;
    margin-top: 8px;
    background: url(../images/product-bg.png) no-repeat;
    float: left;
}

.productBGLast {
	margin-right: 0;
}

.productBG a,
.productBGLast a
{
    text-align: center;
    margin-left: 13px;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.productBG img,a.productIMG img,
.productBGLast img, a.productBGLast img
{
    width: 97px;
    height: 97px;
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

a.productIMG img
{
    border: none;
}

a.productIMG
{
    margin: 0;
}

.productBGTitle
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}

.productBGText
{
    margin: 0 4px 0 4px;
    margin-right: 2px;
    font-size: 10px;
    font-family: Verdana;
    text-align: left;
    color: #585858;
}

/* ----------------------------- */
/*          Services             */
/* ----------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 760px;
}

.footerLineBreak
{
    width: 100%;
    height: 1px;
    margin-top: 3px;
    border-bottom: 1px solid #D8D8D8;
    float: right;
}

.footerTextLeft
{
    float: left;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.footerTextRight
{
    float: right;
    position: relative;
    bottom: 3px;
}

.footerTextRight a
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footerTextRight img
{
    position: relative;
    bottom: 3px;
}

/* -------------------------------------- */
/*          INTERIOR TEMPLATE             */
/* -------------------------------------- */

.interior
{
    float: left;
    font-size: 12px;
}

.interiorRight
{
    float: left;
    margin-top: 15px;
    margin-left: 11px;
    text-align: center;
}

.breadcrumb
{
    color: #B8B8B8;
    font-family: Arial;
    font-size: 10px;
    text-align: left;
    margin-top: 15px;
    margin-left: 16px;
    width: 515px;
}
.breadcrumb p
{
    font-size: 10px;
}
.breadcrumb a
{
    color: #80A8EC;
    text-decoration: none;
}

.breadcrumb a:hover
{
    color: #FA1423;
    text-decoration: underline;
}

.headerTitle,.headerTitleBlue,.headerTitleYellowOrange,.headerTitleOrange,.headerTitleGray,.headerTitleGreen,.headerTitleBlueSilver,.headerTitlePurple,.headerTitleTanBrown,.headerTitleBrown,.headerTitleYellow
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
}

.headerTitle
{
    color: #000000;
}

.headerTitleBlue
{
    color: #3574DD;
}

.headerTitleYellowOrange
{
    color: #FFAF24;
}

.headerTitleOrange
{
    color: #FF5B00;
}

.headerTitleGray
{
    color: #6D6D6D;
}

.headerTitleGreen
{
    color: #27A94C;
}

.headerTitleBlueSilver
{
    color: #98B1BA;
}

.headerTitlePurple
{
    color: #7341A1;
}

.headerTitleTanBrown
{
    color: #CBB88F;
}

.headerTitleYellow
{
    color: #ECBF23;
}

.headerTitleBrown
{
    color: #A58C48;
}

.productDisplay
{
    float: left;
    margin-top: 15px;
    margin-left: 3px;
}

a.productDisplayContact
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/side-button-contact.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayContact
{
    background-position: -226px 0;
    text-decoration: none;
}

a.productDisplayGallery
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/side-button-gallery.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayGallery
{
    background-position: -226px 0;
    text-decoration: none;
}

a.productDisplayProjects
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/side-button-projects.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayProjects
{
    background-position: -226px 0;
    text-decoration: none;
}

a.productDisplayQuote
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/side-button-quote.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayQuote
{
    background-position: -226px 0;
    text-decoration: none;
}

a.productDisplayDownload
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/button-download.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayDownload
{
    background-position: -226px 0;
    text-decoration: none;
}

a.productDisplayDownloadSmall
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 174px;
    height: 48px;
    background: url(../images/button-download-small.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayDownloadSmall
{
    background-position: -174px 0;
    text-decoration: none;
}

a.productDisplayTestimonial
{
    display: block;
    float: left;
    margin-top: 10px;
    width: 226px;
    height: 79px;
    background: url(../images/button-testimonial.gif) 0 0 no-repeat;
    text-decoration: none;
}

a:hover.productDisplayTestimonial
{
    background-position: -226px 0;
    text-decoration: none;
}

.placementImage
{
    float: left;
    margin-top: 2px;
    margin-left: 3px;
}

.navRight
{
    float: right;
    margin-right: 3px;
    margin-top: 10px;
}

.contentText
{
    font-size: 12px;
    margin-left: 16px;
    width: 515px;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 25px;
}

.displayImage {
	float:left;
	padding:10px 7px 5px 0;
	margin-left:25px;
}

.displayParagraph {
	padding:25px 15px 0 15px;
	font-size:90%;
}

/***************************
* Rapid Prototyping Pages  *
***************************/
.listHierarchy li.last
{
    list-style: none;
    padding-left: 20px;
}
.listHierarchy li.last ul.innerList
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.quote1BG {
  background: url(../images/quote1-bg.gif) repeat-y;
  width: 243px;
  margin-top: -15px;
}

.quote1BG input {
  width: 120px;
  padding: 0px 0px 0px 0px;
}

.quote1BGInternal {
}

.leftMarginQuote {
  margin-left: 3px;
}

.quote2BG {
  background: url(../images/quote2-bg.gif) repeat-y;
  width: 243px;
  margin-top: -3px;
}

.internalQuote2 {
  padding: 5px;
}

.col1
{
    float: left;
    width:240px;
}

.col2
{
    float: left;
    width:240px;
    height: 1%;
}

ol
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol li
{
    margin: 15px 0 15px 30px;
}

.uploadBox
{
    width: 383px;
    background: url(../images/upload-box-bg.gif) repeat-y;
}

.uploadBox h2
{
    color: #FF5B00;
    font-size: 18px;
    background: url(../images/upload-box-top.gif) no-repeat top left;
    margin: 0;
    padding: 10px 10px 0 10px;
}

.uploadBox p
{
    margin: 10px;
}

.uploadBox table
{
    margin: 0 10px;
    width: 100%;
}

.uploadBox h4
{
    font-size: 11px;
    background: url(../images/upload-box-bot.gif) no-repeat bottom left;
    padding: 8px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

/***************************
* Contact  *
***************************/

.contactBG {
  background: url(../images/contact-bg.gif) repeat-y;
  width: 512px;
  margin-top: -3px;
}

/***************************
* Error Box  *
***************************/
.errorBox
{
  color: #ff0000;
  padding: 0;  
  margin: 10px 0 10px 0;
  list-style-type: disc;
}

.errorBox li
{
    margin: 2px 5px 2px 45px;
}

#rpannounce {
	width: 236px;
	height: 40px;
	background: url(../images/rpannouncement.gif) no-repeat;
	top: 5px;
	float:right;
	margin:6px;
}
#rpannounce p {
	font-size: 12px;
	margin: 5px 0 0 7px;
	color: #fff; }
#rpannounce p strong {
	color: #a1c4ff; }
#rpannounce a {
	color: #a1c4ff; }
#rpannounce a {
	color: #a1c4ff; }
#rpannounce a:hover {
	color: #fff; }
.downsize {
	font-size: 11px; }