@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/

.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.center{
  	text-align: center;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #eee url(../images/body_bg.jpg) repeat-x top left;
	text-align: center;
	font: 62.5%/1.2 Arial, Helvetica, sans-serif;
}

.index {
  	font-size: 14px;
	line-height: 1.5em;
}
/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 14px;
	margin: .5em 0;
	line-height: 1.3em;
}

ul#sitemap, ul#sitemapSub {
	list-style: disc;
	margin-left: 20px;
}

ul#sitemap li {
	text-align:left;
	font-weight: bold;	
	font-size: 12px;
	padding: 5px;
}

ul#sitemap li a, ul#sitemap li a:visited  {
	color: #000;
}

ul#sitemap li a:hover {
	color: #C7BE33;
}

/* =Headings
-------------------------------------------------------------*/
h1, h3 {
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #c7be33;
}

h1 {
	font-size: 30px;
	color: #999999;
}

h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #C7BE33;
	padding-top: 10px;
}

div#contact-right h2 {
	color: #666666;
	font-size: 14px;
	*font-size: 12px;
	margin-bottom: 10px;
	float: right;
	clear: both;
	text-align:center;
	margin-right: 12px;
}

div#sidebar h2 {
	color: #c7be33;
	font-size: 24px;
}

/* =Links
-------------------------------------------------------------*/


/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 768px;
	margin: 10px auto;
	text-align: left;
}

div#container{
	width: 748px;
	float: left;
	padding: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
}

div#banner {
	float: left;
	width: 748px;
	height: 122px;
	margin-bottom: 10px;
}

div#content {
	width: 748px;
	float: left;
	background: url(/images/content-bg.jpg) repeat-y top center;
}

div#sidebar {
	width: 230px;
	float: left;
	padding: 6px 10px;
}

div#clientsIndex   {
	width: 200px;
	float: left;
	padding: 35px 20px;
}

div#projectsIndex   {
	width: 200px;
	float: left;
	padding: 35px 15px;
}

div#main {
	width: 476px;
	min-height: 440px;
	margin-left: 10px;
	float: left;
	background: url(/images/main-bg.jpg) no-repeat bottom right;
}

div#mainIndex {
	width: 476px;
	min-height: 625px;
	*height: 625px;
	margin-left: 10px;
	float: left;
	background: url(/images/main-bg.jpg) no-repeat bottom right;
}

div#maininternal {
	float: left;
	width: 748px;
	background-color: #fff;
}

div#footer {
	width: 748px;
	padding:2px 10px;
	margin: 0 auto;
}

div#rotatingElements  {
	height: 150px;
	padding: 15px 50px 0 ;
}

div#rotatingIndexPics  {
	height: 150px;
	padding: 15px 50px 0 ;
}

div#rotatingProducts  {
	float: right;
	width: 250px;
	height: 250px;
	margin: 10px;
	border: solid 1px #C7BE33;
}

div#rotatingProducts2  {
	float: left;
	width: 250px;
	height: 250px;
	margin: 10px;
	border: solid 1px #C7BE33;
}

div#materials1   {
	width: 200px;
	float: left;
	padding-left: 20px;
}

div#materials2   {
	width: 200px;
	float: left;
	padding-left: 20px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/


/* =Main Content Styles
-------------------------------------------------------------*/
ul#logolist {
	width: 748px;
}

ul#logolist li {
	width: 165px;
	height: 75px;
	float: left;
	text-align: center;
	color: #333333;
	margin: 25px 9px;
	padding-bottom: 15px;
}

ul#logolist li a img {
	width: 150px;
	padding: 0;
}

ul#elements {
	width: 476px;
	float:left;
	padding-top: 25px;
}

ul#elements li {
	width: 59px;
	height: 69px;
	float: left;
	text-align: center;
	color: #333333;
	margin: 22px 18px;
}

ul.alloys {
	width: 175px;
	float:left;
}

ul.alloys li {
	width: 150px;
	text-align: left;
	margin-left: 20px;
	list-style: disc;
	line-height: 1em;
}

ul#materials1 {
	float:left;
	border-top: 2px solid #999999;
	margin-top: 5px;
}

ul#materials1 li {
	width: 20px;
	height: 25px;
	float: left;
	text-align: center;
	color: #999999;
	margin: 15px;
	list-style: disc;
}

