/* index.css
/* Use with index.html
/* Desiner: Joe Mendes
/* Company: Pacific Coast Business Machines, INC.

/************************************************/
/*				HTML tag Styles					*/
/************************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(bg_grad.jpg) fixed;
	overflow-x: hidden;
}

#headercontainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1000px;
    text-align: left;
}

#bodycontainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 10px;
    width: 980px;
    height: 1000px;
    background-color: #ffffff;
    text-align: left;
}

/********************* Header ********************/
#header{
    margin-left: 15px;
    margin-right: 15px;
	margin-top: 15px;
}

#headerlogo {
	margin-bottom: 10px;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/********* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
}

/************** Contact Bar & Discount Tag *******/
#Salestag {
    position: relative;
    top: 5px;
    left: 100px;
    z-index:0;
}

#Contactbar{
	float: right;
	position: relative;
	width: 290px;
        bottom: 5px;
	padding: 0px;
	z-index:1;
	color: #ffffff;
	font: 75% Verdana,sans-serif;
}

#Contactbar a{
	color: #ffffff;
}

#Contactbar a:hover{
}

/***************** Navigation Bar ****************/
#globalNav{
position: relative;
width: 1000px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -3px;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

#gnl {
	position: absolute;
	top: 0px;
	left:-4px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 23px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 1px;
	z-index: 100;
	width: 750px;
}

#tl {
	position:absolute;
	top: -1px;
	left: 100px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: 100px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: right;
	position: relative;
	width: 178px;
	padding: 0px;
	z-index:1;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

/************* breadCrumb styles ***************/
#breadCrumb{
	padding-bottom: 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-left-width: thin;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/************* SiteInfo Syles ******************/
#siteInfo{
    clear: both;
    border-top: 1px solid #cccccc;
    font-size: small;
    color: #000000;
    padding: 10px 10px 10px 10px;
    margin-top: 0px;
}

/************* STYLES **************************/
.style1 {
	font-size:80%;
	color: #2A2D7C;
}

.style2 {
	font-size: 14px;
}