@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.test.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

body { 
	margin: 0 auto;
	background: #414141 url(/images/body-bg.jpg) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Verdana, Geneva, sans-serif;
}

.red {
	color: #ee0000;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 120%;
}

div#main p, div#main li {
	line-height: 1.5em;
	margin: .5em 0;
	color: #292929;
}

div#main ul {
	list-style: disc;
	margin-left: 25px;
}

div#main ul.strongRed li {
	font-weight: bold;
	color: #e00;
}

div#main p.more {
	text-align: right;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	font-family: "Times New Roman", Times, serif;
	color: #686868;
}

h1 {
	font-size: 27px;
}


h2 {
	font-size: 24px;
	padding-top: 15px;
	border-bottom: 1px solid #e9e9e9;
	text-transform: uppercase;
	margin: .5em 0;
}


h3 {
	font-size: 14px;
}

div#main h1 {
	text-align: right;
	text-transform:uppercase;
	font-weight: bold;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main a, div#main a:visited {
	color: #c00;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 900px;
	padding-bottom: 10px;
	float: left;
	background-color: #fff;
}

div#mast {
	float: left;
	width: 900px;
	margin: 4px 0;
	height: 70px;
	position: relative;
	background: url(/images/mast-bg.jpg) no-repeat right;
}

div#content {
	width: 880px;
	margin-top: 10px;
	padding: 0 10px;
	float: left;
	background: url(/images/content-bg.jpg) repeat-y top left;
}

div#banner {
	width: 878px;
	height: 218px;
	position: relative;
	float: left;
	border: 1px solid #d7d7d7;
	margin: 10px 10px 0 10px;
	background: url(/images/banners/main.jpg) no-repeat left top;
}

div#sidebar {
	width: 230px;
	padding: 5px;
	float: left;
	background-color: #383838;
	border-top: 5px solid #7d7d7d;
}

div#main {
	float: left;
	margin-left: 10px;
	width: 630px;
	*width: 620px;
}

div#footer {
	float: left;
	width: 880px;
	padding: 20px 10px;
	background: #eee url(/images/footer-bg.jpg) repeat-x top left;quick
	height: 40px;
	margin-bottom: 10px;
}

div#contactpage {
	float: right;
	width: 220px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 200px;
	height: 67px;
	position: absolute;
	margin-left: 10px;
	text-decoration: none;
	background: url(/images/team-logo.jpg) no-repeat left top;
}

ul#mastLinks {
	float: right;
	width: 325px;
	margin-top: 5px;
}

ul#mastLinks li {
	float: left;
	height: 12px;
	margin: 0;
	padding: 0;
}

ul#mastLinks li a, ul#mastLinks li a:visited {
	display: block;
	padding: 0 5px;
	border-right: 1px solid #000;
	color: #000;
}

ul#mastLinks li.last a {
	border-right: none;
	background: url(/images/banner-a-hover-bg.jpg) no-repeat -9000em;
}

a#contactLink {
	text-decoration: none;
	display: block;
	height: 218px;
	width: 200px;
	float: right;
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/
p.sidebarImg {
	text-align: center;
	margin: 20px 0;
	float: left;
	width: 230px;
}

ul#sidebarNav {
	float: left;
	width: 230px;
	margin-bottom: 10px;
}

ul#sidebarNav li {
	height: 18px;
	margin-bottom: 5px;
}

ul#sidebarNav li a, ul#sidebarNav li a:visited {
	color: #fff;
	display: block;
	padding: 3px 25px;
	font-weight: bold;
}

ul#sidebarNav li a:hover {
	text-decoration: none;
	background: url(/images/sidenav-a-hover-bg.jpg) repeat-x top left;
}
	
/* =Footer Styles
-------------------------------------------------------------*/
p#footerContact {
	text-align: center;
	margin-top: 8px;
}

div#quickContact {
	float: left;
	width: 880px;
	padding: 20px 10px;
	border-top: 3px solid #c00;
	background: url(/images/quick-contact-bg.jpg) repeat-x top left;
	height: 228px;
	position: relative;
	margin-top: -98px;
	display: none;
}

div#copyright {
	width: 900px;
	float: left;
}

div#copyright p.copyright {
	float: left;
	color: #fff;
}

div#copyright p.tmlink, div#copyright p.tmlink a, div#copyright p.tmlink a:visited {
	color: #fff;
	float: right;
}

div#copyright p.tmlink a:hover {
	color: #000;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#bannerNav {
	float: left;
	width: 890px;
	height: 38px;
	padding-top: 8px;
	padding-left: 10px;
	background: url(/images/banner-nav-bg.jpg) no-repeat top left;
}

ul#bannerNav li {
	float: left;
	height: 38px;
	margin: 0;
	padding: 0;
}

ul#bannerNav li a, ul#bannerNav li a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #c2c2c2;
	padding: 10px 12px 14px 12px;
}

ul#bannerNav li a:hover, ul#bannerNav li.current a, ul#bannerNav li.current a:visited {
	background: url(/images/banner-a-hover-bg.jpg) repeat-x top left;
	color: #fff;
	text-decoration: none;
}

ul#bannerNav li ul.subnav {
	background: #fff url(/images/ul-mainnav-bg.gif) no-repeat top center;
	position: absolute;
	z-index: 1001;
	display: none;
	border: 1px solid #ccc5c1;
	padding: 2px;
}

ul#bannerNav ul.subnav li {
	float: none;
	height: auto;
}

ul#bannerNav ul.subnav li a, ul#bannerNav ul.subnav li a:visited {
	display: block;
	padding: 8px 10px;
	font-size: 11px;
	color: #000;
	border-right: none;
	border-bottom: 1px solid #ccc5c1;
	background-image: none;
	font-weight: bold;
	height: 10px;
}

ul#aboutNav li a {
	width: 150px;
}

 ul#industriesNav li a {
	width: 200px;
}

ul#servicesNav li a {
	width: 260px;
}

ul#bannerNav ul.subnav li a:hover {
	color: #fff;
	background: url(/images/banner-a-hover-bg.jpg) repeat-x top left;
}

ul#bannerNav ul.subnav li.lastvert a {
	border-bottom: none;
}

ul#bannerNav li:hover ul.subnav, #bannerNav li.sfhover ul.subnav {
	display: block;
}


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding: 10px;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
	width:200px;
	padding: 2px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 5px;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	padding: 5px;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	vertical-align: middle;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}