html{
overflow-y: auto;
}

body{
	background-image: url(../images/backGround.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1{
	color: #C6010A;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

input{
	border: 1px solid #000;
}

a{
	color: #C6010A;
}

textarea{
	border: 1px solid #000;
}

p{
	font-size: 12px;
}

.os{
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}

#container{
	display: block;	
	margin: auto;
	width: 800px;
}

#header{
	background-image: url(../images/headerBG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	display: block;
	height:140px;
	widows: 100%;
}

#header #leftHeaderBorder{
	background-image: url(../images/leftHeader.gif);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 7px;
}

#header #logo{
	display: block;
	float: left;
	width: 292px;
}

#header #navigation{
	display: block;
	float: left;
	font-size: 14px;
	padding-top: 84px;
	text-align: right;
	width:494px;
}

#header #navigation ul{
	float: right;
	height: 30px;
	list-style: none;
	padding: 0px;
	margin: 0 auto;
}

#header #navigation ul li{
	border-left: #FE343F 1px solid;
	border-right: #890107 1px solid;
	display: block;
	float: left;
	height: 30px;
}

#header #navigation ul li.selected{
	background-image:url(../images/navSep.png); 
	background-repeat:no-repeat; 
	border-left:none;
}

#header #navigation ul li a{
	display: block;
	color: #fff;
	float: left;
	padding: 0.5em 0.3em 0.5em 0.3em;
	text-decoration: none;
}

#header #navigation ul li a:hover{
	background-color: #EF010D;
}

#header #navigation ul li a.selected{
	background-color: #890107; 
}

#header #navigation #search{
	display: block;
	float: left;
	width:494px;
}

#header #navigation #search input{
	border: 1px solid #000;
	margin-right: 5px;
	height: 16px;
	margin-top: 2px;
	background-color: #F4F4F4;
}

#header #navigation #search input.button{
	height: 20px;
	background-color: #C6010A;
	color: #fff;
}


#header #rightHeaderBorder{
	background-image: url(../images/rightHeader.gif);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 7px;
}

#content{
	background-color: #fff;
	float: left;
	width: 100%;
	padding-top: 3px;
}

#wrapper{
	padding: 5px;
	font-size: 12px;
	border: 0px solid red;
}

#wrapper #admin{
	margin: auto;
	margin-top: 100px;
	margin-bottom: 200px;
	width: 614px;
	padding:0px;
	border: 1px solid #000;
	background-color: #ccc;
	list-style: none;
}

#wrapper #admin input{
/*
	width: 200px
	background-color: #fff;
*/
	border: 0px solid #000;
	margin-right: 5px;
	height: 16px;
	margin-top: 2px;
}

#wrapper #admin input.button
{
/*
	width: 30px;
	background-color: #C6010A;
*/
	height: auto;
	vertical-align:middle;
	border: 0px solid #000;
}

#wrapper #admin input.textbox
{
	height: auto;
	vertical-align:middle;
	width: 98%;
	border: solid 1px #000;
}


#wrapper #productList {
	width: 720px; 
	margin:auto;
	display: block;
	padding: 20px;
}

#wrapper #productList li {
	width: 180px;
	 padding: 0px 0px 10px 0px;
	 float:left; 
	 list-style: none;
}

#wrapper #productList li a{
	display: block;
	color: #C6010A;
}

#wrapper #productList li div a {
	display: block;
	color: #C6010A;
	font-size: smaller;
	text-align: center;
	min-height: 180px;
	height:180px;
	text-decoration: none;
}

#wrapper #productList li div a img{
	border: 1px #000 solid;
}



#wrapper #links li 
{
	list-style-type: none;
	list-style-position: outside;
	padding: 2px 2px 10px 2px;
	margin-bottom: 2px;
	background-image: url(../images/titleBG.png);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px black;

}

#wrapper #links li a{
	display: block;
	color: #C6010A;
	font-size:large;
	color: #fff;
}



