body{
	background-image: url('images/bgimage_f.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color: #EAF4F3;
}

img {
	max-width: 100%;
}

.af-form-wrapper p, .af-form-wrapper .af-header {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@media (min-width: 1200px) {
	.container {
		width: 1142px;
	}
}

.header-image {
	width: 100%;
}

.navbar {
	min-height: 40px;
	border: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	margin-bottom: 0;
}

.navbar-collapse {
	border: none;
	margin-bottom: 0;
}

ul.navbar-nav {
	width: 100%;
}

ul.navbar-nav li {
	text-align: center;
	width:122px;
}

@media (max-width: 767px) {
	ul.navbar-nav li {
	width:100%;
}
}

.navbar-wrapper {
	border: solid 5px #7DA15B;
}

.navbar-default {
	border-radius: 0;
	background: rgb(70, 130, 180);
	border: solid 1px #000;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #ff0;
	font-size: 16px;
	padding: 0;
	line-height: 50px;
}

.navbar-default .navbar-nav>li:focus, .navbar-default .navbar-nav>li:hover {
	color: #000;
	background: rgb(193, 210, 238);
}

footer {
	padding: 10px;
	background: #fff;
	color: #000;
	font-size: 12px;
}

footer a, footer a:link, footer a:visited {
	color: #000;
	text-decoration: underline;
	margin: 0px 10px;
}

@media (min-width: 1200px) {
	.sidebar {
		width: 19%;
		right:81%;
	}

	.main-content {
		width: 81%;
		left: 19%;
	}
}


.sidebar-content {
	width: 100%;
	padding: 15px;
	background: #EAF4F3;
}

.sidebar-content .section {
	margin-bottom: 30px;
}

.white-box-border-wrapper {
	padding: 5px;
	border: solid 1px #000;
	margin: 30px 0;
}
.white-box-border {
	background: #fff;
	padding: 15px;
}

.color1 {
	color: #008000;
}

.color2 {
	color: #ff9900;
}

.color3 {
	color: rgb(46, 139, 87);
}

.color4 {
	color: #ff0000;
}

.color5{
	color: #fff;
}

.product-item .product-shipping {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.product-item .product-name {
	margin-top: 0;
	color: #f00;
}

.product-item .product-price {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}

.product-item .product-price .old-price {
	color: #f00;
	text-decoration: line-through;
	text-align: right;
}

.product-item .product-price .new-price {
	text-align: left;
}

.product-item .product-note {
	margin-top: 15px;
}

ul.separate-item li {
	margin-bottom: 10px;
}

.padding-image {
	padding: 15px;
}

.bigger{
	font-size: 26px;
	font-weight: 300;
}