/* CSS Document */
/*colors:
light grey - #666666
medium grey - #5a5a5a
dark grey - #c8c8c8

/*general layout*/
body {
	background:url(../images/pattern.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	text-align:center;
}

h1{
	background:url(../images/opacity.png);
	clear: both;
	color:#ffffff;
	font-size:120%;
	margin:0;
	padding:5px;
}
h2{
	background:url(../images/opacity.png);
	clear: both;
	color: #ffffff;
	/*color:#311F81;*/
	font-size:130%;
	height:60px;
	margin:0;
	padding:3px;
}

a h2{
	color:#ffffff;
	text-decoration:none;
}

 h3{
	background: #FF0000;
	clear: both;
	color:#ffffff;
	font-size:130%;
	font-weight: bold;
	margin:0;
	padding:3px;
	text-align: left;
}
h4{
	background:url(../images/opacity.png);
	clear: both;
	color: #ffffff;
	/*color:#311F81;*/
	font-size:130%;
	margin:0;
	padding:3px;
}
h4 a:hover {
	color: #ffffff;
}

/*
h1, h2, h3, h4, h5, h6, p, table {
	position: relative;
}
*/

.sale h1,
.sale h2,
.sale h3,
.sale h4,
.sale h5,
.sale h6,
.sale p {
	position: relative;
}

/*div{
	border:red 1px dotted;
}*/

#global_top{
	background-color:#c8c8c8;
	border-bottom:#666666 4px solid;
	height:113px;
	width:100%;
}
#container{
	background:#C8C8C8 url(../images/container_bckgr.gif) top center no-repeat;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	text-align:left;
	width:780px;
}
#logo{
	text-align:left;
	width:100%;
}
#navigation{
/*	background-color:#5a5a5a;*/
	background: url(../images/gradient_nav.png) repeat-y;
	border:#5a5a5a 1px solid;
	float:left;
	height: 1100px; /* this adjusts the overall page height */
	margin:5px;
	text-align:center;
	width:180px;
}
#navigation a{
	color:#E3E3E3;
	display:block;
	font-weight:bold;
	margin:5px 0;
	padding:5px 10px 5px 10px;
	text-align:left;
	text-decoration:none;
}

#navigation a#highlighted{
	background:#515151;
}

#navigation a.top_nav{
	background:#000000;
}
#content{
	border:#5a5a5a 1px solid;
	float:left;
	margin:5px 2px 5px 20px;
	width:557px;
}
#text{
	margin:10px;
}
#red_line{
	background:url(../images/gradient_red_line.png) 193px repeat-y;
}
#home_content{
	float:left;
	margin:5px 2px 5px 20px;
	width:558px;
}
#flash{
/*	border:#5a5a5a 1px solid; */
	text-align:center;
}
#left_side{
	border:#5a5a5a 1px solid;
	float:left;
	margin:5px 0 5px 0;
	width:300px;
}
#left_side p {
	padding:  5px 0 0 5px;
	}
#right_side{
	background: url("../images/metalgrid.jpg") repeat;
	border:#5a5a5a 1px solid;
	float:left;
	margin:5px 0 5px 7px;
	width:246px;
}
#right_side a {
	font-weight: bold 
	}
#right_side img{
	border:1px solid #666666;
}
#right_side p{
	margin:4px;
}


/* Inside Shopping Cart */

.dsp_product img{
	border:1px solid #666666;
}

#events{
	background: #ffffff;
	border:#5a5a5a 1px solid;
}
#events p {
	padding: 5px;
}


/* expo registration form */

.fieldName {
	text-align: right;
}

.required {
	color: #CC0000;
}

/* Sale Styles */

.retailPrice {
	color: #333333;
}
.salePrice {
	color: #CC0000;
}

/* home page sale / blowout box styles */

#blowouts {
	background: url("../images/metalgrid.jpg") repeat;
}
.box {
	border: #5a5a5a 1px solid;
	margin: 5px 0 5px 0;
	width: 100%;
}
.sale {
}
.box_item {
	float: left; 
	margin: 5px; 
	width: 170px;
}
.box img {
	border-color: #291971;
}

.sale div.specific_sale {
	background-repeat: repeat;
}

/* add specific sale bg image by using the Sale Reference ID as the css ID tag name */

#S12345 {
	background-image: url("../images/metalgrid.jpg");
}
#C60Day {
	background-image:url("../images/th5snw08.gif");
}

/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}

#webdevelopment {
	padding: 5px 2px 0 0;
	text-align: right;
}