/*
Design by Stith Graphics
http://www.stithgraphics.com

Title      : SpeedfloorUSA.com
Version    : 1.0
Released   : 100407
Description: An informational marketing tool for Speedfloor USA, Batavia, Ohio.
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #006600;
}

h1 {
	margin-bottom: .5em;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
}

p, blockquote, ol, ul {
	text-align: left;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
	list-style-image: url(images/arrow2.gif);
}

ul {
	list-style: none;
}

ul li {
}

a {
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	width: 741px;
	height: 55px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/menu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	font-size: 92%;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2479B2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu b {
	text-decoration: underline;
}
/*begin menu2*/

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: auto;
	font: bold 13px Tahoma;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 100px; /*width of sub menu levels*/
	display: block;
	float: left;
	font-size: 92%;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #ffffff;
}

.horizontalcssmenu ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #009900;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #009900;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End Menu 2 */

/* Logo */

#logo {
	width: 760px;
	background-color: #000099;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	min-height: 700px;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
	margin-top: 10px;
}

.floating-box {
	float: left;
	width: 210px;
	padding: 0px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 135%;
	font-size: 92%;
}

.floating-box img {
	border: 3px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #66cc33;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #000099;
}

/* Footer */

#footer {
	height: 75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 435px;
	height: 50px;
	background: #FFFFFF;
	font-size: 85%;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #000099;
	text-align: center;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#footer .legal {
	float: right;
	width: 225px;
	height: 50px;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #000099;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
}
#page #sidebar #testimonial {
	height: 300px;
}
#page #sidebar #testimonial img {
}
#page #content #help {
	width: 300px;
}
.mp_backlinks {
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

/* help topics */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}
.formbutton {
	width: 75px;
}
.call_side {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 400px;
}
callmetable {
	padding: 5px;
	width: 400px;
	border: 1px solid #CCCCCC;
}
#gallery {
	width:450px;
	height:390px;
	position:relative;
	border:1px solid #CCCCCC;
	padding-top: 5px;
}
#gallery ul {list-style:none; padding:5px; margin:0; width:130px; float:right; height:271px; overflow:auto;}
#gallery ul li {display:inline; width:50px; height:50px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {display:none; position:absolute; left:300px; top:290px; width:150px;font-family:verdana, arial, sans-serif; color:#666666; font-size:11px; line-height:15px; text-align:left;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	width:280px;
	border:1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#000099; background:#cccccc; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:300px; height:350px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #666666;}

#gallery ul li.click span {display:block;}
