@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;
}

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

body { 
	margin: 0 auto;
	background-color: #ccc;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 14px;
}

p {
	line-height: 1.3em;
	margin: .5em 0;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	color: #033;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}


h2 {
	font-size: 18px;
}


h3 {
	font-size: 14px;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main a, div#main a:visited {
	text-decoration: underline;
}

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

div#container {
	width:748px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

div#banner {
	float: left;
	width: 748px;
	height: 140px;
	background: #fff url(/images/banner.jpg) no-repeat top left;
	position: relative;
}

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

div#sidebar {
	width: 200px;
	float: left;
}

div#main {
	float: left;
	margin-left: 10px;
	width: 528px;
	padding: 5px ;
}

div#footer {
	float: left;
	width: 728px;
	padding: 10px;
	background: transparent url(/images/wood004.jpg) repeat top left;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 480px;
	height: 120px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
}

div#banner p#slogan {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	margin-left: 140px;
	margin-top: 70px;
}

div#banner p#siteTitle {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	margin-left: 140px;
	margin-top: 30px;
}

/* =Main Content Styles
-------------------------------------------------------------*/


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


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


/* =Footer Styles
-------------------------------------------------------------*/
p#copyright {
	font-size: 11px;
	color: #fff;
	width: 400px;
	margin: 10px 0 0 0;
}

ul#footerNav {
	float: left;
	margin-bottom: 5px;
}

ul#footerNav li {
	float: left;
	height: 14px;
	margin: 0;
}

ul#footerNav li a, ul#footerNav li a:visited {
	font-size: 12px;
	color: #033;
	display: block;
	padding: 1px 5px;
	border-right: 1px solid #033;
}

ul#footerNav li.first a {
	padding-left: 0;
}

ul#footerNav li.last a {
	border-right: none;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#sidebarNav {
	margin: 10px 0;
}

ul#sidebarNav li {
	line-height: 22px;
}

ul#sidebarNav li a, ul#sidebarNav li a:visited {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #066;
	font-weight: bold;
}

ul#sidebarNav li.last a {
	border-bottom: none;
}

ul#sidebarNav li a:hover {
	text-decoration: none;
	background-color: #e2c26f;
	color: #fff;
}
		

/* =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: 11px;
	font-weight: bold;
	margin: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}

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

td {
  text-align: left;
	font-weight: normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


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

}