@CHARSET "UTF-8";


html {
	padding: 0;
	margin: 0;
	/*height:100%;*/
}
body {
	padding: 0;
	margin: 0;
	background-color: #999999;
	font-size: 12px;
	color: #444444;
	/*height:100%;*/
}
img {
	border: none;	
}

#containter {
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 790px;
	margin: 0 auto;
	text-align: left;
	/*height:100%;*/
	min-height: 600px;
	height:auto !important;
	height:600px;
	background-color: #FFFFFF; /* needed for content */
}

#header {
	height: 75px;
}

#menu {
	height: 25px;
	background-image:url(http://images.dancingjendesigns.com/djd_menu.png);
	background-repeat:no-repeat;
	background-position:left;
	color: #F9CCE8;
	padding-left: 40px;

}

#menu a {
	padding-left: 2em;
	padding-right: 2em;
	text-decoration:none;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #F9CCE8;
	line-height: 22px;
}

#menu a.active {
	color: #FFFFFF;
}

#content {
	background-image:url(http://images.dancingjendesigns.com/djd_content.png);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	padding: 1em;
	padding-top: 4px;
}

#content div.thumbs {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content div.thumbs a img {
	margin: 4px;
	border: solid 1px #DDDDDD;
}

#content .crumbs {
	color: #F9CCE8;
}

#content h2.crumbs {
	padding: 0px;
	margin: 0px;
	padding-left: 50px;
	padding-bottom: 10px;
	text-align: right;
}


#content .crumbs a,
#content .crumbs span {
	text-decoration: none;
	color: #C062DF;
}

#content .crumbs a:hover {
	text-decoration: underline;
}



#content #jewelrydetails {
	color: #888888;
}

#content #jewelrydetails img#mainimage{
	padding: 10px;
}

#content #jewelrydetails h3 {
	font-size: 2em;
	margin-bottom: 0px;
}

#content #jewelrydetails p {
	padding: 20px;
	padding-left: 40px;
	line-height: 2em;
	font-size: 1.2em;
}

#sections {
	color: #555555;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sections a {
	color: #444444;
	text-decoration: none;
	padding-left: 1.1em;
	padding-right: 1.1em;
}

#sections a.active {
	font-weight: bold;
}

#sections a:hover {
	text-decoration: underline;
}

#sections.icons {

}

#sections .icons img {
	border: none;
}

#pages {
	padding-left: 20px;
	padding-right: 20px;
}
#pages p {
	font-size: 1.2em;
	line-height: 1.6em;
}

#pages p a {
	text-decoration: none;
}

#events div.item {
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#events div.item .date {
	font-weight: bold;
}

div#copyright {
	color: #888888;
	text-align: center;
}

#jewelrydetails .next {
	float: right;
}
#jewelrydetails .next a,
#jewelrydetails .previous a {
	text-decoration: none;
	color: #e50195;
	font-weight: bold;
}

