/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #AB954B;
}
body {
	background: #362516;
}
html>body {
font-size: 12px;
}
p {
line-height: 1.5em;
font-size:1em;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
a {
	font-size: 12px;
	color: #53BDAC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #459F90;
}
a:hover {
	text-decoration: underline;
	color: #58CAB7;
}
a:active {
	text-decoration: none;
	color: #58CAB7;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
ul {
list-style-type:circle;
}
li {
margin-bottom:1em;
}
h1 {
font-size:1.5em;
line-height: 1em;
margin-top: 0;
margin-bottom: 1em;
color: #AB954B;
}
h2 {
font-size:1.1667em;
line-height: 1.286em;
margin-top: 1.286em;
margin-bottom: 1.286em;
color: #AB954B;
}
#content {
	background:url(images/stitching.jpg) no-repeat;
	background-position:170px 0px;
	margin:0 auto;
	width: 800px;
}
#left_navigation {
width:175px;
float:left;
}
#right_content {
width:570px;
float:left;
}
#logo {
background:url(images/cubs_bags_logo.jpg);
width:441px;
height:107px;
overflow:hidden;
text-indent:-9000px;
margin-left:159px;
}
#text {
overflow:auto; 
text-align:left;
margin-left:50px;
}
#flashcontent {
margin-left:30px;
}
#footer {
clear:both;
width:800px;
margin:0 auto;
font-size:.9em;
text-align:right;
margin-bottom:50px;
}
.clear {
clear:both;
}

.main_nav {
margin-top: 160px;
}
.main_nav li {
list-style-type:none;
}
.main_nav li a {
height:40px;
width:170px;
overflow:hidden;
text-indent:-9000px;
display:block;
}
.main_nav li ul {
}
.main_nav li ul li {
list-style-type:none;
}
.main_nav li ul li a {
height:19px;
width:170px;
overflow:hidden;
text-indent:-9000px;
display:block;
}
.women a {
background:url(images/women.jpg) no-repeat top left;
}
.women a:hover {
background:url(images/women-over.jpg) no-repeat top left;
}
.clothing a {
background:url(images/women-clothing.jpg) no-repeat top left;
}
.clothing a:hover{
background:url(images/women-clothing-over.jpg) no-repeat top left;
}
.bags a {
background:url(images/women-bags.jpg) no-repeat top left;
}
.bags a:hover {
background:url(images/women-bags-over.jpg) no-repeat top left;
}
.scarves a {
background:url(images/maternity-accessories.jpg) no-repeat top left;
}
.scarves a:hover {
background:url(images/maternity-accessories-over.jpg) no-repeat top left;
}
.maternity a {
background:url(images/maternity.jpg) no-repeat top left;
}
.maternity a:hover {
background:url(images/maternity-over.jpg) no-repeat top left;
}
.diaper_bags a {
background:url(images/maternity-diaper-bags.jpg) no-repeat top left;
}
.diaper_bags a:hover{
background:url(images/maternity-diaper-bags-over.jpg) no-repeat top left;
}
.accessories a {
background:url(images/maternity-accessories.jpg) no-repeat top left;
}
.accessories a:hover {
background:url(images/maternity-accessories-over.jpg) no-repeat top left;
}
.maternity_clothing a {
background:url(images/women-clothing.jpg) no-repeat top left;
}
.maternity_clothing a:hover{
background:url(images/women-clothing-over.jpg) no-repeat top left;
}
.pets a {
background:url(images/pets.jpg) no-repeat top left;
}
.pets a:hover {
background:url(images/pets-over.jpg) no-repeat top left;
}
.castcovers a {
background:url(images/castcovers.jpg) no-repeat top left;
margin-top:20px;
}
.castcovers a:hover {
background:url(images/castcovers-over.jpg) no-repeat top left;
margin-top:20px;
}
.about a {
background:url(images/about.jpg) no-repeat top left;
margin-top:60px;
}
.about a:hover {
background:url(images/about-over.jpg) no-repeat top left;
margin-top:60px;
}
.press a {
background:url(images/press.jpg) no-repeat top left;
}
.press a:hover {
background:url(images/press-over.jpg) no-repeat top left;
}
.location a {
background:url(images/location.jpg) no-repeat top left;
margin-top:30px;
}
.location a:hover {
background:url(images/location-over.jpg) no-repeat top left;
margin-top:30px;
}
.home a {
background:url(images/home.jpg) no-repeat top left;
}
.home a:hover {
background:url(images/home-over.jpg) no-repeat top left;
}
.contact a {
background:url(images/contact.jpg) no-repeat top left;
margin-top:30px;
}
.contact a:hover {
background:url(images/contact-over.jpg) no-repeat top left;
margin-top:30px;
}

.announcement {
background:#AB954B;
color:#362516;
padding:3px 5px;
text-align:center;
width:400px;
margin:40px auto 0px auto;
border:double #459F90; 
}