@charset "UTF-8";
/* CSS Document */
body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/prem_steel_back.jpg);
	scrollbar-base-color:#F90;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	padding: 0;
}
table {
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	text-align: center;
}
.wrapper {
	position: relative;
	height: 800px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.header {
	background-image: url(../images/headerimage.jpg);
	height: 160px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slogan {
	height: 20px;
	width: 412px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	color: #000;
	font-size: 8px;
	text-align: right;
	left:600px;
	top: 2px;
}
.phoneno {
	height: 51px;
	width: 265px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	position: absolute;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	top: 31px;
	right: 8px;
}
.logo {
	height: 88px;
	width: 480px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	position: relative;
	color: #000;
	font-size: 45px;
	text-align: left;
	line-height: 40px;
	float: left;
	padding-top: 45px;
	padding-left: 35px;
}
.quote {
	height: 50px;
	width: 146px;
	position: absolute;
	color: #F63;
	font-size: 20px;
	text-align: center;
	left: 561px;
	top: 86px;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 2px 2px 3px 3px #666;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 2px 2px 3px 3px #666; /* Safari 3 & 4 */
	-moz-box-shadow: 2px 2px 3px 3px #666; /* Firefox 1+ */
	border-radius: 10px 10px 10px 10px; /* IE9, Safari 5 & Chrome */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari 3 & 4 */
	-moz-border-radius: 10px 10px 10px 10px;
	border: thin solid #F63;
}

.quote a:link {
	color: #F63;
}
.quote a:hover {
	color: #000;
	}

.quote a:visited {
	color: #F63;
}



.nav {
	background-image: url(../images/bgMenu.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: 575px;
	width: 165px;
	left: 0px;
	top: 162px;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 10px;
}
.nav ul li {
	border-bottom: 1px solid #666;
	list-style-type: none;
}
.nav ul a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 155px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 15px;
}
.nav ul a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #000;
	background-color: #FFFFFF;
}
/* Content Elements         */

.content {
	overflow: auto;
	height: 580px;
	padding-top: 10;
	padding-bottom: 5;
	float: left;
	position: absolute;
	width: 845px;
	font-size: 14px;
	left: 178px;
	top: 162px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	background-position: left;
} 
.content ul, li {
	padding-left: 2px;
	margin-left: 10px;
}

.main {
	padding: 5px;
	float: left;
	width: 393px;
	position: absolute;
	height: 319px;
	left: 424px;
	top: 6px;
}
.subtext {
	width: 402px;
	position: absolute;
	height: 226px;
	left: 7px;
	top: 345px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.subtextI {
	width: 829px;
	position: absolute;
	height: 226px;
	left: 7px;
	top: 345px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.options {
	width: 300px;
	height: auto;
	left: 511px;
	top: 345px;
	padding: 2px;
	margin-left: 20px;
}
.slide{
	background-color: #FFF;
	float: right;
	position: absolute;
	width: 380px;
	height: 315px;
	border: thin groove #CCC;
	left: 11px;
	top: 8px;
	margin: 0%;
}


/* ~~The footer Elements ~~ */
.footer {
	position: absolute;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 13px;
	width: 1024px;
	height: 58px;
	background-image: url(../images/bg-footer.jpg);
	top: 736px;
	left: 0px;
	line-height: 24px;
}


a:link {
	color: #000;
}
a:hover {
	color: #FFF;
	}

a:visited {
	color: #000;
}
.testtext {
	font-size: 12px;
	font-style: italic;
}
.orange {
	color: #F63;
	font-weight: bold;
}
.clock {
	height: 20px;
	width: 160px;
	padding-left: 100px;
	padding-top: 17px;
}

/* allpro styles */

table.table-no-background {
  background: none;
}