@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

#LayoutDiv1 {
	clear: both;
	font-family: Arbat;
	font-size: 40px;
	font-weight: bold;
	color: #da9d35;
	margin:0 auto;
	
	margin-bottom: 20px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 400px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 3px 3px 2px #333;
}

#LayoutDiv2 {
	clear: both;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 18px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	float: none;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
}

#LayoutDiv3 {
	clear: both;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 18px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	float: none;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
}

#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#LayoutDiv6 {
	clear: both;
	float: none;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	display: block;
	border:3px solid #ffffff;
	text-shadow: 5px 5px 7px #000;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 740px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#LayoutDiv1 {
	clear: both;
	font-family: Arbat;
	font-size: 60px;
	font-weight: bold;
	color: #da9d35;
	margin:0 auto;
	
	margin-bottom: 20px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 650px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 5px 5px 7px #000;
	
}

#LayoutDiv2 {
	clear: both;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 18px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 300px;
	background-color: rgba(0, 0, 0, 0.5);
	float: left;
	margin: 15px 0px 30px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 5px 5px 7px #000;
}

#LayoutDiv3 {
	clear: none;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 18px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	width: 300px;
	float: right;
	clear: right;
	margin: 15px 20px 30px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 5px 5px 7px #000;
}

#LayoutDiv4 {
	clear: both;
	font-family: Arbat;
	font-size: 18px;
	color: #da9d35;
	text-decoration: none;
	padding: 10px;
	width: 280px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0px 0px 10px 18px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	display: block;
	border:3px solid #ffffff;
	text-shadow: 5px 5px 7px #000;
}

#LayoutDiv5 {
	clear: none;
	float: right;
	font-family: Arbat;
	font-size: 18px;
	color: #da9d35;
	text-decoration: none;
	padding: 10px;
	width: 280px;
	text-align: left;
	margin: 0px 18px 10px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	border:3px solid #ffffff;
	text-shadow: 5px 5px 7px #000;
}

#LayoutDiv6 {
	clear: both;
	float: none;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 650px;
	margin: 0 auto;
	display: block;
	border:3px solid #ffffff;
	text-shadow: 5px 5px 7px #000;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1000px) {

.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: 0 auto;
}

#LayoutDiv1 {
	clear: both;
	font-family: Arbat;
	font-size: 72px;
	font-weight: bold;
	color: #da9d35;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
	width: 940px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 5px 5px 7px #000;
	padding: 20px;
}

#LayoutDiv2 {
	clear: both;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 26px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 450px;
	background-color: rgba(0, 0, 0, 0.5);
	float: left;
	margin: 15px 0px 30px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 5px 5px 7px #000;
	display: block;
}

#LayoutDiv3 {
	clear: none;
	height: 40px;
	padding-top: 10px;
	font-family: Arbat;
	font-size: 26px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	width: 450px;
	float: right;
	clear: right;
	margin: 15px 0px 30px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 5px 5px 7px #000;
	display: block;
}

#LayoutDiv4 {
	clear: both;
	font-family: Arbat;
	font-size: 24px;
	color: #da9d35;
	text-decoration: none;
	padding: 10px;
	width: 390px;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0px 0px 10px 13px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
	display: block;
	border:3px solid rgba(255, 255, 255, 0.7);
	text-shadow: 5px 5px 7px #000;
	clear:left;
}

#LayoutDiv5 {
	clear: none;
	float: right;
	font-family: Arbat;
	font-size: 24px;
	color: #da9d35;
	text-decoration: none;
	padding: 10px;
	width: 390px;
	text-align: left;
	margin: 0px 13px 10px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
	text-shadow: 5px 5px 7px #000;
	border:3px solid rgba(255, 255, 255, 0.7);
}

#LayoutDiv6 {
	clear: both;
	float: none;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #da9d35;
	text-decoration: none;
	text-align: center;
	width: 930px;
	margin: 0 auto;
	display: block;
	text-shadow: 5px 5px 7px #000;
	border:3px solid rgba(255, 255, 255, 0.7);
}
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -999; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
	width: 100%;
	height: 100%;
}
.iframes{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:3px solid rgba(255, 255, 255, 0.5); }
	
	