/* -------------------------------------------------------------- 
  
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   
   typography.css
  
-------------------------------------------------------------- */

body { 
	font-size: 75%; 
	color: #48484a; 
	font-family: Arial, Helvetica, Verdana, sans-serif;  
	line-height: 1.2;
}

h2 { 
	font-size: 1.4em; 
	margin: 5px 7px 10px 7px;
}

h2, h3, h4, h5, h6 { color: #617F85; }

h3 { font-size: 1.3em; margin: 5px 7px;}
h4 { font-size: 1em; margin:  5px 7px;}
h5 { font-size: 1.1em; margin:  5px 7px; }
h6 { font-size: 1em;  margin:  5px 7px;}
p, ul, dl { font-size: 1.1em;  margin: 5px 7px 15px 7px;}

img 		{ vertical-align: bottom;  margin: 5px 7px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

a           { color: #617f85; text-decoration: underline; }
a:focus, 
a:hover     { color: #617f85; text-decoration: none;}
strong      { font-weight: bold; }
em     		{ font-style: italic; }

dt			{font-weight: bold;}

.message h3 {
	color: #fff;
}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clear     { clear: both; }

.padding	{ padding: 10px 0; }

.hide { 
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.sub    { font-size: 50%; }

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	background: #e1ebed;
	height: 1px;
	clear: both;
	margin: 5px 0px 5px 7px;
}

.column {
	float: left;
}

.autowidth {
	width: auto;
}

.center {
	text-align: center;
}

/* -------------------------------------------------------------- 
  
	=Layout 
   
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	background: #86b0b8 url(/images/checkers.gif) repeat-x;
	min-height: 100%;
}	

.container {
	width: 816px;
	margin: 0px auto 0 auto;
	height: 100%;
	background: url(/images/content_bg.gif) repeat-y;
}
	
.content {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}

.maincontent {
	float: right;
	width: 589px;
	margin-right: 7px;
	display: inline;
	line-height: 1.5;
}

.sidecontent {
	float: left;
	width: 180px;
}

/* sidenav */

#sidenav {	
	width: 173px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	float: left;
	display: inline;
	margin-right: 0;
	line-height: 1.2;
}

#sidenav li {
	background: #dde8ea;
	list-style-type: none;
	margin-bottom: 4px;
	float: left;
	width: 100%;
}

#sidenav li a {
	color: #617f85;
	text-decoration: none;
	display: block;
	padding: 3px 12px 4px 5px;
}

#sidenav li a:hover {
	color: #fff;
	background: #617f85;	
	text-decoration: none;
	background: #617f85 url(/images/bullet.gif) 97% center no-repeat;
}

#sidenav li a.current {
	color: #fff;
	background: #617f85 url(/images/bullet.gif) 97% center no-repeat;	
	text-decoration: none;
}

.subnav {
	text-transform: none;
	margin: 0;
	font-size: 1em;
}

#sidenav .subnav li {
	margin-bottom: 0;
	border-top: 1px solid #627f85;
}

#sidenav .subnav li a {
	padding-left: 10px;
	padding-right: 13px;
	background: #a6c5ca;
	color: #fff;
}

#sidenav .subnav li a:hover {
	background: #89b2b8 url(/images/bullet2.gif) 97% center no-repeat;		
}

#sidenav .subnav li a.current {
	background: #89b2b8 url(/images/bullet2.gif) 97% center no-repeat;		
}

/* home layout */

.home .logo {
	left: 84px;
	top: 0;
	position: absolute;
	float: none;
	margin-left: 0px;
	display: block;
}

.home .logo img {
	width: 92px;
	height: 149px;
}

.home #navcontainer {
	margin-right: 20px;
	margin-left: 0;
	float: right;
	width: 620px;
}

.home .maincontent {
	float: none;
	clear: both;
	width: 100%;
	background:url(/images/hp_shot.jpg) 7px top no-repeat;
	height: 330px;
	margin: 0;
	display: block;
}

.tagline {
	margin-left: 158px;
}

.tagline img {
	margin-top: 1px;
	margin-left: 6px;
}

.home #sidenav {	
	width: 149px;
	text-align: right;
	margin-top: -5px;
	font-size: .8em;
}

.home #sidenav li {
	background: #fff;	
}

.home #sidenav li a {
	padding-left: 0;
	padding-right: 5px;
}

.home #sidenav li a:hover {
	background-image: none;
}


