BODY
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	background-color:#000000;
    background-attachment:fixed;

    /* css 3 background */
	background-image:url(../images/bg.gif),url(../images/bg2.gif);
	background-position:top left,top right;
	background-repeat:no-repeat;
}

/* structure */

DIV.container
{
	min-width:900px;
	width:900px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#330000;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	background-image:url(../images/fade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

DIV.inner_container
{
	margin:10px;
	background-color:#000000;
	padding:10px;
	margin-bottom:0;
}

/* content */

A,A:visited
{
	text-decoration:none;
	color:#CC0000;
}

A:hover
{
	color:#ffffff;
}

H3
{
	font-size: 36px;
	color: #CC0000;
	text-align:center;
	background-image:url(../images/strike.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin-top:15px;
	
}

H3 SPAN
{
	background-color:#000000;
	padding-left:10px;
	padding-right:10px;
}

H4
{
	font-size: 18px;
	padding-bottom:2px;
	margin-bottom:0;
}

P
{
	text-align:left;
}

P.subheader
{
	padding-top:0;
	margin-top:0;
}

P.center
{
	text-align:center;
}

UL
{
	padding-top:5px;
	margin-left:5%;
}

UL P
{
	text-align:left;
	padding-bottom:5px;
}

UL LI
{
	padding-bottom:10px;
}

IMG
{
	margin:10px;
}

IMG.show_image
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* footer style */

DIV.footer
{
	color:#990000;
	background-color:#000000;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
	padding-top:10px;	
}

DIV.footer DIV
{
	margin-left:10px;
	margin-right:10px;
	background-image:url(../images/strike.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding-left:14%;
	font-size: 16px;
}

DIV.footer DIV SPAN
{
	background-color:#000000;
	display:inline-block;
	width:28%;
	text-align:center;
}

/* title elements */
DIV.title
{
	width:100%;
}
DIV.title IMG
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

/* main menu */
UL.menu
{
	padding:0;
	margin:0;
	margin-top:25px;
	text-align:center;
}

UL.menu SPAN.strike
{
	display:block;
	background-image:url(../images/strike.gif);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
}

UL.menu LI
{
	display:inline-block;
	padding:0;
	margin:0;
	padding-left:15px;
	padding-right:15px;
	height:30px;
}

UL.menu LI A,UL.menu LI A:visited
{
	text-decoration:none;
	color:#CC0000;
	font-size: 20px;
	padding:0;
	margin:0;
}

UL.menu LI A:hover
{
	color:#FF6666;
}

UL.menu LI A#selected
{
	color:#FFFFFF;
}

/* packshots */
DIV.packshots
{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

DIV.packshots IMG
{
	margin:0;
	padding:5px;
	padding-left:0;
}

DIV.packshots IMG#packlarge
{
	margin:0;
	padding:0;
	padding-top:20px;
}

DIV.packshots IMG#packlast
{
	margin:0;
	padding-right:0;
}




