/* commented backslash hides from ie5mac \*/ 
html{
	height:auto;
	margin:0;
	padding:0px;
} 
/* end hack */ 
html,body {
	padding:0;
	height:auto;
	margin:0;
	font-size: 12px;
	line-height:16px;
	font-family: "Arial, Helvetica", sans-serif;
}

body{	
	text-align:left;
	min-width:955px;/* for mozilla*/
}

#wrapper {
	background:  url() repeat-x left bottom;
}

#outer{
	width:955px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background:  url(images/inner.jpg) repeat-y left top;
	margin-top:20px;
}

/* mac hide \*/
* html #outer{
	width:955px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	padding-top:170px;/*needed to make room for header*/
	padding-left: 25px;
	padding-right: 25px;
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:955px;
	height:150px;
	z-index:400;
	background-color:#000;
    background:  url(images/SpecLube-BlackBarBackGround.jpg) no-repeat left top;
}

#logo {
	position:absolute;
	top:26px;
	left:25px;
	width:344px;
	height:109px;
	text-indent: 0px;
	z-index:300;
	background:  url(images/speclubelogowhiteyellow.gif) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:955px}
/* end hide*/

#footer {
	width:955px;
	clear:both;
	height:80px;
	text-align:left;
	bottom:0px;
	position: absolute;
	background:  url(images/footer.jpg) no-repeat left top; 
}

#footer_inner {
	width:905px;
	position:relative;
	border-top:1px #ccc solid;
	left:25px;
	padding-top:5px;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:220px;
	float:right;
	z-index: 55;
}

#right-inner {
	padding-left:0px;
	text-align: left;
	padding-bottom:25px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:660px;
	float:left;
	z-index: 56;
}

#left-inner {
	padding-right: 10px;
	text-align: left;
	padding-bottom:25px;
}

#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */

#content {
	z-index: 300;
	padding-bottom: 10px;
}

#content p {
	color:  #444444;
	line-height: 16px;
}

a {
	color: #00F;
	text-decoration:none;
}

a:hover {
	background-color: #FF0;
	color: #000;
}

img {
	border: solid 1px #6B6B6D;
}

img.noborder {
	border: 0px;
}

img.whiteborder {
	border: solid 1px #FFF;
}

a.nohover
{
	background-color:transparent;
}

a:hover img 
{
	border: dotted 1px #6B6B6D;
	background-color:#FFF; 
}

#address_left {
	position:relative;
	float:left;
}

#address_middle {
	position:absolute;
	left:400px;
}


#address_right {
	position:relative;
	float:right;
}
