

html, body {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
      }

h6 {
    color: #fff;
}

h4 {
    color: #fff;
}
h3 {
    color: #fff;
}
p {
    font-size: 18px;
	text-align: left;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}


a.catalog:link { color: #ffffff; text-decoration: none }
a.catalog:active { color: #ffffff; text-decoration: none }
a.catalog:visited { color: #ffffff; text-decoration: none }
a.catalog:hover { color: #ffbb00; text-decoration: none }



a.nav:link { color: #3c48e2; text-decoration: none }
a.nav:active { color: #3c48e2; text-decoration: none }
a.nav:visited { color: #3c48e2; text-decoration: none }
a.nav:hover { color: #666666; text-decoration: none }

a.nav2:link { color: #ffffff; text-decoration: none }
a.nav2:active { color: #ffffff; text-decoration: none }
a.nav2:visited { color: #ffffff; text-decoration: none }
a.nav2:hover { color: #ffbb00; text-decoration: none }

a.nav3:link { color: #b2a177; text-decoration: none }
a.nav3:active { color: #b2a177; text-decoration: none }
a.nav3:visited { color: #b2a177; text-decoration: none }
a.nav3:hover { color: #666666; text-decoration: none }
	
a.email:link { color: #ffffff; text-decoration: none }
a.email:active { color: #ffffff; text-decoration: none }
a.email:visited { color: #ffffff; text-decoration: none }
a.email:hover { color: #f7ef1b; text-decoration: none }

a.email2:link { color: #ffbb00; text-decoration: none }
a.email2:active { color: #ffbb00; text-decoration: none }
a.email2:visited { color: #ffbb00; text-decoration: none }
a.email2:hover { color: #ffffff; text-decoration: none }

.navbar1 {
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Abel', sans-serif;
	line-height:1.6em;
	letter-spacing:1.4px;
}

.footer {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	color: #666666;
	font-family: arial;
}
.link {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}


.text_small {
	font-size: 12px;
	text-align: center;
	font-weight: 200;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}


.large {
	font-size: 24px;
	text-align: center;
	font-weight: 200;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}


.large2 {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}
.text {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}

.text1 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}
.text_gold {
	font-size: 16px;
	font-weight: 400;
	color: #f7ef1b;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}

.heading {
	font-size: 18px;
	text-align: center;
	font-weight: 200;
	color: #f7ef1b;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}

.heading02 {
	font-size: 24px;
	font-weight: 400;
	color: #f7ef1b;
	font-family: 'Abel', sans-serif;
	line-height:1.2em;
	letter-spacing:1.4px;
}


.backtop {
	font-size: 20px;
	text-align: center;
	font-weight: 200;
	color: #ffbb00;
	font-family: 'Abel', sans-serif;
	line-height:1.4em;
	letter-spacing:1.4px;
}



.div {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 630px;
	background-color: #ffffff;
}

.div2 {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 630px;
	border: thin solid #666666;
	background-color: #0264c7;
}


.sexy_line {
    border: 0;
    height: 1px;
	width: 810px;
    background: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #FF0000, #fff);
    background-image: -moz-linear-gradient(left, #fff, #FF0000, #fff);
    background-image: -ms-linear-gradient(left, #fff, #FF0000, #fff);
    background-image: -o-linear-gradient(left, #fff, #FF0000, #fff);
}