.siteentry {
	margin-top: 10px;
	overflow: auto;
}


.siteentry .category img {
	margin-right: 1px;
}

.siteentry .last img {
	margin-right: 0;
	margin-left: 6px;
}

.siteentry .category .caption {
	text-align: center;
	border: 1px solid #e1ebed;
	padding: 5px 10px;
	background: #fff;
	position: relative;
	top: -10px;
	left: 15px;
	margin: 0;
	width: 210px;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

.newproducts {
	float: left;
	1margin-right: 500px;
	margin-top: 10px;
}

/* =category layout */

/* header
-------------------------------------------------------------- */

#header {
	min-height: 94px;
	background: url(/images/header_bg.gif) no-repeat;
	position: relative;
}

* html #header {
	height: 94px;
}

.logo {
	float: left;
	margin-left: 39px;
	display: inline;
}

.logo img {
	margin: 0;
	width: 80px;
	height: 125px;
}


#dashboard {
	float: right;
	padding-right: 20px;
	font-size: .8em;
	width: 675px;
}

#utilitynav {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 4px;
	float: right;
}

#utilitynav li {
	float: left;
	font-weight: bold;
	margin-left: 7px;
	display: inline;
	background: #fff;
	padding: 5px 10px 7px 10px;
}

/* top search form */
#topsearch {
	clear: both;
	background: #fff;
	float: right;
	padding: 5px 10px 5px 10px;
	width: 325px;
}

#topsearch li {
	float: left;
	margin-bottom: 0;
	font-size: 1.2em;
}

#topsearch .label {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 4px;
	background-position: right 7px;
}

#topsearch .text {
	margin-right: 5px;
	font-size:11px; 
	height: 15px;
	padding-top:3px;
}

#topsearch .submit {
	font-size: .9em;
	padding: 1px 5px;
}

/* sign in form */
#signin {
	clear: both;
	background: #fff;
	float: right;
	padding: 5px 5px 0px 5px;
	font-size: .9em;
}

#signin ol {
	float: left;
}

#signin li {
	margin-bottom: 0;
	font-size: 1.2em;
}

#signin .label {
	font-weight: bold;
	padding-top: 4px;
	background-position: right 7px;
}

#signin .radiolabel {
	background-position: left 3px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0px;
}

#signin .text {
	margin-right: 5px;
	height: 10px;
}

#signin .submit {
	font-size: .9em;
	padding: 1px 5px;
}

#signin .customertype {
	padding-right: 5px;
	border-right: 1px solid #eee;
}

#signin .signin .label {
	float: left;
	width: 65px;
	text-align: right;
}

#signin .mediumtext {
	width: 100px;
}

/* =nav
--------------------------------------------------------------- */
#navcontainer {
	background: url(/images/nav.gif) no-repeat;
	height:28px; 
	float: left;
	width: 640px;
	display: inline;
	margin-top: 7px;
	margin-left: 25px;
}

#nav {float:left; position:relative; margin: 0;}
#nav li { float:left; list-style: none;}
#nav li a { position: absolute; top:0; display:block; height:28px; background:url(/images/nav.gif) no-repeat; text-indent:-9999px; overflow:hidden; font-size:1%;}
li#about a { width:114px; left:0; }
li#news a {  width:67px; left:114px; background-position:-114px top;}
li#events a { width:89px; left:181px; background-position:-181px top;}
li#catalogue a { width:125px; left:270px; background-position:-270px top;}
li#locator a { width:285px; left:395px; background-position:-395px top;}
/* hover states */
li#about a:hover { background-position:0 bottom; }
li#news a:hover { background-position:-114px bottom;}
li#events a:hover { background-position:-181px bottom;}
li#catalogue a:hover { background-position:-270px bottom;}
li#locator a:hover { background-position:-395px bottom;}
/* you-are-here navigation marker */
li#about.current a { background-position:0 bottom; }
li#news.current a { background-position:-114px bottom;}
li#events.current a { background-position:-181px bottom;}
li#catalogue.current a { background-position:-270px bottom;}
li#locator.current a { background-position:-395px bottom;}


/* footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: url(/images/content_bottom.gif) no-repeat left bottom;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #77787b;
}

#bottomdashboard {
	margin: 10px 27px;
	background: #617f85;
	overflow: auto;
	padding: 5px 10px;
	height: 25px;
}

#bottomdashboard .footer_message {
	text-transform: uppercase;
	color: #fff;
	font-size: .9em;
	float: left;
}

.helplinks {
	float: right;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-size: .8em;
	color: #fff;
}

.helplinks a {
	color: #fff;
}

.helplinks a:hover {
	color: #fff;
}

/* bottom register form */
#bottomregister {
	float: left;
	font-size: .8em;
}

#bottomregister li {
	float: left;
	margin-bottom: 0;
	font-size: 1.2em;
}

#bottomregister .label {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	background-position: right 6px;
	background-image: url(/images/arrow2.gif);
	color: #fff;
	font-size: .9em;
}

#bottomregister .text {
	margin-right: 5px;
}

#bottomregister .submit {
	font-size: .9em;
	padding: 2px 5px 2px 5px;
}

#footer .contactinfo {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 0px;
	float: none;
	width: auto;
}

#footer .address {
	border-bottom: 1px solid #e1ebed;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0 50px;
}

/* forms
-------------------------------------------------------------- */

form ol {
	list-style: none;
}

form li {
	margin-bottom: 10px;
}

input.text {
	width: 200px;
	color: #666;
}

input.largetext {
	width: 300px;
}

input.mediumtext {
	width: 150px;
}

input.smalltext {
	width: 50px;
}

.textarea {
	width: 200px;
	height: 150px;
	color: #666;
}

.select {
	width: 125px;
	color: #666;
}

.label {
	display: block;
	color: #77787b;
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 15px;
	margin-right: 10px;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
}

/* common elements */
.breadcrumbs {
	float: left;
	display: inline;
	width: 590px;
	margin-left: 80px;
	background: url(/images/breadcrumb_bg.gif) right top no-repeat; 
	color: #617F85;
	text-transform: uppercase;
	font-size: .8em;
	min-height: 22px;
}

.breadcrumbs p {
	margin-bottom: 0;
	background: url(/images/arrow.gif) left 2px no-repeat; 
	padding-left: 10px;	
}

.title {
	background: url(/images/title_bg_2.jpg) left top no-repeat;
	height: 84px;
	margin-right: 0;
	text-transform: uppercase;
	color: #617f85;
	font-size: 1.1em;
	letter-spacing: 2px;
}

.title span {
	background: #fff;
	float: left;
	padding: 2px 15px;
	margin-left: 12px;
	margin-top: 65px;
}

.categorytitle {
	/* background: url(/images/title_bg_1.jpg) left top no-repeat; */
}

/* category page */
.products {
	margin-left: 0;
	margin-top: 20px;
}

.products li {
	float: left;
	list-style: none;
	margin-left: 22px;
	display: inline;
	height: 235px;
}


.products li img {
	margin: 0 0 8px 0;
}

.products .caption {
	margin: 0;
	font-size: .9em;
	background: url(/images/up_arrow.gif) left 3px no-repeat;
	padding-left: 10px;
	width: 160px;
}

.models {
	margin-left: 0;
	margin-right: 0;
	font-size: .9em;
	margin-top: 20px;
}

.models li {
	float: left;
	list-style: none;
	margin-left: 7px;
	display: inline;
	background: #ececec;
	height: auto;
	width: 271px;
	background: #ececec url(/images/arrow3.gif) 10px 10px no-repeat;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.models li p {
	margin-bottom: 0;
}

.models li.new a  {
	background: url(/images/new_tag.gif) right 1px no-repeat;
	padding-right: 50px;
}

.producttitle {
	color: #617F85;
}

h2.new {
	background: url(/images/new_tag.gif) right top no-repeat;
	padding-right: 50px;
	line-height: 1.1;
}

/* product page */
.productdetails {
	float: left;
	width: 330px;
	margin-left: 10px;
	display: inline;
	margin-top: 7px;
}

.description {
	margin-top: 10px;
	color: #48484a;
	font-size: 1.2em;
}

.productfeatures {
	margin-left: 20px;
	color: #617f85;
}

.buyform .submit {
	margin: 10px auto;
	display: block;
}

.productoptions {
	overflow: hidden;
	width: 100%;
	background: #f3f3f3;
}

.productoptions p {
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 5px;
}

.productoptions .productdetails {
	width: 220px;
	float: right;
	margin: 0;
}

.productoptions .productshots {
	width: 110px;
	float: left;
	margin: 0;
}

.spec_link {
	width:100%;
	text-align:center
}

