@charset "utf-8";

/*---------------------------------------------

Filename: main_styles.css
Title: Main Styles for www.redcellsecurity.co.uk
Author: Dave Whitehead - dave.whitehead2@ntlworld.com

Look but don't touch!

Dark Red: #5c1314


---------------------------------------------*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../assets/body_background.gif) repeat-x top center;
}
* {margin: 0px; padding: 0px;}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

/*----------------------------- Sub Navigation --*/

#subnav {
	width: 900px;
	height: 30px;
	background: url(../assets/subnav_background.gif) repeat-x top center;
}
#subnav ul {
	margin: 0px 0px 0px 650px;
	padding: 0xp;
	list-style: none;
}
#subnav li {
	float: left;
}
#subnav a:link, #subnav a:visited {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px;
}
#subnav a:hover {
	background: url(../assets/subnav_hover.jpg) repeat-x top center;
}




/*----------------------------- Masthead --*/

#masthead {
	width: 900px;
	height: 130px;
	background: url(../assets/masthead_background.jpg) no-repeat top center;
}




/*----------------------------- Main Navigation --*/

#mainnav {
	width: 900px;
	height: 30px;
	background: url(../assets/mainnav_background.jpg) no-repeat top center;
}
#mainnav ul {
	margin: 0px 0px 0px 30px;
	padding: 0xp;
	list-style: none;
}
#mainnav li {
	float: left;
	background: url(../assets/nav_divider.gif) no-repeat top left;
	position: relative;
}
#mainnav a:link, #mainnav a:visited {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 15px;
}
#mainnav a:hover {
	background: url(../assets/mainnav_hover.gif) repeat-x top center;
}

/*-- Drop down menu --*/
#mainnav ul li ul {
	display: none;
	position: absolute;
	background-color: #7a7a7a;
	left: -30px;
	top: 30px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
}
#mainnav ul li ul li{
	background-image: none;
	float: none;
}
#mainnav li ul li a:link, #mainnav li ul li a:visited {
	display: block;
	font-size: .7em;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	width: 225px;
	padding: 0px 0px 0px 10px;
}
#mainnav li ul li a:hover {
	background-color: #5c1314;
	color: #FFFFFF;
	background-image: none;
}
#mainnav ul li:hover ul {
	display: block;
}



/*----------------------------- Content --*/


/*--Home Page--*/

body#home #leftcol {
	width: 260px;
	float: left;
	margin: 0px 40px 0px 30px;
}
body#home #main_content {
	width: 250px;
	float: left;
	background: url(../assets/homepanel_back.jpg) no-repeat left top;
	padding-top: 10px;
	margin-top: 0px;
}
body#home #main_content h1 {
	font-size: 1em;
	line-height: 1.3em;
	color: #5c1314;
	margin-bottom: .5em;
}
body#home #main_content p {
	padding-left: 20px;
}
body#home #main_content img {
	float: left;
	margin: 0px 15px 0px 20px;
}
body#home #rightcol {
	width: 250px;
	float: right;
	margin: 0px 30px 0px 0px;
	background: url(../assets/homepanel_back.jpg) no-repeat left top;
	padding-top: 10px;
}
body#home #rightcol h1 {
	font-size: 1em;
	line-height: 1.3em;
	color: #5c1314;
	margin-bottom: .5em;
}
#rightcol img {
	float: left;
	margin: 0px 15px 0px 20px;
	border: solid 1px #666666;
}
body#home #rightcol p {
	font-size: .75em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: .7em;
	padding-left: 20px;
}
body#home #rightcol ul {margin-left: 30px; margin-bottom: 15px;}
body#home #rightcol ul li p {margin-bottom: 0px;}

.newsdate {
	color: #003366;
	font-size: .7em;
	display: block;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: .3em;
}
a.newstitle:link, a.newstitle:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 1.5em;
	display: block;
}
a.newstitle:hover {
	color: #5c1314;
}

#homebanner {	
	width: 900px;
	height: 210px;
}

#content {
	width: 900px;
	background: url(../assets/content_back.gif) repeat-y top center;
	float: left;
	padding: 0px 0px 0px 0px;
}
div#content div#main_content p img.companylogos {
float: left;
margin: 0px 20px 0px 0px;
}


/*--Contact Page--*/

body#contact #leftcol {
	width: 230px;
	float: left;
	margin: 40px 30px 0px 30px;
}
body#contact #main_content {
	width: 570px;
	float: right;
	margin: 30px 30px 0px 0px;
}



