body{
	margin-top:0px;
}
#background{
	width:1350px;
	position:absolute;
	left:50%;
	margin-left:-675px;
	background: url('../images/bgBody2.jpg') no-repeat;
}
img{
	border:none;
}
#page{
	background: white url('../images/bgPage.jpg') no-repeat;
	width:775px;
	height:907px;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
}
a {
	text-decoration:none;
	color:black;	
}
a:hover{
	color:#626262;
}


/* ------------------------------------------
			HEADER ELEMENTS
------------------------------------------ */
#clickHomeDiv{
float:left;
height:100px;
width:775px;
cursor:pointer;
}
#header{
	background:url('../images/bgTitle.jpg') no-repeat;
	width:775px;
	height:130px;
}
#navigation{
	margin-left:8px;
	font-family:sans-serif;
	font-weight:900;
	font-size:12px;
margin-top:10px;
	float:left;
}
.navItem{
	float:left;
}
.navItem:Hover{
	cursor:pointer;
	color:#626262;
}
#navigation .navBreak{
	float:left;
	margin: 0px 11px;
}
#cse-search-box{
	margin-top:7px;
	float:right;
}
#searchInput{
	float:left;
	font-size:0.6em;
	width:130px;
	margin-right:3px;
}
#searchBtn{
	float:left;
	font-size:0.58em;
}
#pageBanner{
	font-family:arial;
	height:65px;
	width:760px;
	margin-bottom:6px;
	background:url('../images/title_bkgnd.gif') no-repeat;
	border:1px solid #333333;
}
#pageBannerTitle{
	float:left;
	margin-top:12px;
	margin-left:18px;
	font-size:2em;
	text-decoration:underline;
	color:#444444;
}

/* ------------------------------------------
			CONTENT ELEMENTS
------------------------------------------ */
#content{
	float:left;
	height:692px;
	width:763px;
	margin-top:5px;
	margin-left:6px;
}
#leftPanel{
	float:left;
	height:508px;
	width:230px;
	background: #f2f2fc;
	border:1px solid #a3a4a9;
}
#leftPanelContent{
	width:200px;
	height:413px;
	margin-top:15px;
	float:left;
	margin-left:4px;
}
.leftPanelItem{
	float:left;
	margin-bottom:11px;
	width:200px;
}
.leftPanelTitle{
	background: #e1e2e4;
	padding-left:15px;
	float:left;
	text-align:left;
	width:205px;
}
.leftPanelTitle:Hover{
	cursor:pointer;
	color:#626262;
}
.leftPanelCategory{
	font-size:0.7em;
	font-family:arial;
	float:left;
	clear:left;
	width:180px;
	text-align:left;
	margin-top:4px;
	cursor:pointer;
	padding-left:40px;
}
.leftPanelCategory.SELECTED{
	background:#d9d9d6;
	cursor:default;
}
.leftPanelCategory:Hover{
	color:#626262;
}
.leftPanelCategory.SELECTED:hover{
	color:black;
}
#rightPanel{
	float:right;
	height:510px;
	width:520px;
	background: #f2f2fc;
}

/* ------------------------------------------
			FOOTER ELEMENTS
------------------------------------------ */
#footer{
    font-family:arial;
	font-weight:900;
	font-size:11px;
	height:103px;
	width:763px;
	margin-left:6px;
	float:left;
}
#footerNav{
	height:39px;
	width:763px;
	background: #f2f2fc;
	border:1px solid #a3a4a9;
}
#footer .navBreak{
	float:left;
	margin: 0px 15px;
}
#footerNavItems{
	height:20px;
	width:705px;
	padding-top:13px;
}
#copyright{
	margin-top:8px;
 	font-family:arial;
	font-weight:900;
	font-size:10px;
}

/* ------------------------------------------
			REQUEST QUOTE ELEMENTS
------------------------------------------ */

#requestQuoteContainer{
	text-align:left;
width:600px;
height:450px;
margin-bottom:10px;
overflow:auto;
border-bottom: 1px dashed #bbb;
}
.header{
width:600px;
text-align:left;
font-size:1.5em;

padding-bottom:5px;
font-family:helvetica;
font-weight:600;
color:#777;
border-bottom: 1px dashed #bbb;
}
#quoteclose{
padding:3px 8px;
float:right;
background:#aaa;
color:white;
cursor:pointer;
}
#quoteclose:hover{
color:#777;
background:none;
border:1px solid #aaa;
}
#requestQuoteContainer .submitBtn{
margin-top:20px;
width:80%;
height:40px;
margin-bottom:20px;
}
#requestQuoteContainer fieldset{
border:1px solid #bbb;
width:550px;
}
#requestQuoteContainer fieldset legend{ 
color:#555;
padding:0px 5px;
}
.requestQuoteTable tr{
float:left;
width:100%;
}
.requestQuoteTable .spacer{
width:20px;float:left;
}
.requestQuoteTable .dspacer{
width:40px;float:left;
}