ul#materials2 {
	float:left;
	border-top: 2px solid #999999;
	margin-top: 5px;
}

ul#materials2 li {
	height: 25px;
	float: right;
	text-align: center;
	color: #999999;
	list-style: disc;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/

/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
p#copyright {
	font-size: 10px;
	width: 293px;
	float: left;
	margin: 5px 0;
}

#footernav {
	display: block;
	font-weight: bold;
	color: #000;
}

#footernav li {
	display: block;
	float: left;
	font-size: 10px;
	padding: 0 3px;
}

div#footer ul.links{
	list-style:none;
	clear:both;
	margin-left:80px;
	*margin:0 0 0 80px;
	*padding:0;
	}
	
div#footer a{
	background:none;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#bannerNav {
	height: 69px;
	float: left;
	width: 748px;
	background: url(/images/bannerNav-bg.jpg) repeat-x top left;
}

ul#bannerNav li {
	float: left;
	margin: 0;
	margin-right: 2px;
}

ul#bannerNav li a, ul#bannerNav li a:visited {
	display: block;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #c7be33;
	width: 148px;
	padding: 28px 0 27px 0;
	text-align: center;
}

ul#bannerNav li.last  {
	margin-right: 0;
}

ul#bannerNav li a#home {
	background: url(/images/nav-home-bg.jpg) repeat-x top left;
}

ul#bannerNav li a#about {
	background: url(/images/nav-about-bg.jpg) repeat-x top left;
}

ul#bannerNav li a#products {
	background: url(/images/nav-products-bg.jpg) repeat-x top left;
}

ul#bannerNav li a#experience{
	background: url(/images/nav-experience-bg.jpg) repeat-x top left;
}

ul#bannerNav li a#contact {
	background: url(/images/nav-contact-bg.jpg) repeat-x top left;
}

ul#bannerNav li a#home:hover, ul#bannerNav li a#about:hover, ul#bannerNav li a#products:hover, ul#bannerNav li a#experience:hover, ul#bannerNav li a#contact:hover, ul#bannerNav li.current a#home, ul#bannerNav li.current a#about, ul#bannerNav li.current a#products, ul#bannerNav li.current a#experience, ul#bannerNav li.current a#products, ul#bannerNav li.current a#contact {
	color: #fff;
	background: url(/images/bannerNav-hover.jpg) repeat-x top left;
}

ul#sidebarNav {
	height: 69px;
	float: left;
	width: 250px;
}

ul#sidebarNav li {
	float: left;
	margin-right: 25px;
}

ul#sidebarNav li a, ul#sidebarNav li a:visited {
	display: block;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #c7be33;
	width: 100px;
	padding: 28px 0 27px 0;
	text-align: center;
}

ul#sidebarNav li a#home {
	background: url(/images/nav-home-bg.jpg) repeat-x top left;
}

ul#sidebarNav li a#about {
	background: url(/images/nav-about-bg.jpg) repeat-x top left;
}

ul#sidebarNav li a#home:hover, ul#sidebarNav li a#about:hover, ul#bannerNav li  {
	color: #fff;
	background: url(/images/bannerNav-hover.jpg) repeat-x top left;
}

ul#experience {
	height: 150px;
	float: right;
	width: 127px;
	padding-left: 10px;
	height: 319px;
}

ul#experience li {
	margin-right: 25px;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding:5px;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight:bold;
}
	
fieldset label {
	color:#666;
	font-size:14px;
	font-weight:bold;
}

#sidebar label {
	font-size: 11px;
}
	
fieldset input, fieldset select {
	margin:5px;
	width:142px;
}
	
fieldset select {t
	width:146px;
}
		
fieldset textarea {
	width:229px;
	height:60px;
	margin:10px 0;
}
	
fieldset input.submit {
	width:auto;
	float:right;
}

fieldset table td {
	vertical-align: middle;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing:0;
	border-collapse:collapse;
	}

td {
  text-align:left;
	font-weight:normal;
	}
td.error {
	font-size:14px;
	color: #ff0000;
	font-weight: bold;
	text-align:center;
}

td.refresh {
	font-size:12px;
	color: #ff0000;
	font-weight: normal;
	text-align:center;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
div#contact-right {
	float: right;
	width: 230px;
}

/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}