#wrapper table thead tr{
	background-color: #C6010A;
	color: #fff;
	padding-left: 2px;
}

#wrapper table tbody tr{
	height: 20px;
	padding-left: 2px;
}

#wrapper table tbody tr.altRow{
	background-color: #ccc;
}

#wrapper table tbody a
{
	text-decoration:none;
	color:#000;
}

#wrapper #contact
{
	width:100%;
	border: solid 0px #000;
}

#wrapper #contact .contactLarge
{
	width: 500px;
}

#wrapper #contact .contactMedium
{
	width: 250px;
}

#wrapper #contact .contactState
{
	width: 30px;
}

#wrapper #contact .contactSmall
{
	width: 50px;
}


#wrapper #registerUser
{
	width:100%;
	border: solid 0px #000;
}


/*

#wrapper #registerUser{
	margin: auto;
	margin-top: 100px;
	margin-bottom: 200px;
	width: 614px;
	padding:0px;
	border: 1px solid #000;
	background-color: #ccc;
	list-style: none;
}
*/

#wrapper #registerUser input{
/*
*/
	border: 0px solid #000;
	margin-right: 5px;
	height: 16px;
	margin-top: 2px;
}

#wrapper #registerUser input.button
{
/*
*/
	height: auto;
	vertical-align:middle;
	border: 0px solid #000;
}

#wrapper #registerUser input.textbox
{
	height: auto;
	vertical-align:middle;
	width: 300px;
	border: solid 1px #000;
}

#wrapper #registerUser input.contactLarge
{
	width: 500px;
}


#leftColumn{
	display: block;
	float: left;
	font-size: 11px;
	width: 174px;
	padding: 2px;
/*
	min-height:687px;
	max-height:687px;
	height:687px;
*/	
}

/*
	background-image: url(../images/Leftnavborder.gif);
	background-position:right;
	background-repeat:repeat-y;
*/
#leftColumn ul{
	list-style: none;
	padding: 0px;
	margin: 5px;
}

#leftColumn ul li{
	padding-bottom: 2px;
}

#leftColumn ul li a{
	color: #000;
	text-decoration: none;
}

#leftColumn ul li a:hover{
	color: #AF010A;
	text-decoration: underline;
}


#rotateContent{
	background-color: #eee;
	border: 1px solid #333;
	display: block;
	float: left;
	height: 200px;
	margin-bottom: 5px;
	width: 610px;
	padding: 5px;
}

#rotateContent p{
	font-size: 12px;
}

#rotateContent img{
	margin-right: 5px;
	border: 1px solid #000;
}


#companyInformation{
	background-color: #eee;
	border: 1px solid #333;
	display: block;
	float: left;
/*
	height: 200px;
*/
	margin-bottom: 5px;
	width: 610px;
	padding: 5px;
}

#specials{
	border: 1px solid #5A6688; /* #C6010A 1px solid #ccc; */
	display: block;
	float: left;
	height: 200px;
	min-height: 200px;
	margin-right: 12px;
	margin-top: 3px;
	width: 297px;
}

#specials h1
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../images/titleBG.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ccc;
	color:#fff;  /* #C6010A; #fff; */
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	height: 35px;
	border-bottom: solid 1px #5A6688;
}

#specials a{
	color: #C6010A;
}

#specials #scrollingDiv{
	width: 100%;
	height: 120px;
	text-align: left;
	overflow-y: scroll;
	font-size: 12px;
	color: #000; 
	margin-top: 10px;
	scrollbar-face-color: #ccc;
   scrollbar-arrow-color: #fff;
   scrollbar-highlight-color: #fff;
   scrollbar-3dlight-color: #ccc;
   scrollbar-shadow-color: #333;
   scrollbar-darkshadow-color: #666;
   scrollbar-track-color: #ccc;
}

#specials #scrollingDiv a{
	color: #000;
}

#specials #scrollingDiv ul{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

#specials #scrollingDiv li{
	padding: 0px 3px 5px 0px;
	color: #C6010A;
	list-style-type: square;
	font-weight:bold;
}
/*

#specials h1{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #ccc;
}
*/

