/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h7
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color:#f00;
}
html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(/img/bg.gif) repeat-x;
	xcolor: #fff;
}





.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper
{
	width: 838px;
	margin: 0 auto;
}

div#main-logo
{
	float: left;
	
	min-height: 78px;
	margin: 0;
	padding-top:5px;

color:#272256;
font-size:26px;
text-decoration:none;

line-height:30px;
}

div#main-logo div {border-bottom:2px solid #cdcdcd;}
div#main-logo span
{
color:#d67400;
font-size:24px;
text-decoration:none;
}

div#top-links {
	float: right;
		height: 26px;
}
div#top-links-middle
{
	float: right;
	padding: 0;
			height: 26px;
	background: url(/img/top-links-bg_middle.gif) repeat-x;
}

div#top-links-left {
	background: url(/img/top-links-bg_left.gif) no-repeat;
	float:left;
				height: 26px;
}

div#top-links-right {
	background: url(/img/top-links-bg_right.gif) no-repeat;
	float:right;
				height: 26px;
				width:8px;
	
}
div#navigation
{

	padding: 0;
	margin: 0;
	clear: both;
}
div.navigation
{

	padding: 0;
	margin: 0;
	float:right;
	position:relative;
	top:-2px;
}
div#banner
{
	width: 838px;	
	height: 174px;
}

div#content-wrapper
{
	background: url(/img/content-bg.gif) repeat-y;
	width: 858px;;
}

div#footer
{
	width: 838px;
	height: 24px;
	margin-top:10px;
	text-align:right;
	font-size:11px;
	color:#000000;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1, h2, h3, h4
{
	color: #d67400;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
}
h5
{
	color: #000000;
	text-align:center;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 15px;
}
.signuptable{background-color:#efefef}

.signuptable h5 {
	text-align:right;
	padding-right:10px
}

h1
{
	padding-top: 30px;
	font-size: 26px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 17px;
	padding-bottom: 4px;
}

h4
{
	font-size: 15px;
}



p
{
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 20px;
	color: #1b1b1a;
	padding-left: 0;
}

a:link
{
	color: #1b1b1a;
	text-decoration: underline;
}

a:visited
{
	color: #1b1b1a;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding: 8px 0 10px 36px;
	background: url(/img/list-item.gif) center left no-repeat;
	list-style: none;
}

li a
{
	text-decoration: underline;
}

ul
{
	padding: 20px 0 30px 40px;
	font-size: 12px;
	color: #2c2d2d;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: left;
	xheight: 23px;
	zline-height: 20px;
	padding: 0;
	margin:0px;
}

div#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 18px;
	padding-left: 14px;
	background: url(/img/nav-divide.gif) center right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	color: #fff;
}

div#navigation ul li a.first-item 
{
	padding-left: 0;
}

div#navigation ul li a.last-item 
{
	background: none;
}

body#home div#navigation ul li a#home-link, body#contact div#navigation ul li a#contact-link
{
	color: #272526;
}

/* ------------------------------- TOP LINKS ------------------------------- */

div#top-links ul
{
	display: block;
	xfloat: right;
	height: 23px;
	line-height: 23px;
	padding: 0 0 0 6px;
}

div#top-links ul li
{
	display: inline;
	xfloat: left;
	font-weight: normal;
	background: none;
	padding: 0;
}

div#top-links ul li a:link,
div#top-links ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 7px;
	background: url(/img/top-links-divide.gif) center right no-repeat;
}

div#top-links ul li a:active,
div#top-links ul li a:hover
{
	color: #272526;
}

div#top-links ul li a.last-item 
{
	background: none;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-wrapper div#content-left
{
	float: left;
	width: 510px;
}

div#content-wrapper div#content-right
{
	float: right;
	width: 287px;
}

div#content-wrapper div#content-left .address-details
{
	width: 208px;
	float: left;
}




/* -------------------------------- RIGHT PANEL -------------------------------- */

div#right-panel-header
{
	width: 287px;


	background-color: #D67400;
	margin-top: 23px;
}

div#right-panel-header h3
{
	color: #fff;
	padding: 0 0 0 36px;
}

div#right-panel
{
	width: 287px;

  	height: 100%;
	margin-top: 6px;
	padding-top: 12px;
}

div#project_box {
		overflow: auto;
	width: 100%;
		background: #f6f6f6 url(/img/right-panel-bg-top.gif) top no-repeat;
padding-top:5px
}
div#right-panel-bot
{
	width: 287px;
	height: 7px;
	background: url(/img/right-panel-bg-bot.gif) no-repeat;
	font-size: 0;
}

div#right-panel div.product-wrapper
{
	color: #1a1a1a;
}

div#right-panel div.product-wrapper p
{
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 6px 0;
}

div#right-panel div.product-wrapper span
{
	font-size: 14px;
	font-weight: bold;
	color: #c60000;
}

div#right-panel div.product-wrapper .prod-photo
{
	float: left;
	width: 138px;
	text-align: center;
	padding-top: 6px;
}

div#right-panel div.product-wrapper .prod-description
{
	float: left;
	padding-bottom: 12px;
}

div#right-panel div.product-wrapper .prod-description h5 a
{
	text-decoration: none;
}


/* ------------------------------ CONTACT FORM --------------------------- */

div#right-panel form
{
}

div#right-panel fieldset
{
	padding: 8px 15px;
}

div#right-panel form label
{
	display: inline;
	float: left;
	width: 54px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #1b1b1a;
	padding-top: 3px;
}

div#right-panel xform input
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	font-family: Arial, Helvetica, sans-serif;
}

div#right-panel form br
{
	clear: left;
	font-size: 0;
}

div#right-panel form textarea
{
	display: inline;
	float: left;
	width: 192px;
	margin-bottom: 8px;
	height: 90px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1b1b1a;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

div#right-panel form #submit
{
	width: 100px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 154px;
	border: 1px solid #9b5400;
	background-color: #d67400;
	color: #fff;
}

th {
	background: #fff;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#fff;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
/* Paging */
div.paging {

	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled, .disabled {
	color: #ddd;
	display: inline;
	display:none;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
table tr td {


}
.categoryList {background-color:#e2e2e2}
.categoryList li {padding:0px 0px 5px 0px;}
.categoryList li a{color:#AB6037;xfont-weight:bold}

/*rounded corner CSS*/
/* set the image to use and establish the lower-right position */ 

.cssbox
{
	width: 285px;


	background-color: #D67400;
	margin-top: 23px;
}
.cssbox_head {background: url(/img/right-header-bg-top.png) no-repeat}
.cssbox_bottom {background: url(/img/right-header-bg-bottom.png) no-repeat bottom left}
.cssbox_head h3
{
	color: #fff;
	padding: 0 0 0 36px;
}

.content {color:#000}

.project_text{font-size:.8em;padding:3px;margin-left:85px;}
.main_header{margin-left:85px;background-color:#dbdbdb;font-size:.8em;color:#e47400;padding:3px}
li a.headerlink, a:visited.headerlink {color:#fff;font-size:2em}
.categoryList{background-color:#dbdbdb;padding:0;margin:0;}
.categoryList div{padding-left:110px}

.projectListBox {height:140px;
								border-bottom:1px dashed black;
								margin-bottom:15px;}
a.pagenav, .pagenav {font-size:.8em;color: #c73c33}

.projectUrl_top {background: url(/img/product_url_top.jpg) no-repeat;height:11px;margin-top:10px}
.projectUrl_mid {background-color: #dbdbdb;padding-left:5px;}
.projectUrl_bottom {background: url(/img/product_url_bottom.jpg) no-repeat}