/* Initialise padding and margins and font sizes */
html,body,div,table,h1,h2,h3,h4,h5,h6,p,form,img {
  margin: 0;
  border: 0px none;
  padding: 0;
  font-size: 100.01%;
}
ol,ul,dl,blockquote,cite  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #FFF;
  background-color: inherit;
}

/* --------------------------------------------------------- CORE HTML STYLES */
body {
  background: url("../images/bg_body.gif") repeat-x top left #840214;
  font-family: Verdana, Arial Helvetica, sans-serif;
  color: #333;
  font-size: 0.7em;
  font-weight: bold;
  line-height:1.3em;
}

h1 {
  color: #BC031D;;
  font-size: 1.25em;
  margin: 0;
}

h2 {
  color: #BC031D;;
  font-size: 1.15em;
  margin-top: 0.5em;
}

h2.faq {
  color: #BC031D;;
  font-size: 1.1em;
  margin: 1em 0 -0.75em 0;
  padding: 0;
}

h3 {
  font-size: 1em;
  color: #FFF;
  margin: 0;
}

h6 {
  color: #FFF;
  background-color: #333;
  padding: 4px;
}

p {
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.5em;
}

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

a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------- PRESENTATION */
#container {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  background: url("../images/bg_container.gif") repeat-y #FFF;
}

#banner {
  float: left;
  width: 750px;
  background-color: #BC031D;
  height: 135px;
  margin: 0;
  padding: 0;
}

#header { 
  float: right;
  margin: 4px 30px 0 0;
}

#header h3 {display: inline;}

#content {
  width: 520px;
  min-height: 370px;
  margin: 0 10px 0 190px;
  padding: 10px;
}

#content a, #content a:link, #content a:visited {
  color: #222;
  background: url("../images/bg_link.gif") repeat-x bottom left #FFF;
}
#content a:hover, #content a:active {
  color: #BC031D;
  background: url("../images/bg_link.gif") repeat-x bottom left #FFF;
  background-position: 0 -38px;
  text-decoration: none;
}

div#content a.regular, div#content a.regular:link, div#content a.regular:visited, div#content a.regular:hover, div#content a.regular:active {
  background-color: transparent;
  background-image: none;
}

.caption, .preview {
  margin: 0 auto 1em auto;
  width: 517px;
  border: solid 2px #333;
}
.caption img, .imagebox img, .preview img {padding: 5px;}

.preview { min-height: 157px;}

#footer {
  width: 740px;
  background-color: #BC031D;
  padding: 5px;
  color: #FFF;
  font-weight: normal;
  font-size: 0.8em;
}

#footer a, #footer a:link, #footer a:visited {
  color: #BBB;
  font-weight: normal;
}

#footer a:hover, #footer a:active {
  font-weight: normal;
}

/*table.details td {border: 1px solid #333;}*/
table.details td {padding: 2px; color: #444;}
table.checkout {width: 100%}
table.checkout tr.alt td {background-color: #EFEFEF;}
table.checkout tr td {border-top: solid 1px #ccc;}
table.checkout tr.first td {border-top: none;}

/* ------------------------------------------------ NEWSLETTER INCLUDE STYLES */

.headerBoxout {
  border: solid 1px #FFF;
  text-align: center;
  margin: 0 0 0.7em 0;
  color: #FFF;
  font-weight: normal;
  padding: 0;
}

.headerBoxout a, .headerBoxout a:link, .headerBoxout a:visited {
  color: #FFF;
  border-bottom: dotted 1px #FFF;
}

.headerBoxout a:hover {
  text-decoration: none;
  color: #CCC;
  border-bottom: dotted 1px #CCC;
}

.headerBoxout label {
  /*font-size: 0.85em;
  display: block;*/
  display: none;
}

.headerBoxout h4 {
  display: block;
  font-weight: normal;
  padding: 3px;
  background: #61000C;
  border-bottom: solid 1px #FFF;
}

.headerBoxoutContent {
  padding: 5px 0;
}

.headerBoxout input.emailAddress {
  font-family: Verdana, Arial Helvetica, sans-serif;
  color: #333;
  font-size: 0.9em;
  width: 11em;
  margin-bottom: 2px;
}

.imageSubmit{
height: 22px;
vertical-align: bottom;
}

/* --------------------------------------------------------------------- MENU */
#menu {
	background-color:  #ffffff;
	width: 181px;
	float: left;
	margin: 0 0 0 2px;
	padding-top: 0px;
        /* hack to get rid of IEWin double margin - www.positioniseverything.net */
        display: inline;
        /*end of double margin hack */ 
}
/*------hack to fix 3px margin error on IEWin (http://www.positioniseverything.net/explorer/threepxtest.phpl)---*/
* html #menu {
	margin-right: 0px;
}
/* end of 3px hack */

#menu ul {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 181px;
}
#menu li {
	display: inline;
	width: 181px;
	margin: 0;
}
#menu ul li a {
	display: block;
	font: bold 11px Arial, Verdana, Helvetica, sans serif;
	color: #fff;
	padding: 5px 10px 5px 15px;
	text-decoration: none;	
	border-top: 2px solid  #eee;
	background-color: #BC031D;
}

