/* Flexible Circuits Styles, v1.5
by Dan Moriarty Freelance Web Design
http:// www.danmoriarty.com
*/

/*Base Rules */

body {
	background:#7c5f2e url(../images/images_template/bg-body.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}

a:link {
	color:#000066;
	}
	
a:visited {
	color:#3b3b66;
	}

a:hover {
	color:#6b5882;
	}
	

img {
	border:none;
	}
	

/*LAYOUT HOLDERS*/

#wrapper {
	background: #fff;
	margin: 5px auto;
	width:840px;
	border:10px solid #fff;
	font-size:90%;
	}

#top {
	height:145px;
	}

#page_content {
	width:840px;
	background:  url(../images/images_template/bg-content09.gif) repeat-y;
	}

#leftcol {
	width:140px;
	float:left;
	min-height:390px;
	background: url(../images/images_template/bg-leftcol09.gif) no-repeat;
	}


#rightcol {
	float:right;
	width:670px;	
	background: #fff;
	padding:10px 10px 10px 0;
	}

	
#bottom {
	background:#6b5882;
	clear:both;
	color:#fff;
	padding:1em;
	margin-top:.2em;
	text-align:center;
	}

#bottom a:link, #bottom a:visited {
 	color:#acacc1;
	}

#bottom a:hover { 
	color:#fff;
	text-decoration:underline;
	}
	

#footer {
	text-align:center;
	font-size:10px;
	padding-top:15px;

	}
#footer a {
	color:#000;
	}
	
.leftcont {
	float:left;width:280px;
	}
		 
.rightcont {
	float:right;width:370px;
}

#toprightnav {
	float:right;
	
	margin:10px 0 0 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	width:240px;
	color:#000;
	}
#toprightnav p {
	line-height:110%;
	margin:.4em 0;
	}
#toprightnav a:link {
	text-decoration:none;
	}

/*TYPOGRPAHY*/

h1,h2,h3,h4 {
	font-family:"Trebuchet MS", Trebuchet, "Lucida Grande", Verdana, sans-serif;
	margin:.4em 0;
	padding:0;
	}

h1.siteheader { /*this is top type header*/
	float:left;
	margin:0;
	padding:0;
	}
	

h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover	{
	display: block;	
	width: 500px;
	height: 142px;
	background: url(../images/images_template/logo.gif) no-repeat 20px 0;
	text-decoration:none;
		text-indent:-5000px;

	}



h2 {
	color:#6b5882;
	font-size:260%;
	}

h3 {
	font-size:150%;
	}

h4 {
	font-size:130%;
	}

p {
	line-height:140%;
	
	}
	
ul {
	list-style:square;
	margin:.3em 0 .3em 1.5em;
	}

li {
	padding:.3em 0 .3em 1em;
	}
	
	
/*NAVIGATION */


#navigation ul {
	background: url(../images/images_template/navbar09.gif) 0px 0px no-repeat;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	width:100%;
	}
	
#navigation li {
	position:absolute;
	padding:0;
	margin:0;
	
	}
	
#navigation li a {
	display: block;
	height:30px;
	text-indent:-9999px;
	}

#home { left:30px; width:45px;  }
#products { left:90px; width:125px;  }
#case_studies { left:230px; width:100px; }
#tradeshows { left:340px; width:100px; }
#about { left:450px; width:70px; }
#quote { left:530px; width:110px; }
#contact { left:650px; width:100px; }


/* Rollover like effects */
#home a:hover	{background: transparent url(../images/images_template/navbar09.gif) -30px -30px no-repeat;}
#products a:hover	{background: transparent url(../images/images_template/navbar09.gif) -90px -30px no-repeat;}
#case_studies a:hover	{background: transparent url(../images/images_template/navbar09.gif) -230px -30px no-repeat;}
#tradeshows a:hover	{background: transparent url(../images/images_template/navbar09.gif) -340px -30px no-repeat;}
#about a:hover	{background: transparent url(../images/images_template/navbar09.gif) -450px -30px no-repeat;}
#quote a:hover	{background: transparent url(../images/images_template/navbar09.gif) -530px -30px no-repeat;}
#contact a:hover	{background: transparent url(../images/images_template/navbar09.gif) -650px -30px no-repeat;}

