/*
-----------------------------------------------------
CSS Style Sheet (global)
Company:  xposure visual communications Ltd
Designer: Lee Burton
URL:      http://www.x-vc.co.uk
Date:     17th April 2007
------------------------------------------------------ */

/*REDEFINED HTML TAGS*/
body{
	background-color: #80C326;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
}

p a{
	color: #9900cc;
	text-decoration: none;
}

p a:hover{
	color: #000000;
	text-decoration: underline;
}

li a{
	color: #9900cc;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336600;
	font-weight: normal;
}

h1 a{
}

h1 a:hover{
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2 a{
}

h2 a:hover{
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #336600;
}

h3 a{
}

h3 a:hover{
}

h4{
}

h4 a{
}

h4 a:hover{}

h5{
}

h5 a{
}

h5 a:hover{
}

.green{
	color: #336600;
}

.form{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	padding-bottom: 3px;
}
/*END*/

/*SUB NAV LINKS */
.quicknav {}

ul.quicknav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

ul.quicknav li {
	display: block;
	text-align: left;
	width: 240px;
	background-color: #E0E0E0;
}

ul.quicknav li a {
	display: block;
	margin: 0px;
	padding: 6px 5px 6px 10px;
	background-color: #336600;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul.quicknav li a:hover {
	background-color:#80C326;
	color: #FFFFFF;
}

/*HOLDS ALL CONTENT*/
#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}

/*MAIN HEADER ON WEBSITE*/
#header{
	height: 240px;
	width: 800px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#logo{
	height: 240px;
	width: 280px;
	float: left;
	text-align: right;
}

.strapline{
	height: 190px;
	width: 500px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6em;
	color: #FFFFFF;
	text-align: right;
	background-image: url(../_img/header_bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
}

/*HOLDS NAVIGATION*/
#nav_wrapper{
	height: 52px;
	width: 792px;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

.nav_pad{
	margin-right: 3px;
	float: left;
}

.nav_nopad{
	float: left;
}

/*HOLDS TWO COLUMN LAYOUT THROUGHOUT WEBSITE*/
#two_col{
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/*HOLDS LEFT CONTENT THROUGHOUT WEBSITE*/
#left_col{
	width: 500px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	text-align: left;
}

/*HOLDS RIGHT CONTENT THROUGHOUT WEBSITE*/
#right_col{
	float: right;
	width: 240px;
	margin-bottom: 20px;
	text-align: left;
}

/*HOLDS FOOTER NAVIGATION*/
.footer{
	width: 720px;
	background-color: #80C326;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 0.7em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer a{
	color: #003300;
	text-decoration: none;
}

.footer a:hover{
	color: #000000;
	text-decoration: none;
}

/*HOLDS ADDRESS DETAILS*/
.address{
	width: 760px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.7em;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.address a{
	color: #000000;
	text-decoration: none;
}

.address a:hover{
	color: #000000;
	text-decoration: underline;
}

/*SUMMARY LISTS & TITLES*/
.summary_feature_title{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 210px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(../_img/light_grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.register_contact{
	background-color: #9900cc;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 210px;
	padding-left: 30px;
	background-image: url(../_img/tech_data_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.project_search{
	background-color: #9900cc;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 210px;
	padding-left: 30px;
	background-image: url(../_img/project_search_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.summary{
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

.summary a{
	color: #000000;
	text-decoration:none;
}

.summary a:hover{
	color: #336600;
	text-decoration:underline;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
}

.customer_quote{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 470px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(../_img/dark_grey_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.customer_quote a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

.customer_quote a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:underline;
}
/*END*/

/*BORDER STYLE FOR PICS*/
.pic_border{
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
}

.pic_border_thumb{
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	width: 130px;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

/*NEWS LIST STYLES*/
#newslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#newslist tr th {
	background-color: #80C326;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#newslist caption {
}

#newslist tr:hover {
}

#newslist tr {
	color: #000000;
	padding: 3px 8px;
	background-color: #FFFFFF;
}

#newslist td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80C326;
	font-size: 0.9em;
	color: #333333;
}

#newslist a {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

#newslist a:hover {
	color: #000000;
	text-decoration: underline;
}
/*END*/

/*TECHNICAL DATA FORM*/
.tech_form{
	padding: 10px;
	width: 220px;
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}

.tech_form a{
	color: #000000;
	text-decoration:underline;
}

.tech_form a:hover{
	color: #000000;
	text-decoration:underline;
}

#left_col table#projectlist td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#left_col table#projectlist td h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336600;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 2px;
	margin-top: 0px;
}

#left_col table#projectlist h1 a {
	color: #336600;
	text-decoration: none;
}

#left_col table#projectlist h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

#left_col table#projectlist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	font-weight: normal;
}
.web-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

.web-link a{
	color: #FFFFFF;
	text-decoration: none;
}

.web-link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}