﻿html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
	background-color: #EFF1F2;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
display: block;
}
#wrapper {
	box-shadow: 3px 3px 5px #808080;
	max-width: 970px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mobilenav {
	display:none;
}
#head {
	position: relative;
	width: 100%;
}
/* telephone strap*/
#telephone {
    position: relative;
    width: 98.1%;
    background-color: #C9242B;
    padding:1%;
}

#navigation {
	position: relative;
	width: 100%;
	background-color: #C9242B;
}
#topleft {
	position: relative;
	width: 41.23711340206186%;  /* 400px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 0.51546391752577%;   /*5px*/
}
#main {
	position: relative;
	width: 56.18556701030928%;   /*545px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 1.03092783505155%;  /*10px*/
	padding-right: 1.03092783505155%;  /*10px*/
}
#footer {
	padding: 1.03092783505155%;  /*10px*/
	position: relative;
	width: 97.93814432989691%; /*950px*/
	background-color: #333333;
	clear: both;
}
img {
	max-width:100%;
	height:auto !important;
}

/*finish Percent */


h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
h3 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #333333;
}
.footerstyle {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.img_right {
	float: right;
}
.auto-style1 {
	vertical-align: bottom;
}
.newStyle2 {
	float: right;
}
.newStyle3 {
	float: right;
}
.auto-style2 {
	float: right;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.auto-style5 {
	vertical-align: bottom;
}
.auto-style5 {
	vertical-align: bottom;
}

.black {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #524d52), color-stop(1, #120b12) );
	background:-moz-linear-gradient( center top, #524d52 5%, #120b12 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#524d52', endColorstr='#120b12');
	background-color:#524d52;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #fcf7fc;
	display:inline-block;
	color:#fffaff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}.black:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #120b12), color-stop(1, #524d52) );
	background:-moz-linear-gradient( center top, #120b12 5%, #524d52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#120b12', endColorstr='#524d52');
	background-color:#120b12;
}.black:active {
	position:relative;
	top:1px;
}



/* MOBILE MEDIA QUERIES iPad portrait */

@media screen and (max-width: 768px) {

html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
	background-color: #EFF1F2;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
display: block;
}
#wrapper {
	box-shadow: 3px 3px 5px #808080;
	max-width: 970px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mobilenav {
	position: relative;
	width: 100%;
}
#head {
	position: relative;
	width: 100%;
}
/* telephone strap*/
#telephone {
    position: relative;
    width: 98.1%;
    background-color: #C9242B;
    padding:1%;
}

#navigation {
	display:none;
}
#topleft {
	position: relative;
	width: 41.23711340206186%;  /* 400px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 0.51546391752577%;   /*5px*/
}
#main {
	position: relative;
	width: 56.18556701030928%;   /*545px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 1.03092783505155%;  /*10px*/
	padding-right: 1.03092783505155%;  /*10px*/
}
#footer {
	padding: 1.03092783505155%;  /*10px*/
	position: relative;
	width: 97.93814432989691%; /*950px*/
	background-color: #333333;
	clear: both;
}
img {
	max-width:100%;
	height:auto !important;
}


}


/* MOBILE MEDIA QUERIES Nexus Android portrait */

@media screen and (max-width: 603px) {

html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
	background-color: #EFF1F2;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
display: block;
}
#wrapper {
	box-shadow: 3px 3px 5px #808080;
	max-width: 970px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mobilenav {
	position: relative;
	width: 100%;
}
#head {
	position: relative;
	width: 100%;
}
/* telephone strap*/
#telephone {
    position: relative;
    width: 98.1%;
    background-color: #C9242B;
    padding:1%;
}

#navigation {
	position: relative;
	width: 100%;
	background-color: #C9242B;
}
#topleft {
	position: relative;
	width: 41.23711340206186%;  /* 400px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 0.51546391752577%;   /*5px*/
}
#main {
	position: relative;
	width: 56.18556701030928%;   /*545px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 1.03092783505155%;  /*10px*/
	padding-right: 1.03092783505155%;  /*10px*/
}
#footer {
	padding: 1.03092783505155%;  /*10px*/
	position: relative;
	width: 97.93814432989691%; /*950px*/
	background-color: #333333;
	height: 50px;
	clear: both;
}
img {
	max-width:100%;
	height:auto !important;
}


}



/* MOBILE MEDIA QUERIES Mobile iphone 6 */

@media screen and (max-width: 375px) {

html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
	background-color: #EFF1F2;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
display: block;
}
#wrapper {
	box-shadow: 3px 3px 5px #808080;
	max-width: 970px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mobilenav {
	position: relative;
	width: 100%;
}
#head {
	position: relative;
	width: 100%;
}
/* telephone strap*/
#telephone {
    position: relative;
    width: 98.1%;
    background-color: #C9242B;
    padding:1%;
}

#navigation {
	position: relative;
	width: 100%;
	background-color: #C9242B;
}
#topleft {
	position: relative;
	width: 41.23711340206186%;  /* 400px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 0.51546391752577%;   /*5px*/
}
#main {
	position: relative;
	width: 56.18556701030928%;   /*545px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 1.03092783505155%;  /*10px*/
	padding-right: 1.03092783505155%;  /*10px*/
}
#footer {
	padding: 1.03092783505155%;  /*10px*/
	position: relative;
	width: 97.93814432989691%; /*950px*/
	background-color: #333333;
	clear: both;
}
img {
	max-width:100%;
	height:auto !important;
}


}


/* MOBILE MEDIA QUERIES Mobile */

@media screen and (max-width: 360px) {

html, body   {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
	background-color: #EFF1F2;
}
/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
display: block;
}
#wrapper {
	box-shadow: 3px 3px 5px #808080;
	max-width: 970px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mobilenav {
	position: relative;
	width: 100%;
}
#head {
	position: relative;
	width: 100%;
}
/* telephone strap*/
#telephone {
    position: relative;
    width: 98.1%;
    background-color: #C9242B;
    padding:1%;
}

#navigation {
	position: relative;
	width: 100%;
	background-color: #C9242B;
}
#topleft {
	position: relative;
	width: 90.23711340206186%;  /* 41  400px*/
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 0.51546391752577%;   /*5px*/
}
#main {
	position: relative;
	width: 90.18556701030928%;   /*545px*/
	float: left;
	padding-top: 0.51546391752577%;   /*5px*/
	padding-left: 3.03092783505155%;  /*10px*/
	padding-right: 1.03092783505155%;  /*10px*/

}
#footer {
	padding: 1.03092783505155%;  /*10px*/
	position: relative;
	width: 97.93814432989691%; /*950px*/
	background-color: #333333;
	clear: both;
}
img {
	max-width:100%;
	height:auto !important;
}

}

