﻿/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

body
{
	background: #ffffff url(images/body-background.png) no-repeat center top;
	color: #000000;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Verdana, Tahoma, Arial;
}

h1, h2, h3
{
	font-size: 22px;
	font-weight: bold;
	color: #2e9ec3;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #277d9a;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#topPanelHolder
{
	width: 960px;
	height: 415px;
	background: url(images/top-panel-holder-background.jpg) no-repeat left top;
}

/*======================================================================================*/
/* MIDDLE PANEL	                                                                        */
/*======================================================================================*/

#middlePanel
{
	margin: 0 0 50px 0;
}

#middlePanel #contentPanel
{
	width: 704px;
	float: right;
	overflow: hidden;
}

/*======================================================================================*/
/* CONTENT		                                                                        */
/*======================================================================================*/

#contentPanel #content
{
	width: 458px;
	padding: 5px 0 0 0;
	float: right;
	overflow: hidden;
}

#content h1,
#content h2,
#content p
{
	margin: 0 0 15px 0;
}

#content p
{
	font-weight: normal;
}

#content a.competition,
#content a.competition span
{
	width: 125px;
	height: 125px;
	display: block;
	position: relative;
	left: 150px;
	overflow: hidden;
	text-decoration: none;
}

#content a.competition span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/button-competition.png) no-repeat left top;
}

#content a.competition:hover span
{
	background-position: left -125px;
}

#content strong.blue
{
	color: #3badd3;
	font-size: 18px;
}

#content .facebook
{
	height: 64px;
	padding: 0 0 0 70px;
	float: left;
	line-height: 60px;
	overflow: hidden;
	background: url(images/button-facebook.png) no-repeat left top;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}

#content .facebook:hover
{
	background-position: left -64px;
}

#instruction
{
	width: 450px;
	height: 220px;
	padding: 10px;
	overflow: hidden;
}

#instruction small
{
	font-size: 10px;
}

#page #instruction
{
	display: none;
}

/*======================================================================================*/
/* RIGHT PANEL	                                                                        */
/*======================================================================================*/

#contentPanel #rightPanel
{
	width: 246px;
	float: left;
	overflow: hidden;
}

#rightPanel #menu
{
	list-style-type: none;
}

#rightPanel #menu li a
{
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}

#rightPanel #menu li.current_page_item a,
#rightPanel #menu li a:hover
{
	color: #000000;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 960px;
	height: 415px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#topPanel h2.logo,
#topPanel h2.logo span
{
	width: 148px;
	height: 159px;
	position: absolute;
	left: 109px;
	top: 95px;
	overflow: hidden;
}

#topPanel h2.logo span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.jpg) no-repeat left top;
}

#topPanel h2.logo a
{
	text-decoration: none;
}

#topPanel h3.oneSMS,
#topPanel h3.oneSMS span
{
	width: 173px;
	height: 175px;
	position: absolute;
	left: 698px;
	top: 44px;
	overflow: hidden;
}

#topPanel h3.oneSMS span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/one-sms-background.jpg) no-repeat left top;
}

#topPanel h3.win,
#topPanel h3.win span
{
	width: 117px;
	height: 116px;
	position: absolute;
	left: 133px;
	top: 214px;
	overflow: hidden;
}

#topPanel h3.win span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/win-background.jpg) no-repeat left top;
}

#topPanel h3.everySMS,
#topPanel h3.everySMS span
{
	width: 138px;
	height: 138px;
	position: absolute;
	left: 762px;
	top: 164px;
	overflow: hidden;
}

#topPanel h3.everySMS span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/every-sms-background.jpg) no-repeat left top;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	height: 80px;
}

#bottomPanel p
{
	margin: 0 0 0 505px;
	font-size: 12px;
}

#bottomPanel p span
{
	height: 30px;
	margin: 0 10px 0 0;
	float: left;
	line-height: 30px;
}

#bottomPanel p a
{
	height: 30px;
	padding: 0 0 0 32px;
	float: left;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	background: url(images/modest-studio.png) no-repeat left center;
}
