/* ---------------------------------------------------------------- */
/* 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												*/
/* ---------------------------------------------------------------- */

body
{
/*  background : #A9BAC3; */
	background: white;
	color: white;
 /* color:#66737B; */
	font-size: 80%;
	font-family: Helvetica, Verdana, "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:#6ba9ff;
	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;
}

/* ---------------------------------------------------------------- */
/* Top of page title bar styles										*/
/* ---------------------------------------------------------------- */

#pagetitlebar
{
	height: 90px;  
	background:#3993CD url(../images/hbkgnd.png) no-repeat top; 
/*	border: 1px solid #66737B */;
	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
{ 
/*	border: 1px solid #66737B */;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 8px;
	color: black;
	background : #ffffff;
	padding: 4px 10px 4px 0;
}

#showcase p
{
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 10px;
}

.product
{
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 100px;
}

.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										*/
/* ---------------------------------------------------------------- */

#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: 10px;
	margin-right: 10px;
	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: 0px;
	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;
}

.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: small;
	font-weight: normal;
	margin: 10px 0px 10px 20px;
}

.newsitem a:link
{
	display: block;
	text-decoration: underline;
	font-weight: normal;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.newsitem a:visited
{
	display: block;
	text-decoration: underline;
	font-weight: normal;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.newsitem a:hover
{
	display: block;
	text-decoration: underline;
	font-weight: normal;
	margin: 6px 0 6px 20px;
	padding: 0;
}

.inline
{
	display: inline;
}

.indent
{
	margin-left: 20px;
	margin-bottom: 10px;
}

.inlinelinks a:link
{
	display: inline;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.inlinelinks a:visited
{
	display: inline;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.inlinelinks a:hover
{
	display: inline;
	text-decoration: underline;
	font-weight: normal;
	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;
}

/* ---------------------------------------------------------------- */
/* 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: 80%;
}

.itemnote
{
	font-size: 80%;
}

input[type="checkbox"]
{
	margin-left: 0;
	margin-top: 4px;
}

input[type="radio"]
{
	margin-left: 0;
	margin-top: 0;
}

input[type="SUBMIT"]
{
	clear: both;
	margin: 20px 0 10px 314px;
}

.order input[type="SUBMIT"]
{
	clear: both;
	margin: 20px 0 10px 10px;
}

h1
{
	color:black;
}

