* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	
}
#wrapper { 
 margin: 0 auto;
 width: 1366px;

}
#header {
 color: #000;
 width: 1344px;
 float: left;
 padding: 10px;
 border-radius: 4px;
 height: 150px;
 margin: 20px 0px 20px 0px;
 background-image: url(../gdtimages/head-bg.jpg);
}
#leftcolumn { 
 color: #333;
 margin: -50px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 1024px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 298px;
 display: inline;
}

#leftcolumna { 
 color: #333;
 margin: -50px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 1024px;
 float: left;
}
#rightcolumna { 
 float: left;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 900px;
 width: 298px;
 display: inline;
}
#footer { 
 width: 1344px;
 clear: both;
 color: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-transform: uppercase;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color: #3A3A3A;
	padding-top: 10px;

}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	
	}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:link {text-decoration:none; color: #fff;}
a:visited {text-decoration:none; color: #fff;}
a:hover {text-decoration:none; color: #fff;}
a:active {text-decoration:none; color: #fff;}
/*Viewer*/


.website-button { background:#1d9cd8; padding:15px; margin:0 0 10px 0; overflow:hidden; width:250px; float:right; font-size:18px; text-align:center; }


html {
	background:#111;
	margin: 0;
	padding: 0;
}

div.uniqueFrame {
	position: relative;
	margin: 50px auto;
	width: 1024px;
	min-height: 768px;
	overflow: hidden;
	
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.8);
}

div.uniqueFrame div.mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: url(../img/img_spinner_dark.gif) no-repeat scroll center center rgb(37,37,37);
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-color: #f2f2f2;
	
}


button
{
    display: block;
    font-size: 1.6em;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 20px auto;
    color: #e2e2e2;
    background-color: #3D3D3D;
    border: 0 none;
	border-radius: 4px;
    cursor: pointer;
	box-shadow: 0 1px 0 #3B3B3B, 0 5px 0 #0F0909, 0 6px 6px rgba(0,0,0,0.4);
	width: 280px;
	height: 60px;
	float: right;
}


.subscribe {
	float: right; 
	padding-bottom: 20px;
	display: none;
	}
	
	
.thumb {
    position: relative;
    width: 500px;
    height: 335px;
    overflow: hidden;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.thumb img {
    width: 100%;
    padding: 0;
}
.thumb > div {
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
    text-shadow: #000 1px 1px 0;
    color: #ccc;
}
.thumb:hover > div {
    display: block;
    opacity: 1.0;
}
.thumb > div div {
    padding: 20px 40px;
}
.thumb h2 {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.thumb p {
    margin-bottom: 10px;
}
	

	
@media screen and (max-width: 1370px) {

#leftcolumn {
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-o-transform: scale(0.75);
    transform: scale(0.75);
	margin-top: -124px;
	margin-left: -80px;
	width: 1100px;
	height: 680px;
	}
#rightcolumn { 

 width: 150px;
 float: left;
 height: 680px;
}
.hidesmall {
	display: none;
	}

#footer {
	width: 1090px;
	margin-left: 90px;
	margin-bottom: 0px;
	}
#wrapper {
	width: 1335px;
	}
.subscribe {
	display: block;
	}
#rightcolumna {
	width: 270px;
	}
.paddingsmall {
	margin-top: 15px;
	}
#header {
	width: 1300px;
	margin-left: 5px;
	}
	
}