/* Basics CSS*/

html {overflow: scroll;}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
 margin: 0px;
 color: #000000;
 background:#fcb900 url(../images/bg-page.gif) repeat-x fixed;
 padding:0;
 font: 1em/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #FFFFFF;
 }
#outerStore {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #FFFFFF;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo3.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:190px;
	padding: 40px 0px 0px 10px;
}
#navTop {
	height: 97px;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(../images/nav-top2.png) no-repeat center center;
	margin-top: 15px;
}
#navTop a:link, #navTop a:visited, #navTop a:active {
color: #000;
text-decoration: none;
font-size: 16px;
	font-weight: bold;
}
#navTop a:hover {
	text-decoration: none;
	color: #EC0000;
}
.navTopLeft1 {
	background: transparent;
	float: left;
	height: 50px;
	width: 90px;
	padding-left: 20px;
	padding-top: 30px;
}
.navTopLeft2 {
	background: transparent;
	float: left;
	height: 50px;
	width: 90px;
	padding-left: 20px;
	padding-top: 30px;
}
.navTopRight1 {
	background: transparent;
	float: right;
	height: 40px;
	width: 90px;
	padding-left: 20px;
	padding-top: 40px;
}
.navTopRight2 {
	background: transparent;
	float: right;
	height: 40px;
	width: 90px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 40px;
}

#cont {
	width:751px;
	padding: 20px;
	background: #FFFFFF;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #000000;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h1 {
 color: #ff0000;
}
#cont h2 {
 color: #ff0000;
}
#contStore {
	width:731px;
	padding: 15px 10px 20px;
	background: #FFFFFF;
	float: right;
 }
#contStore a:link, #contStore a:visited, #contStore a:active {
color: #000000;
text-decoration: underline;
}
#contStore a:hover {
text-decoration: none;
color: #000;
}
#contStore h1 {
 color: #ff0000;
}
#contStore h2 {
 color: #ff0000;
}
#contWide {
	width:721px;
	padding: 15px 20px 20px 10px;
	background: #FFFFFF;
	float: right;
 }
#contWide a:link, #contWide a:visited, #contWide a:active {
	color: #EC0000;
	text-decoration: underline;
}
#contWide a:hover {
text-decoration: none;
color: #000;
}
#contWide h1 {
	color: #000;
	font: normal 18px "Times New Roman", Times, serif;
}
#contWide h2 {
 color: #ff0000;
}

#ftr {
	clear: both;
	color: #000;
	background:#fcb900;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #000066;
text-decoration: underline;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.hdrBigRed {
	color: #FFFFFF;
	background: #990000;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #000000;
	font: bold 20px Arial, Helvetica, sans-serif;
}
.tblOrange {
	background: #EBA000;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 16px;
}
.tblRed {
	background: #F00;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 5px;
}
.txt10px {
	font-size: 10px;
}
.boxVidRight {
	float: right;
	width: 340px;
	padding-left: 10px;
	padding-top: 20px;
}

.txtBigRed {
	font-size: 1.1em;
	font-style: italic;
	color: #900;
	font-weight: bold;
	border-bottom: 1px solid #900;
}
.txtBigRedNL {
	font-size: 1.1em;
	font-style: italic;
	color: #900;
	font-weight: bold;
}
.txtBiggerRed {
	font-size: 1.2em;
	font-style: italic;
	color: #EC0000;
}
.boxFactLeft {
	color: #000;
	background: #F0A800;
	padding: 3px 10px 10px;
	float: left;
	width: 300px;
	border: 1px solid #000;
}
.txtFact {
	display: block;
	padding-left: 25px;
	font: italic bold 1.2em Verdana, Geneva, sans-serif;
}
