/* ---------------------------------------------------------------- */
/* Evolution Computing's fastcad.com CSS Style sheet		        */
/* for site design 3-March-2010 by Mike Riddle			            */
/* ---------------------------------------------------------------- */
/* rectangle value order is: top right bottom left                  */	
/* color specifications #RRGGBB                                     */										
/* ---------------------------------------------------------------- */

body {
    background: white;
    color: black;
    font-size: 100%;
    font-family: Roboto, Georgia, Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 760px;
}

h4
{
	font-size: 80%;
	font-weight: normal;
	padding-left: 10px;
}

.alert
{
	color: Red;
	font-size: 120%;
}

@media print
{
	body
	{
		background: white;
	}
}

hr
{
	padding: 0;
	margin: 0;
}

/* a:link a:visited a:hover a:active */

a:link
{
	color: blue;
	text-decoration: underline;
	font-weight: bolder;
}

a:visited
{
	color:#4070ff;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover
{
/*	color:#009CAB; */
	color: white;
	background: #808080;
	text-decoration: underline;
	font-weight: bolder;
}

.inlinelinks a:hover
{
/*	color:#009CAB; */
	color: white;
	background: #808080;
	text-decoration: underline;
	font-weight: bolder;
}

/* ---------------------------------------------------------------- */
/* collected thought styles					                        */
/* ---------------------------------------------------------------- */

.ct-icon
{
   float:left;
   margin-left: 0px;
   margin-right: 20px;
   padding-bottom: 6px;
}

.ct-noborder { border-style: none; }

.ct-afterfloat {clear:both;}

.ct-heading
{	
	height: 16px;
	margin: 16px 0px 16px 0;
	padding: 2px 0 6px 10px;
	background: #94c8ff; /* light blue */
	border: 1px solid #D0D1D3;
    	border-left-width: 0px;
    	border-right-width: 0px;
	font-weight: normal;
	font-size: 100%;
}

* html .heading
{
	height:22px;
	he\ight:20px;
}

.fullcol
{ 
	clear: both;
	background: #fff;
//	width: 734px;
//	border: 1px solid #FFF; 
//	padding: 4px 12px 20px;
//	padding: 20px 0px 0px 0px;
	margin: 5px 0 0px 0;
	padding: 10px 10px 10px 10px;
}

* html .fullcol
{
	width:760px;
	w\idth: 726px;
}

.localnav
{	
	margin: 0px 0 15px 0;
	padding: 0px 0 0 10px;
}

/* ---------------------------------------------------------------- */
/* Top of page title bar styles					                    */
/* ---------------------------------------------------------------- */

#pagetitlebar
{
	margin-top:4px;
	height: 90px;  
	background:#3993CD url(../images/hbkgnd.png) no-repeat top; 
	border: 1px solid black;
	font-size: small;
    	font-weight: bold;
    	color : white;
}

#pagetitlelogo
{
	float: left;
	position: relative;
	left: 10px;
	top: 10px;
}

#companyname
{
	float: left;
	position: relative;
	left: 10px;
	top: 26px;
	font-size: 150%;
	padding-left: 10px;
}

#pagetitle
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 52px;
	padding-left: 75px;
	width : 400px;
	font-size: 125%;
}

#pagedate
{
	position: relative;
	top: -78px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
}

/* ---------------------------------------------------------------- */
/* Navigation bar (top menu) styles				    */
/* ---------------------------------------------------------------- */

#navbar
{ 
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 24px;
	border-bottom: 1px solid #C0C0C0;
	color: #black;
	background : #white;
	padding: 4px 4px 4px 0px;
}

#navbar a:link
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
}

#navbar a:visited
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
}

#navbar a:hover
{
	color: white;
	background: #808080;
/*	text-decoration: underline; */
	font-weight: normal;
	padding: 4px 6px 4px 6px;
}

#thispage
{
/*	background: #0b6d9ff; */
	color : black;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	border: 1px solid #C0C0C0;
}

/* ---------------------------------------------------------------- */
/* Product showcase styles					    */
/* ---------------------------------------------------------------- */

#showcase
{ 
	color: black;
	background : #ffffff;
	padding: 0 10px 4px 0;
}

#showcase p
{
	margin-left: 60px;
	margin-right: 60px;
}

.product
{
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 60px;
}

.endproducts
{
	clear: both;
}
	
.product img
{
	float: left;
}

.product ul
{
	margin-top: 0;
	margin-left: 80px;
}

.product li
{
	list-style-type: circle;
	margin-bottom: 4px;
}

/* ---------------------------------------------------------------- */
/* Contact Information styles (page bottom)  	                    */
/* ---------------------------------------------------------------- */

#contact
{ 
	font-size: 80%;
	margin-top: 12px;
	border-top: 1px solid #404040;
	color: #404040;
	background : white;
	padding: 4px 0px 4px 0;
	line-height: 1.2em;
}

