a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

body {
 background-image: url("images/main-bgr.jpg");
 background-repeat: no-repeat;
 background-position: top; center;
 background-color: #000000;
}


.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.scalable {
	width: 100%;
	height: auto;
}

.p20 {
	padding-top: 20px;
}

.menulink {
	font-size: 20px;
	color: #000000!important;
	font-weight: bold;
	border: 0px white;
	background-color: #FFFFFF;
	border-radius: 5px;    
    	font-style: normal;
	padding: 7px 13px 8px 13px!important;
	margin: 10px;   
}

.menulink:hover {
	background-color: #E860B4!important;
}

.headerbgr {
	background-color: black!important;
	background-image: url('images/header-bgr.jpg')!important;
}

.mobiletoggler {
	background-color: #000000!important;
	padding: 5px 7px!important;	
}

.mobiletoggler-wrap {
	margin-left: 15px!important;
}

.centralwrapper {
	background-color: #000000;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.central {
	background-color: white;
	padding: 20px;
	width: 100%;
}

.footer {
	background-color: #000;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: white;
}

.t {
	display: table;
	width: 100%;
}

.t1 {
	display: table-cell;
}

.t2 {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.flink, .flink:hover, .flink:visited {
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.flink a:hover {
	color: #E860B4;
}

.title {
	font-size: 2em;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px #000000 solid;
	margin-bottom: 15px;
}

.sku {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #888888;
	margin-bottom: 15px;
}

.tn {
	border: 1px #000000 solid;
	padding: 5px;
}

.prod_tn_wrapper {
	background-color: #000000;
	padding: 10px;
	text-align: center;	
}

.prod_tn_descr, .prod_tn_descr a, .prod_tn_descr a:visited {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}

.prod_tn_sku, .prod_tn_sku a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: none;
}

.main_txt {
	font-size: 1.25em;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.main_wrapper {
	background: rgb(255,255,255);
}

@media only screen and (max-width: 800px) {

.logo {
	width: 350px;
	height: auto;
}

.centralwrapper {
	padding: 0;
}

.t, .t1, .t2 {
	display: block;
	text-align: center;
}

.t2 {
	padding-top: 15px;
}

.prod_tn_wrapper {
	margin-bottom: 15px;
}

.main_txt {
	font-size: 1em;
	text-align: center;
}

}

@media only screen and (max-width: 600px) {

.logo {
	width: 220px;
	height: auto;
}

}
