@charset "utf-8";
/* CSS Document */

body {
	
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	font-size: 10pt;
	margin: 0 0 0 0;
	font-family: Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.error {
	border: 2px red solid;
	color: red;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	padding: 10px;
	width: 300px;
	margin: 10px auto;
}

.message {
	border: 2px blue solid;
	color: blue;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin: 10px auto;
}

#main {
	width: 900px;
	margin: 25px auto;
}

#main td {
	vertical-align: top;
}

#main .white {
	background-color: #fff;
}	

#main .top_left {
	background: url("images/template/images/main_top_left.png");
	width: 9px;
	height: 9px;
}

#main .top_right {
	background: url("images/template/images/main_top_right.png");
	width: 9px;
	height: 9px;
}

#main .bot_left {
	background: url("images/template/images/main_bot_left.png");
	width: 9px;
	height: 9px;
}

#main .bot_right {
	background: url("images/template/images/main_bot_right.png");
	width: 9px;
	height: 9px;
}

#main .middle {
	background-color: #fff;
	hieght: 9px;
	line-height: 9px;
}

#header {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 157px;
}

td.blue_top_left {
	background: url("images/template/images/blue_top_left.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_top_right {
	background: url("images/template/images/blue_top_right.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_bot_left {
	background: url("images/template/images/blue_bot_left.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_bot_right {
	background: url("images/template/images/blue_bot_right.png");
	width: 9px;
	height: 9px;
	line-height: 9px;
}

td.blue_middle {
	height: 9px;
	line-height: 9px;
	background-color: #ee5c21;
}

td.blue_bg {
	background-color: #ee5c21;
}


#footer {
	width: 100%;
}

.spacer {
	height: 9px;
	line-height: 9px;
	background-color: #fff;
}

td.navBar {
	background: url("images/template/images/navBar.png");
	height: 45px;
	line-height: 45px;
}

td.navBar a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 15px 35px 14px 35px;
}

td.navBar a:hover {
	background-color: #ee5c21;
}

td.navBar a.white {
	background-color: #fff;
	color: #ee5c21;
}

td.footer {
	background-color: #ee5c21;
	color: #fff;
	line-height: 28px;
	font-size: 8pt;	
	font-weight: bold;
}

td.footer a {
	color: #fff;
	text-decoration: none;
}

td.footer a:hover {
	color: #14e2e2;
}

table.content {
	text-align: left;
	width: 100%;
	margin: 9px 0 9px 0;
}

td.menu {
	background-color: white;
	width: 200px;
	color: #9EAA29;
	text-align: left;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

td.content_left {
	padding-left: 9px;
}

div.button {
	
	text-align: left;
}

div.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div.button li {

	margin: 0;
}

div.button img {
	
	padding: 0 5px 0 5px;
}

div.button li a {
	display: block;
	text-align: left;
	background-color: white;
  padding: 10px 0 5px 0;
	color: #35BDB2;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}


div.button li a:hover {
	/* border-left: 10px solid #1c64d1;
	border-right: 10px solid #9bd9ff; */
	background-color: white;
	color: #EE5C21;
}

div.button li.active a{
	display: block;
	text-align: left;
	background-color: white;
  padding: 10px 0 5px 0;
	color: #EE5C21;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

a.active {
  color: #EE5C21;
}


div.button li.active a:hover {
	/* border-left: 10px solid #1c64d1;
	border-right: 10px solid #9bd9ff; */
	background-color: white;
	color: #35BDB2;
}

#category {
  margin-left: 16px;
}

#category div.name {
	text-align: left;
	font-size: 14pt;
}

#item_container {
	width: 100%;
}

#item_container td {
	padding: 15px;
}

#item {
	width: 100%;
}

#item td.name {
	font-weight: bold;
	vertical-align: bottom;
	padding: 0px;
	text-align: left;
	
}

#item td.price {
	font-weight: bold;
	text-align: right;
	padding: 0px;
	
}

#item td.middle {
	
	padding: 0px;	
}

#item td.desc {
	font-size: 8pt;
	text-align: justify;
}

#item td.item_desc {
	padding: 0px;
}

#desc td.image {
	padding: 0px;
}	

#desc td.desc {
	padding: 0 3px;
}

button {
	border: 1px solid #000;
	background-color: #ee5c21;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover {
	background-color: #14e2e2;
	color: #000;
}

button.add {
	border: 0px;
	padding: 0px;
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	color: #ee5c21;
	width: 225px;
}

button.addPrice {
	border: 0px;
	padding: 0px;
	background-color: #fff;
	font-weight: bold;
	text-align: right;
	color: #ee5c21;
	width: 75px;
}

button.add:hover {
	color: #14e2e2;
}

#message {
	border: 2px solid #ee5c21;
	width: 50%;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #ee5c21;
}

#header_inside {
	width: 100%;
	height: 140px;
}

#order_container {
	width: 220px;
	border-left: 2px #fff dashed;
	padding: 0 10px;
}

