/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */


body {
	position:relative;
	height:100%;
	background-color:#515151;
	margin:0px; 
}

p	{font-size:12px;}

#top {
	background-image:url(images/styles/mainbg.gif); 
	background-repeat:repeat-x; 
	background-position:top center; 
	background-color:#ffffff;
}
	
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-image:url(images/styles/mainbg.gif); 
	background-repeat:repeat-x; 
	background-position:top center; 
	background-color:#ffffff;
}
#container_2,#container_3 {
	position:relative;
}
#container_4 {
	position:relative;

}

#header {
	width:960px;
	height:100px;
 	background-image: url(images/styles/headerbg.jpg);
	background-repeat:no-repeat; 
	}
	
#name {
	width:540px;
	float:right;
	padding-top:10px;
	text-align:right;
	padding-right:15px;
	letter-spacing:.02em;
	}
.coname {
	color:#ba1e1c;
	font-size:26px;
	line-height:28px;
	}
	
.tag {
	color:#756c6a;
	font-size:18px;
	line-height:22px;
	}
/* ***************************************************************************** */
/* BANNER */
#bannerborder {
	position:relative;
	width:425px;
	height:300px;
	border:4px solid #ba1e1c;

	
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	z-index:10;
	height:25px;

}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	position:relative;
	width:960px;
	margin-top:65px;
	background-image:url(images/maincontbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	}
#left_column {
	position:relative;
	width:490px;
	padding:20px 10px;
	float:left;
	}
	
#right_column {
	position:relative;
	width:440px;
	margin-top:20px;
	float:right;
	margin-bottom:20px;
	}
#clear_column {
	clear:both;
}

#contentspace {
	width:960px;
	height:140px;
	}
/* ***************************************************************************** */
/* FOOTER */
#footerbg {
	background-color:#515151; 
	background-image:url(images/footerbg1.jpg);
	background-repeat:repeat-x;
	}
#footer {
	position:relative;
	background-color:#515151;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:147px;
	padding-top:10px;
	width:960px;
	margin:0 auto;
}

#copyright {
	float:left;
	width:400px;
	height:50px;
	font-size:14px;
	color:#838282;
	padding-top:7px;
	}
	
#parcslogo {
	float:left;
	width:80px;
	}
	
a.parcslogo {
	  display: block;
	  width: 53px;
	  height: 65px;
	  background: url(../images/parcs-grey.jpg) 0 0 no-repeat;
	  text-decoration: none;
      }
       
a:hover.parcslogo {
	  background-position: -54px 0;
  	}

#groundsupport {
	float:left;
	width:290px;
	padding-top:20px;
	}
	
a.groundsupport {
	  display: block;
	  width: 296px;
	  height: 30px;
	  background: url(../images/groundsupport-grey.jpg) 0 0 no-repeat;
	  text-decoration: none;
      }
       
a:hover.groundsupport {
	  background-position: 0 -31px;
  	}

#roofguard {
	float:left;
	width:280px;
	padding-top:10px;
	}
	
a.roofguard {
	  display: block;
	  width: 215px;
	  height: 40px;
	  background: url(../images/roofguard-grey.jpg) 0 0 no-repeat;
	  text-decoration: none;
      }
       
a:hover.roofguard {
	  background-position: 0 -41px;
  	}	

#logos {
	float:left;
	width:960px;
	padding-bottom:10px;
	clear:both;
	}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:absolute;
	width:175px;
	height:173px;
	text-align:left;
	margin-right:auto;
	margin-left:10px;
	margin-top:0px;
	color:#FFFFFF;
} 

/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}

:focus {outline:none;}

img {border:0;}

#plujo {
	position:relative;
	float:right;
	width:200px;
	font-size:11px;
	color:#838282;
	text-align:right;
	}