@charset "utf-8";
/*
Website layout & design created by:
Joel Salisbury, Jesse Starks
*/
html,body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	background: #171516 url(http://wellsoami.com/pacs/images/bgr.jpg) top left repeat-x;
	font-size: 12px;
}
p { cursor: default; }
p, li, ul, a, label { font-family: "Trebuchet MS"; }

a {
	color: #0066cc;
}
ul li ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*
Added by Nate Faulkenberry on 1/5/2010
*/
.divOutter {
	border: 1px solid #c0c0c0;
}
.divInner {
	border: 1px solid #fff;
}
.clear { width: 860px; clear: both; }
#footer {
	width: 910px;
	height: 88px;
	background: url(http://wellsoami.com/pacs/images/footer.png) bottom left no-repeat;
	clear: both;
	margin: 0 auto;
}
#footerInner {
	padding: 26px;
	width: 860px;
	height: 58px;
	font-size: 10px;
	color: #fff;
	cursor: default;
}
#footerInner p {
	padding: 0;
	margin: 0;
	float: left;
}
#footerInner ul {
	float: right;
	padding: 0;
	margin: 0;
}
#footerInner li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#footerInner a { color: #fff; text-decoration: none; }
#footerInner a:hover, #footerInner a.current { text-decoration: underline; }
	
/**/
#main {
	/*
	height: 1100px;
	width: 1000px;
	margin: 0 auto;
	*/
	background: url(http://wellsoami.com/pacs/images/wrap.png) top left repeat-y;
	width: 910px;
	margin: 0 auto;
}

/**/
#wrap {
	min-height: 411px;
    width: 900px;
	background: url(http://wellsoami.com/pacs/images/header.jpg) top left no-repeat;
	margin: 0 auto;
}

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

/**/
h1{
	color: #003366;
	margin: 10px 0 0 0;
}
h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; cursor: default; }
h2 { margin: 10px 0 0 0; }
h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: 100; cursor: default; margin: 0; }

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

#shadeRight {
	height: 1000px;
	width: 10px;
	background: url(http://wellsoami.com/pacs/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;
	margin: auto;
}

/**/
#pageContent {
	width: 860px;
	margin: 0 auto;
	padding: 20px;
}
#inner { width: 100% }	

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

/**/
#rightCol {
	width: 630px;
	color: #333;
	float: right;
}

/**/
#rightColContent {
	background-color: #eee;
	padding: 0 10px 10px 10px;
}

/**/
#nav {
	background-color: #eee;
	padding: 0 10px 10px 10px;
	width: 180px;
	font-weight: bold;
	padding: 8px;
}

#nav ul, #nav li { padding: 0; margin: 0; list-style: none; }

/**/
#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;
	border: 1px solid #e1af4a;
}

/**/
#noteWrap {
	margin-top: 15px;
}
#note {
	background-color: #eee;
	color: #333;
	width: 172px;
	padding: 12px;
	font-style: italic;
}

.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 {
	margin: 0;
	padding: 0;
}
#contactForm fieldset { border: 0; padding: 0; margin: 0; }
#contactForm ul { padding: 0; margin: 0 0 10px 0; list-style-type: none; }
#contactFormWarning { margin: 10px; color: #F30; visibility: hidden; cursor: default; }

.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;
}
/*
Testimonials table
*/
#testimonials {
	border-collapse: collapse;
	width: 100%;
}
#testimonials tr {	
	padding: 0;
	margin: 0;	
	width: 100%;
}
#testimonials .alternate { background-color: #f7f7f7; }
#testimonials td {
	vertical-align: top;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}
#testimonials p { padding: 0; margin: 0 0 5px 0; }
#testimonials span {
	font-size: 10px;
	font-style: italic;
}
#testimonials a { color: #0066cc; }