@charset "utf-8";
/* CSS Document */

body  {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:#000000;  margin:0; padding:0; text-align:center; color: #FFFFFF;}

h1 {font-size:1.38em;font-weight:bold;color:#CC6633;margin-top:5px;}
h2 {font-size:1.13em;font-weight:bold;}
h3 {
	font-size:1em;
	font-weight:bold;
	color:#4787C4;
	margin-top:5px;
	margin-bottom:10px;
}
h4 {font-size:.7em;font-weight:bold;margin-top:5px;}
p {margin-top:5px; line-height:20px;}

.thrColFixHdr #container { width: 900px; background: #000000;margin: 0 auto;text-align: left; } 
.thrColFixHdr #header {height: 180px; background-image:url(images/qualityheader.jpg); background-repeat:no-repeat;} 

ul#contact_info  li{list-style-type:none;font-size:.6em;}



/* HOME PAGE PRODUCT BUTTONS */
ul#mainproductlist {margin-left:125px;}
ul#mainproductlist li {float:left; width:200px;}
ul#mainproductlist li a {display:block;}
ul#mainproductlist li a:hover {}
ul#mainproductlist li img {}
ul#mainproductlist li a:hover img {visibility:hidden;}




/***  TOP NAVIGATION ***/
.thrColFixHdr #navcontain{padding: 0px;	margin: 0 0 0px 0;	height: 35px; width:100%; background-image:url(images/navgradient.jpg); background-repeat:no-repeat;
/* background-color: #996633; */
}
.thrColFixHdr ul#topnav {
	margin:0px 0px 0px 140px; padding:0px; list-style-type:none; 
}
ul#topnav li{
float:left; 
margin:0px; padding:0px 0 0 0 ;
}
ul#topnav li a {
font-size:10px;
color: #FFFFFF;

display:block;
padding: 8px 15px 8px 15px;
text-decoration:none;
font-weight:bold;
}
ul#topnav li a.selected {
color:#990000;}

ul#topnav li a:hover {
color: #FFFFFF; background-image: url(images/navgradientover.jpg);
background-repeat:repeat-x; font-weight:bold; 
}



p.lefttext {width:350px;}


ul#sidenav {
list-style-type:none;

}
ul#sidenav li{

margin-left:0px; 
margin:0px;
padding:0px;
}
ul#sidenav li a{
font-size:10px;
color: #FFFFFF;
display:block;
padding: 4px 0px;
text-decoration:none;
}
ul#sidenav li a:hover {
color:#333333;
background-color:#ccbb99;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px;
	height:420px;
	overflow:hidden;
	background-color:#333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image:url(images/productlist.jpg); background-repeat:no-repeat;
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 50px 5px; /* padding keeps the content of the div away from the edges */
	margin: 40px 5px 25px 0;
	background-color: #EDEEDC;
    background-image:url(images/productlist.jpg); background-repeat:no-repeat;
}
.thrColFixHdr #onemainContent {
	margin: 20px 10px 25px 0px;
	width:880px;
	padding: 0px;

}
.thrColFixHdr #mainContent {
	margin: 40px 0 25px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* border: 1px solid green; remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	width:710px;
	float:left; text-align:center;
} 

.thrColFixHdr #mainContentb {
		margin: 40px 0 25px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px; /* border: 1px solid green; remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	width:880px;
	float:left;

}


/***  FOOTER ***/

.thrColFixHdr #footer { 
	margin: 90px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.82em;
	background-image:url(images/footer1.jpg); background-repeat:no-repeat;
	text-align:center;
	 height:90px; 
	 width:100%;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	display:block;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	margin:0px; padding:0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	display:block;
    height:0px;
    font-size: 1px;
    line-height: 0px;
	margin:0px; padding:0px;
}






#kwicks .kwick span{
	DISPLAY: none;
}
#kwicks .kwick a {
display:block;
height:80px;
padding:10px;
BORDER-RIGHT: #FFFFFF 5px solid;
}
#kwicks_container {
	background-color: #FFFFFF;
	height: 100px;
	width:507px;
	margin: 15px auto;
}
ul#kwicks {
	position: relative;
	background: #FFFFFF url(images/kwick3side.png) no-repeat 0px right;
	width:100%;
	
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 165px;
	height: 100px;
}
 
#kwick_red    {background-image: url(images/kwick1.png); background-repeat:no-repeat; background-color: white;}
#kwick_orange {background-image: url(images/kwick2.png); background-repeat:no-repeat; background-color: white;}
#kwick_yellow {background-image: url(images/kwick3.png); background-repeat:no-repeat; background-color: #5f18b8;}


/* HOME PAGE Sample Work Sidebar */

dl#sampleprint {}
dl#sampleprint dt {padding-top:15px; clear:left;}
dl#sampleprint dt a {display:block; float:left; border:3px solid #333333; padding:2px; background-color:#964A30;}
dl#sampleprint dt a:hover {border:3px solid #666666;}
dl#sampleprint dd {font-size:.75em;  width:145px; margin-left:40px; padding-left:5px;}
dl#sampleprint dd a { text-decoration: none;
	border-bottom: 1px solid #dbd5c5; }
dl#sampleprint dd a:hover  { border-bottom: 2px solid #dbd5c5;  }


/* PRODUCTS PAGE */
ul.productslist {width:500px;}
ul.productslist li{margin-left:45px; list-style-type:disc; font-weight:bold; font-size:12px;}
h3.title {
	margin:60px 0 10px 0;
	padding: 0 0 0 15px;
	/*background-color:#333333; */
	color:#FFFFFF;
	width:500px;
}

/* CONTACT PAGE */
a#alink{color:#FFFFFF;}
a#alink.visited{color:#FFFFFF;}

