/* Styles that apply for Trident Red */

* { 
	padding: 0; 
}
html {border: 0; margin: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 					/* Technique I'm going for here is the keywords + percentages combo as described by Dan Cederholm. */
	line-height: 130%;
	font-weight: normal;
	color: #6f6f6f;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}
h1 {font-size: 75%;
} 			
										
										
										
p, dt, dd, ul {
	font-size: 85%;
}
h2 {
	color: #7c0304;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
}
h3 {
	color: #7c0304;
	font-weight: normal;
	font-size: 120%;
}
h4 {
	color: #7c0304;
	font-weight: normal;
}
.center_heading {
	text-align: center;
}
.emphasis {
	font-size: 110%;
	color: #7c0304;
}
/* wrappers, containers, self clearing code */

#wrapper {
	height: auto;
	width: 980px;
	margin: 0 auto 0 auto;					
	padding: 0;
	overflow: hidden;
}
#footer_wrapper {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	clear: both;
}
#navcontainer {									 
	width: 380px;							
	float: right; 
	margin-top: 28px; 								
}
#nav {
	padding: 10px 0 10px 0; 								 
	list-style: none;
	display: inline;
	margin: 0;
	float: right;
}
#nav li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
	display: inline;
}
#nav a {
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	color: #fff;
	height: 29px;
}
#nav a:hover    {
	background-image: url(images/rollover_cut.png);
	background-repeat: repeat-x;
	background-position: left center;	
	color: #301d00;
}
#nav a:active,  #nav a.selected  { 				
												
	background-image: url(images/rollover_cut.png);
	background-repeat: repeat-x;
	background-position: left center; 		
	color: #301d00;	
}

/* Banner Styles including all banner heading image replacements*/

#indexbanner {
	width: 980px;
	height: 250px;
	clear: both;
	padding-top: 20px;
}
.bannertext {							/* This width needs to be adjusted to control the width of the faux text 'container'. */
	width: 550px;					/* Some padding may need to be set as the design develops. */
	clear: both;	
	float: left;								/* The clear is set to ensure that the text doesn't try and float up around the heading. */
	color: #ffffff;
	font-size: 120%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 0;
}
#bannerimage {	
	float: right;
	padding: 5px 0 0 0;	
	text-decoration: none;
	border: none;
}
#bannerbutton {	
	float: right;
	padding: 10px 90px 0 0;	
	text-decoration: none;
	border: none;
}
#bannerheader {
	width: 500px;
	float: left;
}
#bannerheader h2 {
	padding-top: 5px;
	font-size: 200%;
	line-height: 110%;
	color: #fff;
}
#banner_benefits {
	float: right;
	color: #fff;
	padding: 20px 40px 0 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 120%;
	list-style-type: disc;
	margin: 0;
}
#banner_benefits li {
	list-style-type: none;
	background-image: url(images/green_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 10px 40px;
}
#banner_testimonial {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 150%;
	font-style: italic;
	width: 300px;
	margin: 60px 0 5px 0;
	color: #fff;
}
#banner_testimonial_name {
	float: right;
	width: 300px;
	clear: right;
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 0;
}

/* h1 image replacements */

.header { 										
	height: 86px;									
	float: left;									
	overflow: hidden;								
}
#logo {												
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 86px; 								
	overflow: hidden;
	margin-top: 5px;
}

/* Index Page */

#maincontent_container {
	width: 980px;
}
#maincontentleft {
	clear: left;
	float: left;
	width: 630px;
	padding: 10px 19px 20px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcdcda;
}
#maincontentright {
	float: left;
	width: 310px;
	margin: 0;
	padding: 10px 0 0 15px;
}
#maincontentleft p, #maincontentright p, #locationaddress p {
	text-align: justify;
}
#maincontentleft a, #maincontentright a {
	color: #7c0304;
}
#spacer img {
	clear: both;
}
#maincontentright p.testimonials, .slideshow_box_center p.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 150%;
	font-style: italic;
	text-align: center;
}
#maincontentright p.testimonial_name, .slideshow_box_center p.testimonial_name {
	color: #7c0304;
	text-align: right;
	padding: 0;
	margin: 0;
}
#index_productnav_container {									 /* This contains the 4 buttons on the index page.  All productnav styles */
	width: 980px;												 /* control the list which is used to construct the sytles for use with images disabled. */
	padding: 0px;
	height: 90px; 								 
	float: left;  								
	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#productnav 											 /* This style is to be applied to the <ul> */{
	padding: 0;
	height: 90px;  								 /* Height should be set to the height of the image replacement */
	list-style: none;
	display: inline;
	overflow: hidden;
	margin: 0;
	float: left;
}
#productnav  li {
	list-style: none;
	display: inline;
	padding: 0;
}
#productnav  a {
	float: left;
	padding: 90px 20px 0 0; 						/* Height should be set to the height of the image replacement */
	overflow: hidden;
	height: 0px !important; 
	height /**/:130px; 							/* for IE5/Win only */
}
#first a  {
	width: 230px;
	background-image: url(images/button_first.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#second a  {
	width: 230px;
	background-image: url(images/button_second.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#third a  {
	width: 230px;
	background-image: url(images/button_third.png);
	background-repeat: no-repeat;
	background-position: left top;
}	
#fourth a  {
	width: 230px;
	background-image: url(images/button_fourth.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0;
}

/* Services Page */

.service {
	width: 175px;
	float: left;
	padding: 10px 10px 0 10px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
}
#servicefirst {
	width: 165px;
	padding: 10px 10px 0 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2e2e2;
	text-align: justify;	
}
#servicelast {
	width: 175px;
	float: left;
	padding: 10px 0 0 10px;
	text-align: justify;	
}
.service_list {
	margin-left: 20px;
	padding-bottom: 0;
	margin-botom: 0;
}
.service_list li {
	padding-bottom: 5px;
	text-align: left;
}
.service_list_last li {
	padding: 0;
	margin: 0;
}

