/* @override 
	http://dreamingwell.com/css/style.css
	https://dreamingwell.com/css/style.css
*/

#copyrightBar {
	background: url(/images/background-footer-top.png) repeat-x 10;

}
	

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	

	margin: 0px;
	background: #19130E;
}

html {	
	
	}

#middleBar {
	background: #fafafc;
	z-index: 5;
}

#footBar-content {
	font-size: .9em;
}

#titleDiv {
	border-bottom: 1px solid #e4e4e4;
	color: #5f3609;
}

#headBar {
	z-index: -100;
	
	background-color: #ced9e6;
	border-bottom: 1px solid #0092d2;
	border-top: 3px solid #1c264a;
	
	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced9e6', endColorstr='#bed9ff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ced9e6), to(#bed9ff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ced9e6,  #bed9ff);

}

ul.mainMenu li.selected {
		
		border-left: 1px solid #0092d2;
		border-right: 1px solid #0092d2;
		border-top: 1px solid #0092d2;
		background-color: #fafafc;

		
		/* Was d3e5ff */
		
		/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced9e6', endColorstr='#fafafc'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ced9e6), to(#fafafc)); 
	background: -moz-linear-gradient(top,  #ced9e6,  #fafafc);*/

}

#contentWrapper {
	border-bottom-color: #486bff;
}

input {
	
	font-size:  1.05em ;
	margin: 5px;
}

#bottomBar-content h4 {
	color: black;
	font-weight: bold;
}

.listingContainer:hover {

	cursor: pointer;

	
			/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3da', endColorstr='#ffefe7'); for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe3da), to(#ffefe7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffe3da,  #ffefe7);
}

#loginDiv { }


.listingContainer {
	border-alpha: 0;

		}

#rightMenu {
	float: right;
}

#orderStepList li.completedOrderStep {
	color: black;
}

#orderStepList li {
	color: #999999;	
}

#contentFooter {
	
}

#contentHolder {

}

#contentLeft {
	padding-right: 35px;
}

#rightMenu h4 {
	color: #283651;
	text-shadow: #ffffff 0px 1px 1px;
	font-weight: bold;
}

h3 {
	
}

div#contentHolder {
	line-height: 1.45em;
}

#footBar {

	color: #fff;
	border-top: 1px dashed #222222;
}

#footBar a{
	color: #b0fa82;
}

#copyrightBar {

background: url(/images/background-footer.gif) repeat-x;
 height: 244px;
color: whitesmoke;
font-size: .8em;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}

#copyrightContent a {
	color: #f2ff56;
	margin-right: 10px;
}

p.articleDate {
	color: #7a5e59;
	border-color: #e996ff;
	font-weight: bold;
}

#bottomBar {
	background: #f3fff2;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	
		
}

hr {
	height: 0px;
	border-style: none;
	border-color: #d8dee3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#bottomBar hr {
	border-style: inset;
}

.contactPrivacyInfoDiv a {
	color: #baff42;
}

.contactBox {
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border: 1px solid #dddddd;
	 background-color:#ffffff;
	 text-align: center;
	 width: 300px;
	 margin: 10px auto;

	 
}

.footDiv img {
	border: 3px solid #cbff9d;
	border-style: outset;
}

.code {
	background-color: white;
	border: 1px solid #DDDDDD;
}

#titleDiv .subtitle {
	color: #49431b;
}

.sectionContainer {
	border-top: 1px solid #dddddd;
}

