p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
	}

a img {
	border: none;
	}

html {
	background: #d0dce9 url(../images/theme/html_bg.png) repeat-x top;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/* background: url(../images/theme/page_bg1.png) repeat-x bottom; */
	background: #D3DBE3;
	}

p, li {
	font-size: 1.2em;
	line-height: 1.3em;
	}

.hide {
	position: absolute;
	left: -5000px;
	}

.clear {
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	}
	
sup {font-size: 50%;}

#page {
	background: url(../images/theme/content_bg1.png) repeat-y;
	width: 946px;
	margin: 0 auto;
	}

#header {
	background: #2c327a url(../images/theme/bkgrd_header.gif) repeat-x scroll 0 0;
	height:142px;
	margin:0 auto;
	padding: 0;
	position:relative;
	width:900px;
	}

#header #headerFlash {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 550px;
	height: 110px;
	}

#header #logo {
	position: absolute;
	width: 281px;
	height: 90px;
	top: 10px;
	left: 20px;
	}

#header #logo a {
	background: url(../images/theme/logo_EOW2011.png) no-repeat;
	width: 281px;
	height: 90px;
	display: block;
	overflow: hidden;
	}

#header #logo a span {
	display: block;
	text-indent: -5000px;
	}

#header #secondmenu ul {
	width: auto;
	position: absolute;
	top: 118px;
	right: 16px;
	}

#header #secondmenu ul li {
	list-style-type: none;
	display: block;
	float: left;
	}

#header #secondmenu ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #b4d6f0;
	}

#header #secondmenu ul li.first a {
	height: 32px;
	margin-top:-3px;
	background: url(../images/theme/regist.png) 0 3px no-repeat;
	padding: 3px 24px 0 18px;
	}

#header #secondmenu ul li.first a:hover {
	color: #fff;
	}

#header #secondmenu ul li.last a {
	height: 32px;
	margin-top: -3px;
	background: url(../images/theme/contact.png) 0 3px no-repeat;
	padding: 3px 0 0 18px;
	}

#header #secondmenu ul li.last a:hover {
	color: #fff;
	}

#header #nav-0 {
	top: 110px;
	position: absolute;
	left: 20px;
	width: auto;
	height: 32px;
	/*background: red;*/
	}

#header #nav-0 li {
	list-style-type: none;
	float: left;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	}

#header #nav-0 li.first span {
	border: 0;
	}

#header #nav-0 li span {
	border-left: 1px solid #fff;
	padding-right: 5px;
	padding-left: 5px;
	}

#header #nav-0 li a {
	height: 20px;
	float: left;
	padding: 8px 0 0 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #2b3279;
	}

#header #nav-0 li a:hover {
	border-bottom: 4px solid #b4d6f0;
	}

#header #nav-0 li.active a {
	border-bottom: 4px solid #b4d6f0;
	}

#header #nav-0 li.active ul li a {
	border-bottom: 0;
	}

#header #nav-0 li ul {
	position: absolute;
	top: 32px;
	background: #b4d6f0;
	color: #2b3279;
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	left: 0;
	z-index: 6;
	}

#header #nav-0 li ul li {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	}

/* Hidden by JB 23 March 2011 - item not showing up in menu. */
/* #header #nav-0 li ul li.subniv-1{
	display: none;
	}
*/


#header #nav-0 li ul li a {
	padding: 0 5px;
	padding-top: 0;
	margin: 0;
	border: none;
	background: none;
	width: 190px;
	color: #2b3279;
	line-height: 20px;
	}

#header #nav-0 li ul li a:hover {
	color: #b4d6f0;
	background: #2b3279;
	}

#header #nav-0 li ul li a span {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	}

#header #nav-0 li ul li a:hover, #header #nav-0 li ul li.active a, #header #nav-0 li.active ul li a {
	border: none;
	}
	

#header #nav-0 li li ul {
	position: absolute;
	top: 0px;
	background: #b4d6f0;
	color: #2b3279;
	width: 272px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	left: 150px;
	}
	
#header #nav-0 li li ul {
/*	display: none;*/
	border-top: 1px solid #2b3279;
	border-bottom: 1px solid #2b3279;	
	}

#header #nav-0 li li ul li {
	width: 270px;
	font-weight: normal;
	font-size: 10px;
	border-left: 1px solid #2b3279;
	border-right: 1px solid #2b3279;	
	}

#header #nav-0 li li ul li a{
	width: 260px;
	}

#header #accessibility-menu {
	position: absolute;
	left: -5000px;
	}

#content h1 {
	padding-left: 50px;
	padding-right: 50px;
	}

#content {
	height: 100%;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 3px;
	min-height: 800px;
	}

#content .spacer {
	height: 0;
	clear: both;
	}

#content #sub-menu {
	height: 100%;
	float: left;
	width: 170px;
	padding-right: 20px;
	}

#content #sub-menu h4.first {
	padding-left: 10px;
	padding-top: 20px;
	}

#content #sub-menu h4.first2 {
	padding-left: 10px;
	}

#content #sub-menu h4 {
	padding-top: 20px;
	padding-left: 10px;
	}

#content #sub-menu p {
	padding-left: 10px;
	}

#content #sub-menu p a {
	color: #195a8d;
	}

#content #sub-menu a img {
	margin-left: 40px;
	}

#content #sub-menu a img.EOW2007 {
	margin: 0 0 15px 25px;
	}

#content ul.subniv-0 {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 1px;
	}

#content ul.subniv-0 li a {
	padding-left: 10px;
	border-left: 5px solid #e4e3d9;
	text-decoration: none;
	font-weight: bold;
	color: #2d347a;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
	}

#content ul.subniv-0 li li a {
	padding-left: 15px;
	border-left: 5px solid #e4e3d9;
	text-decoration: none;
	font-weight: normal;
	color: #2d347a;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 75%;
	background: #f7f9fb;
	}


#content ul.subniv-0 li a:hover, #content ul.subniv-0 li a.active {
	border-left: 5px solid #fde67f;
	}

#content ul.subniv-0 li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	}

/* Added by Jason Bickley: fix all registration structure from appearing at once. */

#header #nav-0 li li ul ul.subniv-1 {display: none;}
#header #nav-0 li li ul ul.subniv-1 li {display: block;}

#content #main-content {
	width: 520px;
	height: 100%;
	float: left;
	background: url(/fileadmin/templates/eow2009/images/theme/bg_content.gif) no-repeat 50% 0;
	padding-bottom: 20px;
	}

#content #main-content ul li {
	padding: 2px 0;
	}

#content #main-content p a, #content #main-content ul li a {
	color: #4d7b9f;
	}

#content #main-content .logo img {
	float: right;
	border: none;
	padding: 0;
	margin-top: -22px;
	}

#content #main-content img.logo-swed {
	float: right;
	border: none;
	padding: 0;
	margin: 0 0 8px 16px;
	}

#content #main-content h2.first {
	border: none;
	}

#content #main-content p img {
	border: none;
	padding: 0;
	margin: 0;
	}

#content #main-content ul {
	padding-left: 25px;
	margin-bottom: 15px;
	}

#content #main-content ul li {
	list-style-type: square;
	}
	
#content #main-content ul li ul li {
	list-style-type: circle;
	font-size: 1em;
	}

#content #main-content h2 {
	margin: 0;
	padding-top: 20px;
	color: #4d7b9f;
	font-size: 1.8em;
	border-top: 1px solid #d2d2ce;
	}

#content #main-content h2.only {
	padding-bottom: 20px;
	}

#content #main-content h3 {
	color: #c3112f;
	font-size: 1.4em;
	padding-bottom: 20px;
	}

#content #main-content h3.top {
	padding-top: 20px;
	}

#content #main-content h4, #content #sub-menu h4 {
	color: #094f85;
	font-size: 1.4em;
	padding-bottom: 10px;
	}

#content #main-content h4 a,
#content #sub-menu h4 a {
	color:#094F85;
	}

#content #main-content p {
	color: #201c08;
	text-align: left;
	}

#content #main-content p.last {
	margin-bottom: 15px;
	}

#content #main-content p.bodytext {
	margin-bottom: 15px;
	}

#content #main-content blockquote {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	background: #faf9f1;
	}

#content #main-content blockquote img {
	float: left;
	margin-right: 10px;
	}

#content #main-content blockquote img.img-right {
	float: right;
	margin-top: 0;
	}

#content #main-content blockquote p.bodytext {
	color: #2e347b;
	padding: 0 5px 5px 5px;
	margin: 0;
	}

#content #main-content blockquote p.bodytext span {
	color: #201c08;
	}

#content #main-content img {
	padding: 4px;
/*	border: 1px solid #c3112f;  */
	margin-bottom: 5px;
	background: #fff;
	}

#content #main-content p.bodytext img {
	padding: 4px;
	border: 1px solid #eee;
	margin-bottom: 5px;
	background: #fff;
	}

#content #main-content img.last-img {
	margin-bottom: 30px;
	}

#content #main-content img.img-right {
	float: right;
	margin: 20px 0 18px 20px;
	}

#content #sub-content {
	width: 158px;
	background: #f7f9fb url(../images/theme/sub_content_bg1.png) repeat-x bottom;
	height: 100%;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}

#content #sub-content h4.first {
	color: #094f85;
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#content #sub-content h4 {
	color: #094f85;
	font-size: 1.4em;
	padding-top: 26px;
	padding-bottom: 10px;
	}

#content #sub-content #banner {

	margin-top: 26px;
	margin-bottom: 10px;
	}

#content #sub-content ul.dll li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 0;
	}

#content #sub-content ul.dll img {
	margin-right: 3px;
	}

#content #sub-content ul.dll li a {
	text-decoration: none;
	color: #201c08;
	}

#content #sub-content ul.dll li.last a {
	text-decoration: none;
	color: #4e4b3d;
	}

#content #sub-content ul.dll li a span, #content #sub-content p a {
	color: #094f85;
	text-decoration: underline;
	}

#content ul li.minilist {
	font-size: 0.9em;
	color: #555;
	}

	a.mail {
	background: url(../images/theme/icon_mail.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	a.pdf {
	background: url(../images/theme/icon_pdf.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	span.phone {
	background: url(../images/theme/icon_phone.gif) no-repeat left -1px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	p.phone {
	background: url(../images/theme/icon_phone.gif) no-repeat left -1px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	p span.caption-img {
	color: #888;
	font-size: 0.9em;
	}

#content ul#press-release {
	padding: 4px 0 0 26px;
	}

#content ul#press-release li {
	padding: 2px 0;
	}

	ul#sitemap, ul#sitemap ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
	}

	ul#sitemap {
	font-size: 1.2em;
	margin: 0 0 0 25px;
	}

	ul#sitemap li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/theme/sitemap-puce.png) no-repeat 0 7px;
	}

#footer {
	background: url(../images/theme/footer_bg1.png) no-repeat;
	height: 143px;
	width: 946px;
	margin: 0 auto;
	position: relative;
	}

#footer #organiser p, #footer #supportedby p {
	padding: 0 0 10px;
	}

#footer #organiser {
	width: 150px;
	position: absolute;
	top: 5px;
	right: 50px;
	z-index: 1000;
	}

#footer #supportedby {
/*	width: 500px;		*/
	width: auto;
	position: absolute;
	top: 5px;
	left: 50px;
	z-index: 1000;
	}

#footer .sponsorTitle {
	color: #094f85;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
	}

#footer #organiser ul.list1 li {
	list-style-type: none;
	float: left;
	}

#footer #supportedby ul.list2 li {
	list-style-type: none;
	float: left;
	padding-right: 30px;
	}

#footer #supportedby ul li.last {
	margin-top: 0px;
	padding-right: 0;
	}

#footer #supportedby ul li, #footer #organiser ul li {
	font-size: 0.9em;
	text-align: center;
	}

#footer .copyright {
	text-transform: uppercase;
	}

#footer a {
	color: #585547;
	text-decoration: none;
	}

#footer #info .by {
	position: absolute;
	text-transform: lowercase;
	right: 35px;
	}

#footer #info .by a {
	color: #8f8d80;
	}

#footer #info p {
	padding-top: 125px;
	padding-left: 35px;
	font-size: 1.1em;
	position: relative;
	color: #585547;
	text-transform: none;
	}

#fancy_wrap {
	display: none;
	}

.csc-textpic-intext-right {padding-right: 15px;}

/* Countdown box in top left corner */
#sub-menu-content div.countdownBox {background: #F7F9FB; margin: 0 0 20px 4px; padding: 5px 5px 20px 5px;}
#content #sub-menu h4.countdown {text-align: center;}
#content #sub-menu h4.countdown span {color: #c3112f; font-size: 20px; font-weight: bold; display: block; padding-top: 5px;}

/* VIDEO Thumb*/
#content #sub-menu #Video {margin: 0 0 20px 10px;}
#content #sub-menu #Video h4 {padding-left: 0;}

/* Contacts table */
#contactsTable    {margin-bottom: 30px;}
#contactsTable *  {vertical-align: top; vertical-align: top; width: 100%; font-size: 12px; text-align: left;}
#contactsTable td {padding: 10px 20px 10px 0; width: 50%;}
#content #main-content #contactsTable h3 {font-size: 14px; padding-bottom: 10px;}

/* Attendee Lookup Button */
#content #sub-menu #lookupButton a {display:block; width: 160px; height: 126px; margin: 0 0 20px 10px; overflow: hidden;}
#content #sub-menu #lookupButton a img {margin-left: 0;}

/* e-card button */
#sendEcard a {display:block; width: 160px; height: 60px; background: #fff; margin: 0 0 30px 10px; overflow: hidden;}
#content #sub-menu #sendEcard a img {margin-left: 0;}

/* Koru element */
#koru {margin-left: 10px;}

/* Logo Rotate element */
#logoBox {width: 158px; height: 110px; background: #fff; margin: 0 auto;}

/* MainBanner Flash element */
#mainBanner {margin: 0 auto; text-align: center; width: 940px; height: 97px; background: url(/fileadmin/templates/eow2009/images/theme/content_bg1.png) repeat-y 50% 0;}
#mainBanner {padding-top: 3px;}

/* Turn off margins and paddings for images in left column */
#content #sub-menu img   {margin-left:0;}
#content #sub-menu a img {margin-left:0;}

/* Prelim Workshop table */
#PrelimWorkshop *      {vertical-align: top; text-align: center; font-size: 12px; border-collapse: collapse;}
#PrelimWorkshop table {border-left: 1px solid #4d7b9f; border-top: 1px solid #4d7b9f; margin-left:10px;}
#PrelimWorkshop table td {border-right: 1px solid #4d7b9f; border-bottom: 1px solid #4d7b9f;}
#content #main-content #PrelimWorkshop p.bodytext {margin-left:10px;}
#content #main-content #PrelimWorkshop table p.bodytext {text-align: center; margin: 10px 0;}
#content #main-content #PrelimWorkshop table p.bodytext b {text-decoration: underline;}

/* Outlook Button */
#below-sub-content {width: 178px; float: right;}
#addCalendar a {display:block; width: 160px; height: 60px; margin: 20px 10px 10px 10px; overflow: hidden;}
#addCalendar a img {margin-left: 0;}

/* Resetting left column elements */
#sub-menu-content div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image {margin: 0 0 0 10px !important;}

#joinEWEA {margin: 0 10px 0 0; float: right; padding: 20px 0 20px 0;}

/* JASON ADDED */
.subniv-0 li .subniv-1 {display: none;}
.subniv-0 li:hover .subniv-1 {display: block;}
.subniv-1 li .subniv-2 {display: none;}
.subniv-1 li:hover .subniv-2 {display: block;}

/* Content Table styles */
.contenttable    {vertical-align: middle; border: 1px solid #fff; border-collapse: collapse; width: 100%;}
.contenttable th {border: 1px solid #fff; margin: 0; text-align: center;}
.contenttable td {border: 1px solid #fff; margin: 0; padding: 2px 4px;}
#content #main-content .contenttable th p.bodytext {margin: 0; padding: 2px 0;}
#content #main-content .contenttable td p.bodytext {margin: 0; padding: 0;}

.contenttable#none {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #efeffa;}
.contenttable#none th {border: 0; margin: 0;}
.contenttable#none td {border: 0; margin: 0;}

.contenttable#none1 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #7FDAEE;}
.contenttable#none1 th {border: 0; margin: 0;}
.contenttable#none1 td {border: 0; margin: 0;}

.contenttable#none2 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #75BD52;}
.contenttable#none2 th {border: 0; margin: 0;}
.contenttable#none2 td {border: 0; margin: 0;}

.contenttable#none3 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #DC7BB4;}
.contenttable#none3 th {border: 0; margin: 0;}
.contenttable#none3 td {border: 0; margin: 0;}

.contenttable#none4 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #9EA8F0;}
.contenttable#none4 th {border: 0; margin: 0;}
.contenttable#none4 td {border: 0; margin: 0;}

.contenttable#none5 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #CCFFFF;}
.contenttable#none5 th {border: 0; margin: 0;}
.contenttable#none5 td {border: 0; margin: 0;}

.contenttable#none6 {vertical-align: middle; border: 0; border-collapse: collapse; width: 100%; background: #F8A432;}
.contenttable#none6 th {border: 0; margin: 0;}
.contenttable#none6 td {border: 0; margin: 0;}

.contenttable .tr-0 td {height: 20px;}
.contenttable .td-0 {font-weight: bold; min-height: 20px;}

/* PMA : 19/04/2011 */
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
/*    background:url(images/slider.png) no-repeat;*/
    width:160px;
    height:120px;
    margin:0 auto;
    padding-top:0px;
    margin-top:5px;
//	border:#C3112F 1px solid;
}

#slider-wrapper2 {
/*    background:url(images/slider.png) no-repeat;*/
    width:160px;
    height:120px;
    margin:0 auto;
    padding-top:0px;
    margin-top:5px;
//	border:#C3112F 1px solid;
}
#slider-wrapper3 {
/*    background:url(images/slider.png) no-repeat;*/
    width:160px;
    height:120px;
    margin:0 auto;
    padding-top:0px;
    margin-top:5px;
//	border:#C3112F 1px solid;
}
#slider-wrapper4 {
/*    background:url(images/slider.png) no-repeat;*/
    width:160px;
    height:120px;
    margin:0 auto;
    padding-top:0px;
    margin-top:5px;
    border:#C3112F 1px solid;
}

#slider {
	position:relative;
    width:160px;
    height:120px;
    margin-left:0px;
	background:url(http://www.offshorewind2011.info/fileadmin/templates/images/loading.gif) no-repeat 50% 50%;
}

#slider2 {
	position:relative;
    width:160px;
    height:120px;
    margin-left:0px;
	background:url(http://www.offshorewind2011.info/fileadmin/templates/images/loading.gif) no-repeat 50% 50%;
}
#slider3 {
	position:relative;
    width:160px;
    height:120px;
    margin-left:0px;
	background:url(http://www.offshorewind2011.info/fileadmin/templates/images/loading.gif) no-repeat 50% 50%;
}

#slider4 {
    position:relative;
    width:160px;
    height:120px;
    margin-left:0px;
    background:url(http://www.offshorewind2011.info/fileadmin/templates/images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:-23px;
}
.nivo-controlNav a {
	display:block;
	width:11px;
	height:11px;
	background:url(http://www.offshorewind2011.info/fileadmin/templates/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -11px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.offshorewind2011.info/fileadmin/templates/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* PMA 11/05/2011 : News  & Highlight button styles */

#h99 {
/* Sliding right image */
background: transparent url('http://www.offshorewind2011.info/fileadmin/eow2011_images/homepage/hor_btn_right2.png') no-repeat scroll top right; 
display: block;
float: left;
height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 8px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
text-shadow : 2px 2px 1px white;
color: #4D7B9F;
font-size:15px;
font-weight:bold;
}
#h99 span {
/* Background left image */ 
background: transparent url('http://www.offshorewind2011.info/fileadmin/eow2011_images/homepage/hor_btn_left2.png') no-repeat; 
display: block;
line-height: 32px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 0px 0 5px 10px;
} 

#h100 {
/* Sliding right image */
background: transparent url('http://www.offshorewind2011.info/fileadmin/eow2011_images/homepage/ver_btn_btm.png') no-repeat scroll bottom left;
display: block;
float: left;
width: 160px; /* CHANGE THIS VALUE ACCORDING TO IMAGE width */
margin-right: 6px;
padding-bottom: 9px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE height */
/* FONT PROPERTIES */
text-decoration: none;
/*text-shadow : 2px 2px 1px white;*/
color: #4D7B9F;
font-size:16px;
font-weight:bold;
}
#h100 span {
/* Background left image */ 
background: transparent url('http://www.offshorewind2011.info/fileadmin/eow2011_images/homepage/ver_btn_top.png') no-repeat; 
display: block;
line-width: 160px; /* CHANGE THIS VALUE ACCORDING TO BUTTON width */
padding-top: 10px;
padding-left: 10px;
} 



/* EXHIBITOR ZONE */
#content #main-content #exhibZoneButtons {
margin: 20px 0 0 0;
}
#content #main-content #exhibZoneButtons p {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/exZoneButton_r.jpg) 0 0 #79bde8 no-repeat;
color: #fff;
display: block;
float: left;
height: 68px;
margin: 0 10px 10px 0;
padding: 0px;
position: relative;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 228px;
}
#content #main-content #exhibZoneButtons p a.exzoneButton {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/exZoneButton.jpg) 0 0 #005596 no-repeat;
color: #fff;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
height: 68px;
padding: 0px;
text-align: left;
text-decoration: none;
vertical-align: middle;
width: 228px;
}
#content #main-content #exhibZoneButtons p .alert {
background: none;
color: #ff0;
display: block;
float: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
height: auto;
padding: 0;
position: absolute;
left: 60px;
bottom: 10px;
text-align: left;
text-decoration: none;
width: auto;
}
#content #main-content #exhibZoneButtons p a.exzoneButton:hover {
background: none;
}
.feLogout         {float:right; background: #005596; color: #fff;}
.feLogout:hover {background: #79bde8;}

.tx-felogin-pi1 fieldset {
    border: 1px solid #c1002c;
    margin: 10px 0 0;
    padding: 10px;
}
.tx-felogin-pi1 legend {color: #c1002c;}

.tx-felogin-pi1 .feSubmit {
    background: none repeat scroll 0 0 #005596;
    color: #FFFFFF;
    margin: 15px 0 0;
}
.tx-felogin-pi1 .feSubmit:hover {
    background: none repeat scroll 0 0 #005596;
}

#content #main-content #exhibZoneButtons p a.exzoneButton span {
display: block;
float: left;
height: 43px;
padding: 25px 0 0 60px;
text-align: left;
text-decoration: none;
vertical-align: middle;
width: 168px;
}

#sub-menu-navigation .subniv-0 li .subniv-1 {
    display: block;
}

#regist span   {background: url(/fileadmin/templates/eow2009/images/icons/regist.png) 20px 16px no-repeat;}
#exman span {background: url(/fileadmin/templates/eow2009/images/icons/exman.png) 20px 16px no-repeat;}
#contact span {background: url(/fileadmin/templates/eow2009/images/icons/contact.png) 20px 16px no-repeat;}
#dload span   {background: url(/fileadmin/templates/eow2009/images/icons/dload.png) 20px 16px no-repeat;}
#freecat span {background: url(/fileadmin/templates/eow2009/images/icons/freecat.png) 20px 16px no-repeat;}
#promo span {background: url(/fileadmin/templates/eow2009/images/icons/promo.png) 20px 16px no-repeat;}
#roi span      {background: url(/fileadmin/templates/eow2009/images/icons/roi.png) 20px 16px no-repeat;}
#regist span  {background: url(/fileadmin/templates/eow2009/images/icons/regist.png) 20px 16px no-repeat;}
#acco span  {background: url(/fileadmin/templates/eow2009/images/icons/acco.png) 20px 16px no-repeat;}

.red {color: #a43137;}

.regButtons {clear: both;}

.regButtons span {
background: transparent url('/fileadmin/eow2011_images/homepage/hor_btn_right2.png') no-repeat scroll top right; 
display: block;
float: left;
height: 32px;
margin: 0 6px 10px 0;
padding: 0 10px 0 0;
text-decoration: none;
text-shadow : 2px 2px 1px white;
color: #4D7B9F;
font-size:15px;
font-weight:bold;
}

.regButtons a {
background: transparent url('/fileadmin/eow2011_images/homepage/hor_btn_left2.png') no-repeat; 
display: block;
line-height: 32px;
padding: 0px 0 5px 10px;
text-decoration: none;
color: #005596;
} 

.regButtons a:hover {
color: #a43137;
padding: 1px 0 4px 10px;
} 

#content #main-content .registerButton {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/exZoneButton_r.jpg) 0 0 #005596 no-repeat;
height: 68px;
padding: 0px;
width: 228px;
margin: 20px auto;
clear: both;
}

#content #main-content .registerButton a {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/exZoneButton.jpg) 0 0 #005596 no-repeat;
color: #fff;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
height: 68px;
line-height: 68px;
padding: 0px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 228px;
text-shadow: #005596 1px 1px 2px;
}

#content #main-content .registerButton a:hover {
background: none;
}


#content #main-content .registerButton2 {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/2exZoneButton_r.jpg) 0px 5px no-repeat;
height: 48px;
padding-top: 5px;
width: 160px;
margin: 5px auto;
clear: both;
}

#content #main-content .registerButton2 a {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/2exZoneButton.jpg) 0 0 no-repeat;
color: #fff;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 48px;
line-height: 16px;
padding-top: 5px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 160px;
text-shadow: #005596 1px 1px 2px;
}

#content #main-content .registerButton2 a:hover {
background: none;
}

#content #sub-content .registerButton2 {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/2exZoneButton_r.jpg) 0px 5px no-repeat;
height: 48px;
line-height: 16px;
padding-top: 5px;
width: 160px;
margin: 5px auto;
clear: both;
}

#content #sub-content .registerButton2 a {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/2exZoneButton.jpg) 0 0 no-repeat;
color: #fff;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
height: 48px;
line-height: 16px;
padding-top: 5px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 160px;
text-shadow: #005596 1px 1px 2px;
}

#content #sub-content .registerButton2 a:hover {
background: none;
}

#content #sub-content .registerButton2 br {
display: none;
}

#content #sub-content .registerButton2 a br {
display: block;
}


/*PMA: new bigger register - 18/10/2011 */

#content #sub-content .registerButton3 {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/3exZoneButton_r.jpg) 0px 5px no-repeat;
height: 68px;
line-height: 14px;
padding-top: 5px;
width: 158px;
margin: 5px auto;
clear: both;
}

#content #sub-content .registerButton3 a {
background: url(http://www.offshorewind2011.info/fileadmin/templates/images/buttons/3exZoneButton.jpg) 0 0 no-repeat;
color: #fff;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
height: 68px;
line-height: 16px;
padding-top: 10px;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 158px;
text-shadow: #005596 1px 1px 2px;
}

#content #sub-content .registerButton3 a:hover {
background: none;
}

/*PMA: top left btn - 27/07/2011 */
#tr-part {
background: url(http://www.offshorewind2011.info/fileadmin/eow2011_images/homepage/bg_macaron.png) no-repeat 0 0px;
/*display: none;*/
height: 70px;
margin-top: 0px;
padding-top:40px;
padding-left: 25px;
color:white;
text-decoration: none;
text-shadow: 1px 1px 2px #333333;
font-size: 1.2em;
float: right;
font-weight: bold;
outline: none;
position: relative;
width: 87px;
z-index:1;

/*.extraLearn {background: url(http://www.offshorewind2011.info/fileadmin/templates//eow2009/images/theme/extraLearning.gif) 0 0 no-repeat;}*/
.extraLearn ul {background: #f6eaeb; padding: 8px 8px 8px 25px}
#content #main-content .extraLearn ul li {padding: 2px 0 8px 0; color: #a43137;}
#content #main-content .extraLearn ul li a {color: #000;}

/* FB like */
.fb-like {margin: 10px 0 10px 0;}
