/* CSS Document */

body
{
	/*background-color: #383430;
	background-image:url(images/bg_tile.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	background-color: #000000;
	margin: 0;
	text-align: center;
	font-family: verdana, tahoma, arial;
	font-size:12px;
}

p
{
	margin-top: 0px;
}



#container
{
	width: 720px;
	margin: 0px auto;
	text-align: left;
	height: 100%;
	padding: 0px;
	spacing:0px;
}

a, a:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #928058;
}

a:hover, a:active
{
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

h1
{
	font-size: 12px;
	color: #928058;
}
h3
{
	font-size: 16px;
	color: #928058;
}

.logo
{
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer
{
	margin-left: 4px;
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #928058;
}

.copyright
{
	padding-left: 54px;
}


.meet_cannon
{
	margin-left: 4px;
	margin-top: 7px;
	cursor:hand;
	cursor:pointer;
}

.footer_map
{
	cursor:hand;
	cursor:pointer;
}


/*HOME PAGE------------------------------------------------------*/


.callout
{
	width: 222px;
	margin-left: 7px;
	margin-top: 5px;
	background-color:#fff;
}


/*STORE PAGES-----------------------------------------------------*/

#store_header
{

	width: 690px;
	height:90px;
	margin-left: 7px;
	margin-top: 7px;
	background-color:#fff;
}

#category_image
{
	width: 690px;
	margin-left: 7px;
	background-color: #fff;
	padding: 0px;
}

#subnav
{
	color: #fff;
	text-align:right;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#store_content
{
	width: 650px;
	background-color:#fff;
	margin-left: 7px;
	padding: 20px;
}

#block_content
{
	width: 650px;
	background-color:#fff;
	margin-left: 7px;
	padding: 20px;
}


#select_store
{
	padding-top: 35px;
	padding-right: 30px;

}

.store_title
{
	padding-top:0px;
	padding-left: 0px;


}
a.store
{
	font-family:georgia;
}


/*JEWELRY and PET INTRO PAGE----------------------------------------*/

.intro_title
{
	padding-top:20px;
	padding-left: 20px;
	float:left;
}

.featured_image
{
	margin-left: 7px;
	margin-top: 5px;
}


#jewelry_content
{
	width: 690px;
	height: 150px;
	margin-left: 7px;
	margin-top: 7px;
	background-color:#fff;
}

#pet_content
{
	width: 690px;
	height: 150px;
	margin-left: 7px;
	margin-top: 7px;
	background-color:#fff;
}


.select_prompt
{
	line-height: 18px;
}


#select_jewelry
{
	padding-top: 45px;
	margin-left: 60px;
}

#select_pet
{
	width: 325px;
	text-align:justify;
	line-height: 16px;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}

select.formSelect {
	width: 125px;
    font-size: .8em;
    color: #666;
    background-color: #f6f4ea;
    padding: 2px;
    border: solid 1px #000;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    }

select.formSelect:hover {
    color: #333;
    background-color: #928058;
    border: solid 1px #000;
    }

select.formSelect:focus {
    color: #000;
    background-color: #ffffff;
    border: solid 1px #006600;
    }


/*ABOUT, PRESS, STORES, CONTACT--------------------------------------*/

#alt_header
{

	width: 690px;
	height:80px;
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 2px;
	background-color:#fff;
}

#alt_content
{
	width: 650px;
	background-color:#fff;
	margin-left: 7px;
	padding: 20px;
}

#alt_content hr
{
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #000;
	width: 690px;
	margin-left: -20px;
	margin-top: 20px;
	margin-right: -20px;
	/*margin-bottom: 10px;*/
	/*float: left;*/
	clear: both;
}

#about_poetry
{
	width: 650px;
	background-color:#fff;
	margin: 0px;
	padding:0px;

}

#about_poetry img
{
	margin: 0px;
	padding:0px;
}

.about
{
	text-align: justify;
}



