body {
	color: rgb(255, 255, 255); 
	background-color: rgb(36, 0, 0);
    font-size:12pt;
    font-family:'Arial, Helvetica, sans-serif';
}
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
.hide {
  display:none;
}

a {
  color:#ffffff;
  text-decoration:none;
}
a:visited {
  color:#ffffff;
  text-decoration:none;
}
a:hover {
  color:#ffffff;
  text-decoration:none;
}

a.active_menu {
  color:#99ff99;
  text-decoration:none;
}
div#container
{
	margin-left:auto;
	margin-right:auto;
	width:1007px;
}

div#header {
	background-image: url('../images/newheader.png');
  background-repeat:no-repeat;
	height:132px;
	width:728px;
  position:relative;
  left:100px;
}
div#phone{text-align:right;}
div#navcontainer{
  border-top:#ffffff solid 1px;
  border-bottom:#ffffff solid 1px;
  width:100%;
  height:22px;
  text-align:center;
  margin-bottom:5px;
}

ul#menu {
  list-style:none;
  margin:0;
  padding:0;    
}

ul#menu li{
  display:inline;
  margin-left:30px;
  margin-right:30px;
  
}

div.text_left {
  width:240px;
  height:500px;  
  border:#ffffff solid 1px;
  float:left;
  padding:5px;
}

div.text_left2 {
  width:240px;
  height:250px;
  border:#ffffff solid 1px;
  float:left;
  padding:5px;  
  margin-top:10px;
}

div.main_content {
  width:650px;
  height:500px;
  border:#ffffff solid 1px;
  float:right;
  padding:5px
  
}
div.main_content2 {
  width:650px;
  height:250px;
  border:#ffffff solid 1px;
  float:right;
  padding:5px;
  margin-top:10px;
}

div.order_form {
  height:450px;
  width:1005px;
  border:#ffffff solid 1px;
  padding:5px;
  margin-right:20px;
}

div.order_form div#tabs {
  width:550px;
  float:left;
  margin-top:10px;
  margin-left:20px;
}

div.order_form a {
    text-decoration: underline;
}

div.order_form table.color_options {
  text-align:center;
  
}

div.order_form table.color_options td{
  width:50px;
  height:60px;
}
div.order_form div.custom_colors {
  width:150px;
  height:70px;
}

td.color_preview {
  background: #ffffff;
  margin:10px;
  text-align:center;
  float:left;
  border:solid 1px #000000;
}

div.img_preview {
  float:right;
  border:#ffffff solid 1px;
  margin-right:20px;
  margin-top:10px;
}
div.info {
  display:none;
}
.disclaimer {
    font-size: 70%;
}