/* ========== Main Layout =============== */
body {
color: #333333;
font-family:'Trebuchet MS';
font-size:100%;
height:100%;
}

body.bodymain{
	margin:0;
    margin-top:10px;
    width:100%;
	background-color: #090721;
}

h1 {
position:absolute;
left:inherit;
z-index:1;
font-size:167%;
margin:-20px 0px 0px 50px;
color:#fdfdfd;
}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}


a {
	color: #CC5500;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC5500;
	font-weight: normal;
}

/* ========== Main Layout =============== */

#bandeau{
position:absolute;
left:0;
top:88px;
height:54px;
width:100%;
background:#444444 url(./images/home/bleu-blanc-rouge.jpg) repeat-x;
z-index:0;
}
#header{
	background:url('images/home/pompiers-de-paris-top_header.jpg') no-repeat;
	width:100%;
	height:152px;
	position:relative;
    margin-bottom:2px;
}
#logo{
	margin-left:10px;
}

#container {
	padding:0;
    margin:0px auto;
	width:1053px;
	background: url(./images/home/pompiers-de-paris-body-bg.jpg) repeat-y;
}

/* ========== Category Navigation =============== */
#navigation{
      position:absolute;
      top:79px;
      margin-left:20px;
}

#mainmenu li{
	display:inline;
    margin-right:15px;
}

#mainmenu a{
    font-size:16px;
	color: #eee;
    font-weight: bold;
}

#mainmenu a:hover{
    color:#fff;
}
/* ========== Main content =============== */
#maincontent {
    font-size:100%;
    margin:20px 0px 5px 20px;
    width:575px;
    float:left;
}

#maincontent img {
    border:none;
    text-decoration:none;
}

/* ========== Side content =============== */
#sidecontent {
	color: #fff;
	font-size:100%;
	width:430px;
	float:right;
	margin: 5px 22px 10px 0px;
}

#sidecontent a {
	color: #CC5500;
	background-color:#EEEEEE;
}

#sidecontent h3 { 
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	color: #EEEEEE;
	background-color:#999999;
}


/* ========== Footer =============== */

.bottom{
	width:314px;
	margin:0 auto;
	padding:0;
	background: url(./images/home/rounded_corner_bottom.png) no-repeat;
	height:11px;
}


#footer {
	height:28px;
	font-size:70%;
	font-weight:bold;
	line-height:1.5em;
	width: 100%;
	clear:both;
	text-align:center;
	background:url(./images/home/pompiers-de-paris-footer.jpg) no-repeat;
}

#footer	a {
	text-decoration: none;
}

#footer	a:hover {
	color:#CC5500;
	background-color:#EEEEEE;
	font-weight: normal;
	text-decoration: underline;
}

/* ========== VMT RELATED =============== */
#panel{
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	width:150px;
	top:0;
	z-index:1;
}

/* ========== Youtube videos =============== */
 ul.videoList{
margin:0;
padding:0; 
margin-left:auto;
margin-right:auto;
list-style:none;
  }
  li.videolink{
  width:130px;
  height:120px;
  float:left;
  margin-right:5px;
margin-bottom:3px;
  padding:4px;
  background:#666666;
   }
li.videolink a{
text-decoration:none;
display:block;
width:100%;
text-align:center;
  }
span.videotitle {
text-transform:capitalize;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
display:block;
width:130px;
font-size:11px;
font-weight:bold;
text-align:center;
background:#CCCCCC;
margin:4px auto auto auto;
}


/* #searchResults{
width:1080px;
height:570px;
margin-left:auto;
margin-right:auto;
 background:#333;
}*/

#searchResultsNavigation{
clear:both;
background:#222;
width:570px;
margin-bottom:10px;
}
#previousPageButton{
width:250px;
margin-left:5px;
margin-bottom:10px;
}
#nextPageButton{
width:250px;
margin-left:5px;
margin-bottom:10px;
}