.enlarge {
	background: url(/images/arrow.gif) left center no-repeat;
	padding-left: 8px;
}

.productoptions h3 {
	color: #48484a;
	font-size: 1em;
	margin-bottom: 0px;
}

.productoptions h4 {
	color: #77787b;
	margin-bottom: 0;
	font-size: .9em;
}

.note {
	color: #77787b; 
}

.productshots {
	float: right;
	width: 235px;
	margin-right: 5px;
	display: inline;
}

.slidecontrol p {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	margin-bottom: 5px;
}

.slidecontrol p.next {
	float: right;
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 10px;
}

.slidecontrol p.previous {
	float: left;
	background: url(/images/arrow_alt.gif) left center no-repeat;
	padding-left: 10px;
}

/* generic page */
.genericpage .maincontent p {
	margin: 20px 20px 10px 20px;
}

.genericpage .maincontent ul, .genericpage .maincontent ol {
	margin: 20px 20px 10px 40px;
}

.newstitle {
	background: url(/images/title_bg_2.jpg) left top no-repeat;
}

.genericpage .maincontent ul.buttons {
	margin-left: 30px;
}

.buttons li {
	list-style: none;
	background: url(/images/arrow.gif) left center no-repeat;
	padding-left: 5px;
}

/* showroom locator & results */
.locatorform {
	background: #627f85;
	padding: 5px 5px 1px 5px;
	margin-left: 7px;
	margin-top: 5px;
}

.locatorform p {
	background: #ffffff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.legend {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

.locatorform label {
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 10px;
	margin-right: 5px;
}

.locatorform .select, .locatorform input {
	margin-right: 25px;
}

.locations {
	float: left;
	width: 261px;
}

.map {
	float: right;
}

.map img {
	margin-right: 0;
}

.locations .address {
	background: #ececec url(/images/arrow3.gif) 15px 10px no-repeat;
	padding: 5px 10px 5px 25px;
	margin-bottom: 7px;
}

/* search results */
.searchform {
	background: #dce8ea;
	padding: 1px 5px 1px 5px;
	margin-left: 7px;
	margin-top: 0px;
	clear: both;
}

.searchform p {
	background: #ffffff;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.searchform label {
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 10px;
	margin-right: 5px;
	text-transform: uppercase;
	color: #77787b;
	font-size: .9em;
}

.searchform input {
	margin-right: 25px;
}

.resultsdash {
	background: #dce8ea;
	padding: 5px 5px 1px 5px;
	margin-left: 7px;
	margin-top: 5px;
	font-size: .9em;
	overflow: auto;
	font-weight: bold;
	clear: both;
}

.resultsfoot {
	padding-bottom: 10px;
}

.resultsdash p {
	background: #ffffff;
	padding: 5px 10px;
	margin-bottom: 0px;
	overflow: auto;
}

.total {
	float: left;
}

.paging {
	float: right;
}

.paging span, .paging a {
	margin-left: 3px;
}

.paging span.pages {
	margin-left: 10px;
}

.result {
	margin-top: 5px;
	margin-left: 8px;
	clear: both;
}

.result .productdetails {
	float: left;
	margin: 5px 0 0 0;
	width: 580px;
	background: #fafafa;
}

.result .productshots, .project_item .productshots  {
	width: 110px;
	float: left;
	margin: 0;
}

.result h2 {
	background: url(/images/arrow3.gif) left center no-repeat;
	padding-left: 10px;
	font-size: 1.1em;
	margin-bottom: 0;
}

.result h3 {
	font-size: 1em;
	margin-top: 0;
	font-weight: normal;
}

.result h3, .result p {
	padding-left: 10px;
}

.result .description {
	padding: 5px 10px;
	background: #fff;
	margin-bottom: 10px;
}

/* contact us */
.contacttitle {
	background: url(/images/title_bg_1.jpg) left top no-repeat;
}

.contactinfo {
	float: left;
	width: 215px;
}

.contactinfo .address {
	background: #ececec url(/images/arrow3.gif) 15px 10px no-repeat;
	padding: 5px 5px 5px 25px;
	margin-bottom: 7px;
}

.contactform {
	float: right;
	background: #627f85;
	padding: 10px;
	margin-left: 7px;
	margin-top: 5px;
	width: 347px;
}

.contactform ol {
	background: #ffffff;
	padding: 20px 0 0 0;
}

.contactform .legend {
	background: #d7dfe0;
	text-align: center;
	padding: 5px 5px;
	margin: 0 0 5px 0;
}

.contactform .error, p.error {
	background: #d7dfe0;
	text-align: center;
	padding: 0px 5px;
	margin: 0 0 5px 0;
	color: #F00;
	font-weight: bold;
}

.contactform li.submit {
	background: #d7dfe0;
	text-align: center;
	padding: 5px 5px;
	margin: 0 0 5px 0;
	border-top: 4px solid #627f85;
}

.contactform label {
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	width: 50px;
	text-align: right;
}

.contactform .text, .contactform .textarea {
	width: 265px;
}

/* log in */
.loginform {
	float: left;
	background: #627f85;
	padding: 10px;
	margin-left: 7px;
	margin-top: 5px;
	width: 400px;
}

.loginform .error {
	background: #d7dfe0;
	text-align: center;
	padding: 0px 5px;
	margin: 0 0 5px 0;
	color: #F00;
	font-weight: bold;
}

.loginform ol {
	background: #ffffff;
	padding: 20px 0 0 0;
}

.loginform li {
	clear: both;
}

.loginform .legend {
	background: #d7dfe0;
	text-align: center;
	padding: 5px 5px;
	margin: 0 0 5px 0;
}

.loginform li.submit {
	background: #d7dfe0;
	text-align: center;
	padding: 5px 5px;
	margin: 0 0 5px 0;
	border-top: 4px solid #627f85;
}

.loginform label {
	background: url(/images/arrow.gif) right center no-repeat;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	width: 90px;
	text-align: right;
}

.loginform .required {
	color: #FF0000;
}

.loginform .req_text {
	margin-right: 30px;
	float: right;
}

.loginform .text {
	width: 265px;
}

/* bulletin board */
.listings {
	float: left;
	width: 98%;
	margin-left: 7px;
	display: inline;
	border: 1px solid #036;
}

.listings .item {
	background: #ececec;
	padding: 5px 0;
	margin-bottom: 7px;
}

.listings h2 {
	background: url(/images/arrow3.gif) left 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 7px;
	color: #48484a;
	font-size: 1.1em;
}

.genericpage .maincontent .listings p {
	padding-left: 15px;
	margin: 0;
}


.genericpage .maincontent .listings p.description {
	background: #fff;
	margin: 10px 7px 5px 7px;
	padding: 5px 10px;
}

#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	min-width: 200px;
	top: 0px;
	height: 0px;
	z-index: 200;
}

