@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat;
}
#wrapper {
	height: auto;
	width: 980px;
	margin-left: -490px;
	position: relative;
	left: 50%;
	background-image: url(../images/wrapper_bgd.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 40px;
	width: 580px;
	background-image: url(../images/header.jpg);
	padding-top: 20px;
	padding-left: 200px;
	padding-right: 200px;
}
#header .logo {
    margin:0px; padding:0px;
    position:absolute;
    left:50px;
    top:16px;
}
#header .cart {
    margin:0px; padding:0px;
    position:absolute;
    right:30px;
    top:16px;
}
#nav {
	height: 35px;
	width: 955px;
	background-image: url(../images/nav_bgd.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
}
#flashcontent {
	float: left;
	height: auto;
	width: 725px;
	padding-left: 10px;
}
#rightnav {
	float: right;
	height: 600px;
	width: 225px;
	padding-left: 15px;
	background-image: url(../images/right_nav_bgd.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#content {
	float: left;
	height: auto;
	width: 980px;
}
#image {
	float: left;
	height: auto;
	width: 420px;
	padding-left: 30px;
}
#copy {
	float: right;
	height: auto;
	width: 480px;
	padding-right: 20px;
}
#breadcrumbs {
	height: auto;
	width: 960px;
	text-align: center;
	float: left;
	background-color: #004EBC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer {
	height: auto;
	width: 980px;
	background-image: url(../images/footer_bgd.jpg);
	background-position: bottom;
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
}
#bottomrow {
	height: auto;
	width: 980px;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	margin-left: -490px;
	position: relative;
	left: 50%;
}
