@charset "utf-8";

/*	Site created and maintained by NPCC Enterprises

	http://www.npccenterprises.com
	
	Copyright © 2008 NPCC Enterprises. All Rights Reserved.
	
	HTML source code, PHP source code, images, animations, and all other source code and content
	or any portion thereof not to be used or modified without written consent from NPCC Enterprises.
	
	Names of equipment, logos, and all other trademarks or registered trademarks are used for identifying
	purposes only and are the property of their respected owners.
*/

body {
	background-color:#523A21;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	color:#000000;
	margin:0px;
}

hr {
	background-color:#523A21;
	height:1px;
	border:0;
}

a {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#bottom_block a {
	color:#E7A63F;
}

table {
	border:0;
	padding:0;
}

img
{
	border:none;
}

h3 {
	font-size:16px;
	color:#E7A63F
}

h4 {
	font-size:16px;
}

#top_block {
	position:static;
	height:150px;
}

#main_block {
	position:static;
	top:150px;
	width:779px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#bottom_block {
	clear:both;
	position:static;
	top:150px;
	width:779px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
}

#subjectfield {
	visibility:hidden;
	position:absolute;
}

.equipment_category {
	font-weight:bold;
	font-size:16px;
}

.price {
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

.white_text {
	color:#FFFFFF
}

.red_text {
	color:#FF0000;
}

.ltbrown_block {
	background-color:#A64F00;
}

.text_container {
	padding:10px;
}

/* White block corners, brown background */
.tl_white {background:url(images/main_corner_tl.png) 0 0 no-repeat;}
.tr_white {background:url(images/main_corner_tr.png) 100% 0 no-repeat;}
.bl_white {background:url(images/main_corner_bl.png) 0 100% no-repeat;}
.br_white {background:url(images/main_corner_br.png) 100% 100% no-repeat;}
/**********************/

/* Light Brown block corners, brown background */
.tl_ltbrown {background:url(images/ltbrown_corner_tl.png) 0 0 no-repeat;}
.tr_ltbrown {background:url(images/ltbrown_corner_tr.png) 100% 0 no-repeat;}
.bl_ltbrown {background:url(images/ltbrown_corner_bl.png) 0 100% no-repeat;}
.br_ltbrown {background:url(images/ltbrown_corner_br.png) 100% 100% no-repeat;}
/**********************/