/* user tab navigation */
#user_nav {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#user_nav li {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	margin: 0 5px 0px 3px;
	padding: 0;
	float: left;
}

#user_nav a {
	padding: 2px 5px;
	margin: 0;
	**background: url(/images/tab_bg.gif) left bottom repeat-x;
	background: #eee;
	font-weight: bold;
}

#user_nav a:hover {
	background: #fff;
}

/* my jaclo project */
.project_add {
	background: url(/images/add_project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
}

.project_top_link {
	background: url(/images/project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
}

.project_remove {
	background: url(/images/remove_project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	cursor: pointer;
}

.project_update {
	background: url(/images/update_project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	margin-right: 5px;
	cursor: pointer;
	float: right;
}

.project_print {
	background: url(/images/print_project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	margin-right: 10px;
	cursor: pointer;
	float: right;
}

.project_email {
	background: url(/images/email_project.gif) 4px 0 no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	cursor: pointer;
}

.project_item {
	float:left;
	clear:both;
	margin-left: 5px;
	width: 580px;
	margin-bottom: 3px;
}

.odd {
	background: #ddd;
}

.even {
	background: #eee;
}

.project_item .pic {
	width: 110px;
	float: left;
	margin-left: 5px;
}

.project_item .desc {
	width: 300px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.project_item .options {
	width: 150px;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
}

.project_form .submit {
	float: right;
	margin-right: 0px;
}

.project_form .email_form {
	float: left;
	margin-left: 2px;
}

li.subcat {
	position:relative;
}
div.subcatmenu {
	position:absolute;
	top:0;
	left:165px;
	width:200px;
	display:none;
}

ul.subnav div,
ul.subnav li:hover ul div,
ul.subnav ul li:hover ul div
{display: none;}

ul.subnav li:hover div,
ul.subnav ul li:hover div,
ul.subnav ul ul li:hover div
{display: block;}