#specials p{
	font-size: 13px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 3px;
}

#callNow{
	background-image: url(../images/operator.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #fff;
	display: block;
	float: left;
	height: 200px;
	min-height: 200px;
	margin-top: 3px;
	width: 304px;
}



#footer{
	background-color: #5A6688;
	border: 1px solid #000;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	min-height:30px;
	margin-top:3px;
	text-align: center;
	width: 100%;
}

#footer ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#footer  ul li{
	display: inline;
}

#footer  ul li a{
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

/***************************************************************************************/
/* Added by Steve */
/***************************************************************************************/
/* Header ID ------------------------------------------------------------------------------------- */

/*
#header{
	padding: 0px;
	margin: 0px auto;
	text-align:left;
}

#header .navTable
{
	width:100%;
	border-top:solid 1px Gray;
	border-bottom:solid 1px Gray;
	background-color:Orange;
	vertical-align:middle;
}
#header .headerTable
{
	width:100%;
}
*/

.pageIdentifierCell
{
	width:482px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-right: 4px;
	padding-top: 7px;
	padding-left:20px;
	margin-top:-70px;
	float:right;
}

.accountIdentifierCell
{
	font-size: 14pt;
	font-weight: bold;
	font-style: oblique;
	color:#000000;
	display: block;	
	vertical-align:middle;
	text-align: center;
	padding-right: 4px;
	float:right;
}

.subIdentifierCell
{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding: 5 10 5 5;
	white-space:nowrap;
}


/* DataGrid Classes */

.gridHeaderRow
{
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	border-bottom:solid 1px black;
	background-color: #4682b4;
}

.gridItemStyle
{
	font-size:12px;
	white-space:nowrap;
	background-color: #c0c0c0;
	border-width: 0;
}

.gridItemStyleAlternate
{
	font-size:12px;
	white-space:nowrap;
	background-color: #ffffff;
	border-width: 0;
}

.gridImageButton
{
	vertical-align:top;
	border-width: 0;
}

.gridCell
{
	border-width: 0;
	white-space: normal;
}

.gridCellWrap
{
	border-width: 0;
	white-space: normal;
}


/* General Classes 

.editTextBox
{
	width:100%;
	background-color:#ece9d8;
}

.editTextBoxUnSized
{
	background-color:#ece9d8;
}


.editCell2
{
	text-align:left;
	padding-bottom: 5px;
}


 .liCheckBox input
{
	border: solid 1px black;
	vertical-align:middle;
	font-weight:bold;
}

.editLabel2
{
    text-align:left;
	font-weight:bold;
	padding-right: 5px;
	padding-bottom: 5px;
}

	text-align:right;
*/


.contentTable
{
	margin: 0px 0px 3px 8px;
}


.listBox
{
	border-color:#ece9d8;
	width:100%;
	height:200px;
}

.editLabel
{
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
	padding-right: 5px;
	padding-left:5px;
	padding-bottom: 5px;
	vertical-align:middle;
}

.editCell
{
	width:100%;
	text-align:left;
	padding-bottom: 5px;
}

.buttonsTable
{
	border:none;
	margin-top:40px;
	padding-top: 5px;
	width:100%;
	text-align:center;
}

.buttonText
{
	font-size:12;
	font-weight:bold;
	vertical-align:middle;
	padding: 5 10 5 5;
	white-space:nowrap;
}

.imageButton
{
	text-align:center;
	vertical-align:middle;
	border-collapse:separate;
	border-style:ridge;
	border-width:0px;
}

.buttonCell
{
	padding: 4px 1px 4px 6px;
	font-size:14px;
}

.message
{
	color:Red;
}


#testimonials
{
	width:100%;
}

.testimonial
{
	width:100%;
}

.signature
{
	width:100%;
	font-weight:bold;
	position:relative;
	top: -15px;
	left: 10px;
/*
*/
}