@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background-all.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;
}
.oneColFixCtrHdr #container {
	width: 100%;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header-container {
	width: 100%;
	background: url(images/background-header.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 789px;
	margin:0px auto;
	height: 160px;
	background: url(images/header.jpg) no-repeat center 0;
	padding: 0px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #maincontent-container {
	width: 789px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/main-shadow.jpg) right repeat-y;
}

.oneColFixCtrHdr #mainContent-container2 {
	width: 770px;
	margin: 0 auto;
	padding: 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/main-bg.jpg) no-repeat;
	background-color: #fcf4e7;
}
.oneColFixCtrHdr #mainContent {
	width: auto;
	margin: 0;
	padding: 2%;/* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
margin: 0 auto;
height: 63px;
width:789px;
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.jpg) no-repeat;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menu {
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/menu-bg.jpg) no-repeat 0;
}
.oneColFixCtrHdr #menu ul{
padding: 0;
margin: 0;
}
.oneColFixCtrHdr #navbar {
    height: 58px;

}
.oneColFixCtrHdr #navbar li {
    list-style: none;
    display: inline;
}
.oneColFixCtrHdr #navbar-null  {
    width: 259px;
	height: 58px;
    background: url(images/menu-null.jpg);
	background-position: 0px;
    float: left;
    padding: 0;
    margin:0;
}
.oneColFixCtrHdr #navbar-about a {
    width: 95px;
	height: 58px;
    background: url(images/menu-about.jpg);
	background-position: 0px 116px;
    float: left;
    padding: 0px;
    margin:0px;
}
.oneColFixCtrHdr #navbar-about a:hover { 

	background-position:0px 0px;
	
}
.oneColFixCtrHdr #navbar-about a:active {
    background-position:0px 0px;
}
.oneColFixCtrHdr #navbar-buydvd {
    
	width: 124px;
	height: 58px;
    background: url(images/menu-buydvd.jpg);
	background-position: 0px 116px;
    float: left;
    padding: 0px;
    margin:0px;
}
.oneColFixCtrHdr #index-image img {
border:1px solid #000000;
}
.oneColFixCtrHdr #navbar-buydvd form:hover  { 
    background: url(images/menu-buydvd.jpg) top;
    background-position:0px 0px;
	width: 124px;
	height: 58px;
}
.oneColFixCtrHdr #navbar-buydvd a:active {
    background-position:0px 116px;
}
.oneColFixCtrHdr #navbar-contact a {
    width: 110px;
	height: 58px;
    background: url(images/menu-contact.jpg);
	background-position: 0px 116px;
    float: left;
    padding: 0px;
    margin:0px;
}
.oneColFixCtrHdr #navbar-contact a:hover { 
    background-position:0px 0px;
}
.oneColFixCtrHdr #navbar-contact a:active {
    background-position:0px 116px;
}
.oneColFixCtrHdr #navbar-shopsafe a {
    width: 201px;
	height: 58px;
    background: url(images/menu-shopsafe.jpg);
	background-position: 0px 116px;
    float: left;
    padding: 0px;
    margin:0px;
}
.oneColFixCtrHdr #navbar-shopsafe a:hover { 
    background-position:0px 0px;
}
.oneColFixCtrHdr #navbar-shopsafe a:active {
    background-position:0px 116px;
	
}
#navbar-buydvd-on a {
    width: 124px;
	height: 58px;
    background: url(images/menu-buydvd.jpg);
	background-position: 0px 58px;
    float: left;
    padding: 0px;
    margin:0px;
}
#navbar-about-on a {
    width: 95px;
	height: 58px;
    background: url(images/menu-about.jpg);
	background-position: 0px 58px;
    float: left;
    padding: 0px;
    margin:0px;
}
#navbar-contact-on a {
    width: 110px;
	height: 58px;
    background: url(images/menu-contact.jpg);
	background-position: 0px 58px;
    float: left;
    padding: 0px;
    margin:0px;
}
#navbar-shopsafe-on a {
    width: 201px;
	height: 58px;
    background: url(images/menu-shopsafe.jpg);
	background-position: 0px 58px;
    float: left;
    padding: 0px;
    margin:0px;
}
-->

