/* 	
	Created by Glen Foster-Cooley
	Digital Media.co.uk -: version 1
*/

/* 
	Notes: This stylesheet is the base elements for inheritance through the site
	all overriding styles will be as seperate stylesheets.
*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	size:0.8em;
	background-image:url(../_imgs/background.jpg);
	background-attachment:fixed;

}
h1 {
	padding:0px;
	margin:0px;
	font-size:1.3em;
	color:#FF9933;
}
h2 {
	padding:0px;
	margin:0px;
	font-size:1em;
	color:#FF9933;
}
p{
	font-size:0.8em;
}
img, div, table, td { 
	behavior: url(_css/iepngfix.htc);
}
img {
	border:0;
}
div {
	margin:0px;
	padding:0px;
}
br {
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
	line-height:0;
}
p {
	padding:0px;
	margin:0px;
}
a {
	font-size:0.9em;
	color:#666666;
	text-decoration:none;
}
 a:hover {
	color:#FF6600;
	text-decoration:none;
}
#container {
	margin: 0px auto;
	
		
}
#topbanner {
	margin: 0px auto;
	width:990px;
	height:192px;
	background-image:url(../_imgs/topbar.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#content {
	margin: 0px auto;
	width:990px;
	
}
#pagecontent {
	float:right;
	padding:0px;
	margin-top:0px;
	width: 680px;

}
shadowtop {
	
	background-image:url(../_imgs/content_top.png);
	padding:0px;
	margin:0px;
	width:678px;
	
}
#bodycopy {
	background-image:url(../_imgs/content_outer.png);
	background-repeat:repeat-y;
	width:678px;
}
#textcopy {
	padding-left:26px;
	padding-right:22px;
}
#contentbottom {
	width:678px;


}
#contentfooter {
	width:678px;
	height:175px;
	background-image:url(../_imgs/content_footer.png);
	padding-left:25px;
	background-repeat:no-repeat;
}
#contentfooter div {
	color:#FF6600;
	width:208px;
	float:left;
}
#headerbar {
	width:641px;
	height:48px;
	background-image:url(../_imgs/headbar.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_About {
	width:641px;
	height:48px;
	background-image:url(../_imgs/About_Us.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_Digital_Signage_Software {
	width:641px;
	height:48px;
	background-image:url(../_imgs/DigitalSignageSoftware.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_Window_Displays {
	width:641px;
	height:48px;
	background-image:url(../_imgs/WindowDisplays.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_Static_Displays {
	width:641px;
	height:48px;
	background-image:url(../_imgs/StaticDisplays.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_High_Bright_LCD {
	width:641px;
	height:48px;
	background-image:url(../_imgs/HighBrightLCD.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_Projection_Systems {
	width:641px;
	height:48px;
	background-image:url(../_imgs/ProjectionSystems.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}

#headerbar_Contact_Us {
	width:641px;
	height:48px;
	background-image:url(../_imgs/Contact_Us.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	padding:6px;
	padding-top:10px;
	font-weight:bold;
}


#topmenu {
	width:250px;
	padding-top:140px;
	float:right;
	color:#666666;
}
#logo {
	float:left;
	background-color:E1E1E1;
	margin-top:-3px;
}
#featuresbar {
	width:678px;
	height:38px;
	background-image:url(../_imgs/features.png);
	background-repeat:no-repeat;

}
#featuresbar div {
	padding-left:25px;
	padding-top:15px;
}
#topmenu a {
	font-size:0.8em;
	color:#666666;
	text-decoration:none;
}
#topmenu a:hover {
	color:#FF6600;
	text-decoration:none;
}
#footer {
	background-image:url(../_imgs/footernavbg.png);
	background-repeat:no-repeat;
	height:100px;
	margin: 0px auto;
	width:990px;
}
#footernav a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#footernav a:hover {
	color:#FF6600;
	text-decoration:none;
}
#footernav {
	width:675px;
	padding-top:35px;
	float:right;
	color:#666666;
}
#copyright {
	padding-top:38px;
	padding-left:40px;
	float:left;
	width:250px;
	color:#FFFFFF;
	font-size:0.7em;
}
#leftbox{
	background-image:url(../_imgs/leftbox.jpg);
	background-repeat:no-repeat;
	width:244px;
	height:156px;	
	padding-left:5px;
	padding-top:4px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
}
.greytext {
	color:#333333;
}