.service h3, #servicefirst h3, #servicelast h3 {
	text-align: center;
	line-height: 120%;
}
#project_links_container {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 920px;
}
#project_links_list a {
	color: #7c0304;
}
#project_links_list {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 10px 0 20px 0;
	margin: 0;
	list-style: none;
}
#project_links_list li {
	padding: 0;
	list-style: none;
	display: inline;
}
#project_links_list li#links_1 {
	padding-left: 30px;
}
#project_links_list li#links_2 {
	padding-left: 70px;
}
#project_links_list li#links_3 {
	padding-left: 80px;
}
#project_links_list li#links_4 {
	padding-left: 90px;
}
#project_links_list li#links_5 {
	padding-left: 90px;
}

/* Installations Page */

#bannerbutton_inst {	
	float: right;
	padding: 70px 30px 0 0;	
	text-decoration: none;
	border: none;
}

/* Slide Show Styles */

.slideshow_container {
	width: 980px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #e5e5e5;
}

.slideshow_info_container {
	width: 980px;
	clear: both;
	padding: 10px 0 10px 0;
}
.slideshow_main {
	width: 295px;
	float: left;
	padding: 10px 10px 0 10px;
}
.slideshow_box_left {
	width: 309px;
	float: left;
	clear: left;	
	padding: 10px 10px 0 10px;
}
.slideshow_box_center {
	width: 380px;
	float: left;
	padding: 10px 10px 0 10px;
}
.slideshow_box_right {
	width: 170px;
	float: right;
	padding: 10px 10px 0 10px;
	text-align: left;
	line-height: 150%;
}
.slideshow_box_right a {
	color: #7c0304;
}

/* go_cctv Quick Start page */

#services_tick_left, #services_tick_right {
	width: 250px;
	list-style-type: none;
}
#services_tick_left li, #services_tick_right li {
	list-style-type: none;
	background-image: url(images/green_tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 40px;
}
#services_tick_left {
	float: left;
}
#services_tick_right {
	float: right;
}
#package_options {
	margin-left: 20px;
	font-size: 110%;
}
#package_options li {
	padding-bottom: 10px;
}
#package_button {
	border: none;
	margin-top: 20px;
}

/* Projects Page */

.projects_slideshow {	
	float: right;
}
.projects_container {
	width: 980px;
	clear: both;
	float: left;
	overflow: auto;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #dfdfdf;
}
.projects_textbox {
	width: 450px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0;
}
.projects_textbox h2 {	
	color: #7c0304;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
}
.projects_textbox h3 {	
	color: #301d00;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding-top: 5px;
}
.projects_textbox ul {
	margin-left: 30px;
}
#projects_ie_message {
	text-align: center;
	width: 450px;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}
.wheretonext {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
}
.wheretonext a {
	color: #7c0304;
	font-size: 110%;
	padding-bottom: 10px;
}
.wheretoleft {
	float: left;
}
.wheretoright {
	float: right;
}

/* About Page */

.bio {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.bio_text {
}

/* Contact Page */

#contact_left {
	clear: left;
	float: left;
	width: 480px;
	padding: 10px 0 20px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcdcda;
}
#contact_right {
	float: left;
	width: 480px;
	margin: 0;
	padding: 10px 0 0 15px;
}
label {
	text-align: right;
	clear: left;
	float: left;
	width: 10em;
	margin-right: 5px;
	position: relative;
	color: #000000;
	padding-top: 3px;
}
fieldset ol {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
fieldset li {
	padding-bottom: 1em;
	position: relative;
}
#coverage_map {
	float: right;
	padding-right: 5px;
}
#map_canvas {
	width: 440px;
	height: 300px;
	margin-top: 20px;
	text-align: center;
	color: #000000;
}

/* footer and footer pages */

#footercontainer {
	color: #e5e5e5;
	width: 980px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #e5e5e5;
	clear: both;
}
#footer_headings {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #e5e5e5;
	list-style-type: none;
	width: 960px;
	margin: 10px auto 20px auto;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 10px;
}
#footercontainer p {
	font-size: 75%;
	color: #e5e5e5;
}
#footercontainer a {
	color: #e5e5e5;
}
#footerleft_container {
	margin: 0;
	padding: 0;
	width: 750px;
	float: left;
}
.footerleft {
	margin: 0 30px 20px 0;
	padding: 0;
	float: left;
}
.footerleft_secondrow {
	margin-right: 30px;
	padding: 0;
	float: left;
	clear: left;
}
.footerright {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footerlinks {						/* The footerlinks and copyright notice seen here are designed to be used */
	padding: 0;						/* as an <ul> followed by a <p> both FOLLOWING the closing tag to the page */
	list-style-type: none;			/* wrapper.  They are designed to be used with a fixed width, center aligned */
	text-align: center;				/* page, outside the wrapper. */
	margin: 5px 0 0 0;
}
#footerlinks li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footerlinks a {					/* remember to add some styling for hover states etc */
	width: 75px;
	color: #e5e5e5;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
}
#footerlinks a:hover {
	font-weight: bold;
}
#copyright {
	width: 980px;
	margin: 10px auto 0 auto;
	font-size: 85%;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 200px;
	color: #ffffff;
}
#copyl, #headings_left {
	float: left;
}
#copyr, #headings_right {
	float: right;
}
#copyr a {
	text-decoration: none;
	color: #eb0122;
}
#wrapper_drag {
	color: #fff;
	clear: both;
}




