/*------------------------------------------------------------
Trademark Productions - DDJ 

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

/* =General/HTML Elements
-------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, table, blockquote, form { 
	margin: .5em 0;
	margin-top: 0px;
}

img {
	border: 0;
}

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

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

.clear {
	clear: both
}

.blue {
	color: #1a6db3;
}

.bluetitle {
	color: #1a6db3;
	border-bottom:1px solid #1a6db3;
	padding: 5px 0;

}

a {
	color: #1a6db3;
	
}

.quote {
	width: 650px;
	padding: 8px 0px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	color: #1a6db3;
	font-size: 120%;
	font-weight: bold;
	align: center;

}

.centertext {
	margin-left: 30px;
	margin-right: 30px;
}

.darkblue {
	color: #004783;
}

.bold {
	font-weight: bold;
}

.green {
	color: #63b835;
}

.greenstrong {
	font-weight: bold;
	color: #63b835;
}

.answer {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.superscript {
	font-size: 50%;
	text-transform: uppercase;
	margin-top: -50%;
}

.categorylist {
	color: #1a6db3;
}


li.categorylist { 
	display: block;
	width: 100%;
	height: 80px;
	}


body { 
	margin: 0 auto;
	background: #d8d8d8 url(../images/body_bg.jpg) repeat-y top center;
	text-align: center;
	min-width: 780px;
}

/* =Typography
-------------------------------------------------------------*/
body {
	font: 62.5%/1.2 Verdana, Arial, Helvetica, sans-serif;
}

p, li {
	text-align: left;
	font-size: 120%;
}


body.index div#center p {
	text-align: center;
}

div#footer p {
	text-align:center;
	color: #004783;
}

div#footer a, div#footer a:visited, div#footer a:hover {
	color: #004783;
	text-decoration: none;
}

div#footer p span.links a {
	padding: 0 3px;
	text-decoration: none;
}

div#footer p span.links a:hover {
	text-decoration: underline;
}

div#footer p span.links a:visited {
	text-decoration: none;
	font-weight: normal;
}

div#footer p span.links a:visited:hover {
	text-decoration: underline;
}

tr#odd {
	background: #ddeeff;
;
}

tr#even {
	background: #E6FCD9;

}

tr#product_title {
	background: #ddeeff;
}

tr#product_info {
	background: #efefef;
}

div#item_list p {
	text-align:left;
	color: #000000;
}

div#item_list a, div#footer a:visited, div#footer a:hover {
	color: #004783;
	text-decoration: none;
}

div#item_list p span.links a {
	padding: 0 3px;
}

div#item_list a:hover {
	color: #63b835;
}



/* =Headings
-------------------------------------------------------------*/
h1 {
	font-size: 22px;
}
	
h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

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


/* =Layout
-------------------------------------------------------------*/
#container {
	width: 745px;
	align: center;
	display: table;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/container_bg.jpg) repeat-x left top;
}

#footer {
	clear: left;
	width: 745px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 75px;
	background: url(../images/footer_bg.gif) center top no-repeat;
}

#hours {
	float: right;
	border-left: 1px dashed #63B835;
	border-bottom: 1px dashed #63B835;
	width: 260px;
	padding: 10px;
	margin-left: 10px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
#banner {
	width: 745px;
	margin-bottom: 5px;
	background: url(../images/banner_bg.jpg) no-repeat top center;
	height: 82px;
	border-bottom: 6px solid #63b835;
}

img.logo {
	margin-top: 20px;
	margin-left: 20px;
}

/* =Index Content Styles
-------------------------------------------------------------*/
body.index div#content {
	width: 745px;
	display: table;
	padding-bottom: 80px;
	background: url(../images/index_content_bg.jpg) no-repeat center bottom ;
	_padding-left: -1px;
}

/*body.index div#leftbar {*/
body div#leftbar {
	float: left;
	width: 150px;
	padding-left: 20px;
}

/*body.index div#leftbar h3 {*/
body div#leftbar h3 {
	width: 100px;
	padding-right: 15px;
	background: url(../images/blue_arrow_down.jpg) no-repeat right;
	}

/*body.index div#leftbar ul {*/
body div#leftbar ul {
	list-style: none;
	width: auto;
	*margin-top: 10px;
}
	
/*body.index div#leftbar ul li {*/
body div#leftbar ul li {
	margin:0;
	padding:0;
}

