                   body {
	background: url('../images/bgr.jpg') top left repeat-x ;
	padding: 0px;
	margin: 0px;
	align: center;
	font-family: Verdana;
	font-size: 12px;
}

a
{
	color: #0066CC;
}

#main {
	height: 1100px;
	width: 1000px;
	margin: auto;
}

#mainImage {
    width: 1000px;
    height:2000px;
	background: url('../images/centerbg.jpg') no-repeat white;

}

#mainBottom {
	height: 10px;
	width: 934px;
	margin-left: 44px;

}

h1{
color: #003366;
}

#shadeLeft {
height: 1000px;
width:10px;
background: url('../images/shadeleft.jpg') top right no-repeat;
}

#shadeRight {
height: 1000px;
width:10px;
background: url('../images/shaderight.jpg') top left no-repeat;
}

#loginBoxContainer {
margin-left: 740px;
padding-left: 10px;
padding-right: 10px;
height: 270px;

}

#loginBox {
padding-top:140px;
font-size: 10px;
font-weight:bold;
color: #666;
}


#btnSubmit
{
	margin-top: 7px;
	border: 2px solid gainsboro;
	background-color: silver;
	padding: 3px;
	color: #333;
}

#titleImage
{
	width: 880px;
	height: 225px;
	background: silver;
	margin: auto;
	background: url('../images/title.gif') top center no-repeat;
}

#pageContent {

padding-left: 10px;
padding-right: 15px;
width: 850px;
margin: auto;

}

#leftCol 
{
	width: 200px;
	float: left;
}

#rightCol 
{
	width: 630px;
	float: right;
	margin-left: 10px;
	color: #333;
        

}

#rightColContent
{
	border: 2px solid silver;
	background-color: #eee;
	padding: 10px;
	padding-top: 0px;
	margin-top: 2px;
        
	
}

#nav
{
	border: 2px solid silver;
	background-color: #eee;
	padding: 10px;
	padding-top: 0px;
	margin-top: 2px;
	width:180px;
	font-weight: bold;
	padding: 8px;
}

#nav a
{
	background-color: silver;
	display: block;
	color: white;
	margin: 3px;
	padding: 8px;
	text-decoration: none;
}

#nav a:hover
{
	background-color: #FFCC66;
	color: #333;
}

#nav .active
{
	color: #333;
	background-color: #FFCC66;
}

.note
{
	border: 2px solid silver;
	background-color: #eee;
	color: Gray;
	padding: 10px;
	padding-top: 0px;
	margin-top: 2px;
	width: 172px;
	padding: 12px;
	font-style: italic;
	margin-top: 15px;
}

.product
{
	color: Gray;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	text-transform:uppercase;
}

.noPad
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.productSpecs
{
	background-color: Silver;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px;
	padding-bottom: 0px;
}

.productSpecs a
{
	font-weight: bold;
	color: #0066CC;
	margin: 2px;
	display: block;
}

#contactForm
{
	background-color: Silver;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
	padding-bottom: 0px;
}

.pacsSingletext
{
	font-family: Lucida Console;
	font-size: 16px;
	border: 1px solid #eee;
	height: 20px;
	color: #333;
	padding: 3px;
}

.pacsMultitext
{
	font-family: Lucida Console;
	font-size: 16px;
	border: 1px solid #eee;
	color: #333;
	padding: 3px;

}

.pacsDDL
{
	font-family: Lucida Console;
	font-size: 16px;
	border: 2px solid #eee;
	color: #333;	
	background-color: gainsboro;
}

.pacsButton
{
	font-size: 16px;
	border: 2px solid #eee;
	color: #333;	
	background-color: gainsboro;
	height: 30px;
}


.contactLbl
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}


#priceSheet
{


	
	
}

#priceSheet table
{
	border-collapse:collapse;
	border: 1px solid gainsboro;
	margin-bottom: 15px;
	
}

#priceSheet td
{
	border-collapse:collapse;
	border: 1px solid silver;

}

#priceSheet .desc
{
	width: 350px;
	font-style: italic;
	color: gray;
	padding-left: 4px;
}

#priceSheet .price
{
	width: 75px;
	text-align: right;
	padding-right: 4px;
}
#priceSheeet .buy
{
        width:75px;
        text-align:left;
        padding-right:1px;
}

#priceSheet .part
{
	width: 150px;
	text-align: left;
	font-size: 9px;
	padding-left: 4px;
}

#priceSheet .length
{
	width: 50px;
	text-align: center;
}

#priceSheet .groupLbl
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 8px; 
	color: #333;
}

.testimonial
{
	background-color: #dcdcdc;
	border: 2px solid silver;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px;
	padding-bottom: 0px;
	height: 110px;
}

.testimonial img
{
	border: 2px solid #666;
}

.testimonial a
{
	text-decoration: none;
}

.testimonial a:hover
{
	text-decoration: underline;
}

.testImg
{
	float: left;
	width: 100px;
}

.testText
{
	float: left;
	padding-left: 15px;
	width: 450px;
}
.priceSide{
        background: #fff;
	border: 2px solid gainsboro;
        height:400px;
        margin:10px;

}              
#priceSheet .buy{
text-align:center;
width:50px;
}                   