#menu li  a.nav:active, .chosen {
	display: block;
	font: bold 11px Arial,  Verdana, Helvetica, sans serif;
	color: #FFF;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border-top: 2px solid #eee;
	background-color: #5C010A;

 }

#menu ul li a:hover {
	font: bold 11px Arial, Verdana, Helvetica, sans serif;
	color: #FFF;
	background-color: #840214;
}
#menu ul li ul {
	width: 181px;
}
#menu ul li ul li {
	display: inline;
	background: none;
	text-decoration: none;
	width: 181px;
	font: normal 11px Arial, Verdana, Helvetica, sans serif;
}
#menu ul li ul li a {
	display: block;
	font: normal 10px Arial, Verdana, Helvetica, sans serif;
	color: #333333;
	text-decoration: none;
	border-top: 0 solid #999999;
	background-color: #cccccc;
}

#menu ul li ul li a.nav:active, .chosen2 {
	display: block;
	font: normal 10px Arial, Verdana, Helvetica, sans serif;
	color: #333333;
	text-decoration: underline;
	border-top: 0 solid #999999;
	background-color:#aaa;
	padding: 5px 10px 5px 15px;
 }

#menu ul li ul li a:hover {
	background-color:#cccccc;
		font: normal 10px Arial, Verdana, Helvetica, sans serif;
		text-decoration: underline;
		font-weight: normal;
		color: #333333;
}

#menu ul li ul li ul li {
	display: inline;
	background: none;
	text-decoration: none;
	width: 181px;
	font: normal 11px Arial, Verdana, Helvetica, sans serif;
}
#menu ul li ul li ul li a {
	display: block;
	font: normal 10px Arial, Verdana, Helvetica, sans serif;
	color: #333333;
	text-decoration: none;
	border-top: 0 solid #999999;
	background-color: #cccccc;
	padding: 5px 10px 5px 30px;
}

#menu ul li ul li ul li a.nav:active, .chosen3 {
	display: block;
	font: normal 10px Arial, Verdana, Helvetica, sans serif;
	color: #333333;
	text-decoration: underline;
	border-top: 0 solid #999999;
	background-color:#999;
	padding: 5px 10px 5px 30px;
 }

#menu ul li ul li ul li a:hover {
	background-color:#cccccc;
		font: normal 10px Arial, Verdana, Helvetica, sans serif;
		text-decoration: underline;
		font-weight: normal;
		color: #333333;

}

/* ------------------------------------------------------------ MISCELLANEOUS */
.right {float: right;}
img.smallFloat {float: left; margin: 0 5px 2px 0;}

#content div.button { margin: 15px 0;}

#content div.button a, #content div.button a:link, #content div.button a:visited {
  background: url("../images/style/bg_button.gif") no-repeat top left #89031C;
  color: #FFF;
  font-weight: normal;
  padding: 7px 0 11px 35px;
  font-size: 1em;
}

#content div.button a:hover { 
  text-decoration: underline;
  background-position: 0 -55px;
}

#content div.button a span {
  background: url("../images/style/bg_button_end.gif") no-repeat top right transparent;
  padding: 7px 50px 11px 0;
}

#content div.button a:hover span {
  /*background: url("../images/style/bg_button_end_hover.gif") no-repeat top right transparent;*/
  background: url("../images/style/bg_button_end.gif") no-repeat top right transparent;
  background-position: 100% -55px;
}

/*Safari font size hack*/
#footer {font-size: 0.9em;#}
#content a, #content a:link, #content a:visited, #content a:hover, #content a:active { font-size: 90%;}
#content a:hover, #content a:active { background-position: 0 -39px;
}
#content div.button { margin: 15px 0;}
#content div.button a, #content div.button a:link, #content div.button a:visited {
  padding: 8px 0 10px 35px;
}
#content div.button a span, #content div.button a:hover span { padding: 8px 50px 10px 0;}
