/*Show And Shine CSS Stylesheet  */
/*Copyright 2009, Show And Shine Automotive Products Inc. */
/*Design By File Design Systems Inc. */
/* www.filedesignsystems.com */

/*XHTML*/

body{
	padding:0;
	margin:0;
	font-family:Tahoma, Verdana, Arial, Sans-serif;
	font-size:12pt;
	line-height:100%;
	/*background:#aa0000 url('images/background.jpg');*/
	background-color:#FFFFFF;
	
	color: #000000;
	text-align:center; /*centers entire page*/
}

a{
	color:#D3103C;
	font-weight:bold;
	text-decoration:none;
}

a:visisited{
	color:#220000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
a:link{
	color:#D3103C;
	text-decoration:none;
}

h1,h2,h3{
	color:#D3103C;
	padding-top:10px;
}

h1{
	font-size:140%;
	
}

h2{ font-size:130%;
}

h3{
	font-size:120%;
}

/* Divisions */

#container{
	position:relative;
	background-color:#fffffff;	
	/* border:1px solid #000000; */
	border-bottom:0;
	border-top:0;
	margin: 0 auto;
	text-align:center;	
	width:800px;
}
#horizmenu {
  width: 800px;
  height:18pt;
  font-size: 14pt;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  background-color: #D3103C;
  color: #FFFFFF;
  /* border-bottom: solid #AF0023 1px;
  border-left: solid #0A649B 1px;
  border-right: solid #0A649B 1px;
  border-top: solid #AF0023 1px; */
}

#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #D3103C;
padding-left: 5px;
padding-right: 5px;
}
#horizmenu a:hover   { color: #D3103C; background-color: #000000; }

/* needed for drop down menus to work */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
}

/* needed for drop down menus to work */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

/* needed for drop down menus to work */
#dropmenudiv a:hover{ /*hover background color*/
background-color: #D3103C;
color: white;
}

#headerBox {
	padding: 5px 0 0 5px;
}

#headerBox h1{
	width:800px;
	height:200px;
	/*background-image:url('images/header1.jpg');*/
	margin-bottom:0;
}

#headerBox h1 span {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

/*Main Content*/
#mainContent{
	position:relative;
	padding-right:5px;
	padding-left:5px;
	float:right;
	clear:all;
	text-align:left;
	width:630px;
	font-size:12pt;
}
/*Main Content -- When Site Does not require sub menu */
#mainContent2{
	position:relative;
	width:800px;
	/*padding-left:5px;*/
	/*padding-right:5px;*/
	text-align:left;
	font-size:12pt;
}
/* Navigational Column -- For potential sub menus */
#subNav {
	position:relative;
	float:left;
	width:157px;
	/* left:5px;
	top:215px; */
	padding:0 2px 0 0;
	font-size:12pt;
	line-height:130%;
	background:#333333;
	color:#FFFFFF;
	height:300px;

}

#subNav h3{
	background:#000000;
	margin:0;
	padding: 5px 0 5px 10px;
	color:#ffffff;
	font-size:100%;
}

#subNav h3 span{
	background:transparent;
}

#footer{
	position:relative;
	background:#000000;
	color:#ffffff;
	text-align:right;
	clear:both;
	font-size:9pt;
}