#blurb {
	padding: 10px 10px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}

#order_info {
	width: 100%;
	color: 	#000000;
	text-align: left;
	padding: 0px 10px;
	margin-bottom: 10px;
  margin-left: 100px;

}

#order_info th {
	text-align: center;
	font-size: 11pt;
}

td.price {
	text-align: right;
}

#address {
	}

#address input {
	background-color: #CCFFFF;
	border: 1px solid black;
}

#address .address1 {
	float: left;
	text-align: left;
	padding-left: 5px;
}

#address .address1 input {
	width: 200px;;
}

#address .address2 {
	text-align: right;
	padding-right: 5px;
}

#address .address2 input {
	width: 60px;
}

#address .city {
	float: left;
	text-align: left;
	padding-left: 5px;
}

#address .city input {
	width: 175px;;
}

#address .state {
	text-align: right;
	padding-right: 5px;	
}

#address .state select {

}

#address .zipcode {
	float: left;
	text-align: left;
	padding-left: 5px;
}

#address .zipcode input {
	width: 75px;;
}

#address .phone {
	text-align: right;
	padding-right: 5px;	
}

#address .phone input {
	width: 125px;;
}

#address .required {
	font-size: 7pt;
	color: red;
	font-style: italic;
}

#address .submit {
	text-align: right;
	padding-right: 5px;	
}

#order_information {
	color: #fff;
	width: 230px;
	margin: 10px auto;
}

#order_information th {
	text-align: center;
}

#order_information td.row {
	border-bottom: 1px #fff dashed;
	padding-bottom: 0px;
}

#order_information td.row_right {
	border-bottom: 1px #fff dashed;
	text-align: right;
	padding-bottom: 0px;
}

#receipt_tbl {
	width: 100%;
	border: 1px #ee5c21 solid;
	font-size: 11pt;
	margin: 10px auto;
}

#receipt_tbl th {
	background-color: #ee5c21;
	color: #fff;
	padding: 3px;
}

#receipt_tbl td {
	padding: 3px;
	border-right: 1px #ccc dashed;
}

#receipt_tbl tr.a {
	background-color: #e1edff;
}

#receipt_tbl tr.b {
	background-color: #fff;
}

#optionset {
	width: 100%;
	border: 1px #ee5c21 solid;
	margin: 10px auto;
}

#optionset th {
	color: #fff;
	background-color: #ee5c21;
	padding: 3px;
}

#optionset td {
	padding: 0px;
}

#optionset tr.a {
	background-color: #e1edff;
}

#optionset tr.b {
	background-color: #fff;
}

#item_tbl {
	width: 100%;
	font-size: 11pt;
}

#item_tbl td.name {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
}

#item_tbl td.price {
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
}

#item_tbl td.desc {
	font-size: 11pt;
	text-align: left;
	padding-bottom: 10px;
}

div.right {
	width:100%;
	text-align: right;
	margin: 10px auto;
}

#container {
	width: 100%;
	padding: 0;
	margin: 0;
}	

#payment_method {
	border: 1px #ee5c21 solid;
	width: 100%;
}

#payment_method th {
	background-color: #ee5c21;
	padding: 5px;
	color: #fff;
}

#payment_method td {
	padding: 3px;
}

#payment_method tr.a {
	background-color: #e1edff;
}

#payment_method tr.b {
	background-color: #fff;
}

#terms {
	border: 1px #ee5c21 solid;
	width: 100%;
}

#terms th {
	background-color: #ee5c21;
	padding: 5px;
	color: #fff;
}

#terms td {
	padding: 3px;
}

#terms tr.a {
	background-color: #e1edff;
}

#terms tr.b {
	background-color: #fff;
}

#pay_terms {
	width: 100%;
	margin: 10px auto;
}

#login {
	border: 1px solid #ee5c21;
	width: 350px;
}

#login th {
	font-size: 12pt;
	background-color: #ee5c21;
	color:#fff;
	padding: 3px;
	width: 350px;
}

#login td {
	padding: 3px;
}

td.submit {
	text-align: right;
}

#register_tbl th.small {
	font-size: 9pt;
}

#login th.small {
	font-size: 9pt;
}

tr.a {
	background-color: #e1edff;
}

tr.b {
	background-color: #fff;
}

input.text {
	background-color: #CCFFFF;
	border: 1px solid black;
}

#register_tbl {
	border: 1px solid #ee5c21;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#register_tbl th {
	font-size: 12pt;
	background-color: #ee5c21;
	color:#fff;
	padding: 3px;
}

#register_tbl td {
	padding: 3px;
	margin: auto;
}

td.bold {
	font-weight: bold;
}

th.header {
	background-color: #ee5c21;
	color: #fff;
	font-size: 12pt;
	padding: 5px;
}

#my_info {
	border: 1px solid #ee5c21;
	width: 350px;
}

#my_info td {
	padding: 3px;
}

#my_info th {
	padding: 3px;
}
