@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/misc-pictures/background.jpg);
	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;
}
strong {
	font-weight:normal
}
a {
	color:#000
}
a:hover {
	color:#f00
}
h1, h2 {
	margin-top : 0px;
	margin-bottom : 3px;
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color: #990000;
	text-decoration: none
}
.deSIGNery #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.deSIGNery #header { 
	background: #FFF;
	text-align: left;
	height:121px;
	padding: 40px 0 0 0;  /* 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. */
	background:url(images/misc-pictures/designerysigns_slant.jpg) no-repeat center;
} 
/* START Bill's custom navagation bar & floats */
.deSIGNery #topNav{	
	margin: 0; background:#099;
}
.deSIGNery #topNavBar{	
	padding: 10px 15px 10px 0;
	margin: 0;
}
#topNavBar ul {
	float:right;
	clear:right;
	padding: 0; 
  list-style-type: none;
}
#topNavBar ul li {
	float:left;
	border-right: solid 1px #900;
	padding: 0 15px;
}
#topNavBar ul li.last {
	padding-right:0;
	border:none;
}
#topNavBar ul a {
	text-transform:uppercase;
	color:#900;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif; 
	text-decoration: none;
}
#topNavBar ul a:hover {
  color: #000;
	text-decoration: none;
}
.deSIGNery #header {
	margin: 20px 0 0 0 ; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.deSIGNery #leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 1px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
.leftSideMenu{ 
	margin-top:10px; 
	background:url(images/misc-pictures/menuDot.jpg)  no-repeat;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#900;
	padding-left:20px;
}
.leftSideMenu a{ 
	color:#900;
	text-decoration:none;
}
.leftSideMenu a:hover{
	color:#099;
	text-decoration:none;
}

.deSIGNery #menu{ 
	margin-top:10px; 
	background:url(images/misc-pictures/menuDot.jpg)  no-repeat;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#900;
	padding-left:20px;
}
#menu a{
	color:#900;
	text-decoration:none;
}
#menu a:hover{
	color:#099;
	text-decoration:none;
}
.deSIGNery #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftNav div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftNav space when the content in #leftNav ends. */
	padding: 0 20px;
	border-left: solid 1px #099;
} 
.deSIGNery #footer { 
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; text-align:right 
} 
.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;
}
.text11b {
	color : Black;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}
.text11b_red {
	color : Red;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align: left;
}
.text12b_red {
	color : Red;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align: left;
}

#pricePage
{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-decoration: none; }
	 
#pricePage td a
{ color:#CCC;  font-size:24px; text-decoration: none; }

#pricePage td a:hover
{ color:#FF0;  font-size:24px; text-decoration: none; }