/* Show the page you are on - main nav */
	
body#homepage #home { background: transparent url(../images/images_template/navbar09.gif) -30px -30px no-repeat;}
body#productspage #products {background: transparent url(../images/images_template/navbar09.gif) -90px -30px no-repeat;}
body#casepage #case_studies {background: transparent url(../images/images_template/navbar09.gif) -230px -30px no-repeat;}
body#tradepage #tradeshows {background: transparent url(../images/images_template/navbar09.gif) -340px -30px no-repeat;}
body#aboutpage #about {background: transparent url(../images/images_template/navbar09.gif) -450px -30px no-repeat;}
body#quotepage #quote {background: transparent url(../images/images_template/navbar09.gif) -530px -30px no-repeat;}
body#contactpage #contact {background: transparent url(../images/images_template/navbar09.gif) -650px -30px no-repeat;}


/*PAGE-SPECIFIC RULES*/

div.product_photo {
	float:right;
	padding:10px;
	margin:10px;
	text-align:center;
	font-style:italic;
	color:#000;
	}

div.product_photo2 {
	margin:10px;
	text-align:center;
	font-style:italic;
	color:#000;
	width:300px;
	}


.floatleft {
	float:left;
	}

.product_photo p, div.product_photo2 p {
	line-height:110%;
	padding:8px 0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:both;
	}

.gallery_photo {
	float:left;
	text-align:center;
	width:302px;
	min-height:300px;
	margin:1em 0;
	}



table.producttable td {
	vertical-align:top;
	padding:5px;
	}

.dividercell {
	background: url(../images/images_misc/dashed-line.gif) no-repeat 0 50%;
}

	
/*OTHER DIVs */


/** leftside product list **/
ul#product_list  {
	margin:5px 0 5px 5px;
	padding:0;
	font-size:120%;
	width:120px;
	}

#product_list li {
	padding: 0 0 0 .5em;
	list-style:none;
	margin:2em 0;
	}

#product_list li a:visited {
color:#000066;
	}

#leftcol #product_list li a:hover {
	color:#000;
	}
	

ul#product_list, ul#product_list2 {
	font-family:"Trebuchet MS", Trebuchet, "Lucida Grande", Helvetica, Arial, sans-serif;
	}

/*products page list*/

ul#product_list2  {
	margin:5px;
	padding:0;
	}


#product_list2 li {
	padding:.6em 0 .6em 1.6em;
	margin:0;
	font-size:130%;
	font-weight:bold;
	list-style:none;
	background: url(../images/images_template/bg_bullet.gif) no-repeat 0 50%;
	}
	
/* product shots */


/*contact info box */

.contactbox { 
	color:#fff;
	margin:10px;
	}
	
.contactbox a:link, .contactbox a:visited {
	 	color:#acacc1;

	}	


.contactbox ul { 
	padding-left:0;
	margin-left:0;
	}

.contactbox ul li {
	list-style:none;
	padding-left:10px;
	background: url(../images/images_template/bg-bullet4.gif) no-repeat 0 6px;

	}

body.products_mainpage .contactbox { 
	margin-top:90px;
	}
	
body.products_mainpage .contactbox a:link, body.products_mainpage .contactbox a:visited {
	color:#000066;
	}	
	
body.products_mainpage .contactbox ul li { 
		
	background: url(../images/images_template/bg-bullet4.png) no-repeat 0 6px;
	}

/*SPECIAL RULES */
.contact {
	margin: 0 0 1px 0;
	padding:0;
	border-bottom:1px dotted #333;
	}

.clearingout {
	clear:both;
	margin-bottom:10px;
	}
	
.breadcrumb {
	margin:0;
	padding:0 0 5px 0;
	line-height:100%;
	border-bottom:1px dotted #ccc;
	font-size: 90%;
	}

table.subnavlinks {
	clear:both;
	border:none;
	}

.subnavlinks td {
	border-collapse:collapse;
	padding:2px;
	}

.smaller {
 	font-size:90%;
	}