@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f90;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:14px;
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #666; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:125px;
	border-bottom:4px solid #ccc;
} 
#hdr_phone {
	float:right;
	text-align:right;
	width:250px;
	height:30px;
	color:#fff;
	font-size:28px;
	padding-top:95px;
}
#hdr_phone_index {
	float:right;
	text-align:right;
	width:250px;
	height:30px;
	color:#fff;
	font-size:28px;
	padding-top:10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
.twoColFixRtHdr #sidebar1 p{
padding: 10px;	
}
.twoColFixRtHdr #helper {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.twoColFixRtHdr #helper p {
	padding:5px;
	margin:0px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#494949;
}
.twoColFixRtHdr #mainContent { 
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:4px solid #ccc;
	float:left;
	width:773px;
	background:#FFF;
} 
.twoColFixRtHdr #mainContent .crystaltable td {
	font-size:11px;
	text-align:center;
}
.twoColFixRtHdr #mainContent .crystaltable td input {
	vertical-align:text-bottom;
	padding:0px;
	margin:0;
}
.twoColFixRtHdr #mainContent p { 
	padding:5px 20px 0px 50px;
}
.twoColFixRtHdr #mainContent #nav a { 
	color:#069;
	font-weight:bold;
	text-decoration:none;
}
.twoColFixRtHdr #mainContent #nav a:hover { 
	color:#00547e;
	text-decoration:underline;
}
.twoColFixRtHdr #mainContent #nav { 
	height:28px;
	border-bottom:4px solid #ccc;
	padding-top:4px;
}
.twoColFixRtHdr #mainContent #nav td { 
	padding:0 20px;
}

.twoColFixRtHdr #mainContent #nav #nav_left { 
	width:200px;
	float:left;
}
.twoColFixRtHdr #mainContent #nav #nav_right { 
	width:400px;
	float:right;
	font-size:10px;
	color:#069;
	text-align:right;
	margin-right:20px;
	margin-top:6px;
}
.twoColFixRtHdr #mainContent #welcome { 
	border-bottom:2px solid #f90;
	width:400px;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:0px;
	font-size:36px;
	font-weight:bold;
	color:#CCC;
	line-height:30px;
}
#viewcart {
	margin-right:40px;
	margin-top:30px;
	float:right;
	width:130px;
}
.twoColFixRtHdr #mainContent #upload { 
	border-bottom:2px solid #f90;
	width:400px;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:0px;
	font-size:36px;
	font-weight:bold;
	color:#CCC;
	line-height:30px;
}
.twoColFixRtHdr #mainContent #upload_form { 
	margin-top:0px;
	font-size:11px;
	color:#797792;
	padding:5px 20px 0px 50px;
}
.upload_input { 
	margin-bottom:7px;
	width:350px;
}
.twoColFixRtHdr #mainContent #contact_header { 
	border-bottom:4px solid #f90;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:0px;
	font-size:28px;
	font-weight:bold;
	color:#f90;
	line-height:22px;
}
.twoColFixRtHdr #mainContent #contact_us { 
	margin-top:0px;
	background:#f1f1f1;
}
.twoColFixRtHdr #mainContent #contact_us #contact_ph { 
	margin-top:0px;
	padding-top:100px;
	width:180px;
	float:left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.twoColFixRtHdr #mainContent #contact_us #contact_form { 
	margin-top:0px;
	border-left:2px solid #ccc;
	width:591px;
	float:left;
	font-size:11px;
	color:#797792;
}
.twoColFixRtHdr #mainContent #contact_us #contact_form_left { 
	margin-top:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	width:200px;
	float:left;
	font-size:11px;
	color:#797792;
}

.twoColFixRtHdr #mainContent #contact_us #contact_form_right { 
	margin-top:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	width:310px;
	float:left;
	font-size:11px;
	color:#797792;
}
.contact__text_input {
	width:	195px;
	margin-top:3px;
	margin-bottom:7px;
}
textarea {
	width:	305px;
	height: 120px;
	margin-top:3px;
	margin-bottom:7px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666; 
	border-top:4px solid #ccc;
	color:#fff;
	font-size:12px;
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.crystal_instructions {
	font-size:11px;	
	margin-left:20px;
	color:#069;
	display:block;
}