.heximage {
	float: right;
	margin: 10px 0px 10px 30px;
}




/*----------------------------- Left Column --*/

#leftcol {
	width: 180px;
	float: left;
	margin: 30px 0px 0px 30px;
}
#leftcol h1 {
	font-size: 1em;
	line-height: 1.3em;
	color: #5c1314;
	margin-bottom: .5em;
}
#leftcol p {
	font-size: .75em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: .7em;
}
#leftcol blockquote {
	background: url(../assets/quote_back.jpg) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: .8em;
	line-height: 1.4em;
	font-style: italic;
	padding: 13px 18px 13px 13px;
	margin-top: 20px;
}
#leftcol cite {
	color: #5c1314;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-right: 50px;
}





/*----------------------------- Main Content --*/

#main_content {
	width: 630px;
	float: right;
	margin: 30px 30px 0px 0px;
}
#main_content img {
float: right;}
#main_content h1 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #5c1314;
}
#main_content h2 {
	font-size: .9em;
	line-height: 1.2em;
	color: #666666;
	margin-bottom: 1em;
}
#main_content h3 {
	font-size: .8em;
	line-height: 1em;
	color: #5c1314;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2em 0em .5em 0em;
}
#main_content p {
	font-size: .75em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: .7em;
}
#main_content ul {
	font-size: .75em;
	line-height: 1.4em;
	color: #333333;
	margin: 0px 0px 15px 30px;
}
#main_content li {
	font-weight: bold;
	list-style-image: url(../assets/red_bullett.gif);
}
#main_content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: italic;
	color: #999999;
	margin: 0px 10px 15px 30px;
	
}
#main_content a:link, #main_content a:visited {
	text-decoration: none;
	color: #5c1314;
	font-weight: bold;
}
#main_content a:hover {
	color: #666666;
}
#rightcol a:link, #rightcol a:visited {
	text-decoration: none;
	color: #5c1314;
	font-weight: bold;
}
#rightcol a:hover {
	color: #666666;
}

/*----------------------------- Footer --*/

#footer {
	width: 900px;
	height: 180px;
	background: url(../assets/footer_background.jpg) no-repeat top center;
	font-size: .7em;
	color: #666666;
	clear: both;
	padding-bottom: 30px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
#foot1, #foot2, #foot3 {float: left; margin-top: 100px;}
#foot1 {
	width: 220px;
	margin-left: 30px;
}
#foot2 {
	width: 350px;
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: #5c1314;
}
#foot3 {
	width: 150px;
}
#footer .tel {background: url(../assets/icon_tel.jpg) no-repeat left center; padding-left: 30px;}
#footer .mail {background: url(../assets/icon_email.jpg) no-repeat left center; padding-left: 30px;}

#footer a.footlinkred:link, #footer a.footlinkred:visited {
	color: #5c1314;
	font-weight: bold;
} 
#footer a.footlinkred:hover {
	text-decoration: underline;
}




/*----------------------------- Forms --*/

form#maincontact {
}

fieldset {
	border: none;
	margin-bottom: .2em;
	padding: 10px 0px;
}

legend {
	font-size: .7em;
	font-weight: bold;
	padding: 10px 0px -10px 0px;
	color: #666;
	text-transform: uppercase;
}
form#maincontact fieldset ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form#maincontact fieldset li {
	margin: 5px 0px;
	list-style-image: none;
}
form#maincontact fieldset ul li.code {
	margin-left: 0px;
}
form#maincontact label {
	font-size: 1em;
	display: block;
/*	float: left;
	margin-right: 1em;
	width: 7em;
	text-align: right;*/
	color: #666666;
}
form#maincontact input {
	width: 75%;
	font-size: 1.2em;
	margin: 5px 5px 0px 0px;
	padding: 4px 0px;
	
}
form#maincontact input#txtPostcode, form#maincontact input#captchacode {width: 20%;}
form#maincontact input.submit {
	width: auto;
	margin-left: 0px;
	font-size: 1em;
}
form#maincontact textarea {
	width: 70%;
	height: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

form#filter label {
	margin-right: 15px;
}

form#filter legend {
	text-transform: uppercase;
	font-size: .7em;
	font-weight: bold;
	margin-left: 0px;
	color: #3f4965;
}

form#maincontact fieldset ul li.code a:link, form#maincontact fieldset ul li.code a:visited {color: #666666;}
form#maincontact fieldset ul li.code a:hover {color: #206170;}

img#imgCaptcha {float: left; margin-right: 10px;}






