/*************************************
 * TITLE: RobPoll.co.uk              * 
 * URI  : css/style.css              *
 * MODIF: 2005-Aug-23                *
 * MEDIA: Screen                     *
 *************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858484;
}
body {
	background: #213975;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#content {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 785px;
	background: url(../img/foot_bg.jpg) repeat-y;
}
#container {
	margin-top: 20px;
	margin-right: 230px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: justify;
}
#container2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.bghome {
	background: #FFFFFF url(../img/bg_home.jpg) no-repeat 0px bottom;
}
.bgelec {
	background-image: url(../img/bg_elec.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 43px;
}
.bginspec {
	background-image: url(../img/bg_inspec.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 43px;
}
.bgfire {
	background-image: url(../img/bg_fire.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 43px;
}
.bgclient {
	background-image: url(../img/bg_client.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 43px;
}
.footerbg {
	background: url(../img/footer.jpg) no-repeat top;
}
.footerbg2 {
	background: url(../img/footer2.jpg) no-repeat top;
}
#footerlinks {
	margin-top: 22px;
	margin-left: 110px;
	color: #FFFFFF;
	margin-right: 110px;
	font-size: 12px;
}


html {
	height: 100%;
}


/* Header styles ***********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #F7CB06;
	border-bottom: 1px dotted #1F4C87;
	margin-bottom: 10px;
	font: normal 16px Arial, Helvetica, sans-serif;
	background: #213975;
	padding: 2px;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
	font-size: 100%;
	color: #F7CB06;
	padding: 2px;
	background: #253E80;
	font-weight: normal;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 10px;
 color: #FFFFFF;
}


/* Link styles *************************************************/
a:link, a:visited, a:hover {
	color: #3254AB;
	text-decoration: none;
	font-weight: bold;
	border-width: 0px;
}

a:hover {
	text-decoration: underline;
}
#footerlinks a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
	size: 12pt;
	font-size: 12px;
}

#footerlinks a:hover {
	text-decoration: underline;
	color: #F7CB06;
}
/* Nav styles **************************************************/

.nav a {
	text-decoration:none;
	color: #1473EB;
}

table.nav td {
	border: 2px solid #1473EB;
	color: #1471EA;
	text-align: center;
	width: 16%;
	background: center;
	vertical-align: middle;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
table.nav td a, table.nav td a:visited{
	color: #1471EA;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	background: center;
	vertical-align: middle;
	height: 30px;
	display: block;
}
table.nav td a:hover{
	color: #FFFFFF;
	background: #1473EB;
	display: block;
	padding: 0px;
	margin: 0px;
}
.navHover {
	cursor: pointer;
	border-bottom: 1px solid #E6E4CA;
	color: #FFFFFF;
	height: 20px;
	background: #CCCCCC;
	text-decoration:none;
}
.divider {
	border-right: 1px solid #E6E4CA;
}
table.sitemap a, table.sitemap a:visited {
	color: #1473EB;
	text-decoration: none;
}
table.sitemap a:hover {
	color: #1473EB;
	text-decoration: underline;
}

/* Side Col styles **********************************************/

.navHead {
	color: #383838;
	background-color: #CCCCCC;
}


/* Layout styles ************************************************/

table {
	border: 0px;
}
td {
	border: 0px;
}


/* Footer styles **************************************************/

.creds {
	color: #0D48D0;
	font-size: 11px;
	text-align: right;
	background: #E0EDFD;
	padding: 4px;
}
.creds a, .creds a:active, .creds a:visited {
	color: #0D48D0;
	text-decoration:none;
}
.creds a:hover {
	text-decoration: underline;
}

/* Content styles **************************************************/


#main-copy {
	padding: 10px 15px 10px 15px;
}

#main-copy q {
  color: #cccccc;
  background-color: transparent;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
}
input, textarea {
	border: 1px solid #0015AF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #0015AF;
}

.inputbutton {
	background: #1264E2;
	color: #FFFFFF;
}
a img {border:none; }
