@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg.gif);
	background-color: #a5aec1;
	font-family: Arial, Times New Roman;
	font-size: 11px;
	padding:0;
	margin:0;
}

#container {
	width: 800px;
	margin-left: 93px;
}

#header{
	height: 180px;
}

#logo{
	position:absolute;
	z-index: 10;
}

#content{
	background-image: url(http://silverpr.co.uk/wp-content/themes/silverPR/images/bg_content.gif);
	background-color: #fff;
	border: 1px solid #545454;
	min-height:800px;
	margin-bottom: 100px;
	padding-bottom: 100px;
}

#navigation{
	font-family: "Times New Roman", Times, serif;
	height: 100px;
}
#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
 
#navigation li {
  float: left;
  position: relative;
  top: 150px;
  left: 542px
  }

#navigation li:hover ul, li.over ul{ display: block; }

a.navi:link, a.navi:active, a.navi:visited {
  display: block;
  float: left;
  height:12px;
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
  text-decoration: none;
  font-size: 16px;
  color:#3f487c;
  text-align:left
}

a.navi:hover {
  color:#000;
}

#sidebar{
	width:174px;
	float:right;
	height: 100%
}

#sidebar h2{
	font-family: Times New Roman;
	font-size: 13px;
	padding-top: 14px;
	color: #313131;
}

#sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
 
#sidebar li {
  
  }

#sidebar li:hover ul, li.over ul{ display: block; }

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
  font-family: "Times New Roman", Times, serif;
  display: block;
  height:12px;
  margin: 0 0 0 0;
  padding: 1px 0 6px 0;
  text-decoration: underline;
  font-size: 11px;
  color:#3d467c;
  text-align:left
}
#sidebar a:hover {
  color:#000;
  text-decoration: none;
}

#spacer{
	height: 43px;
}

.entry{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top:30px;
	padding-bottom:10px;
	color: #313131;
	margin-left: 73px;
	width: 468px;
}
.break{
	clear:both;
	border-bottom:1px dotted #999;
	margin-left: 73px;
	padding-top: 10px;
	width: 468px;
}
.entry h1{
	font-family: Times New Roman, Times;
	font-size: 18px;
	line-height: 20px;
	color: #3d467c;
}
.entry h5{
	font-family: Times New Roman, Times;
	font-size: 11px; 
	color: #999;
}

.entry img{
	float:left;
	padding: 8px;
	border:1px solid #c0c0c0;
	margin-right: 20px;
	margin-bottom: 10px;
}
.entry li{
	list-style-type: none;
	margin-left: 190px;
}
.entry a:link, .entry a:active, .entry a:visited {
  font-family: Times New Roman, Times;
  font-weight: bold; 
  text-decoration: none;
  font-size: 12px;
  color:#3f487c;
}

.entry a:hover {
  color:#000;
}

#footer{
	float:none;
	clear:both;
}

input.fir{
	border: 0px;
	width: 280px;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color:#303369;
}
input.sec{
	border: 0px;
	width: 280px;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303369;
	background-color:#bec8dd;
}
textarea.fir{
	border: 0px;
	width: 280px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color:#303369;
}
textarea.sec{
	border: 0px;
	width: 280px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 11px;
	color: #303369;
	background-color:#bec8dd;
}
.senden{
	border: 0px;
	width: 284px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color:#303369;
}


.alignleft a:link, .alignleft a:active, .alignleft a:visited {
  font-family: "Times New Roman", Times, serif;
  float: left;
  height:12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
  font-size: 12px;
  color:#3f487c;
  text-align:left;
  position: relative;
  left: 73px;
  top: 10px;
}

.alignleft a:hover {
  color:#000;
}

.alignright a:link, .alignright a:active, .alignright a:visited {
  font-family: "Times New Roman", Times, serif;
  float: right;
  height:12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
  font-size: 12px;
  color:#3f487c;
  text-align:left;
  position: relative;
  top: 10px;
  right: 256px;
}

.alignright a:hover {
  color:#000;
}