body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-color: #6E7573;
	background-repeat: repeat-x;
}

.container {
	margin-top: 39px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 762px;
}
.content {
	background-color: #6E7573;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	clear: both;
}
.photoReel {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -9px;
}
h1 {
	color: #B56405;
	font-size: 18px;
	text-transform: capitalize;	
}

/* menu stuff */
#menuTable tr th {
	color: #B56405;
	border-bottom: 2px solid #B56405;
	text-align: left; 
	font-weight: bold;
	padding-top: 10px;
}
#menuTable tr.descr td
{
	padding-top: 15px;
	font-weight: bold;
	vertical-align: top;
	
}

#menuTable .priceColumn{
	text-align: right;
}
.menuList {
	list-style-type: none;
}
.menuList li {
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
tr.heading td { font-weight: bold; text-align: center; background: #EB9917; color: #FFFFFF; }

tr.heading th { font-weight: bold; text-align: center; background: #EB9917; color: #FFFFFF; }

.heading { font-weight: bold; text-align: center; background: #EB9917; color: #FFFFFF; border-bottom: solid; border-color: #B56405; }

.headingth { font-weight: bold; text-align: center; background: #EB9917; color: #FFFFFF; border-right: solid; border-color: #B56405; }

.menuHead { color: #B56405; font-family: "Lucida Grande", Geneva, Arial, Helvetica; }

.innerHead { font-weight: bold; font-size: 1.2em; line-height: 1em; }

hr.breaker {  background-color: #0863FE; color: #0863FE; }

h1, h2, h3, h4 { color: #B56405; }

.loginHead { background: #EB9917; color: #FFFFFF; border-bottom: solid; border-color: #B56405; padding-left: 0.5em; }

.loginBox { border-style: ridge ridge ridge }

a { color: #B56405; text-decoration: underline; }

a.menulink { font-weight: bold;}

a:hover { text-decoration: none; }

.inputform { text-align: left; 
	     border-color: #FFFFFF; 
      	     border-style: groove groove groove groove; #ridge inset outset;
	   }

td, th {
	text-align: left;
	font-size: 12px;
}

.rb { border-style: ridge ridge ridge ridge; border-collapse: collapse; text-align: center; color: #FFFFFF; background: #669EFE; }

.bb { border-style: ridge ridge ridge ridge; border-collapse: collapse; }

.bb tr { 
	    background: #EFEFEE;
	    padding-top: 0.5em;
    	}
 
.bb th    { text-align: left; padding: 0.4em 0.4em; }
.bb td    { padding: 0.8em 0.8em; }

.menuTable { }
 
.menuTable th    { text-align: left; border-bottom: solid;  border-bottom-width: medium; border-color: #B56405; }
.menuTable td    { padding: 0.8em 0.8em; }

.fright { float: right; }

.fleft { padding: 0em 4em 0em 0em; }

.tabIn { margin-left: 2em; }

li.menuItem { background-color: transparent;
	  display: inline;
	  margin: 0px;
	  padding: 0em 0.5em 0em 0.5em;
}

li.menuItem a { font-weight: bold; }

.boxCont { background-color: transparent;
	   color: #FFF;
	   display: block;
}

.boxCont li { margin: 0; }

.boxCont a { 
	     display: inline;
	     background-color: #0863FE;
	     color: #FFF;
	     border-bottom: 1px solid #fff;
	     font-weight: bold;
}

.boxCont a:hover { background-color: #369;
}

.boxCont li li a
{
	display: inline;
	color: #FFF;
	background-color: #FFCC66;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.hs {     line-height: 1.75em;
	  margin: 0px;
	  padding: 0px 10px 0px 10px;
	  list-style-type: none;
}

.start { color: red; font-weight: bold; }

.finish { color: green; font-weight: bold; }

.clientChunk {	    border-color: #FFFFFF; 
      	    	    border-style: groove none groove none;
      	    	    padding: 0.4em 0.4em;
      	      }
      	      
.greenText { color: green; font-size: 0.9em; text-decoration: underline; font-weight: bold; }

input, select, textarea {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica;
	color: #B56405;
	background-color: #F4F4F4;
	border: 1px #999999 solid;
	padding: 1px;
	font-size: 12px;
	margin: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	text-align: center;
}
.copyright a {
	color: #BBBBBB;
	text-decoration: underline;
}