body {
	margin: 0;
	padding: 0;
	max-width:1024px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background-image:url(../graphics/cloud_bg.jpg);*/
	/* background-repeat:repeat; */
}
#header
{
	width: 1024px;
	height:136px;

	background-image:url(../graphics/header.jpg);/* :url(graphics/landmann.jpg); */
}
/* ********************************** */
/*        Start of Main Section       */
/*   Content  - Marks outside         */
/*     */
/* ********************************** */
#content
{
	clear:both;
	height:auto; 
	width:1024px;
}
#content a
{
color:#FFFF00;
}
/* Define all header as color blue */
#content h1,h2,h3,h4,h5,h6
{
	color:#0000CC
}

#footer
{
	clear:all;
	background-color:#DDDDDD;
	width:1000px;
	text-align: center;
	font-size: 82.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#carttable
{
	/* color:#CC3366; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto;
}
#carttable table
{

background-color:#999999;
}
/* ******************************************** */
/*     Start of Horizatal Navigation Section    */
/* ******************************************** */
#topnav
{
	width: 1024px;
	height:26px;
	background-color:#E6001D;
	
}
#topnav p
{
text-align:center;
}

#navholder img
{
	margin: 0px 0px 0px 0px ;
}
#nav li:hover ul, #nav li.over ul 
{
	/*  Caused the SecondaryList to be displayed/hidden */
 display: block; 
}

#nav ul {
	float:left;
	margin: 5px;
	padding: 0;
	list-style: none;
	list-style-type:none;

}

#nav li {       /* Each list element is shown horz */
	float:left;
	position: relative;
	list-style-type:none;
	list-style: none;
	}

#nav li ul {   /* Causes each sub list be hidden  */
	position: absolute;
	left: 0px;
	top: 41px;
	display: none;
	width:144px;
	list-style: none;
	}


#nav img { /*  Define any images used */
	/* height:30px; */
	padding-left:5px;
	margin:0px;
	border:0px;
}

ul.subnav a {   /*  Define the properties of the drop down entries */
	font-family:Arial;
	font-size:14px;
	color:#fff;
	background-color:#FF00DD;
	line-height:20px;
	text-decoration:none;
	padding-left:10px;
	width:144px;
	display: Block;

}
#nav a
{
	font-size:10px;
	line-height:20px;
	letter-spacing:1px;
	margin-right:1px;
}

.subnav li a:hover { 
	/*  Define the properties of the drop down entries when the mouse is moved over*/ 
	background-color:#adf;
}

.subnav li { /* Define the border colors of the drop down list   */
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#FF0000;
}

ul.subnav {  /* Define the border at the top ?? */
	border-top-style:solid;
	border-width:5px;
	border-color:#123456;
}
/* ******************************************** */
/*     End of Horzontal Navigation Section    */
/* ******************************************** */
/* **************************************** */
/*      Start of Text Based Classes         */
/* **************************************** */
.base
{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none}

.productbase
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none }

.time
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none }

.basebold
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none }

.vlarge
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none; text-align:center }

.black
{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.question
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#FF0000;
}

.answer
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none }

/* **************************************** */
/*        End of Text Based Classes         */
/* **************************************** */

#col1
{		
	float:left;
 	background-color:#000000;
	width:225px;/* Reduce width by the left & Right padding */
	height:auto;
 	margin: 10px 0px 0px 10px ; 
	color:#FFFFFF;
}
#col2
{
	float:left;
	text-align:center;
	background-color:#000000;
	width:225px;/* Reduce width by the left & Right padding */
	height:auto;
	margin: 10px 0px 0px 10px ;
	color:#FFFFFF;
}
#col3
{
	float:left;
	background-color:#000000;
	width:225px;/* Reduce width by the left & Right padding */
	height:auto;
	margin: 10px 0px 0px 10px ;
	color:#FFFFFF;
}
#col4
{
	float:left;
	background-color:#000000;
	width:180; /* Reduce width by the left & Right padding */
	height:auto;
	margin: 10px 0px 0px 10px ;
	color:#FFFFFF;

}
#centrecol
{
	float:left;
	/*background:url(../graphics/competition.gif);*/
	 background-color:#000000; 
	width:800px; /* Reduce width by the left & Right padding */
	height:95%%;
	margin: 10px 0px 0px 10px ;
	color:#FFFFFF;
	
}
#col12
{
	float:left;
	background-color:#000000;
	width:500px; /* Reduce width by the left & Right padding */
	height:auto;
	margin: 0px 0px 0px 0px ;
	color:#FDDDFF;
	text-align:center;
}
#col34
{
	float:left;
	background-color:#AAAAAA;
	width:390; /* Reduce width by the left & Right padding */
	height:auto;
	margin: 10px 0px 0px 10px ;
	color:#FDDDFF;
}

#category
{
	display:block;
	background:#FFFFFF;
	font-size:14px;
	text-align:center;
	/* border: 1px solid #781351;*/
	padding:0px 0px 0px 0px;
	margin:5px ;
	color:#000000;
	clear:both;
}
#instructions
{
	display:block;
	background:#000000;
	/* border: 1px solid #781351;*/
	padding:0px 0px 0px 0px;
	margin:5px ;
	color:#FFFFFF;

	clear:both;
}
/* ********************************** */
/*       End  of Main Section         */
/*   Content  - Marks outside         */
/* LMCol 1..4 All Within the Content  */
/* ********************************** */



#errmessage
{
	display:block;
	
	background:#FF0000;
	/* border: 1px solid #781351;*/
	padding:0px 0px 0px 0px;
	margin:5px ;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	clear:both;
}
#productitem
{
	display:block;	
	float:left; 
	border:groove;	
	text-align:center;
	margin:10px 5px 0px 5px; 
	padding:5px 5px 5px 5px ; 
	word-wrap:break-word;
	width:120;
}
#textbottom
{
	display:block;
	vertical-align:text-bottom;
	border:groove;
}
#productdisplay
{
	clear:both;
	width: 150px;
	height:300px;
	padding: 10px 10px 10px 10px ;*/
	margin :0px 12px 0px 12px ;  /* Margins Top, Right, Bottom ,Left */
	/* background-color:#FFFFFF;*/
	float:left;
	border:groove; 
}


