@charset "utf-8";
body {
	margin: 10; /* 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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(../images/backgrounds/2007backgroundodyssey.jpg);
	background-repeat: repeat;
	background-color: #000;
}
#container {
	/* width: 46em; */  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width: auto;
	background: #FFFFFF;
	margin: 0 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. */
	position: relative;
}
#header {
	padding: 0 10px 0 10px;  /* 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. */
}
#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: 0 10px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#Content {
	padding: 0 0px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Content h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
}
#Content table {
	padding: 7px;
	font-size: 12px;
}
#Content_bg {
	background-color: #FFF;
	height: auto;
	width: 740px;
	clear: none;
	position:relative;
	top: -5px;
	right: 0px;
	font-size: 12px;
	padding-top: 30px;
}
#Content_withbg {
	background-color:#FFF;
	background-image: url(../images/backgrounds/sub_bg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 740px;
	clear: none;
	position:relative;
	top: -5px;
	right: 0px;
	font-size: 12px;
	padding-top: 30px;
}
#mainContent {
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent_bg {
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/2007backgroundodyssey_sm.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 734px;
	clear: none;
	position:relative;
	top: -5px;
	right: -6px;
	background-position: right;
}
#mainContent_atr {
	background-image: url(../images/atr_deck.jpg);
	height: 200px;
	width: 187px;
	position: absolute;
	left: 9px;
	top: 335px;
}
#mainContent_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	height: auto;
	width: 325px;
	left: 9px;
	top: 175px;
	text-align: justify;
}
#mainContent_mailinglist {
	position: absolute;
	height: 92px;
	width: 260px;
	left: 76px;
	top: 255px;
}
#Content_mailinglist {
	position: absolute;
	height: 25px;
	width: 461px;
	left: 95px;
	top: 2px;
	text-align: right;
}
#Content_mailinglist_facebook {
	position: absolute;
	height: 25px;
	width: 92px;
	left: -98px;
	top: -3px;
}
#Content_mailinglist_facebook_ml {
	position: absolute;
	height: auto;
	width: auto;
	left: 3px;
	top: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#Content_mailinglist_container {
	position: relative;
	top: -30px;
}
#footer {
	height: 138px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#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 */
}
#leftcorner {
	background-image: url(../images/backgrounds/top_left.gif);
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#rightcorner {
	background-image: url(../images/backgrounds/top_right.gif);
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#bleftcorner {
	background-image: url(../images/backgrounds/bottom_left.gif);
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#brightcorner {
	background-image: url(../images/backgrounds/bottom_right.gif);
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#datearea {
	height: 37px;
	background-image: url(../images/topjumpdate/background.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 10px;
}
#dateleft {
	background-image: url(../images/topjumpdate/left_search.gif);
	height: 34px;
	width: 27px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#dateright {
	background-image: url(../images/topjumpdate/right.gif);
	height: 34px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -1px;
}
#jumpform {
	position: absolute;
	height: auto;
	width: auto;
	top: 5px;
	left: 31px;
}
#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	height: auto;
	width: auto;
	right: 9px;
	top: 9px;
}
#topnavarea {
	height: 109px;
	background-image: url(../images/images_new/top_nav_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	background-position: bottom;
	top: 10px;
}
#logo {
	background-image: url(../images/nav/odysseyprosound.gif);
	height: 79px;
	width: 224px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 6px;
}
#topnav_leftcorner {
	background-image: url(../images/nav/left.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 9px;
	position: absolute;
	left: 0px;
	top: 85px;
}
#topnav_rightcorner {
	background-image: url(../images/nav/nav_right.gif);
	height: 24px;
	width: 9px;
	position: absolute;
	right: 0px;
	top: 85px;
}
#headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	position: absolute;
	height: auto;
	width: auto;
	top: 60px;
	font-size: 11px;
	right: 10px;
}
#rightgraphic {
	background-image: url(../images/nav/mixer_right.jpg);
	height: 49px;
	width: 371px;
	position: absolute;
	right: 0px;
	top: 6px;
}
#rightline {
	height: 49px;
	width: 1px;
	position: absolute;
	right: 0px;
	top: 41px;
	background-color: #666;
}
#topnav {
	position: relative;
	margin: auto;
}
#navarea {
	position: relative;
	margin: auto;
	height: 24px;
	width: 702px;
	top: -14px;
	text-align: center;
}
#nav_newgear {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/01_new1.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	left: 0px;
}
#nav_usedlist {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/02_used1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 79px;
	cursor: pointer;
}
#nav_buyersform {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/03_buyer1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 158px;
	cursor: pointer;
}
#nav_sellersform {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/04_seller1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 237px;
	cursor: pointer;
}
#nav_shoppingcart {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/05_cart1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 316px;
	cursor: pointer;
}
#nav_information {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/07_info1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 395px;
	cursor: pointer;
}
#nav_links {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/08_links1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 474px;
	cursor: pointer;
}
#nav_contact {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/09_contact1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 553px;
	cursor: pointer;
}
#nav_home {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/10_home1.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 632px;
	cursor: pointer;
}
#nav_newgear:hover {
	background-image: url(../images/nav/01_new2.gif);
	cursor: pointer;
}
#nav_usedlist:hover {
	background-image: url(../images/nav/02_used2.gif);
	cursor: pointer;
}
#nav_buyersform:hover {
	background-image: url(../images/nav/03_buyer2.gif);
	cursor: pointer;
}
#nav_sellersform:hover {
	background-image: url(../images/nav/04_seller2.gif);
}
#nav_shoppingcart:hover {
	background-image: url(../images/nav/05_cart2.gif);
}
#nav_information:hover {
	background-image: url(../images/nav/07_info2.gif);
	cursor: pointer;
}
#nav_links:hover {
	background-image: url(../images/nav/08_links2.gif);
	cursor: pointer;
}
#nav_contact:hover {
	background-image: url(../images/nav/09_contact2.gif);
	cursor: pointer;
}
#nav_home:hover {
	background-image: url(../images/nav/10_home2.gif);
	cursor: pointer;
}
#nav_newgear_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/01_new2.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	left: 0px;
}
#nav_usedlist_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/02_used2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 79px;
	cursor: pointer;
}
#nav_buyersform_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/03_buyer2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 158px;
	cursor: pointer;
}
#nav_sellersform_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/04_seller2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 237px;
	cursor: pointer;
}
#nav_shoppingcart_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/05_cart2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 316px;
	cursor: pointer;
}
#nav_information_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/07_info2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 395px;
	cursor: pointer;
}
#nav_links_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/08_links2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 474px;
	cursor: pointer;
}
#nav_contact_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/09_contact2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 553px;
	cursor: pointer;
}
#nav_home_flat {
	width: 78px;
	height: 24px;
	background-image: url(../images/nav/10_home2.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 632px;
	cursor: pointer;
}
a {
	color: #003366;
	text-decoration: underline;
	font-weight: bold
}
a:hover {
	color: #C00;
	text-decoration: none;
	font-weight: bold
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold
}
option {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold
}
#ad_area {
	height: 172px;
	width: 740px;
	position: relative;
	cursor: pointer;
}
#ad_area1 {
	background-image: url(../images/main_products/01_apilunchbox.jpg);
	height: 162px;
	width: 182px;
	position: absolute;
	top: 1px;
}
#ad_area2 {
	background-image: url(../images/main_products/02_adesigns.jpg);
	height: 162px;
	width: 182px;
	position: absolute;
	left: 186px;
	top: 1px;
}
#ad_area3 {
	background-image: url(../images/main_products/03_chandler.jpg);
	height: 162px;
	width: 182px;
	position: absolute;
	left: 372px;
	top: 1px;
}
#ad_area4 {
	background-image: url(../images/main_products/04_accusound.jpg);
	height: 162px;
	width: 182px;
	position: absolute;
	left: 558px;
	top: 1px;
}
#footernav {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #036;
	font-family: Verdana, Arial, sans-serif;
}
#footernav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footernav a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#footernavbot {
	text-align: center;
	background-image: url(../images/footer1/bar_bg.gif);
	height: 34px;
	position:relative;
	top: 10px;
}
#footernavbotleft {
	background-image: url(../images/footer1/left.gif);
	height: 34px;
	position:relative;
	left: 0px;
	width: 5px;
	top: 0px;
}
#footernavbotright {
	background-image: url(../images/footer1/right.gif);
	height: 34px;
	position:absolute;
	right: 0px;
	width: 4px;
	top: 0px;
}
#footernavbottext {
	text-align: left;
	height: auto;
	position:absolute;
	left: 11px;
	top: 8px;
}
#footernavbotbottomtext {
	text-align: left;
	height: auto;
	position:relative;
	top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: auto;
}
#footernavbotverisign {
	text-align: center;
	background-image: url(../images/cccards.gif);
	height: 31px;
	position:absolute;
	top: 2px;
	background-repeat: no-repeat;
	width: 295px;
	right: 0px;
	z-index: 500;
}
.hidden {
	visibility: hidden;
}
#Content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
