.mainjug {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.col-main {
	width: 35em;
	padding: 2em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	}
.col-lt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    -webkit-flex-shrink: 10;
        -ms-flex-negative: 10;
            flex-shrink: 10;
    -webkit-flex-basis: 35px;
        -ms-flex-preferred-size: 35px;
            flex-basis: 35px;
	padding: 2em;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	}
.col-rt {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    -webkit-flex-shrink: 10;
        -ms-flex-negative: 10;
            flex-shrink: 10;
	-webkit-flex-basis: 35px;
	    -ms-flex-preferred-size: 35px;
	        flex-basis: 35px;
	padding: 2em;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	}
.col-rt h4{
	margin: .7em 0 1.5em 0;
}
.bodypic {
	border: 4px solid rgb(0, 0, 92);
	margin: 0.5em;
}
.featured_img {
	height: 200px;
	width: 200px;
	float: left;
	border: 4px solid rgb(0, 0, 92);
	margin: 0 0.5em 0.5em 0;
}
.profile_img {
	display: inline;
	height: 75px;
	width: 75px;
	border: 2px solid rgb(0, 0, 92);
	margin: 0 0.5em 0.5em 0;
}
.teaser_img {
	display: block;
	width:200px;
	height: 123px;
	border: 4px solid rgb(0, 0, 92);
}
.teaser_babe {
	width: 250px;
}
.teaser_babe h4 {
	margin: .7em 0 1.5em 0;
}
.teaser_jug {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
}
.orderButton {
	-moz-box-shadow: 0px 10px 14px -7px #29323d;
	-webkit-box-shadow: 0px 10px 14px -7px #29323d;
	box-shadow: 0px 10px 14px -7px #29323d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c93c9), color-stop(1, #1e5799));
	background:-moz-linear-gradient(top, #4c93c9 5%, #1e5799 100%);
	background:-webkit-linear-gradient(top, #4c93c9 5%, #1e5799 100%);
	background:-o-linear-gradient(top, #4c93c9 5%, #1e5799 100%);
	background:-ms-linear-gradient(top, #4c93c9 5%, #1e5799 100%);
	background:linear-gradient(to bottom, #4c93c9 5%, #1e5799 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c93c9', endColorstr='#1e5799',GradientType=0);
	background-color:#4c93c9;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:13px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.orderButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e5799), color-stop(1, #4c93c9));
	background:-moz-linear-gradient(top, #1e5799 5%, #4c93c9 100%);
	background:-webkit-linear-gradient(top, #1e5799 5%, #4c93c9 100%);
	background:-o-linear-gradient(top, #1e5799 5%, #4c93c9 100%);
	background:-ms-linear-gradient(top, #1e5799 5%, #4c93c9 100%);
	background:linear-gradient(to bottom, #1e5799 5%, #4c93c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#4c93c9',GradientType=0);
	background-color:#1e5799;
}
.orderButton:active {
	position:relative;
	top:1px;
}
.buyButton {
	-moz-box-shadow: 0px 10px 14px -7px #29323d;
	-webkit-box-shadow: 0px 10px 14px -7px #29323d;
	box-shadow: 0px 10px 14px -7px #29323d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4cc993), color-stop(1, #1e9957));
	background:-moz-linear-gradient(top, #4cc993 5%, #1e9957 100%);
	background:-webkit-linear-gradient(top, #4cc993 5%, #1e9957 100%);
	background:-o-linear-gradient(top, #4cc993 5%, #1e9957 100%);
	background:-ms-linear-gradient(top, #4cc993 5%, #1e9957 100%);
	background:linear-gradient(to bottom, #4cc993 5%, #1e9957 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cc993', endColorstr='#1e9957',GradientType=0);
	background-color:#4cc993;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:13px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.buyButton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e9957), color-stop(1, #4cc993));
	background:-moz-linear-gradient(top, #1e9957 5%, #4cc993 100%);
	background:-webkit-linear-gradient(top, #1e9957 5%, #4cc993 100%);
	background:-o-linear-gradient(top, #1e9957 5%, #4cc993 100%);
	background:-ms-linear-gradient(top, #1e9957 5%, #4cc993 100%);
	background:linear-gradient(to bottom, #1e9957 5%, #4cc993 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e9957', endColorstr='#4cc993',GradientType=0);
	background-color:#1e9957;
}
.buyButton:active {
	position:relative;
	top:1px;
}
.bodypic-left {
	float: left;
	border: 4px solid rgb(0, 0, 92);
	margin: 0 0.5em 0.5em 0;
}
.bodypic-right {
	float: right;
	border: 4px solid rgb(0, 0, 92);
	margin: 0 0 0.5em 0.5em;
}
.news-by {
	font: 12pt Tahoma, Arial, sans-serif;
	list-style-type: none;
}
.news-by a {
	text-decoration: none;
}
.tagline {
	font: 10pt Tahoma, Arial, sans-serif;
	line-height: 115%;
}
.site-map {
	list-style-type: none;
}
.site-map ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}
.site-map h4 {
	font: bold 12pt Tahoma, Arial, sans-serif;
	line-height: 120%;
	margin: 0 0 4px 0;
}
.site-map a {
	text-decoration: none;
	font: 12pt "Times New Roman", serif;
	color: rgb(0,102,204);
}
.site-map a:visited {
	text-decoration: none;
	font: 12pt "Times New Roman", serif;
	color: rgb(0,102,204);
}
._ad{
margin-right:7px;
margin-left:0px}
._ad{
border-radius:3px;
display:inline-block;
font-size:11px;
border:1px solid #0066CC;
padding:1px 3px 0 2px;
line-height:11px;
vertical-align:baseline;}
@media all and (min-width:800px) {
	.col-main {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
	.col-lt {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}
	.col-rt {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}
}