@charset "UTF-8";
/* CSS Document */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#02070e;
	color:#a0a0a0;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#a0a0a0;
}
a:hover{
	text-decoration:none;
	color:#cc0000;
}

/* 	BASIC ELEMENTS
======================================= */
.body-home{
	background:url(../images/SEL_background_home.jpg) #02070e no-repeat top center;
}
.body-events{
	background:url(../images/SEL_background_events.jpg) #02070e no-repeat top center;
}
.body-services{
	background:url(../images/SEL_background_services.jpg) #02070e no-repeat top center;
}
.body-contact{
	background:url(../images/SEL_background_contact.jpg) #02070e no-repeat top center;
}


h1, h2, h3{
}

h1{
	font-weight:700;
	font-size:44px;
	line-height:57px;
	margin:30px 0px 10px 0px;
	color:#cc0000;
	
	/* 	TEXT SHADOW */
	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}


h2{
	font-size:22px;
	line-height:30px;
	color:#fff;
	margin: 32px 0px 10px 0px;
}

h3{
	font-size:22px;
	line-height:30px;
	margin: 10px 0px 5px 0px;
}

p{
	font-size:16px;
	line-height:25px;
	margin: 8px 0px 5px 0px;
}


/* HEADER
======================================= */

.main-menu{
	float:right;
	background-color:#020703;
	padding:0px 15px 0px 25px;
	border-bottom-left-radius:60px 50px;
}
.main-menu li{
	display:inline;
	padding: 5px 0px 5px 25px;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	height:40px;
}
.main-menu a{
	color:#fff;
	text-transform:uppercase;
}
.main-menu a:hover{
	color:#cc0000;
}
.main-menu .selected{
	color:#cc0000;
}

.logo{
	display:block;
	width:260px;
	height:75px;
	background-image:url(../images/SEL_logo.png);
	*background-image:url(../images/SEL_logo.gif);
	background-position:bottom centre;
	background-repeat:no-repeat;
	float:left;
	margin-top:50px;
}

/* PAGE CONTENT
======================================= */
.page-content{
	padding:70px 0px 20px 0px;
}
.bucket{
	background:url(../images/SEL_bucket_background.png);
	height:95px;
	width:243px;
	padding:20px 30px 20px 10px;
	text-align:right;
	margin-top:280px;
	margin-bottom:20px;
}
.top{
	margin-top:110px;
}
.bucket h2{
	margin:0px 0px;
	font-weight:700;
}
.bucket h3{
	margin:5px 0px;
}

.text ul{
	font-size:16px;
	line-height:24px;
	list-style-position:outside;
	margin-left:10px;
	margin-top:5px;
}
.text li{
	margin-top:5px;
	list-style:url(../images/SEL_bullet.gif);
}
/* FOOTER
======================================= */
.footer-wrapper{
	height:200px;
	background:url(../images/SEL_footer_background.jpg) repeat-x bottom center;
}
.footer p{
	text-align:center;
	padding-top:170px;
	color:#a0a0a0;
	font-weight:700;
	
	/* 	TEXT SHADOW */
	text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

/* ===================================================================================== FORM
==================================================*/


div.box {	
	width:642px;
}


div.box label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
	height:40px;
	line-height:40px;
}

div.box label span {
	display: block;
	color:#a3a3a4;
	font-size:14px;
	float:left;
	width:80px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.box .input_text {
	margin-to:5px;
	padding:10px 10px;
	width:460px;
	background-color:#1b2e40;
	border:none;
	float:left;
	color:#fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.box .message{
	margin-to:5px;
	float:left;
	padding:10px 10px;
	width:460px;
	background-color:#1b2e40;
	border:none;
	overflow:hidden;
	height:60px;
	color:#fff;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.button{
	disply:block;
	margin:15px 15px;
	padding:10px 10px 10px 10px;
	background:#cc0000;
	border:0px;
	float:left;
	width:auto;
	font-size:14px;
	color:#FFFFFF;
	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}
a.button:hover{
	background:#1b2e40;
}
div.box .button{
	margin:15px 60px 20px 0px;
	padding:10px 10px 10px 10px;
	background:#cc0000;
	border:0px;
	float:right;
	width:140px;
	font-size:14px;
	color:#FFFFFF;
	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
div.box .button:hover{
	background:#1b2e40;
}

.tweet-feed-contact{
	margin-top:280px;	
}
.btn{
	margin:15px 15px 20px 0px;
	padding:10px 15px 10px 15px;
	background:#cc0000;
	border:0px;
	color:#FFFFFF;
	font-size:22px;
	float:left;
	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.btn:hover{
	background:#1b2e40;
	color:#FFFFFF;
}

/* GRID SYSTEM
======================================= */

.container {
	width: 978px;
	margin: 0 auto;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	margin-left: 30px;
}
.grid1 {
	width: 54px;
}
.grid2 {
	width: 138px;
}
.grid3 {
	width: 222px;
}
.grid4 {
	width: 306px;
}
.grid5 {
	width: 390px;
}
.grid6 {
	width: 474px;
}
.grid7 {
	width: 558px;
}
.grid8 {
	width: 642px;
}
.grid9 {
	width: 726px;
}
.grid10 {
	width: 810px;
}
.grid11 {
	width: 894px;
}
.first {
	margin-left: 0;
	clear: left;
}


/* NEW CLEARFIX 
======================================= */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* PRINT HEADER
======================================= */
#print-header {
   display: none;
   }
