body{
	margin: 0;
	background-color: #B41F25;
}

#editHeader{
	font-size: 11pt;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: black;
}

p{
  margin: 0;
  padding: 0 5px 5px 5px;
}

/* Classes used by drop-down menu */

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#home-logo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 230px;
  height: 88px;
  z-index: 999;
  cursor: pointer;
}

.logo-link{
  width: 230px;
  height: 88px;
  display: block;
}

#menu {
  position: absolute; /* Menu position that can be changed at will */
  top: 46px;
  left: 303px;
  #left: 301px; /* override for Microsoft Internet Explorer browsers */
  font: 70% verdana, arial, sans-serif;
  width: 499px;
  height: 42px;
  z-index: 999;
}

#menu dl {
  float: left;
  width: 96px;
}
#menu dt {
  cursor: pointer;
  text-align: center;
}
#menu dd {
  display: none;
  border: 1px solid gray;
}
#menu li {
  text-align: left;
  background: #fff;
}
#menu li a, #menu dt a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
  background: #E2E2E2;
}


/*  OLD DROP DOWN SETTINGS  */

.sub
{
	position: absolute;
	border-left: 1px #8CB366 solid;
	border-right: 1px #8CB366 solid;
	border-bottom: 1px #8CB366 solid;
	width: 120px;
	background-color: #EDF4E7;
	visibility: hidden;
	cursor: pointer;
	padding: 3px;
	top: 0px;
	font-size:10px;
	font-family:arial;
	color:#000;
	text-align: left;
}

.sub a:link
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:visited
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:hover
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}
.sub a:active
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}

/*  END OF OLD DROP-DOWN SETTINGS */


a:link
{
	color: #295573;
}

a:visited
{
	color: #686C6F;
}

a:hover
{
	color: #B51C21;
}




/* AJAX POPOVER BOXES */
#backgroundPopup{
        display:none;
        position:fixed;
        #position:absolute; /* hack for internet explorer 6*/
        height:100%;
        width:100%;
        top:0;
        left:0;
        background:#000000;
        border:1px solid #cecece;
        z-index:2;
}

#popupContact{
        display:none;
        position:fixed;
        #position:absolute; /* hack for internet explorer 6*/
        height:350px;
        width:320px;
        background:#FFFFFF;
        border:2px solid #cecece;
        z-index:3;
        padding:12px;
        font-size:13px;
	font-family: arial;
}
/* END AJAX POPOVER BOXES */





#menu_img{
	width: 800px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	height: 120px;
	z-index: 100;
	background-image: url('images/header_background.png');
}


#content{
	background-image: url('images/content_bg2.png');
	width: 800px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFFFFF;
	font-family: arial, verdana;
	font-size: 10pt;
}

#product_search{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	left: 32px;
	float: left;
	z-index: 2;
}

#catalog_header{
	width: 440px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	float: right;
	margin-right: 20px;
	z-index: 2;
}


#product_header{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	left: 32px;
	z-index: 0;
}


#product_img{
	width: 720px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	left: 30px;
	text-align: left;
}


#product_list{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	height: 350px;
	overflow: auto;
	position: relative;
	left: 28px;
	top: 10px;
}

#todd_product_list{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	left: 28px;
	top: 10px;
}

#cart{
	width: 740px;
	font-family: verdana;
	font-size: 10pt;
	height: 250px;
	overflow: auto;
	position: relative;
	left: 37px;
	top: 10px;
}


#category_list{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	height: 425px;
	overflow: auto;
	position: relative;
	left: 31px;
}


#home_content{
	width: 500px;
	font-family: verdana;
	font-size: 10pt;
	overflow: auto;
	position: relative;
	float: left;
}

#featured_items{
	width: 220px;
	font-family: verdana;
	font-size: 10pt;
	position: relative;
	float: right;
	border: 1px solid #B41F25;
	text-align: center;
}

#product_info{
	width: 750px;
	font-family: verdana;
	font-size: 10pt;
	min-height: 350px;
	overflow: auto;
	position: relative;
	left: 35px;
}

#footer2{
	width: 800px;
	font-family: verdana;
	font-size: 8pt;
	background-color: #B41F25;
	text-align: center;
	color: white;
}

#module_box{
	width: 680px;
}


.threed_button {
	position: relative;
	top: 16px;
	background-color: #b41f25;
	padding: 8px;
	color: white;
	left: 80px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: -4px 4px 0 #5A1113;
	-moz-box-shadow: -4px 4px 0 #5A1113;
	-webkit-box-shadow: -4px 4px 0 #5A1113;
}

a.threed_button {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

