/* CSS Document */
/* CSS Document */

/************************/
/*   Global Divs       */
/***********************/
html{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	min-width: 693px;
}

a:link, a:hover {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color: #990066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{

 	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;

}

h2{
	padding: 2px 0 4px;
 	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 110%;
 	color: #ffffff;

}

h3{
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 90%;
	font-weight: bold;
}

h4{
	margin: 0px; 
	font-size: 100%;
}
hr {
	color: #CCCCCC;
	line-height: 1px;
	color: #CCCCCC;
	height: 2px;
}			
blockquote {
	width: 246px;
	background-image: url(http://www.spaldinggroup.com/images/blockquote-bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	padding: 4px 0px 4px 0px;
	margin: 2px 2px 2px 4px;
	border: 1px solid #9089AD;
	float: right;
}
blockquote h1,h2,h3,h4{
	color: #110034;
	font-size: 15px;
}
blockquote ul {
	list-style: none;
	margin: 0px;
}
blockquote ul li {
	margin-left: 4px;
}
blockquote a:link {
	color: #5B507B;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 880px;
	border: 0px solid #2A6A16;
	padding: 0px;
	text-align: center;
	margin:0 auto;
	position: relative;
	background-repeat: repeat-y;
	margin-top: 0px;
	vertical-align: middle;
	background-image: url(http://www.spaldinggroup.com/images/inner-wrapper.jpg);
}

#content {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	width: 850px;
	min-height: 700px;
	/*Hack for header to align in IE7*/
	*margin-left: 0px;
	/***/
	text-align: left;
	background: none;
}
/*Hack for container to flush top*/


html>body> #container {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(http://www.spaldinggroup.com/images/inner-wrapper.jpg);
}

#adspace {
	height: 193px;
	width: 850px;
	color: #ffffff;
	background-image: url(http://www.spaldinggroup.com/images/main-ad-image3.jpg);
}

#header {
	margin-bottom: 0px;
	margin-left: 0px;

	/*Hack for header to align in IE7*/
	*margin-left: 0px;
	/***/
	padding: 0px 0px 3px 0px;
	width: 850px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	clear: both;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(http://www.spaldinggroup.com/images/header-bg.gif);
}

	


.menu {
	position:relative; 
	z-index:100;
	display: block;
	background: none;
	border: none;
	width: 450px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	float: right;
}
/*hack to make list inline in mozilla*/
#header ul {
	white-space: nowrap;
	list-style-type: none;
	float: right;
}

#header h1 {
	display: block;
	background-image: url(http://www.spaldinggroup.com/images/logo.gif);
	background-repeat: no-repeat;
	width: 295px;
	height: 34px;
	margin: 35px 3px 20px 5px;
	float: left;
	text-indent: -1000px;
	font-size: 1px;
	color: #CCCCCC;
}
html> body> #container> #header ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
}
/* ================================================================ 
dropdown menu styles
=================================================================== */

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:456px;
	w\idth:456px;
	background: none;
	border: none;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	width: 456px;
	margin: 0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	} 
	
	
.menu ul ul {
	width:106px;
	margin: 0px;
	}       
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:106px;
	position:relative;
	text-indent: 1px;
	}
	
/* style the links for the top level */

.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration :none; 
	color: #1F005D; 

	width: 100px; 
	border-left: 1px solid #FFFFFF; 
	padding-left: 6px;
	background: none; 
	line-height: 45px;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:106px; 
	w\idth:106px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #E6E5FC;
	}
	
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #E6E5FC;
	}
	
.menu ul ul :hover > a.drop {
	background-color: #E6E5FC;
	}
	
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #E6E5FC;
	}
	
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#b2ab9b;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 41px;
	left:0; 
	width: 106px;
	border:0px ;
	}
	
/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:41px;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 106px; 
	top: -1px; 
	width: 106px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-106px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color: #C36100;
	text-align: left;
	color:#fff; 
 	line-height: normal;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 111px;
	border-bottom: 1px solid #EE7700;
	}


/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:106px;w\idth:106px;}

/* style the top level hover */
.menu a:hover{
	background-image: url(http://www.spaldinggroup.com/images/menu-bg2.jpg);
	color: #fff;
	text-decoration: none;
	}
.menu ul ul a:hover{
	color: #1F005D;
}	
.menu :hover > a, {
	color: #fff;
	background-image: url(http://www.spaldinggroup.com/images/menu-bg2.jpg);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
	
	
/******************left column****************/

#left-col {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 6px 0px;
}

#left-col h1{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #ffffff;
	display: block;
	background-color: #CC6600;
	text-indent: 15px;
	width: 150px;
	height: 20px;
}
#left-col h3 {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	background-color: #E2E1FB;
	padding: 2px 0px 2px 15px
}
#left-col p {
	font-size: 10px;
	margin: 2px 2px 0px 15px;
}
#left-col ul {
	margin: 3px 0px 6px 10px;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	display: block;
}
#left-col ul li {
	margin: 3px 0px 3px 0px;
}
#left-col li a {
	display: block;
	color: #1E0045;
	text-decoration: none;
}
#left-col li a:hover {
	display: block;
	color: #1E0045;
	text-decoration: underline;
}
#left-col li a:visited {
	display: block;
	color: #660066;
}
/******************right column*************/

#right-col {
	float: right;
	width: 665px;
	background: none;
	border-left: 1px solid #cccccc;
	margin: 10px 6px 50px 0px;
	padding: 0px 0px 0px 15px;
}

#right-col h1 {
	border-bottom: 1px #CCCCCC solid;
		color: #003399;
		display: block;
		padding-top: 5px;
		font-size:22px;
}
	
#right-col h4 {
	color: #003399;
}
#right-col p {
	color: #000000;
	font-size: 12px;
	margin-right: 15px;

	
}

#right-col h3 {
	margin: 6px 10px 0px 0px;
	padding: 0px;
	color: #CC6600;
	font-size: 19px;
}
#right-col ul {
	font-size: 12px;
	margin: 4px 10px 10px 50px;
	padding: 0px;
}
#right-col ul li {
	margin: 4px 0px 0px 6px;
}

/****PRODUCT FEATURES******/

#ProductFeatures {
	width: 550px;
	background-color: #E2E1FB;
	border: none;
	border-bottom: 1px solid #999999;
}

/**********Footer*************/
#footer {
	padding: 2px 0px 4px 0px;
	margin-left: 15px;
	*margin: 0px 0px 0px 0px;
	font-size: 9px;
	color:#666666;
	background-image: url(http://www.spaldinggroup.com/images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	text-align: right;
	width: 850px;
	clear: both;
}
#footer p{
	color: #999999;
	font-size: 10px;
	text-align: right;
	margin: 2px 28px 0px 2px;
	
}
.credits {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
font-weight:normal;
}
.credits a {
	text-decoration: none;
	color:#CC6600;
}