/*body.index div#leftbar ul li a, body.index div#leftbar ul li a:visited {*/
body div#leftbar ul li a, body.index div#leftbar ul li a:visited {
	color: #004783;
	text-decoration: none;
	font-weight: bold;
	display:block;
	border-bottom: 1px dotted #000;
	padding: 3px 0;
	_margin-top: -12px;
}

/*body.index div#leftbar ul li a:hover {*/
body div#leftbar ul li a:hover {
	color: #63b835;
}
	
body.index div#center {
	width: 370px;
	_width: 360px;
	margin: 0 15px;
	float: left;
	text-align: center;
}
	
body.index div#rightbar {
	float: right;
	width: 150px;
	height: 400px;
	padding-right: 20px;
}

/*body.index div#rightbar p {*/
body div#rightbar p {
	font-size: 11px;
}

/*body.index div#rightbar h4 + p + p {*/
body div#rightbar h4 + p + p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
	
/*body.index div#rightbar a {*/
body div#rightbar a {
	font-weight: bold;
	padding-right: 10px;
	background: url(../images/greenarrow.jpg) no-repeat right;
	text-decoration: none;
}

body div#righttext {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 515px;
}

body div#righttext a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

body div#righttext a:hover {
	color: #63B835;
	font-weight: bold;
	text-decoration: none;
}

#catimagelist {
	list-style: none;
	padding-left: 25px;
}

	#catimagelist li {
		list-style: none;
		width: 150px;
		height: 100px;
		display: block;
		float: left;
		padding: 5px;
	}
	
		#catimagelist li a {
			border: 1px solid #1a6db3;
			height: 100px;
			width: 150px;
			display: block;
		}
		
			#catimagelist li a:hover {
				border: 1px solid #63b835;
			}



	
/* =Products Content Styles
-------------------------------------------------------------*/
body.products div#center {
	margin-left: 200px;
	margin-right: 30px;
	padding-bottom: 30px;
}


/* =2 tier Content Styles
-------------------------------------------------------------*/


body.faq div#content {
	width: 745px;
	display: table;
	padding-bottom: 80px;
	_padding-left: -1px;
}

body.faq {
	margin-left: 30px;
	margin-right: 30px;
}
	
body.faq div#center {
	width: 530px;
	_width: 520px;
	margin: 0 15px;
	float: left;
	text-align: left;
}
	
body.faq div#rightbar {
	float: right;
	width: 150px;
	height: 400px;
	padding-right: 20px;
}




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


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/
div#banner ul {
	list-style: none;
	float: right;
	margin-top: -6px;
	*margin-top: -8px;
	_margin-top: -14px;
	_margin-right: -1px;
}

div#banner ul li {
	float: left;
}
	
div#banner ul li a, div#banner ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 5px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
	background-color: #004783;
	font-weight: bold;
	font-size: 11px;
}

div.answer {
    margin:10px;
    padding:8px;
    border:1px dotted #000;
    background-color:#E6FCD9;
}
	
div#banner ul li a:hover {
	background: #63b835;
}
	
div#banner ul li a.last {
	border-right: none;
}
	

img.arrow {
    padding-right:3px;
}

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


/* =Form Styles
-------------------------------------------------------------*/
#contactform fieldset {
	padding: 15px;
	border: 1px solid #63B835;
}
	
#contactform legend {
	color: #1A6DB3;
	font-size: 14px;
	font-weight: bold;
}
	
#contactform label {
	display: block;
	height: 18px;
	padding-top: 8px;
}
	
#contactform input {
	width: 200px;
	margin-bottom: 8px;
}

#contactform select {
	width: 204px;
	margin-bottom: 8px;
}

	#contactform input.radio, #contactform input.submit, #contactform input.reset {
		width: auto;
	}

#contactform textarea {
	width: 100%;
	height: 60px;
}

#contactform .formpara {
	height: 24px;
}

#contactform .formparatop {
	margin-top: 10px;
}

#contactform .textboxpara {
	height: 80px;
}

#contactform .inputfloat {
	float: right;
	margin-right: 360px;
	margin-bottom: 8px;
	height: 18px;
}

#contactform .textboxfloat {
	float: right;
	margin-bottom: 8px;
	width: 80%;
	margin-right: 40px;
}





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

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

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


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

}
