/*------------------------------------------
	STRUCTURE
------------------------------------------*/
@media only screen and (max-device-width: 968px) { 
	html { 
        -webkit-text-size-adjust:none; 
    }
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	background:	#003045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003045;
	line-height: 12px;
}
#container {
	position: relative;
	padding-top: 30px;
	background: url(../img/bg.gif) no-repeat;
	margin: 0 auto;
	width: 968px;
	height: 820px;
}
#content {
	width: 960px;
	height: 780px;
	margin: 0 4px;
	background: url(../img/bg_content.gif) repeat-x #FFF;
	overflow:hidden;
}

/*------------------------------------------
	TEXT FORMATTING
------------------------------------------*/
a {
	color: #003045;	
	text-decoration: none;
}
a:hover {
	color: #003045;	
	text-decoration:underline;
}

/*------------------------------------------
	ANIMATION: FLASH & NON-FLASH CONTENT
------------------------------------------*/
.row_01 {
	width: 960px;
	height: 550px;
}

/*------------------------------------------
	THANK YOU PAGE
------------------------------------------*/
.message_thanks {
	position: absolute;
	top: 80px;
	left: 148px;
	width: 672px;
	height: 272px;
	background: url(../img/message_thankyou.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.message_weblink {
	position: absolute;
	top: 279px;
	left: 341px;
	border: none;
	width: 312px;
	height:	36px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_link.gif);
	background-position: top;
	text-indent: -9999px;
	overflow: hidden;
} 
.message_weblink:hover {
	cursor: pointer;   
	border: none;
	width: 312px; 
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_link.gif);
	background-position: bottom;
}

/*------------------------------------------
	GENERIC PAGE
------------------------------------------*/
.animated_gif {
	margin: 0 auto;
	width: 860px;
	height: 524px;
}

.message_generic {
	position: absolute;
	top: 580px;
	left: 168px;
	width: 640px;
	height: 70px;
	background: url(../img/message_generic.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.message_generic_weblink {
	position: absolute;
	top: 580px;
	left: 347px;
	border: none;
	width: 306px;
	height:	30px;
	margin:	0;
	padding: 0;
	background-image: url(../img/message_generic_link.png);
	background-position: top;
	text-indent: -9999px;
	overflow: hidden;
} 
.message_generic_weblink:hover {
	cursor: pointer;   
	border: none;
	width: 306px; 
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../img/message_generic_link.png);
	background-position: bottom;
}

/*------------------------------------------
	VOTE PAGE
------------------------------------------*/
.message_vote {
	position: relative;
	top: -12px;
	width: 900px;
	height: 22px;
	background: url(../img/message_vote.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}

/*------------------------------------------
	BUTTONS
------------------------------------------*/
.row_02 {
	width: 960px;
	height: 95px;
	text-align: center;
}

#buttons {
	margin: 0 auto;
	width: 900px;
	height: 60px;
}
.btn {
	float: left;
	width: 300px;
	height: 60px;
}
.contactForm_button input {
	width: 200px; 
	height: 60px;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn't like the above */
}
.submitbutton01 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_01.gif);
	background-position: top;
} 
.submitbutton01:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_01.gif);
	background-position: bottom;
}
.submitbutton02 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_02.gif);
	background-position: top;
} 
.submitbutton02:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_02.gif);
	background-position: bottom;
}
.submitbutton03 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_03.gif);
	background-position: top;
} 
.submitbutton03:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_03.gif);
	background-position: bottom;
}

/* PLAY AGAIN */
.btn_playagain {
	position: absolute;
	top: 488px;
	left: 384px;
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_playagain.png);
	background-position: top;
} 
.btn_playagain:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_playagain.png);
	background-position: bottom;
}

/*------------------------------------------
	TEXTUAL CONTENT
------------------------------------------*/
.row_03 {
	position: relative;
	width: 960px;
	height: 135px;
	text-align: left;
}
.logo {
	position: absolute;
	top: 50px;
	left: 48px;
	width: 170px;
	height: 44px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.web_link {
	position: absolute;
	top: 24px;
	left: 810px;
	font-size: 12px;
	font-weight: bold;
}
.column_01 {
	position: absolute;
	top: 55px;
	left: 455px;
}
.column_02 {
	position: absolute;
	top: 55px;
	left: 640px;
}
.column_03 {
	position: absolute;
	top: 55px;
	left: 810px;
}

/*------------------------------------------
	FOOTER
------------------------------------------*/
.footer {
	width: 960px;
	height: 40px;
}

.footer p {
	position: relative;
	float: right;
	right: 36px;
	top: 16px;
	text-align: right;
	color: #7a939e;
}

/*----------------------------------------------
Website design, markup, and code belong to 
Randall Lynton Studios, unless otherwise stated.

Blatantly copying or stealing portions of
this site will result in public ridicule 
and shame.
----------------------------------------------*/