html, body {
	height:100%;
}

body {
	background-attachment:fixed;
	background-color:#EEEEEE;
	background-image:url(../img/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#666666;
	font-family:Tahoma,Verdana;
	font-size:12px;
}

a, a:link {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

h1 {
	color:#666666;
	font-size:130%;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	color:#D4041D;
	font-family:Monospace Georgia;
	font-size:140%;
	font-weight:bold;
	margin-bottom:2px;
	min-height:14px;
	text-transform:capitalize;
}

h3 {
	color:#FFFFFF;
	font-size:120%;
	font-weight:normal;
	margin-bottom:2px;
	text-transform:none;
}

.invisible {
	visibility:hidden;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.text-left {
	text-align:left;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

/* -------------------------------------------------------- Sections */
.top-space {
	height:30px;
}

.doc-body {
	background-color:#EBEBEB;
	background-image:url(../img/bg_page_body.gif);
	background-repeat:repeat;
	margin:30px auto 0;
	min-height:50%;
	position:relative;
	width:980px;
}

.doc-shade {
	background-color:transparent;
	background-image:url(../img/doc_shade.png);
	background-repeat:no-repeat;
	height:360px;
	position:absolute;
	top:0;
	width:15px;
}

.shade-left {
	background-position:left top;
	left:-15px;
}

.shade-right {
	background-position:right top;
	right:-15px;
}

.header {
	background-image:url(../img/bg_header.jpg);
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:65px;
}

.page-body {
	border-top-color:#E6E6E6;
	border-top-style:solid;
	border-top-width:1px;
	margin-left:45px;
	padding-bottom:135px;
	width:890px;
}

.footer {
	background-color:#FFFFFF;
	bottom:45px;
	height:60px;
	margin-left:55px;
	position:absolute;
	width:870px;
}

/* -------------------------------------------------------- Page Sections */

/* -------------------------------------------------------- Footer */
.footer .corner {
	background-color:transparent;
	background-image:url(../img/corner_white.png);
	background-repeat:no-repeat;
	height:10px;
	position:absolute;
	width:10px;
}

.footer .left-top {
	background-position:left top;
	left:-10px;
	top:0;
}

.footer .left-bottom {
	background-position:left bottom;
	left:-10px;
	bottom:0;
}

.footer .right-top {
	background-position:right top;
	right:-10px;
	top:0;
}

.footer .right-bottom {
	background-position:right bottom;
	right:-10px;
	bottom:0;
}

.footer .left-space,
.footer .right-space {
	background-color:#FFFFFF;
	bottom:10px;
	height:auto;
	position:absolute;
	top:10px;
	width:10px;
}

.footer .left-space {
	left:-10px;
}

.footer .right-space {
	right:-10px;
}

.footer .left {
	margin:22px 6px;
}

.footer .right {
	margin:15px 6px;
}

.footer a,
.footer a:link {
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

/* -------------------------------------------------------- Main menu */
.main-menu {
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	color:#666666;
	display:block;
	float:left;
	font-size:200%;
	margin-left:45px;
}

.main-menu li {
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	display:block;
	float:left;
	height:65px;
	line-height:65px;
	padding:0 12px;
}

.main-menu li a,
.main-menu li a:link {
	text-decoration:none;
	background-position:center top;
}

.main-menu li a:hover {
	text-decoration:none;
	background-position:center bottom;
}

/*	------------------------------------------------------------ Button */
a.button {
	float:right;
	margin-left:6px;
}

a.button,
a.button * {
	color:#FEFEFE;
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}

a.button div.left_part,
a.button div.title_part,
a.button div.right_part {
	background-image:url(../img/btn_go.png);
	background-repeat:no-repeat;
	float:left;
	height:20px;
	width:14px;
}

a.button:hover div.left_part,
a.button:hover div.title_part,
a.button:hover div.right_part {
	background-image:url(../img/btn_go_over.png);
}

a.button div.left_part {
	background-position:top left;
}

a.button div.title_part {
	background-color:#DB0D25;
	background-position:center center;
	padding:0 3px 0 0;
	width:auto;
}

a.button:hover div.title_part {
	background-color:#580303;
}

a.button div.right_part {
	background-position:bottom right;
}

/*	------------------------------------------------------------ Content block */
.static-content {
	font-size:90%;
}

.static-content p {
	line-height:1.4em;
	margin-bottom:1.4em;
}

.static-content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:20px;
}

.static-content ul li {
	margin-bottom:0.5em;
}

.static-content ol {

}

.static-content ol li {

}

/*	------------------------------------------------------------ Corner-1 block */
.corner-block-1 {
	margin-left:10px;
	margin-right:10px;
	padding:10px 5px;
	position:relative;
}

.corner-block-1,
.corner-block-1 .space-left,
.corner-block-1 .space-right {
	background-color:#FFFFFF;
}

.corner-block-1 .corner {
	background-color:transparent;
	background-image:url(../img/corner_white.png);
	background-repeat:no-repeat;
	height:10px;
	position:absolute;
	width:10px;
}

.corner-block-1 .space-left,
.corner-block-1 .space-right {
	bottom:10px;
	height:auto;
	position:absolute;
	top:10px;
	width:10px;
}

.corner-block-1 .left-top, .corner-block-1 .left-bottom { left:-10px; }
.corner-block-1 .right-top, .corner-block-1 .right-bottom { right:-10px; }
.corner-block-1 .left-top, .corner-block-1 .right-top { top:0; }
.corner-block-1 .left-bottom, .corner-block-1 .right-bottom { bottom:0; }

.corner-block-1 .left-top { background-position:left top; }
.corner-block-1 .left-bottom { background-position:left bottom; }
.corner-block-1 .right-top { background-position:right top; }
.corner-block-1 .right-bottom { background-position:right bottom; }

.corner-block-1 .space-left { left:-10px; }
.corner-block-1 .space-right { right:-10px; }


/*	------------------------------------------------------------ Multicolumn block */
.one-cols-block {
	padding:15px 0;
	width:100%;
}

.two-cols-block {
	padding:15px 0;
	width:100%;
}

.two-cols-block .column {
	width:430px;
}

.tree-cols-block {
	padding:15px 0;
	width:100%;
}

.tree-cols-block .column {
	width:280px;
}

.tree-cols-block .center {
	float:left;
	margin-left:25px;
}

/*	------------------------------------------------------------ Registration Form */
.registration_form {
	width:365px;
}

.registration_form p {
	margin-bottom:5px;
}

.registration_form .input {
	background-position:center 14px;
	background-repeat:no-repeat;
	margin-bottom:5px;
	width:100%;
}

.registration_form .input .error-message {
	color:#D4051E;
	display:none;
	font-size:75%;
	text-align:right;
}

.registration_form .error .error-message {
	display:block;
}

.registration_form .input label {
	display:block;
	margin-bottom:4px;
	padding-left:10px;
}

.registration_form .input label span {
	color:#D4051E;
}

.registration_form .text input {
/*	background-color:#AAAAAA;	*/
	border-style:hidden;
	border-width:0;
	margin-bottom:5px;
	margin-left:10px;
	width:155px;
}

.registration_form .required-comment {
	color:#D4051E;
	font-size:85%;
	margin-bottom:5px;
	margin-top:-5px;
	text-align:right;
}

.registration_form .checkbox label {
	float:left;
	font-size:75%;
	padding:4px 0 0 5px;
}

.registration_form .checkbox input {
	float:left;
	margin-left:10px;
}

.registration_form a.button {
	bottom:auto;
	float:right;
	margin-top:6px;
	position:relative;
	right:auto;
}

#CompetitionFirstname_block,
#CompetitionLastname_block,
#CompetitionEmail_block,
#CompetitionPhone_block {
	background-image:url(../img/bg-textfield-1-small.jpg);
	width:175px;
}

#CompetitionReason_block {
	background-image:url(../img/bg-textfield-1-large.jpg);
}

#CompetitionReason_block input {
	width:344px;
}


/*	------------------------------------------------------------ Registration Form Uploader */
.registration_form .fileUpload {
	float:left;
	width:275px;
}

.registration_form object {
	float:right;
	margin-top:6px;
}

.registration_form .fileUploadQueue {
	background-image:url(../img/bg-upload-progress.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	height:20px;
	overflow:hidden;
	width:175px;
}

.registration_form .fileUploadQueue .uploadifyQueueItem {
	margin-bottom:5px;
}

.registration_form .fileUploadQueue .cancel {
	display:none;
}

.registration_form .fileUploadQueue .fileName,
.registration_form .fileUploadQueue .percentage {
	font-size:75%;
	line-height:1em;
}

.registration_form .fileUploadQueue .uploadifyProgress {
	height:6px;
	margin-top:3px;
	padding:1px;
	width:173px;
}

.registration_form .fileUploadQueue .uploadifyProgressBar {
	background-color:#D4051E;
	height:6px;
	width:0;
}

/*	------------------------------------------------------------ Misc styles */
.slideshow-1-title {
	margin-left:15px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}

.phase-2 .two-cols-block .corner-block-1 {
	min-height:250px;
}

.phase-2 .tree-cols-block .corner-block-1 {
	min-height:310px;
}

.corner-block-1 .button {
	bottom:20px;
	position:absolute;
	right:20px;
}

.satio-phone-img {
	margin:-13px 6px;
}

.vodafone_btn {
	margin-bottom:15px;
	margin-top:8px;
	text-align:right;
}

.home-coming-soon {
	float:left;
	position:relative;
	width:auto !important;
}

.home-coming-soon .button {
	position:absolute;
	top:120px;
	left:6px;
}

.home-countdown {
	float:right;
	position:relative;
	width:auto !important;
}

.home-countdown .countdown {
	left:59px;
	position:absolute;
	top:75px;
}

.phase-2 .slideshow-2 .button {
	margin:0;
	position:absolute;
	right:10px;
	top:70px;
}

.phase-2 .bottom-copyright {
	bottom:0;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:72%;
	margin-right:8px;
	margin-top:-15px;
	text-align:right;
	text-transform:uppercase;
	z-index:9999;
}

#registration_form .competition-thankyou {
	margin-top:115px;
	text-align:center;
}

.about-ewo a,
.about-ewo a:link,
.about-ewo a:hover {
	text-decoration:none;
}

/* ------------------------------------------------- GALLERY */
.gallery {
	background-image:url(../img/gallery_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:330px;
	padding:20px 0;
	width:866px;
}

.gallery .slide-left,
.gallery .slide-right {
	background-image:url(../img/gallery_slide_btns.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:310px;
	width:16px;
}

.gallery .slide-left {
	background-position:0 center;
}

.gallery .slide-left:hover {
	background-position:-16px center;
}

.gallery .slide-right {
	background-position:-48px center;
}

.gallery .slide-right:hover {
	background-position:-32px center;
}

.gallery .gallery-win {
	float:left;
	height:324px;
	margin-left:2px;
	overflow-x:hidden;
	position:relative;
	width:832px;
}

.gallery .gallery-type {
	left:0;
	position:absolute;
	top:0;
}

.gallery .gallery-type tr {

}

.gallery .gallery-type td {
	background-image:url(../img/gallery_img_bg.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:81px;
	text-align:center;
	vertical-align:middle;
	width:72px;
}

.gallery .gallery-type a {

}

.gallery .gallery-type img {

}