#contactadr {
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 0;
    width: 250px;
    float: left;
}

#contactphone
{
	width: 390px;
	text-align: right;
	float: right;
	color: #404040;
	background : white;
}

#contactemail
{
	width: 300px;
	text-align: right;
	float: right;
	color: #404040;
	background : white;
}

contactemail a:link
{
	color: #404040;
	background : white;
	text-decoration: none;
}

contactemail a:hover
{
	color: #404040;
	background : white;
	text-decoration: underline;
}

#fineprint
{
	clear: both;
	color: #404040;
	background : white;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	text-align: center;
	font-size: x-small;
	line-height: 1.2em;
}

#bottomspace
{
	/* force scrollbar always on so no menu jumping */
	background: white;
	color: black;
	padding-top: 1000px;
}

@media print
{
	#bottomspace
	{
		background: white;
		color: White;
		height: 1px;
	}
}

/* ---------------------------------------------------------------- */
/* News styles							                            */
/* ---------------------------------------------------------------- */

#news {
    /*	border: 1px solid #66737B */;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0px;
    color: #000000;
    background: #ffffff;
    padding: 4px 0px 4px 0px;
    font-size: 100%;
}

.newsitem
{
}

.newsitem h3
{
/*	background : #E6E8FF; */
	border-bottom: solid 1px #CACAE0;
	color: black;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.newsitem h4
{
	color: black;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

.newsitem p
{
	font-size: 100%;
	margin: 10px 0px 10px 20px;
}

.newsitem a:link
{
	display: block;
	text-decoration: underline;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.newsitem a:visited
{
	display: block;
	text-decoration: underline;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.newsitem a:hover
{
	display: block;
	text-decoration: underline;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.inline
{
	display: inline;
}

.indent
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.inlinelinks a:link
{
	display: inline;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.inlinelinks a:visited
{
	display: inline;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

.inlinelinks a:hover
{
	display: inline;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

img.centered
{
/* assumes a 500w x 375h image */
	margin: 12px 0 0 118px;
}

.imglabel
{
	font-size: x-small;
	padding-top:0;
	padding-left: 120px;
}

.listitemimg
{
	clear: both;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	float: left;
}

#news li
{
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: -6px;
}

.listitemtextimg
{
	padding-left: 100px;
	padding-top: 40px;
}

.listitemtext
{
	padding-left: 10px;
}

.listitemend
{
	clear: both;
	padding-top: 10px;
}

#news li
{
	list-style-type: circle;
	padding: 0 0 10px 0;
}

/* ---------------------------------------------------------------- */
/* Product chart styles						    */
/* ---------------------------------------------------------------- */

#productchart
{ 
	margin-top: 8px;
/*	border: 1px solid #66737B; */
	color: #000000;
	background : #ffffff;
	padding: 10px 40px 20px 40px;
}

.endproductchart
{
	clear: both;
}

table
{
	border-collapse:collapse;
}

th
{
	margin: 0;
	padding: 2px 4px 2px 4px;
	background: #66737B;
	color: white;
	border: 1px solid black;
}

td
{
	margin: 0;
	padding: 2px 4px 2px 4px;
	background: white;
	color: black;
	border: 1px solid black;
}

.pccol1
{
	width: 326px;
	text-align: left;
}

.pccol2
{
	width: 50px;
}

.pccol3
{
	width: 50px;
}

.pccol4
{
	width: 50px;
}

.pccol5
{
	width: 50px;
}

.pccol6
{
	width: 50px;
}

/* ---------------------------------------------------------------- */
/* Gallery styles						    */
/* ---------------------------------------------------------------- */

.gallerypic
{
	float: left;
	height: 140px;
	width: 150px;
	margin: 10px 10px 10px 10px;
	padding: 0;
	background: white;
}

.gallerypic img
{
	height: 100; 
	width: 120;
	border: 1px solid #c0c0c0;
}

.galleryend
{
	clear: both;
	padding-top: 6px;
}

/* -------------------------------------------------- */
/* General Forms                                              */
/* -------------------------------------------------- */

.formLabel {
    display: inline-block;
    width: 12ch;
}

.formData {
    display: inline-block;
    width: 30ch;
}

.formRB {
    display: inline-block;
    width: 2ch;
}

.formRBLabel {
    display: inline-block;
    width: 28ch;
}

.formComment {
    display: inline-block;
    width: 100ch;
    color: red;
}

.attention {
    color: blue;
}

#caution {
    color: red;
}

/* ---------------------------------------------------------------- */
/* Order Form styles						                        */
/* ---------------------------------------------------------------- */

#orderform
{ 
/*	border: 1px solid #66737B ; */
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	background : #ffffff;
	padding: 4px 0px 4px 0;
}

.formitem
{
	clear: both;
	padding: 0;
	margin-top: 10px;
}

.itemreqd
{
	display: inline;
	color: Red;
}

.itemlabel
{
	float: left;
	width: 300px;
	/* to line up with text input box text */
	padding-top: 3px;
	text-align: right;
}

.itemlabelcb
{
	float: left;
	width: 300px;
	/* to line up with check box / radio button input */
	padding-top: 1px;
	text-align: right;
}

.itemcontent
{
	margin-left: 314px;
	text-align: left;
}

.itemcontent li
{
	list-style-type: none;
	/* remove space for now invisible marker and its padding */
	margin-left: -40px;
	margin-bottom: -6px;
}

#news .itemcontent li
{
	list-style-type: none;
	/* remove space for now invisible marker and its padding */
	margin-left: -40px;
	margin-bottom: -6px;
}

.itemnotecb
{
	margin-left: 20px;
	font-size: 100%;
}

.itemnote {
    font-size: 90%;
    margin-top: 6px;
    margin-bottom: 10px;
}

input[type="checkbox"]
{
	margin-left: 0;
	margin-top: 4px;
}

input[type="radio"]
{
	margin-left: 0;
	margin-top: 0;
}

.indent {
    display: inline;
    clear: both;
    margin: 0 0 0 304px;
}

.next {
    display: inline;
    color: blue;
    font-weight: bold;
    margin: 0 2ch 0 1ch;
}

.next2 {
    display: inline;
    color: blue;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* -------------------------------------------------- */
/* Users Guide                                        */
/* -------------------------------------------------- */

.fullwidth {
    width: 758px;
}

.hzdivider {
    width: 758px;
    margin: 22px 0 0px 0;
    border-top: 1px solid #404040;
    color: #404040;
    background: white;
    clear: both;
}

#ugtitlebar {
    height: 68px;
    width: 758px;
    background-color: #00008B; /* dark blue */
    font-size: small;
    font-weight: bold;
    color: white;
}

.ugheading {
    height: 16px;
    width: 758px;
    margin: 16px 0px 16px 0;
    padding: 4px 0 8px 0;
    background: #00008B; /* dark blue */
    color: white;
    border: 1px solid #D0D1D3;
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: normal;
}

.ugheading2 {
    height: 16px;
    width: 758px;
    margin: 30px 0px 0 0;
    padding: 14px 0 0 0;
    background: white;
    color: black;
    border-top: 1px solid #404040;
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: bold;
    font-size: 120%;
}

.ugheading3 {
    height: 28px;
    width: 758px;
    margin: 20px 0px 0 0;
    padding: 4px 0 0px 0;
    background: #E2E2EA;
    color: black;
    border: 1px solid #404040;
    font-weight: bold;
    font-size: 120%;
}

.ugindent {
    margin: 0 0 0 2ch;
}

.ugcontent {
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 8px;
    width: 748px; /* 758px - 10px hz padding */
    background: #EDEDED;
    border-bottom: 1px solid #404040;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    border-top: 0px;
    margin-bottom: 10px;
}

.ugimage {
    width: 360px;
    height: auto;
    float: left;
}

.ugfloat {
    float: left;
}

.ugsidetext {
    float: left;
    padding: 10px 0 10px 10px;
}

.endfloat {
    clear: both;
}

.ugtopgap {
    padding-top: 10px;
}

.ughelp {
    width: 20px;
    height: auto;
    margin: 0 0 -4px 6px;
}

.ugimagew0 {
    width: 680px;
    height: auto;
    float: left;
}

.ugimagemenu0s {
    width: 150px;
    height: auto;
    float: left;
}

.ugimagemenu0 {
    width: 190px;
    height: auto;
    float: left;
}

.ugimagemenu1s {
    width: 210px;
    height: auto;
    float: left;
}

.ugimagemenu1 {
    width: 260px;
    height: auto;
    float: left;
}

.ugimagemenu2s {
    width: 310px;
    height: auto;
    float: left;
}

.ugimagemenu2 {
    width: 340px;
    height: auto;
    float: left;
}

.ugimagemenu3 {
    width: 500px;
    height: auto;
    float: left;
}

.ugimage1x {
    float: left;
}

.ugimagew {
    width: 650px;
    height: auto;
    float: left;
}

.ugimagew2 {
    width: 758px;
    height: auto;
    float: left;
}

.ugbold {
    font-weight: bold;
}

#clientname {
    background: #E3E3E8;
}

.ugmenuitem {
    /*	font-family: 'Arial'; */
    font-size: 100%;
    font-family: Arial, sans-serif;
    color: blue;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    margin-right: 8px;
/*  border: 1px solid black; */
/*  background: #EDEDED; */
}

    .ugmenuitem:hover {
        background: white;
    }

#ugnavbar {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
    color: black;
    background: white;
}
