@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #603813;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-position:center top;
	margin: 0;
	padding: 0;
	color: #000;
}
/* search */
.search {
	float:right;
	padding:0;
	margin:10px 40px 0 0;
}
.search span { display:block; float:right;}
.search form { display:block; float:right; padding:5px 0;}
.search form .keywords {
	float:left;
	background-color:#4A260E;
	border:1;
	height:16px;
	width:190px;
	padding:4px;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-color: #EDB111;
}
.search form .button { float:left; margin:0 0 0 2px; padding:0;}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label {
	float:left;
	margin:0;
	width:100px;
	padding:5px 0;
	font:normal 11px  Georgia, "Times New Roman", Times, serif;
	color:#F2BD9B;
	text-transform:capitalize;
}
#contactform label span {  font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:370px; border:1px solid #b5b5b5; margin:5px 0; padding:5px 2px; height:8px; background:#fff;}
#contactform textarea { width:370px; border:1px solid #b5b5b5; margin:10px 0; padding:2px; background:#fff; height:200px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 100px; border:0; color:#FFF;}
p.response { text-align:center; color:#fff; font:bold 13px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

p.clr, .clr {
	clear:both;
	padding:0;
	margin:0 auto;
}
li.bg, .bg { clear:both; border-bottom:1px dashed #ababab; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
li.line, .line { border-top:1px solid #d9d9d9; padding:0; margin:10px 0; background:none; list-style:none;}

div.errors_block { padding-left:150px; }
div.errors_block li{ color:red; background-image:none; font-size:12px; list-style:disc; }
div.success_block { color:#009900;}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1{
	color: #C60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1000px;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
#header {
	background-image: url(images/header.png); 
	background-repeat: no-repeat;
	margin: auto;
	width: 1000px;
	height: 348px;
}
#header2 {
	background-image: url(images/SaintlyEdge_Home-01_01.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width: 1000px;
	height: 239px;
}


.sidebar1 {
	float: left;
	width: 294px;
	background-color:transparent;
}
.content {
	width: 480px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #FC0;
	
}
#LeftBox {
	float:left;
	width:120px;
}
#GalleryBox {
	float:left;
	width:155px;
	padding-right: 5px;
	padding-bottom: 15px;
	
}



.sidebar2 {
	float: left;
	width: 205px;
	background-color:transparent;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
.nav_resize { height:52px; width:1000px; padding:0; margin:0; background:url(images/menu_bg.jpg);}
.nav {
	margin: 0;
	padding: 120px 80px 0px 270px;
	height: 44px;
}
.nav ul { padding:0; margin:0 0 0 0px; list-style:none; border:0;}
.nav ul li {
	float:left;
	padding:0 13px;
	margin:17px 0 0 0;
	text-align:center;
	line-height:1.2em;
	color: #F9EFE6;
}
.nav ul li a { padding:15px 15px;color:#F9EFE6; font:normal 14px  Arial, Helvetica, sans-serif; text-decoration:none; line-height:1.2em; margin:0;}
.nav ul li a.active {
	padding:15px 15px;
	color: #F90;
	
}
.nav ul li a:hover {
	padding:15px 15px;
	color: #FC0;
}

/* ~~ The footer ~~ */
.footer {
	margin:auto;
	height:52px;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	text-align:center;
	padding-bottom: 10px;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	width: 1000px;
}

.footer_resize {
	padding:0;
}
.footer ul {
	margin:0;
	padding:15px 5px 10px 5px;
	list-style:none;
	float:left;
	width: 400px;
}
.footer img { display:inline; margin:5px 10px; padding:0;}
.footer ul li {
	margin:0;
	padding:0 5px;
	float:left;
		text-align:center;
	line-height:1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC3;
}
.footer p {
	margin:0;
	padding:18px 20px 10px 20px;
	color:#A67413;
	font:normal 14px Tahoma, Geneva, sans-serif;
	line-height:1.8em;
}
.footer a {
	color:#A67413;
	font:normal 14px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	line-height:1.8em;
}
.footer a:hover {
	text-decoration:underline;
	color:#A27412;
}
.dock-container {
	position: relative;
	top: -8px;
	height: 75px;
	padding-left: 20px;
	padding-top: 25px;
	width:100%;
}
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #A67413; }
.dock-item span { display: none; padding-left: 20px; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%;}
.container .content h3 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: fdd17d;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #f9efe6;
}
.container .content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B48012;
}
.container .content h3 p {
	color: #B48012;
}
.container .content h3 em {
	font-family: Tahoma, Geneva, sans-serif;
	color: #B48012;
	text-align: center;
}
.jewelryline
{
	float:left;
}

