* {
padding: 0;
margin: 0;
}

body {
	font-family: Verdana,Tahoma, Arial,sans-serif;
	font-size: 62.5%;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #0E313C;
	background-image: url(../jig_images/img_background_blue-grey.gif);
	margin-right: auto;
	margin-left: auto;
}

body img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	background-color: #414A47;
	background-image: url(../jig_images/img_header.jpg);
	height: 120px;
}

#header h1{
	color: #CC0000;
	font-size: 100%;
	text-indent: -9999px; 	/*  PHARK;  */
}

#header h2{
	color: #333366;
	font-size: 90%;
	text-indent: -9999px; /*  PHARK;  */
}

#navigation {
	clear: both;
	margin: 0em 0em 1.5em 0em;
	background-color: #414A47;
	line-height: 2em;
	height: 2em;
	color: rgb(50,50,50);
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#navigation ul {	
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;
}	

#navigation li {
	float: left;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 0em 1.0em 0em 1.0em; 
	border-right: solid 0.1em rgb(175,175,175);	
	text-decoration: none;
	color: #FFFFCC;
}

#navigation a:hover {
	border-right: solid 0.1em rgb(175,175,175);	
	background-color: #FFFFCC;			
	text-decoration: none;
	color: #000000;
}

#navigation.selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(175,175,175);		
	background-color: rgb(220,220,220);
	color: rgb(50,50,50);
}

* html #navigation a {width:1%;}

/***  Products  ***/

#products_list {
	width: 160px;
	float: left;
	vertical-align: top;
	font-size: 1.1em;
}

#products_list ul {	
	width: 95%;
	list-style: none;
}	

#products_list li a {
	display: block;
	padding: 0.3em 0.7em 0.2em 0.5em;
	background-color: #414A47;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFCC;
	
	height: 2.6em;
	border-top-width: 0.1em;
	border-left-width: 0.5em;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #333333;
}	

/* a:link, a:visited, a:hover, a:active */

#products_list li a:link {
}

#products_list li a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
	color: #333333;
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

#products_list .selected {
	display: block;
	padding: 0.3em 0.7em 0.2em 1.2em;
	background-color: #666666;
	font-weight: normal;
	color: rgb(50,50,50);
	border-top-width: 0.1em;
	border-left-width: 0.5em;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #FFCC00;
}

#products_list .products_list-first {
	display: block;
	margin: 0em 0em 1.0em 0em;
	padding: 0.3em 0.7em 0.3em 0.9em;
	border-left: solid 0em rgb(255,210,113);
	background-color: #414A47;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#products_list .subhead a {
	font-weight: bold;
	color: #FFFF99;
}

/***  MAIN CONTENT  ***/

#main_content {
	float: left;
	width: 400px;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.3em;
	font-size: 1.2em;
}

/* Box titlebar */
#main_content h1{
	clear: both;
	display: block;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: .3em;
}

#main_content h1 a {
	color: #FFCC00;
	text-decoration: underline;
}

#main_content h1 a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#main_content ul{
	color: #000000;
	font-size: 0.8em;
	padding-left: 17px;
}

#main_content p {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

.main_content_tiles {
	clear: both;
	display: block;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}

.main_content_full {
	clear: both;
	display: block;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.main_content_full .extras {
	font-size: 0.8em;
	color: #003366;
	background-color: #FFFFCC;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.main_content_full .extras li {
	font-size: 1.3em;
	line-height: 1.2em;
}


.main_content_sub {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
}

.tiles_info {
	width: 90px;
	float: left;
	padding: 15px 4px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


.double_tiles_info {
	width: 183px;
	float: left;
	padding: 7px;
	background-color: #FFFFFF;
	text-align: center;
}



/***  Information  ***/

#info {
	float: right;
	width: 200px; 
	color: rgb(0,0,0);
	font-size: 1.1em;
}

#info ul { 
	padding: 0.3em;
}

#info li {
	list-style: none;
	font-size: 1.0em;
	color: #FFFFCC;
}

#info h1 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: .3em;
}

#info li h1 {
	margin: -5px;
}

#info .price {
	font-size: 1.4em;
	color: #ffffff;
}

#info .item_code {
font-weight: bold;
	color: #FFFF00;
	padding: 0.3em;
}

#info .extras {
	font-size: 1em;
	line-height: 1.3em;
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFF99;
}

#info .extras a {
	color: #FF9900;
}

#info .extras p {
	padding-bottom: 5px;
}



.info_box {
	width: 200px; /*	this is the width of the graphic */
	background-color: #BFC1B4;
}	

.info_box p {
	margin: 0.3em;
	padding: 0.2em;
}

.info_box h3 {
	clear: both;
	display: block;
	background-color: #000000;
	font-weight: bold;
	color: #FFCC00;
	font-size: 1.0em;
	padding: 0.2em;
}

.info_box h3 a {
	color: #FFFFCC;
}

.info_box a {
	color: #FF0000;
}


/***  FOOTER  ***/

#footer {
	clear: both;
	float: left;
	width: 780px;
	height: 2.5em;
	background-color: #000000;
	text-align: center;
	color: #FFFFCC;
	font-size: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
}

/***  MISCELLANEOUS  ***/






.item_code {
	font-weight: bold;
	color: #CC3300;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0em;
}



.price {
	font-size: 1.4em;
	color: #CC3300;
}
#directions {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.3em;
	font-size: 1.2em;
}
#directions h1{
	clear: both;
	display: block;
	background-color: #000000;
	font-weight: bold;
	color: #FFCC00;
	font-size: 1.2em;
	padding: .3em;
}

#directions p {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.main_content_full .pull_box {
	float: right;
	width: 206px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	border: thin solid #999999;
}
.pull_box h2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFF00;
	background-color: #990000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone {
	color: #CC0000;
	font-weight: bold;
}


.price_match {
	width: 200px; /*	this is the width of the graphic */
	background-color: #CCCCCC;
}	

.price_match p {
	margin: 0.3em;
	padding: 0.2em;
}

.price_match h3 {
	clear: both;
	display: block;
	background-color: #CC0000;
	font-weight: bold;
	color: #FFCC00;
	font-size: 1.2em;
	padding: 0.2em;
}

.price_match h3 a {
	color: #FFFFCC;
}

.price_match a {
	color: #FF0000;
}

.pricematcher {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
