/* CSS Document */
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d286d+0,6c5e8e+51,3d286d+100 */
	background: url(images/bg-site.png) top left repeat transparent;
}
.container {
	background-color: white;
	box-shadow: 0 0 6px #363535;
}
.navbar.navbar-default {
	clear: both;
	margin-top: 12px;
}
.navbar-right form.navbar-form {
	margin-top:3px;
	margin-bottom: 0;
}
form.navbar-form p {
	margin-top: 0;
	margin-bottom: 0;
}
.topNav p {
	margin-bottom: 6px;
}
.pdgmain table td {
	padding: 3px 8px;
}
#page-logo {
	margin-top: 12px;
	margin-bottom: 24px;
}
.MCProduct {
	max-width: 95%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 12px 0 24px;
	border-radius: 6px;
	border: 1px solid #C7C0C0;
}
.container-fluid > .row {
	margin-right: 0;
}
.container-fluid > .row.topNav {
	background-color: white;
	padding-top: 8px;

}
.col-lg-7.content, .pdgoutertable {
	border-radius: 4px;
}
.col-lg-7.content > table {
  background-color: white;
  border-radius: 4px;
}
.row.product-lists {
	margin-top: 15px;
}
.sidebar {
	background-color: white;
}
.sidebar img {
	max-width: 100%;
	height: auto;
}
.slider img {
	margin-left:-15px;
}
.fancyScript {
	font-family: 'Italianno', cursive;
}
.fancyScript > div {
  background-color: transparent;
  text-align: center;
}
.fancyScript h3 {
	background: #dddddd none repeat scroll center center;
	border: 1px solid #BE1623;
	display: inline-block;
	font-size: 38px;
	height: 60px;
	padding: 8px 12px;
	position: relative;
	top: -70px;
	width: auto;
}
.fancyScript hr {
	border-color: #BE1623;
	margin-top: 35px;
}
.bordered-image {
	display: block;
	margin: 0 auto;
	border: 4px solid #BE1623;
}
#previewWrapper {
	margin: 24px auto;
}
.footer.row { 
	border-top: #713277 4px solid;
	background-color: #353535;
	color: #F2EEE5;
	padding-top: 24px;
	padding-bottom: 36px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.footer a:link, .footer a:hover, .footer a:visited {
	color: white;
}
.btn.btn-default {
	background-color: #713277;
	color: white;
}