body {
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
}

dl {

}



dt { 
	clear: left;
	float: left;
	margin: 0;
	margin-top: 10px;
	overflow: auto;
	width: 16ex;
	height: 25px;
	vertical-alignment: middle;

}

dd {
	margin: 0;
	margin-top: 10px;
	vertical-alignment: baseline;
	float: left;
}
.input {
	width: 40ex;
	vertical-alignment: baseline;
	line-height: 100%;
}

#body_container {
	overflow: hidden;
	margin:0 auto 0 auto;
	width: 1024px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: rgb(51, 51, 51);

}

#left_col {
	width: 188px;
	float: left;
    display: inline-block;
	margin-right: 60px;
	text-align:left;
}

#right_col {
	width: 188px;
	float: right;
    display: inline-block;
	margin: 0 0 10px 10px;
    padding: 5px;
    border: 2px dotted #868686;
    background: #ffffff;
	text-align:left;
}

#right_col p { margin: 5px; }


#center_col {
	width: 776px;
	float: left;
    display: inline;
	text-align:left;
}

#floatRight { 
float: right;
margin-left: 10px;
margin-bottom: 0px;
margin-top:0px;
margin-right:0px;
padding-left: 0px;
border: thin solid #328ecd;
text-align:center;
}

#floatLeft { 
float: left;
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-right: 5px;
padding-right: 0px;
border: thin solid #328ecd;
text-align:center;
}

#header_flash {
	background: #000033;
	text-align:center;

}

#header_nav {
	text-align: right;
	background: url(images/nationwide_11.jpg);
}

#theNavigation {
    background: url(images/nationwide_11.jpg) 0 0 repeat-x;
    text-align: center;
    height: 44px;
    vertical-align: middle;
    padding: 0 0 0 0;
}

#theNavigation img { vertical-align: middle; }

#theNavigation a {
    display: inline-block;
    margin: 0;
    padding: 0 9px;
    line-height: 32px;
    height: 44px;
    text-decoration: none;
    color: #308ecc;
    vertical-align: middle;
    font-weight: bold;
}

#theNavigation a:hover,
#theNavigation a.active {
    background: url('images/nav_over.jpg') 0 0 repeat-x;
    color: #222222;
}

#footer {
	margin: 2em;
	clear: both;
}

#footer a { 
    text-decoration: none;
    color: #328ECD;
}

#footer a:hover {
    text-decoration: underline;
    color: #000033;
}
    

.bid_control {
	background: none;
	border: none;
	cursor: hand;
	cursor: pointer;
}

.input {
	border: 1px solid blue;
}
#offer {
width: 4ex;
}

#copy {
	width: 47%;
	float: left;
	margin-right: 1em;
}
#copy h3, #copy h2, #copy h1 {
	margin: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
#copy ul {
	margin: 0;
}
#pictures {
	width: 50%;
	float: left;
overflow:hidden;
}
#pictures .thumb {
	float: left;
	border: none;
	text-decoration: none;
	padding:3px;
}
#pictures a {
	border: none;
	text-decoration: none;
}
#picture_gallery .thumb {
	float: left;
	margin: 2px;
	font-size: 10px;
	border: none;
	text-decoration: none;
}

#picture_gallery a {
	border: none;
	text-decoration: none;
}

#video_gallery a {
	display: block;
	float: left;
	margin: 1em;
	border: none;
	padding: 2ex;
	text-align: center;
	width: 300px;
	font-size: 13px;
	height: 330px;

}
#video_gallery a img {
	border: none;
	text-decoration: none;
	display: block;
}

div.rowWhite {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
}

div.rowGray {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #dfdfdf;
    text-align: center;
    padding: 0;
}

div.rowOver {
    clear: left; 
    padding-top: 1px;
    border: 2px solid #9e9d9d;
    border-top: none;
    width: 720px;
    background-color: #bebebe;
    text-align: center;    
    padding: 0;
}

div.headerRow {
    clear: left; 
    border: 2px solid #9e9d9d;
    background-color: #9e9d9d;
    height: 20px;
    width: 720px;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

div.imgBox
{
    float: left;
    display: inline;
    width: 178px;
    height: 38px;
    padding: 0;
}

div.aBox
{
    float: left;
    display: inline;
    width: 178px;
    height: 38px;
    _height: 41px;
    border-right: 2px solid #9e9d9d;
    padding: 0;
}

div.aBox p { margin: 10px 0px; }

.bgWhite { background-color: #ffffff; }
.bgGray { background-color: #dfdfdf; }

/* pagination */
#pagination { font-size: #13px; }

#pagination a { color: #328ECD; text-decoration: none; font-size: 13px; }
#pagination a.pager { font-size: 15px; }
#pagination a:hover { color: #000000; }

#pagination span.current { font-weight: bold; font-size: 15px; color: #000000; }
#pagination span.grayed { color: #888888; }


/*fixes floating div problems*/
.clearfix:after, .rowWhite:after, .rowGray:after, .rowOver:after, .headerRow:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/******************************************************************************

FORMS - CT DATA - MRI

*******************************************************************************/

.error-container
{
	color:#FF0000;
	padding:10px 0 20px 0;
}

.error-container p
{
	font-size:12px;
	margin:0px;
	padding:0px;
}

form.ctData
{
	padding:10px 0;
}

.form-row
{
	padding:0 0 10px 0;
	clear-left;
}

.form-submit
{
	padding:0 0 0 260px;
}

.form-submit input
{
	width:auto;
}

.form-row label
{
	width:240px;
	float:left;
}

.form-row input
{
	width:260px;
}

.form-row textarea
{
	width:360px;
	height:100px;
}

.form-row label.check
{
	width:auto;
	padding:0 10px 0 0;
}

.form-row label.check input
{
	width:auto;
}

.form-row .clear
{
	clear:both;
}

img.left
{
	float:left;
	margin:0 10px 10px 0;
}

img.right
{
	float:right;
	margin:0 0 10px 10px;
}

ul.float-left
{
	margin:0px;
	padding:5px 0 10px 20px;
}

ul.float-left li
{
	float:left;
	width:340px;
	padding:0 10px 0 0;
	margin:0px;
}

h2.service
{
	margin:10px 0;
}

/******************************************  PRODUCT FORM  *************************************************/

#product-form
{
	padding:10px 0 0 0;
	margin:0 0 20px 0;
	text-align:left;
	width:500px;
	font-size: 12px;
}
#product-form-success
{
	color: #009900;
	font-weight: bold;
	text-align:left;
	padding:0 5px 5px;
	margin:10px 0 20px 0;
	text-align:left;
	width:500px;
}
#product-form-failed
{
	color: #FF0000;
	font-weight: bold;
	padding:0 5px 5px;
	margin:10px 0 20px 0;
	text-align:left;
	width:500px;
}

#product-form .left
{
	float:left;
	width:500px;
}

#product-form .right
{
	float:right;
	width:400px;
}

#product-form .product_form_row
{
	padding:0 0 10px;
	clear:both;
}

#product-form .product_form_row label
{
	float:left;
	width:120px;
	padding:0 2px 0;
}

#product-form .product_form_row input
{
	width:220px;
}

#product-form .product_form_row textarea
{
	width:220px;
	height:60px;
}

#product-form .product_form_submit
{
	padding:0 0 0 122px;
	margin:0 0 5px;
}

.new_inventory_box
{
border: solid 2px #3691d3; margin-bottom:20px; width: 720px; height:188px; background:url(row_bg.png);
}

.new_inventory_box b
{
 color: #3691d3;
}

.new_inventory_box li, #item_description li
{
margin-bottom:6px;
}


