@charset "utf-8";
/* CSS Document */

#imgcontainer {
	height: 400px;
	width: 600px;
	margin-left: 0px;
	margin-top: 20px;
	margin-left:12px;
	display:inline-block;
}
.fadein { 	
	position:absolute;
	width:600px;
	height:400px;
}
.fadein img {
	position:absolute;
}
#imgcontainer2 {
	height: 253px;
	width: 380px;
	margin-top: 20px;
	margin-left:6px;
	display:inline-block;
}
.fadein2 { 	
	position:absolute;
	width:380px;
	height:400px;
}
.fadein2 img {
	position:absolute;
}

#offerscontainer {
	width:386px;
	height:400px;
	display:inline-block;
	position:relative;
	margin-left:12px;
		background-image: linear-gradient(bottom, rgb(255,173,51) 100%, rgb(235,139,21) 0%);
background-image: -o-linear-gradient(bottom, rgb(255,173,51) 100%, rgb(235,139,21) 0%);
background-image: -moz-linear-gradient(bottom, rgb(255,173,51) 100%, rgb(235,139,21) 0%);
background-image: -webkit-linear-gradient(bottom, rgb(255,173,51) 100%, rgb(235,139,21) 0%);
background-image: -ms-linear-gradient(bottom, rgb(255,173,51) 100%, rgb(235,139,21) 0%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, rgb(255,173,51)),
	color-stop(0, rgb(235,139,21))
);
}
#innercontainer {
	width:386px;
	height:400px;
	display:inline-block;
	position:absolute;
}
h2 {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
#offersimg1 {
	width:370px;
	height:246px;
}
#offersimg2 {
	width:370px;
	height:246px;
}
#offersimg3 {
	width:370px;
	height:246px;
}
#offersimg4 {
	width:370px;
	height:246px;
}
.offerscolumn {
	width:150px;
	height:120px;
	display:inline-block;
	margin-left: 10px;
	margin-top:20px;
}
.offertxt {
	text-align: center;
	font-weight:bold;
	font-size:24px;
	top:250px;
	left:10px;
	position:absolute;
}
.largetxt {
	text-align: center;
	font-size:32px;
	font-weight:bold;
	margin-top:20px;
}
#textcontainer {
	width:600px;
	text-align:justify;
	margin-left:12px;
	display:inline-block;
}
h1 {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}
#facebookcontainer {
	width:386px;
	height:300px;
	display:inline-block;
	position:absolute;
}
.facebook {
	-moz-box-shadow: 4px 5px 15px -5px #001229;
	-webkit-box-shadow: 4px 5px 15px -5px #001229;
	box-shadow: 4px 5px 15px -5px #001229;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #3d87ed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:76px;
	line-height:76px;
	width:250px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 9px #02172b;
	border-radius: 20px;
	margin-left:70px;
	margin-top:10px;
	cursor: pointer;
}
.facebook:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
#fbheader {
	margin-top:80px;
}