* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
select {
	border: 1px #ccc solid;
	padding: 1px;
}
#main_left table a {
	color: #0048b4;
}
label {
	width: 13em;
	font-weight: bold;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}
input[type="text"] {
	padding: 3px;
	border: 1px #ccc solid;
}
.text {
	padding: 3px;
	border: 1px #ccc solid;
}
input[type="submit"], input[type="button"] {
	background-color: #93221c;
	padding: 2px 4px;
	color: #fff;
	border: 1px #333 solid;
	position: relative;
	bottom: 1px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	width: auto;
	overflow: visible;

}

a {
	color: #d5372e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
p {
	line-height: 18px;
	font-size: 12px;
	padding: 10px 0 0 0;
	color: #000;
}
h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #93221c;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #93221c;
}
.red {
	color:#93221c;
}
.theList {
	list-style-type: none;
}
.theList li {
	padding: 5px 0;
}
.theList li a{
	font-size: 16px;
	color: #666;
}
.theList li a:hover {
	text-decoration: none;
}

.required {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}
body {
	margin: 10px auto;
	background-color: #fff;
}
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 980px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 175px;
	background-image: url(images/header.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}
#login_box {
	position: absolute;
	right: 30px;
	top: 7px;
	width: 150px;
	height: 25px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	height:78px;
	background-image: url(images/menuBG.png);
	background-repeat: repeat-x;
}
#menu ul {
	height: 62px;
	margin: 0;
	padding: 0;
	line-height: 62px;
	color: #ffffff;
	vertical-align: middle;
	list-style-type: none;
	text-align: center;
	position: relative;
	top: 5px;
	left: 5px;
}
#menu li {
	color: #fff;
	padding: 0 1px;
	float: left;
	list-style-type: none;
	border-right: 1px #666 solid;
	display: block;
}
#menu ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 17px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
#menu li a.current {
	background-color: #666;
	color: #fff;
	text-decoration: none;
}

.quote_nav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.quote_nav li {
	list-style: none;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 1px;
}

.quote_nav li a {
	height: 35px;
	width: 130px;
	display: block;
	color: #ccc;
	font-weight: bold;
	text-align: center;
}

.quote_nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.quote_nav .current a { background-position: 0 -27px; }

a#new_quote, a#search_quotes, a#search_orders {
	width: 119px;
	height: 27px;
}

a#new_quote { background-image: url(images/new_quote_tab.png); }
a#search_quotes { background-image: url(images/search_quotes_tab.png); }
a#search_orders { background-image: url(images/search_orders_tab.png); }

a#new_quote:hover, a#search_quotes:hover, a#search_orders:hover { background-position: 0 -27px; }

#main_body{
	font-size: 12px;
	width: 978px;
	min-height: 300px;
	margin: 0;
	padding: 0;
	color: #fff;
	border: 1px #ccc solid;
}


#main_full {
	width: 978px;
	min-height: 580px;
	margin: 0;
	padding: 0;
	color: #000;
}
#main_full a {
	color: #d5372e;
}
#main_full ul {
	line-height: 22px;
}

#main_left{
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	width: 600px;
	color: #000;
}
.heading {
	background-color: #454545;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.subheading {
	background-color: #d3d3d3;
	color: #454545;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}
.front_block {
	background-image: url(images/front_grad.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 550px;
	padding: 10px;
	margin-bottom: 10px;
}
.front_info_left {
	float: left;
	width: 210px;
	padding-left: 20px;
}
.front_info_right {
	background-color: #fadedd;
	border: 1px #ccc solid;
	background-image: url(images/front_dancer.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px;
	padding-right: 70px;
	width: 230px;
	height: 75px;
	float: left;
	line-height: 18px;
}
.main_list {
	margin-left: 50px;
	font-size: 12px;
	color: #000;
}

fieldset {
	border: 1px #ccc solid;
	background: #f1f7fc;
	padding: 5px;
}

fieldset label {
	text-align: right;
	padding-right: 10px;
}

#main_right{
	float: left;
	font-size: 12px;
	width: 378px;
	padding: 0;
	color: #000;
	background-color: #eeeeee;
}
.content {
	padding: 10px 20px;
}
.main_list_noshow {
	list-style-type: square;
	line-height: 18px;
	color: #333;
}

.main_list_noshow li {
	padding: 5px;
	margin-left: 20px;
}

.main_list_noshow_home {
	list-style-type: square;
	line-height: 14px;
	color: #333;
	font-size: 12px;
	width: 275px;
}

.main_list_noshow_home li {
	padding: 5px;
	margin-left: 20px;
}
#footer {
	position: relative;
	margin: 1px auto;
	width: 980px;
	height: 94px;
	margin-bottom: 50px;
	text-align: center;
	background-image: url(images/footerBG.png);
	background-repeat: repeat-x;
}
#view_equipment {
	text-align: center; 
}
#view_equipment p {
	font-size: 18px;	
}
#view_equipment p a {
	color: #fff;
}
#footer ul {
	height: 94px;
	line-height: 20px;
	vertical-align: middle;
	list-style-type: none;
	position: relative;
	top: 15px;
	}
#footer ul li { 
	display: inline;
	color: #fff;
	font-size: 12px;
}
#footer ul li a {
	font-size: 12px;
	padding: 10px;
	color: #fff;
}
#footer ul li a:hover {
}
.clear {
	clear: both;
}

.error_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.success_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	background: #cef1c8;
	border: 1px #333 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(images/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.custom_tip .tip {
	background-color: #333
	padding: 5px
}
 
.custom_tip .tip-title {
	color: #fff
	background-color: #666
	font-size: 20px
	padding: 5px
}
 
.custom_tip .tip-text {
	color: #fff
	padding: 5px
}
.pop_input {
	position: relative;
	float: left;
	background-image: url(images/pop_input_back.png);
	background-repeat: repeat-x;
	height: 44px;
	width: 300px;
	border: none;
	font-size: 14px;
	padding: 10px;
}

.pop_area {
	position: relative;
	background-image: url(images/pop_area_back.png);
	background-repeat: repeat-x;
	height: 148px;
	width: 300px;
	border: none;
	font-size: 14px;
	padding: 10px;
}
 