/* @override http://tapoutprotection.ch/style.css */

@charset "UTF-8";
/* CSS Document */


body {
	font-family: 'PT Sans', sans-serif;
	padding: 0;
	text-align: center;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 16	px;
} 



#background {
	padding: 0px;
	width: 1200px;
	height: 100px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content {
	padding: 0px;
	width: 1200px;
	margin-top: 30px;
	float: left;
	background-image: url(images/tapout_images.png);
	height: 397px;
}

#background img {
	float: left;
}

.content1 {
	font-size: 16px;
	padding: 0px;
	width: 1200px;
	margin-top: 20px;
	float: left;
	letter-spacing: 1px;
	color: #a3411c;
	text-align: left;
	line-height: 17px;
}



.content2 {
	font-size: 16px;
	padding: 5px 0px 0px;

	width: 1200px;
	margin-top: 20px;
	float: left;
	letter-spacing: 1px;
	color: gray;
	border-top: 1px solid silver;
}


.content2 a:link {

	letter-spacing: 1px;
	color: gray;
}
.content2 a:hover {

	letter-spacing: 1px;
	color: black;
}
	
h3 {
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
	color: white;
}


a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:focus {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: white;
}
.text_left {
	color: #FFF;
	float: left;
	font-size: 40px;
	padding-top: 20px;
	padding-left: 170px;
}
.button {
	text-align: center;
	margin-top: 270px;
	float: right;
	display: block;
	margin-right: 180px;
	color: white;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display: block;
	cursor:pointer;
	color:#ffffff;
	font-size: 30px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
	color: silver;
}
.myButton:active {
	position:relative;
	top:1px;
}
