html { min-height: 100%; margin-bottom: 1px; }  /* Firefox scroll-fix*/
img, div, input { behavior: url("iepngfix.htc") }
/*http://192.168.0.10/uniquelycraftedonline/styles/*/
body {
font-family: Arial, Helvetica, sans-serif;
background-color:#edddad;
margin:0px;
	font-size:13px;
	font-weight:bold;

}

body p{
}

td {
font-family: Arial, Helvetica, sans-serif;
}

th {
font-family: Arial, Helvetica, sans-serif;
}

h1 {
color:#28729f;
font-size:22px;
font-weight:bold;
}

h2 {
color:#de5621;
font-size:16px;
font-weight:bold;
}

/* --- Layout Styles --- */
#CenteringContainer {
margin-left:auto;
margin-right:auto;
width:1000px;
}

#Container {
position:relative;
float:left;
width:900px;
background-image:url(../images/site_bg.jpg);
background-repeat:repeat-y;
padding-left:50px;
padding-right:50px;
}

#Masthead {
position:relative;
float:left;
width:751px;
height:172px;
background-image:url(../images/masthead.jpg);
background-repeat:no-repeat;
}

#LeftSideMenu {/*This includes the links at the top to the left of the masthead*/
position:relative;
float:left;
width:149px;
}

#MainMenu {/*Orange menu on top left*/
position:relative;
float:left;
width:149px;
height:132px;
background-image:url(../images/orange_menu_grad.jpg);
background-repeat:repeat-x;
background-color:#de5520;
}

#MainMenu ul {
position:relative;
float:left;
display:block;
list-style:none;
margin:5px 0px 0px 0px;
padding:0px;
}

#MainMenu ul li {
position:relative;
float:left;
display:block;
width:148px;
}

#MainMenu ul li a {
position:relative;
float:left;
display:block;
width:95%;
height:18px;
padding-left:5%;
padding-top:4px;
padding-bottom:6px;
color:#FFFFFF;
text-decoration:none;
font-size:18px;
font-weight:bold;
border-bottom:#d16933 1px solid;
}

#MainMenu ul li a:hover {
color:#28729f;
}

#Search {
position:relative;
float:left;
width:139px;
padding-left:5px;
padding-right:5px;
margin-top:-115px;
margin-bottom:10px;
font-size:10px;
color:#FFFFFF;
}

#BlueMenu {
position:relative;
float:left;
width:149px;
background-color:#7e7e7e;
z-index:2;
/*background-image:url(../images/blue_menu_grad.jpg);
background-repeat:repeat-x;*/
}

#BlueMenu strong {
font-size:16px;
font-weight:bold;
text-align:center;
color:#FFFFFF;
display:block;
width:100%;
}

#BlueMenu ul {
position:relative;
float:left;
display:block;
list-style:none;
margin:5px 0px 0px 0px;
padding:0px;
}

#BlueMenu ul li {
position:relative;
/*float:left;*/
display:block;
width:148px;
text-align:center;
}

#BlueMenu ul li a {
position:relative;
/*float:left;*/
display:block;
width:92%;
height:10px;
padding-left:4%;
padding-right:4%;
padding-top:4px;
padding-bottom:6px;
color:#FFFFFF;
text-decoration:none;
font-size:12px;
font-weight:bold;
text-align:center;
}

#BlueMenu ul li a:hover {
text-decoration:underline;
}

#Main {/*Includes masthead*/
position:relative;
float:left;
width:751px;
}

#Middle {
position:relative;
float:left;
width:922px;
padding-left:0px;
background-color: #FFFFFF;
border:#CCCCCC 1px solid;
background-image:url(../images/middle_bg_gradient.jpg);
background-repeat:repeat-y;
}

#grad{
	
	position:absolute;
	opacity:.75;
	/*filter:alpha(opacity=70);*/
	height:100px;
	width:149px;
	background-color:#28729F;
	top:0px;
	left:0px;
}

#Content {
position:relative;
float:left;
width:721px;
padding-left:10px;
padding-right:20px;
}



#Footer {
position:relative;
float:left;
width:900px;
margin-top:10px;
/*padding-left:50px;
padding-right:50px;*/
padding-bottom:10px;
text-align:center;
color:#28729f;
font-size:10px;
}

#Footer a {
color:#28729f;
text-decoration:none;
}

#Footer a:hover {
text-decoration:underline;
}

#specialLinks {
text-decoration:none;
color:#000000;
}

#specialLinks:hover {
text-decoration:underline;
color:#0000FF;
}

#underlay{
	width:150px;
	height:400px;
	background-color:#818181;
	position:absolute;
	z-index:1;
}

.prod_line{
	float:left;
	position:relative;
	width:235px;
	height:350px;
	/*border:#000000 1px dashed;*/
	/*display:inline;*/
	margin-bottom:10px;
	#margin-bottom:0px;
}
/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */