@charset "UTF-8";
body {
	font-size:62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../../../images/stories/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #A4A4A4;
}

a:hover {
	/*text-decoration: underline;*/
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
.clearfloats {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

.pagewidth {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#mediapanel {
	border-bottom: solid 1px #442310;
	background-color: #442310;
	height: 290px;
	background-image: url(../../../images/stories/header-panels/run-for-cover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#mediapanel .pagewidth {position: relative;}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../../../images/stories/core/zozo-art.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 320px;
}
.logo a {display: block; height: 100px;
	width: 320px;}


.logo a span {position: absolute; top: -2000px;}

#mainnavigation {	border-bottom: solid 1px #442310; margin-bottom: 20px; position: relative; z-index: 10;}

#mainnavigation div.mailme {float: left; width: 200px;}

#mainnavigation div.mailme a {
	padding-top: 9px;
	padding-left: 6px;
	font-size: 16px;
	display: block;
	color: #613617;
}

#mainnavigation div.mailme a:hover {color:#000;}

#mainnavigation ul {
	height: 30px; padding-left: 220px;
	
}

#mainnavigation ul li {
	display: block;
	float: left; position: relative;
}

#mainnavigation ul li a {
	display: block;
	font-size: 16px;
	float: left;
	
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainnavigation ul li a:hover {}

#mainnavigation ul li ul {
	display: none;
	background-color: #fff;
	width: 250px;
	padding-left: 0px;
	}

#mainnavigation ul li:hover ul { display: block; position: absolute; top: 30px; left: 0px; }

#mainnavigation ul li ul li {float: none;position:static;}

#mainnavigation ul li ul li a {float: none; background-color: #fff; border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.leftcolumn {width: 200px; float: left; padding-right: 30px; position: relative; z-index: 1;}

.centrecolumn {width: 500px; float: left;}

.centrecolumn p {font-size: 13px; line-height: 18px; padding-bottom: 13px;}

.rightcolumn {width: 200px; float: left; padding-left: 30px;}


.rightcolumn .emailsignup {
	background-color: #82441A;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	background-image: url(../../../images/stories/core/sign-up-back.png);
	background-repeat: no-repeat;
}
 
 .rightcolumn .emailsignup p {color: #fff; font-family:Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 17px; padding-bottom: 10px;}
 
  .rightcolumn .emailsignup form {}
  
    .rightcolumn .emailsignup form p {}
	
	  .rightcolumn .emailsignup form p label {}
	  
	    .rightcolumn .emailsignup form p input {
	margin-top: 2px;
	font-size: 12px;
	padding: 2px;
	width: 176px;
	background-color: #F5E2C9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
		  .rightcolumn .emailsignup form p.submit {}
		  
		    .rightcolumn .emailsignup form p.submit input {background-color: #fff; padding: 2px;
	width: 180px;}
	
	.rightcolumn .emailsignup form p.submit input:hover {
	background-color: #CCFF99; cursor: pointer;
}
  
.rightcolumn h2 {
	color: #503117;
	font-weight: normal; padding-left: 10px;
}


#footer { clear: both; border-top: solid 1px #442310; padding-top: 10px; }

